diff --git a/Characters/Meldewesen/Meldewesen.gd b/Characters/Meldewesen/Meldewesen.gd index 3be92fd..ad459b5 100644 --- a/Characters/Meldewesen/Meldewesen.gd +++ b/Characters/Meldewesen/Meldewesen.gd @@ -1,7 +1,7 @@ extends NPC -export(NodePath) var _visibility_path: NodePath +#export(NodePath) var _visibility_path: NodePath export(int) var _player_follow_pill_level = 3 onready var visibility_cone_mesh = get_node("Visibility/VisibilityCone") @@ -20,6 +20,14 @@ enum BEHAVIOR { } var _curMood # current set behavior +var _voice_clips = { + "go_to_work": preload("res://Resources/Audio/to-work.wav"), + "go_home": preload("res://Resources/Audio/go-home.wav"), + "take_pills": preload("res://Resources/Audio/take-pills.wav"), + "do_job": preload("res://Resources/Audio/do-job.wav"), + "stop": preload("res://Resources/Audio/Stop you violated the law.wav") +} + var _visibility: Area var _interactArea: Area var _audioPlayer: AudioStreamPlayer3D @@ -37,7 +45,7 @@ func _ready(): _audioPlayer = get_node("AudioStreamPlayer3D") as AudioStreamPlayer3D assert(null != _audioPlayer) - _visibility = get_node(_visibility_path) as Area + _visibility = get_node("Visibility") as Area assert(null != _visibility) _visibility.connect("body_entered", self, "_on_body_entered_visibility") _visibility.connect("body_exited", self, "_on_body_exited_visibility") @@ -99,19 +107,19 @@ func _load_sound (): _audioPlayer.stream = null BEHAVIOR.GO_WORK: Logger.info("say go to work") - _audioPlayer.stream = load("res://Resources/Audio/to-work.wav") + _audioPlayer.stream = _voice_clips.go_to_work BEHAVIOR.GO_HOME: Logger.info("say go home") - _audioPlayer.stream = load("res://Resources/Audio/go-home.wav") + _audioPlayer.stream = _voice_clips.go_home BEHAVIOR.TAKE_PILLS: Logger.info("say take your pills") - _audioPlayer.stream = load("res://Resources/Audio/take-pills.wav") + _audioPlayer.stream = _voice_clips.take_pills BEHAVIOR.DO_JOB: Logger.info("say do your job") - _audioPlayer.stream = load("res://Resources/Audio/do-job.wav") + _audioPlayer.stream = _voice_clips.do_job BEHAVIOR.ANGRY: Logger.info("say stop!") - _audioPlayer.stream = load("res://Resources/Audio/Stop you violated the law.wav") + _audioPlayer.stream = _voice_clips.stop func _set_behavior (): @@ -145,7 +153,7 @@ func _set_behavior (): if Pills.get_round_level() <= _player_follow_pill_level: Logger.info("The player's pill level is too low - following!") _followingPlayer = true - change_visibility_cone_color(Color.yellowgreen) + change_visibility_cone_color(Color.yellow) if _huntingPlayer or _followingPlayer: current_target = _playerRef.transform.origin diff --git a/Characters/Meldewesen/Meldewesen.tscn b/Characters/Meldewesen/Meldewesen.tscn index 8ec6283..beba561 100644 --- a/Characters/Meldewesen/Meldewesen.tscn +++ b/Characters/Meldewesen/Meldewesen.tscn @@ -1,26 +1,111 @@ -[gd_scene load_steps=10 format=2] +[gd_scene load_steps=15 format=2] [ext_resource path="res://Characters/Meldewesen/Meldewesen.gd" type="Script" id=1] -[ext_resource path="res://Characters/Meldewesen/VisibilityConeMaterial.tres" type="Material" id=2] +[ext_resource path="res://Resources/Models/Body.material" type="Material" id=2] +[ext_resource path="res://Characters/Meldewesen/MeldewesenEyes.material" type="Material" id=3] +[ext_resource path="res://Resources/Models/Face.material" type="Material" id=4] +[ext_resource path="res://Resources/Models/Material_002.material" type="Material" id=5] +[ext_resource path="res://Characters/Meldewesen/VisibilityConeMaterial.tres" type="Material" id=6] -[sub_resource type="CylinderMesh" id=1] -top_radius = 0.8 +[sub_resource type="ArrayMesh" id=1] +resource_name = "Icosphere.001" +surfaces/0 = { +"aabb": AABB( -0.900067, -2.37322, -1.42373, 2.92229, 3.18117, 2.84745 ), +"array_data": PoolByteArray( 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 197, 4, 144, 0, 206, 142, 22, 129, 77, 58, 139, 55, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 191, 197, 4, 144, 0, 206, 142, 22, 129, 164, 56, 71, 57, 247, 2, 139, 62, 143, 152, 223, 62, 200, 67, 147, 191, 197, 4, 144, 0, 206, 142, 22, 129, 246, 48, 162, 55, 55, 51, 238, 63, 46, 19, 25, 191, 176, 60, 182, 191, 114, 201, 0, 0, 201, 142, 0, 127, 0, 52, 20, 56, 5, 108, 1, 64, 228, 98, 137, 190, 84, 195, 73, 191, 114, 201, 0, 0, 201, 142, 0, 127, 101, 41, 245, 58, 101, 142, 217, 63, 232, 116, 109, 191, 82, 195, 73, 191, 114, 201, 0, 0, 201, 142, 0, 127, 83, 55, 245, 58, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 6, 37, 135, 0, 57, 107, 36, 127, 85, 49, 0, 56, 124, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 191, 6, 37, 135, 0, 57, 107, 36, 127, 61, 49, 158, 55, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 191, 6, 37, 135, 0, 57, 107, 36, 127, 58, 49, 167, 55, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 191, 142, 55, 0, 0, 201, 143, 9, 129, 164, 56, 71, 57, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 191, 142, 55, 0, 0, 201, 143, 9, 129, 86, 56, 247, 57, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 142, 55, 0, 0, 201, 143, 9, 129, 86, 56, 10, 57, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 63, 114, 201, 0, 0, 201, 142, 0, 127, 101, 41, 245, 58, 55, 51, 238, 63, 46, 19, 25, 191, 176, 60, 182, 63, 114, 201, 0, 0, 201, 142, 0, 127, 0, 52, 235, 59, 101, 142, 217, 63, 232, 116, 109, 191, 84, 30, 155, 63, 114, 201, 0, 0, 201, 142, 0, 127, 83, 55, 245, 58, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 48, 117, 1, 0, 0, 255, 126, 127, 85, 53, 0, 56, 177, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 63, 48, 117, 1, 0, 0, 255, 126, 127, 44, 53, 147, 55, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 63, 48, 117, 1, 0, 0, 255, 126, 127, 30, 53, 177, 55, 0, 0, 0, 0, 210, 226, 23, 192, 0, 0, 0, 128, 35, 199, 107, 0, 136, 0, 39, 129, 139, 58, 0, 60, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 63, 35, 199, 107, 0, 136, 0, 39, 129, 209, 57, 189, 58, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 63, 35, 199, 107, 0, 136, 0, 39, 129, 69, 59, 189, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 63, 113, 200, 0, 0, 0, 0, 127, 129, 209, 57, 189, 58, 0, 0, 0, 0, 210, 226, 23, 192, 0, 0, 0, 128, 113, 200, 0, 0, 0, 0, 127, 129, 23, 57, 0, 60, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 191, 113, 200, 0, 0, 0, 0, 127, 129, 93, 56, 189, 58, 0, 0, 0, 0, 210, 226, 23, 192, 0, 0, 0, 128, 161, 200, 61, 0, 186, 6, 151, 129, 209, 45, 0, 60, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 63, 161, 200, 61, 0, 186, 6, 151, 129, 0, 0, 189, 58, 202, 106, 102, 191, 113, 187, 85, 191, 0, 0, 0, 128, 161, 200, 61, 0, 186, 6, 151, 129, 209, 49, 189, 58, 0, 0, 0, 0, 210, 226, 23, 192, 0, 0, 0, 128, 161, 200, 195, 0, 70, 250, 151, 129, 93, 52, 0, 60, 202, 106, 102, 191, 113, 187, 85, 191, 0, 0, 0, 128, 161, 200, 195, 0, 70, 250, 151, 129, 209, 49, 189, 58, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 191, 161, 200, 195, 0, 70, 250, 151, 129, 209, 53, 189, 58, 0, 0, 0, 0, 210, 226, 23, 192, 0, 0, 0, 128, 35, 199, 149, 0, 120, 0, 39, 129, 69, 55, 0, 60, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 191, 35, 199, 149, 0, 120, 0, 39, 129, 209, 53, 189, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 191, 35, 199, 149, 0, 120, 0, 39, 129, 93, 56, 189, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 63, 126, 5, 0, 0, 0, 0, 127, 129, 209, 57, 189, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 191, 126, 5, 0, 0, 0, 0, 127, 129, 93, 56, 189, 58, 72, 95, 47, 63, 230, 33, 231, 62, 223, 17, 76, 189, 126, 5, 0, 0, 0, 0, 127, 129, 23, 57, 123, 57, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 63, 37, 217, 114, 0, 136, 0, 39, 129, 209, 57, 189, 58, 116, 166, 5, 63, 24, 237, 129, 190, 224, 221, 85, 63, 37, 217, 114, 0, 136, 0, 39, 129, 41, 58, 37, 58, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 63, 37, 217, 114, 0, 136, 0, 39, 129, 43, 58, 37, 58, 202, 106, 102, 191, 113, 187, 85, 191, 0, 0, 0, 128, 153, 230, 68, 0, 186, 6, 151, 129, 209, 49, 189, 58, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 63, 153, 230, 68, 0, 186, 6, 151, 129, 0, 0, 189, 58, 64, 48, 87, 191, 93, 249, 228, 62, 8, 84, 22, 63, 153, 230, 68, 0, 186, 6, 151, 129, 209, 45, 123, 57, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 191, 151, 0, 185, 0, 70, 250, 151, 129, 209, 53, 189, 58, 202, 106, 102, 191, 113, 187, 85, 191, 0, 0, 0, 128, 151, 0, 185, 0, 70, 250, 151, 129, 209, 49, 189, 58, 209, 188, 14, 191, 93, 249, 228, 62, 134, 129, 253, 190, 151, 0, 185, 0, 70, 250, 151, 129, 93, 52, 123, 57, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 191, 37, 217, 142, 0, 120, 0, 39, 129, 209, 53, 189, 58, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 37, 217, 142, 0, 120, 0, 39, 129, 199, 54, 232, 57, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 191, 37, 217, 142, 0, 120, 0, 39, 129, 3, 56, 37, 58, 72, 95, 47, 63, 230, 33, 231, 62, 223, 17, 76, 189, 119, 28, 31, 0, 224, 0, 122, 129, 23, 57, 123, 57, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 63, 119, 28, 31, 0, 224, 0, 122, 129, 41, 58, 140, 57, 6, 11, 24, 63, 63, 58, 180, 60, 78, 163, 45, 63, 119, 28, 31, 0, 224, 0, 122, 129, 244, 57, 226, 57, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 63, 199, 3, 113, 0, 143, 0, 199, 129, 235, 58, 219, 57, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 63, 199, 3, 113, 0, 143, 0, 199, 129, 172, 58, 123, 57, 64, 48, 87, 191, 93, 249, 228, 62, 8, 84, 22, 63, 199, 3, 113, 0, 143, 0, 199, 129, 0, 60, 123, 57, 202, 106, 102, 191, 113, 187, 85, 191, 0, 0, 0, 128, 135, 20, 225, 0, 32, 0, 134, 129, 209, 49, 189, 58, 64, 48, 87, 191, 93, 249, 228, 62, 8, 84, 22, 63, 135, 20, 225, 0, 32, 0, 134, 129, 209, 45, 123, 57, 209, 188, 14, 191, 93, 249, 228, 62, 134, 129, 253, 190, 135, 20, 225, 0, 32, 0, 134, 129, 93, 52, 123, 57, 209, 188, 14, 191, 93, 249, 228, 62, 134, 129, 253, 190, 177, 18, 159, 0, 98, 0, 176, 129, 93, 52, 123, 57, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 191, 177, 18, 159, 0, 98, 0, 176, 129, 3, 55, 123, 57, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 191, 177, 18, 159, 0, 98, 0, 176, 129, 133, 54, 219, 57, 3, 11, 24, 63, 95, 58, 180, 60, 80, 163, 45, 191, 119, 26, 221, 0, 35, 0, 121, 129, 57, 56, 226, 57, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 191, 119, 26, 221, 0, 35, 0, 121, 129, 5, 56, 140, 57, 72, 95, 47, 63, 230, 33, 231, 62, 223, 17, 76, 189, 119, 26, 221, 0, 35, 0, 121, 129, 23, 57, 123, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 63, 39, 117, 28, 0, 185, 255, 105, 129, 139, 58, 123, 57, 127, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 63, 39, 117, 28, 0, 185, 255, 105, 129, 136, 58, 123, 57, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 63, 39, 117, 28, 0, 185, 255, 105, 129, 138, 58, 120, 57, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 63, 235, 117, 42, 0, 143, 0, 200, 129, 175, 58, 87, 57, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 63, 235, 117, 42, 0, 143, 0, 200, 129, 145, 58, 112, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 235, 117, 42, 0, 143, 0, 200, 129, 69, 59, 56, 56, 209, 188, 14, 191, 93, 249, 228, 62, 134, 129, 253, 190, 195, 110, 240, 0, 32, 0, 134, 129, 93, 52, 123, 57, 64, 48, 87, 191, 93, 249, 228, 62, 8, 84, 22, 63, 195, 110, 240, 0, 32, 0, 134, 129, 209, 45, 123, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 195, 110, 240, 0, 32, 0, 134, 129, 209, 49, 56, 56, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 191, 229, 114, 210, 0, 110, 1, 194, 129, 69, 55, 123, 57, 122, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 191, 229, 114, 210, 0, 110, 1, 194, 129, 61, 55, 123, 57, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 191, 229, 114, 210, 0, 110, 1, 194, 129, 66, 55, 120, 57, 173, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 191, 54, 113, 236, 0, 43, 0, 119, 129, 88, 55, 123, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 54, 113, 236, 0, 43, 0, 119, 129, 93, 56, 56, 56, 72, 95, 47, 63, 230, 33, 231, 62, 223, 17, 76, 189, 54, 113, 236, 0, 43, 0, 119, 129, 23, 57, 123, 57, 247, 2, 139, 62, 150, 152, 223, 62, 200, 67, 147, 63, 197, 4, 112, 0, 207, 142, 234, 127, 132, 53, 162, 55, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 63, 197, 4, 112, 0, 207, 142, 234, 127, 164, 56, 184, 58, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 197, 4, 112, 0, 207, 142, 234, 127, 178, 57, 139, 55, 184, 227, 142, 62, 240, 66, 224, 62, 24, 34, 147, 63, 104, 1, 71, 0, 185, 255, 105, 129, 138, 58, 125, 57, 127, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 63, 104, 1, 71, 0, 185, 255, 105, 129, 136, 58, 123, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 63, 104, 1, 71, 0, 185, 255, 105, 129, 139, 58, 123, 57, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 63, 229, 114, 46, 0, 146, 255, 194, 129, 141, 58, 120, 57, 115, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 63, 229, 114, 46, 0, 146, 255, 194, 129, 143, 58, 123, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 63, 229, 114, 46, 0, 146, 255, 194, 129, 139, 58, 123, 57, 177, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 63, 41, 117, 25, 0, 191, 0, 108, 129, 130, 58, 123, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 41, 117, 25, 0, 191, 0, 108, 129, 209, 57, 56, 56, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 63, 41, 117, 25, 0, 191, 0, 108, 129, 133, 58, 112, 57, 6, 11, 24, 63, 63, 58, 180, 60, 78, 163, 45, 63, 20, 60, 147, 0, 48, 98, 63, 127, 0, 0, 185, 53, 5, 108, 1, 64, 228, 98, 137, 190, 84, 195, 73, 63, 20, 60, 147, 0, 48, 98, 63, 127, 85, 49, 0, 0, 55, 51, 238, 63, 46, 19, 25, 191, 164, 134, 19, 63, 20, 60, 147, 0, 48, 98, 63, 127, 0, 0, 0, 0, 247, 2, 139, 62, 150, 152, 223, 62, 200, 67, 147, 63, 23, 209, 115, 0, 132, 254, 24, 129, 141, 58, 125, 57, 184, 227, 142, 62, 240, 66, 224, 62, 24, 34, 147, 63, 23, 209, 115, 0, 132, 254, 24, 129, 138, 58, 125, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 63, 23, 209, 115, 0, 132, 254, 24, 129, 139, 58, 123, 57, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 6, 37, 121, 0, 199, 149, 36, 127, 85, 53, 0, 56, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 63, 6, 37, 121, 0, 199, 149, 36, 127, 98, 53, 167, 55, 127, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 63, 6, 37, 121, 0, 199, 149, 36, 127, 97, 53, 158, 55, 116, 166, 5, 63, 24, 237, 129, 190, 224, 221, 85, 63, 222, 203, 147, 0, 48, 98, 193, 127, 174, 58, 126, 53, 55, 51, 238, 63, 46, 19, 25, 191, 164, 134, 19, 63, 222, 203, 147, 0, 48, 98, 193, 127, 0, 60, 0, 0, 101, 142, 217, 63, 232, 116, 109, 191, 82, 195, 73, 63, 222, 203, 147, 0, 48, 98, 193, 127, 170, 58, 0, 0, 115, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 63, 194, 249, 110, 0, 146, 255, 194, 129, 143, 58, 123, 57, 247, 2, 139, 62, 150, 152, 223, 62, 200, 67, 147, 63, 194, 249, 110, 0, 146, 255, 194, 129, 141, 58, 125, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 63, 194, 249, 110, 0, 146, 255, 194, 129, 139, 58, 123, 57, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 191, 39, 117, 228, 0, 71, 1, 105, 129, 72, 55, 120, 57, 124, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 191, 39, 117, 228, 0, 71, 1, 105, 129, 75, 55, 123, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 191, 39, 117, 228, 0, 71, 1, 105, 129, 69, 55, 123, 57, 247, 2, 139, 62, 143, 152, 223, 62, 200, 67, 147, 191, 194, 249, 146, 0, 110, 1, 194, 129, 67, 55, 125, 57, 122, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 191, 194, 249, 146, 0, 110, 1, 194, 129, 61, 55, 123, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 191, 194, 249, 146, 0, 110, 1, 194, 129, 69, 55, 123, 57, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 14, 51, 141, 0, 51, 103, 52, 127, 85, 49, 0, 56, 122, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 191, 14, 51, 141, 0, 51, 103, 52, 127, 24, 49, 174, 55, 247, 2, 139, 62, 143, 152, 223, 62, 200, 67, 147, 191, 14, 51, 141, 0, 51, 103, 52, 127, 246, 48, 162, 55, 173, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 191, 48, 117, 251, 0, 2, 4, 126, 127, 167, 49, 147, 55, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 191, 48, 117, 251, 0, 2, 4, 126, 127, 85, 49, 0, 0, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 48, 117, 251, 0, 2, 4, 126, 127, 85, 49, 0, 56, 124, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 191, 104, 1, 185, 0, 71, 1, 105, 129, 75, 55, 123, 57, 184, 227, 142, 62, 244, 66, 224, 62, 24, 34, 147, 191, 104, 1, 185, 0, 71, 1, 105, 129, 72, 55, 125, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 191, 104, 1, 185, 0, 71, 1, 105, 129, 69, 55, 123, 57, 116, 166, 5, 63, 17, 237, 129, 190, 226, 221, 85, 191, 222, 203, 109, 0, 208, 158, 193, 127, 81, 57, 126, 53, 101, 142, 217, 63, 232, 116, 109, 191, 82, 195, 73, 191, 222, 203, 109, 0, 208, 158, 193, 127, 85, 57, 0, 0, 55, 51, 238, 63, 46, 19, 25, 191, 164, 134, 19, 191, 222, 203, 109, 0, 208, 158, 193, 127, 0, 56, 0, 0, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 191, 220, 113, 212, 0, 98, 0, 177, 129, 254, 54, 87, 57, 209, 188, 14, 191, 93, 249, 228, 62, 134, 129, 253, 190, 220, 113, 212, 0, 98, 0, 177, 129, 93, 52, 123, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 220, 113, 212, 0, 98, 0, 177, 129, 209, 53, 56, 56, 184, 227, 142, 62, 244, 66, 224, 62, 24, 34, 147, 191, 23, 209, 141, 0, 124, 2, 24, 129, 72, 55, 125, 57, 247, 2, 139, 62, 143, 152, 223, 62, 200, 67, 147, 191, 23, 209, 141, 0, 124, 2, 24, 129, 67, 55, 125, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 191, 23, 209, 141, 0, 124, 2, 24, 129, 69, 55, 123, 57, 3, 11, 24, 63, 95, 58, 180, 60, 80, 163, 45, 191, 20, 60, 109, 0, 208, 158, 63, 127, 0, 56, 185, 53, 5, 108, 1, 64, 228, 98, 137, 190, 84, 195, 73, 191, 20, 60, 109, 0, 208, 158, 63, 127, 85, 53, 0, 0, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 191, 20, 60, 109, 0, 208, 158, 63, 127, 85, 53, 211, 54, 101, 142, 217, 63, 232, 116, 109, 191, 84, 30, 155, 191, 194, 146, 0, 0, 0, 0, 129, 127, 170, 58, 0, 0, 101, 142, 217, 63, 232, 116, 109, 191, 82, 195, 73, 191, 194, 146, 0, 0, 0, 0, 130, 127, 85, 57, 0, 0, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 191, 194, 146, 0, 0, 0, 0, 129, 127, 85, 57, 131, 53, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 194, 146, 0, 0, 0, 0, 129, 127, 77, 58, 139, 55, 101, 142, 217, 63, 232, 116, 109, 191, 84, 30, 155, 191, 194, 146, 0, 0, 0, 0, 129, 127, 170, 58, 0, 0, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 191, 194, 146, 0, 0, 0, 0, 129, 127, 85, 57, 131, 53, 101, 142, 217, 63, 232, 116, 109, 191, 82, 195, 73, 191, 114, 201, 0, 0, 201, 142, 0, 127, 83, 55, 245, 58, 101, 142, 217, 63, 232, 116, 109, 191, 84, 30, 155, 191, 114, 201, 0, 0, 201, 142, 0, 127, 83, 55, 10, 57, 55, 51, 238, 63, 46, 19, 25, 191, 176, 60, 182, 191, 114, 201, 0, 0, 201, 142, 0, 127, 0, 52, 20, 56, 55, 51, 238, 63, 46, 19, 25, 191, 176, 60, 182, 191, 114, 201, 0, 0, 201, 142, 0, 127, 0, 52, 20, 56, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 191, 114, 201, 0, 0, 201, 142, 0, 127, 101, 41, 10, 57, 5, 108, 1, 64, 228, 98, 137, 190, 84, 195, 73, 191, 114, 201, 0, 0, 201, 142, 0, 127, 101, 41, 245, 58, 5, 108, 1, 64, 228, 98, 137, 190, 84, 195, 73, 191, 114, 201, 0, 0, 201, 142, 0, 127, 101, 41, 245, 58, 55, 51, 238, 63, 46, 19, 25, 191, 164, 134, 19, 191, 114, 201, 0, 0, 201, 142, 0, 127, 0, 52, 235, 59, 101, 142, 217, 63, 232, 116, 109, 191, 82, 195, 73, 191, 114, 201, 0, 0, 201, 142, 0, 127, 83, 55, 245, 58, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 31, 85, 168, 0, 41, 79, 90, 127, 85, 49, 0, 56, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 191, 31, 85, 168, 0, 41, 79, 90, 127, 85, 49, 0, 0, 124, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 191, 31, 85, 168, 0, 41, 79, 90, 127, 61, 49, 158, 55, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 191, 10, 46, 139, 0, 53, 105, 46, 127, 58, 49, 167, 55, 122, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 191, 10, 46, 139, 0, 53, 105, 46, 127, 24, 49, 174, 55, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 10, 46, 139, 0, 53, 105, 46, 127, 85, 49, 0, 56, 55, 51, 238, 63, 46, 19, 25, 191, 176, 60, 182, 63, 20, 60, 109, 0, 208, 158, 63, 127, 0, 56, 0, 0, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 63, 20, 60, 109, 0, 208, 158, 63, 127, 85, 53, 0, 0, 184, 227, 142, 62, 240, 66, 224, 62, 24, 34, 147, 63, 20, 60, 109, 0, 208, 158, 63, 127, 122, 53, 156, 55, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 63, 15, 49, 116, 0, 204, 153, 51, 127, 85, 53, 0, 0, 127, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 63, 15, 49, 116, 0, 204, 153, 51, 127, 97, 53, 158, 55, 184, 227, 142, 62, 240, 66, 224, 62, 24, 34, 147, 63, 15, 49, 116, 0, 204, 153, 51, 127, 122, 53, 156, 55, 247, 2, 139, 62, 150, 152, 223, 62, 200, 67, 147, 63, 14, 51, 115, 0, 205, 153, 52, 127, 132, 53, 162, 55, 115, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 63, 14, 51, 115, 0, 205, 153, 52, 127, 115, 53, 174, 55, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 14, 51, 115, 0, 205, 153, 52, 127, 85, 53, 0, 56, 101, 142, 217, 63, 232, 116, 109, 191, 84, 30, 155, 63, 114, 201, 0, 0, 201, 142, 0, 127, 83, 55, 245, 58, 101, 142, 217, 63, 232, 116, 109, 191, 82, 195, 73, 63, 114, 201, 0, 0, 201, 142, 0, 127, 83, 55, 10, 57, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 63, 114, 201, 0, 0, 201, 142, 0, 127, 101, 41, 245, 58, 101, 142, 217, 63, 232, 116, 109, 191, 82, 195, 73, 63, 114, 201, 0, 0, 201, 142, 0, 127, 83, 55, 10, 57, 55, 51, 238, 63, 46, 19, 25, 191, 164, 134, 19, 63, 114, 201, 0, 0, 201, 142, 0, 127, 0, 52, 20, 56, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 63, 114, 201, 0, 0, 201, 142, 0, 127, 101, 41, 245, 58, 55, 51, 238, 63, 46, 19, 25, 191, 164, 134, 19, 63, 114, 201, 0, 0, 201, 142, 0, 127, 0, 52, 20, 56, 5, 108, 1, 64, 228, 98, 137, 190, 84, 195, 73, 63, 114, 201, 0, 0, 201, 142, 0, 127, 101, 41, 10, 57, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 63, 114, 201, 0, 0, 201, 142, 0, 127, 101, 41, 245, 58, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 63, 48, 117, 0, 0, 0, 0, 127, 127, 85, 53, 0, 0, 5, 108, 1, 64, 228, 98, 137, 190, 84, 195, 73, 63, 48, 117, 0, 0, 0, 0, 127, 127, 85, 49, 0, 0, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 63, 48, 117, 0, 0, 0, 0, 126, 127, 85, 49, 211, 54, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 63, 48, 117, 0, 0, 0, 0, 127, 127, 85, 53, 0, 0, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 63, 48, 117, 0, 0, 0, 0, 126, 127, 85, 49, 211, 54, 177, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 63, 48, 117, 0, 0, 0, 0, 127, 127, 44, 53, 147, 55, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 63, 47, 117, 0, 0, 0, 0, 126, 127, 30, 53, 177, 55, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 63, 47, 117, 0, 0, 0, 0, 126, 127, 11, 52, 0, 56, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 47, 117, 0, 0, 0, 0, 126, 127, 85, 53, 0, 56, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 48, 117, 5, 0, 254, 252, 126, 127, 85, 53, 0, 56, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 63, 48, 117, 5, 0, 254, 252, 126, 127, 85, 53, 0, 0, 177, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 63, 48, 117, 5, 0, 254, 252, 126, 127, 44, 53, 147, 55, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 37, 217, 114, 0, 136, 0, 39, 129, 202, 58, 232, 57, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 63, 37, 217, 114, 0, 136, 0, 39, 129, 69, 59, 189, 58, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 63, 37, 217, 114, 0, 136, 0, 39, 129, 43, 58, 37, 58, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 63, 37, 217, 114, 0, 136, 0, 39, 129, 69, 59, 189, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 63, 37, 217, 114, 0, 136, 0, 39, 129, 209, 57, 189, 58, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 63, 37, 217, 114, 0, 136, 0, 39, 129, 43, 58, 37, 58, 116, 166, 5, 63, 17, 237, 129, 190, 226, 221, 85, 191, 37, 217, 142, 0, 120, 0, 39, 129, 5, 56, 37, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 191, 37, 217, 142, 0, 120, 0, 39, 129, 93, 56, 189, 58, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 191, 37, 217, 142, 0, 120, 0, 39, 129, 3, 56, 37, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 191, 37, 217, 142, 0, 120, 0, 39, 129, 93, 56, 189, 58, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 191, 37, 217, 142, 0, 120, 0, 39, 129, 209, 53, 189, 58, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 191, 37, 217, 142, 0, 120, 0, 39, 129, 3, 56, 37, 58, 116, 166, 5, 63, 24, 237, 129, 190, 224, 221, 85, 63, 108, 8, 64, 0, 192, 0, 109, 129, 41, 58, 37, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 63, 108, 8, 64, 0, 192, 0, 109, 129, 209, 57, 189, 58, 6, 11, 24, 63, 63, 58, 180, 60, 78, 163, 45, 63, 108, 8, 64, 0, 192, 0, 109, 129, 244, 57, 226, 57, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 63, 123, 16, 25, 0, 231, 0, 124, 129, 209, 57, 189, 58, 72, 95, 47, 63, 230, 33, 231, 62, 223, 17, 76, 189, 123, 16, 25, 0, 231, 0, 124, 129, 23, 57, 123, 57, 6, 11, 24, 63, 63, 58, 180, 60, 78, 163, 45, 63, 123, 16, 25, 0, 231, 0, 124, 129, 244, 57, 226, 57, 72, 95, 47, 63, 230, 33, 231, 62, 223, 17, 76, 189, 83, 91, 28, 0, 216, 0, 120, 129, 23, 57, 123, 57, 177, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 63, 83, 91, 28, 0, 216, 0, 120, 129, 130, 58, 123, 57, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 63, 83, 91, 28, 0, 216, 0, 120, 129, 41, 58, 140, 57, 64, 48, 87, 191, 93, 249, 228, 62, 8, 84, 22, 63, 199, 2, 113, 0, 143, 0, 199, 129, 0, 60, 123, 57, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 63, 199, 2, 113, 0, 143, 0, 199, 129, 69, 59, 189, 58, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 63, 199, 2, 113, 0, 143, 0, 199, 129, 235, 58, 219, 57, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 63, 199, 2, 113, 0, 143, 0, 199, 129, 69, 59, 189, 58, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 199, 2, 113, 0, 143, 0, 199, 129, 202, 58, 232, 57, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 63, 199, 2, 113, 0, 143, 0, 199, 129, 235, 58, 219, 57, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 199, 2, 143, 0, 113, 0, 199, 129, 199, 54, 232, 57, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 191, 199, 2, 143, 0, 113, 0, 199, 129, 209, 53, 189, 58, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 191, 199, 2, 143, 0, 113, 0, 199, 129, 133, 54, 219, 57, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 191, 174, 12, 161, 0, 95, 0, 173, 129, 209, 53, 189, 58, 209, 188, 14, 191, 93, 249, 228, 62, 134, 129, 253, 190, 174, 12, 161, 0, 95, 0, 173, 129, 93, 52, 123, 57, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 191, 174, 12, 161, 0, 95, 0, 173, 129, 133, 54, 219, 57, 72, 95, 47, 63, 230, 33, 231, 62, 223, 17, 76, 189, 122, 16, 228, 0, 28, 0, 123, 129, 23, 57, 123, 57, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 191, 122, 16, 228, 0, 28, 0, 123, 129, 93, 56, 189, 58, 3, 11, 24, 63, 95, 58, 180, 60, 80, 163, 45, 191, 122, 16, 228, 0, 28, 0, 123, 129, 57, 56, 226, 57, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 191, 108, 8, 192, 0, 64, 0, 109, 129, 93, 56, 189, 58, 116, 166, 5, 63, 17, 237, 129, 190, 226, 221, 85, 191, 108, 8, 192, 0, 64, 0, 109, 129, 5, 56, 37, 58, 3, 11, 24, 63, 95, 58, 180, 60, 80, 163, 45, 191, 108, 8, 192, 0, 64, 0, 109, 129, 57, 56, 226, 57, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 191, 87, 85, 224, 0, 43, 0, 119, 129, 5, 56, 140, 57, 173, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 191, 87, 85, 224, 0, 43, 0, 119, 129, 88, 55, 123, 57, 72, 95, 47, 63, 230, 33, 231, 62, 223, 17, 76, 189, 87, 85, 224, 0, 43, 0, 119, 129, 23, 57, 123, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 235, 117, 42, 0, 143, 0, 199, 129, 69, 59, 56, 56, 64, 48, 87, 191, 93, 249, 228, 62, 8, 84, 22, 63, 235, 117, 42, 0, 143, 0, 199, 129, 0, 60, 123, 57, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 63, 235, 117, 42, 0, 143, 0, 199, 129, 175, 58, 87, 57, 64, 48, 87, 191, 93, 249, 228, 62, 8, 84, 22, 63, 234, 116, 45, 0, 143, 0, 199, 129, 0, 60, 123, 57, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 63, 234, 116, 45, 0, 143, 0, 199, 129, 172, 58, 123, 57, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 63, 234, 116, 45, 0, 143, 0, 199, 129, 175, 58, 87, 57, 173, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 191, 41, 117, 231, 0, 65, 0, 108, 129, 88, 55, 123, 57, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 191, 41, 117, 231, 0, 65, 0, 108, 129, 81, 55, 112, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 41, 117, 231, 0, 65, 0, 108, 129, 93, 56, 56, 56, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 142, 55, 0, 0, 201, 143, 247, 129, 86, 56, 245, 58, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 63, 142, 55, 0, 0, 201, 143, 247, 129, 86, 56, 8, 58, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 63, 142, 55, 0, 0, 201, 143, 247, 129, 164, 56, 184, 58, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 194, 146, 0, 0, 0, 0, 129, 127, 178, 57, 139, 55, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 63, 194, 146, 0, 0, 0, 0, 129, 127, 170, 58, 131, 53, 101, 142, 217, 63, 232, 116, 109, 191, 84, 30, 155, 63, 194, 146, 0, 0, 0, 0, 129, 127, 85, 57, 0, 0, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 63, 194, 146, 0, 0, 0, 0, 129, 127, 170, 58, 131, 53, 101, 142, 217, 63, 232, 116, 109, 191, 82, 195, 73, 63, 194, 146, 0, 0, 0, 0, 130, 127, 170, 58, 0, 0, 101, 142, 217, 63, 232, 116, 109, 191, 84, 30, 155, 63, 194, 146, 0, 0, 0, 0, 129, 127, 85, 57, 0, 0, 177, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 63, 56, 112, 19, 0, 216, 0, 120, 129, 130, 58, 123, 57, 72, 95, 47, 63, 230, 33, 231, 62, 223, 17, 76, 189, 56, 112, 19, 0, 216, 0, 120, 129, 23, 57, 123, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 56, 112, 19, 0, 216, 0, 120, 129, 209, 57, 56, 56, 6, 11, 24, 63, 63, 58, 180, 60, 78, 163, 45, 63, 20, 60, 147, 0, 48, 98, 63, 127, 0, 0, 185, 53, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 63, 20, 60, 147, 0, 48, 98, 63, 127, 85, 49, 211, 54, 5, 108, 1, 64, 228, 98, 137, 190, 84, 195, 73, 63, 20, 60, 147, 0, 48, 98, 63, 127, 85, 49, 0, 0, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 10, 46, 117, 0, 203, 151, 46, 127, 85, 53, 0, 56, 115, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 63, 10, 46, 117, 0, 203, 151, 46, 127, 115, 53, 174, 55, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 63, 10, 46, 117, 0, 203, 151, 46, 127, 98, 53, 167, 55, 127, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 63, 31, 85, 88, 0, 215, 177, 90, 127, 97, 53, 158, 55, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 63, 31, 85, 88, 0, 215, 177, 90, 127, 85, 53, 0, 0, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 31, 85, 88, 0, 215, 177, 90, 127, 85, 53, 0, 56, 101, 142, 217, 63, 232, 116, 109, 191, 82, 195, 73, 63, 222, 203, 147, 0, 48, 98, 193, 127, 170, 58, 0, 0, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 63, 222, 203, 147, 0, 48, 98, 193, 127, 170, 58, 131, 53, 116, 166, 5, 63, 24, 237, 129, 190, 224, 221, 85, 63, 222, 203, 147, 0, 48, 98, 193, 127, 174, 58, 126, 53, 116, 166, 5, 63, 24, 237, 129, 190, 224, 221, 85, 63, 222, 203, 147, 0, 48, 98, 193, 127, 174, 58, 126, 53, 6, 11, 24, 63, 63, 58, 180, 60, 78, 163, 45, 63, 222, 203, 147, 0, 48, 98, 193, 127, 0, 60, 185, 53, 55, 51, 238, 63, 46, 19, 25, 191, 164, 134, 19, 63, 222, 203, 147, 0, 48, 98, 193, 127, 0, 60, 0, 0, 184, 227, 142, 62, 244, 66, 224, 62, 24, 34, 147, 191, 15, 49, 140, 0, 52, 103, 51, 127, 11, 49, 156, 55, 124, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 191, 15, 49, 140, 0, 52, 103, 51, 127, 61, 49, 158, 55, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 191, 15, 49, 140, 0, 52, 103, 51, 127, 85, 49, 0, 0, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 191, 20, 60, 147, 0, 48, 98, 63, 127, 85, 49, 0, 0, 55, 51, 238, 63, 46, 19, 25, 191, 176, 60, 182, 191, 20, 60, 147, 0, 48, 98, 63, 127, 0, 0, 0, 0, 184, 227, 142, 62, 244, 66, 224, 62, 24, 34, 147, 191, 20, 60, 147, 0, 48, 98, 63, 127, 11, 49, 156, 55, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 47, 117, 0, 0, 0, 0, 126, 127, 85, 49, 0, 56, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 191, 47, 117, 0, 0, 0, 0, 126, 127, 233, 51, 0, 56, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 191, 47, 117, 0, 0, 0, 0, 126, 127, 195, 49, 177, 55, 173, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 191, 48, 117, 0, 0, 0, 0, 127, 127, 167, 49, 147, 55, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 191, 48, 117, 0, 0, 0, 0, 127, 127, 85, 53, 211, 54, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 191, 48, 117, 0, 0, 0, 0, 127, 127, 85, 49, 0, 0, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 191, 48, 117, 0, 0, 0, 0, 126, 127, 85, 53, 211, 54, 5, 108, 1, 64, 228, 98, 137, 190, 84, 195, 73, 191, 48, 117, 0, 0, 0, 0, 127, 127, 85, 53, 0, 0, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 191, 48, 117, 0, 0, 0, 0, 127, 127, 85, 49, 0, 0, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 48, 117, 255, 0, 0, 1, 126, 127, 85, 49, 0, 56, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 191, 48, 117, 255, 0, 0, 1, 126, 127, 195, 49, 177, 55, 173, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 191, 48, 117, 255, 0, 0, 1, 126, 127, 167, 49, 147, 55, 55, 51, 238, 63, 46, 19, 25, 191, 164, 134, 19, 191, 222, 203, 109, 0, 208, 158, 193, 127, 0, 56, 0, 0, 3, 11, 24, 63, 95, 58, 180, 60, 80, 163, 45, 191, 222, 203, 109, 0, 208, 158, 193, 127, 0, 56, 185, 53, 116, 166, 5, 63, 17, 237, 129, 190, 226, 221, 85, 191, 222, 203, 109, 0, 208, 158, 193, 127, 81, 57, 126, 53, 116, 166, 5, 63, 17, 237, 129, 190, 226, 221, 85, 191, 222, 203, 109, 0, 208, 158, 193, 127, 81, 57, 126, 53, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 191, 222, 203, 109, 0, 208, 158, 193, 127, 85, 57, 131, 53, 101, 142, 217, 63, 232, 116, 109, 191, 82, 195, 73, 191, 222, 203, 109, 0, 208, 158, 193, 127, 85, 57, 0, 0, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 235, 117, 214, 0, 113, 0, 200, 129, 209, 53, 56, 56, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 191, 235, 117, 214, 0, 113, 0, 200, 129, 58, 55, 112, 57, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 191, 235, 117, 214, 0, 113, 0, 200, 129, 254, 54, 87, 57, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 191, 222, 114, 214, 0, 98, 0, 176, 129, 254, 54, 87, 57, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 191, 222, 114, 214, 0, 98, 0, 176, 129, 3, 55, 123, 57, 209, 188, 14, 191, 93, 249, 228, 62, 134, 129, 253, 190, 222, 114, 214, 0, 98, 0, 176, 129, 93, 52, 123, 57, 3, 11, 24, 63, 95, 58, 180, 60, 80, 163, 45, 191, 20, 60, 109, 0, 208, 158, 63, 127, 0, 56, 185, 53, 55, 51, 238, 63, 46, 19, 25, 191, 164, 134, 19, 191, 20, 60, 109, 0, 208, 158, 63, 127, 0, 56, 0, 0, 5, 108, 1, 64, 228, 98, 137, 190, 84, 195, 73, 191, 20, 60, 109, 0, 208, 158, 63, 127, 85, 53, 0, 0, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 199, 3, 143, 0, 210, 140, 19, 129, 77, 58, 139, 55, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 191, 199, 3, 143, 0, 210, 140, 19, 129, 169, 59, 230, 57, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 191, 199, 3, 143, 0, 210, 140, 19, 129, 164, 56, 71, 57, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 191, 199, 195, 161, 0, 100, 179, 246, 129, 164, 56, 71, 57, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 199, 195, 161, 0, 100, 179, 246, 129, 85, 49, 0, 56, 247, 2, 139, 62, 143, 152, 223, 62, 200, 67, 147, 191, 199, 195, 161, 0, 100, 179, 246, 129, 246, 48, 162, 55, 247, 2, 139, 62, 143, 152, 223, 62, 200, 67, 147, 191, 22, 224, 136, 0, 201, 144, 20, 129, 246, 48, 162, 55, 184, 227, 142, 62, 244, 66, 224, 62, 24, 34, 147, 191, 22, 224, 136, 0, 201, 144, 20, 129, 11, 49, 156, 55, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 22, 224, 136, 0, 201, 144, 20, 129, 77, 58, 139, 55, 184, 227, 142, 62, 244, 66, 224, 62, 24, 34, 147, 191, 228, 246, 133, 0, 202, 144, 22, 129, 11, 49, 156, 55, 55, 51, 238, 63, 46, 19, 25, 191, 176, 60, 182, 191, 228, 246, 133, 0, 202, 144, 22, 129, 0, 60, 0, 0, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 228, 246, 133, 0, 202, 144, 22, 129, 77, 58, 139, 55, 55, 51, 238, 63, 46, 19, 25, 191, 176, 60, 182, 191, 217, 205, 147, 0, 48, 98, 193, 127, 0, 60, 0, 0, 101, 142, 217, 63, 232, 116, 109, 191, 84, 30, 155, 191, 217, 205, 147, 0, 48, 98, 193, 127, 170, 58, 0, 0, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 217, 205, 147, 0, 48, 98, 193, 127, 77, 58, 139, 55, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 217, 205, 109, 0, 208, 158, 193, 127, 178, 57, 139, 55, 101, 142, 217, 63, 232, 116, 109, 191, 84, 30, 155, 63, 217, 205, 109, 0, 208, 158, 193, 127, 85, 57, 0, 0, 55, 51, 238, 63, 46, 19, 25, 191, 176, 60, 182, 63, 217, 205, 109, 0, 208, 158, 193, 127, 0, 56, 0, 0, 55, 51, 238, 63, 46, 19, 25, 191, 176, 60, 182, 63, 228, 246, 123, 0, 202, 144, 234, 127, 0, 56, 0, 0, 184, 227, 142, 62, 240, 66, 224, 62, 24, 34, 147, 63, 228, 246, 123, 0, 202, 144, 234, 127, 122, 53, 156, 55, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 228, 246, 123, 0, 202, 144, 234, 127, 178, 57, 139, 55, 184, 227, 142, 62, 240, 66, 224, 62, 24, 34, 147, 63, 22, 224, 120, 0, 201, 144, 236, 127, 122, 53, 156, 55, 247, 2, 139, 62, 150, 152, 223, 62, 200, 67, 147, 63, 22, 224, 120, 0, 201, 144, 236, 127, 132, 53, 162, 55, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 22, 224, 120, 0, 201, 144, 236, 127, 178, 57, 139, 55, 247, 2, 139, 62, 150, 152, 223, 62, 200, 67, 147, 63, 199, 195, 95, 0, 202, 178, 173, 127, 132, 53, 162, 55, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 199, 195, 95, 0, 202, 178, 173, 127, 86, 56, 245, 58, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 63, 199, 195, 95, 0, 202, 178, 173, 127, 164, 56, 184, 58, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 63, 199, 3, 113, 0, 145, 21, 200, 127, 164, 56, 184, 58, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 63, 199, 3, 113, 0, 145, 21, 200, 127, 238, 57, 0, 56, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 199, 3, 113, 0, 145, 21, 200, 127, 178, 57, 139, 55 ), +"array_index_data": PoolByteArray( 0, 0, 2, 0, 1, 0, 3, 0, 5, 0, 4, 0, 6, 0, 8, 0, 7, 0, 9, 0, 11, 0, 10, 0, 12, 0, 14, 0, 13, 0, 15, 0, 17, 0, 16, 0, 18, 0, 20, 0, 19, 0, 21, 0, 23, 0, 22, 0, 24, 0, 26, 0, 25, 0, 27, 0, 29, 0, 28, 0, 30, 0, 32, 0, 31, 0, 33, 0, 35, 0, 34, 0, 36, 0, 38, 0, 37, 0, 39, 0, 41, 0, 40, 0, 42, 0, 44, 0, 43, 0, 45, 0, 47, 0, 46, 0, 48, 0, 50, 0, 49, 0, 51, 0, 53, 0, 52, 0, 54, 0, 56, 0, 55, 0, 57, 0, 59, 0, 58, 0, 60, 0, 62, 0, 61, 0, 63, 0, 65, 0, 64, 0, 66, 0, 68, 0, 67, 0, 69, 0, 71, 0, 70, 0, 72, 0, 74, 0, 73, 0, 75, 0, 77, 0, 76, 0, 78, 0, 80, 0, 79, 0, 81, 0, 83, 0, 82, 0, 84, 0, 86, 0, 85, 0, 87, 0, 89, 0, 88, 0, 90, 0, 92, 0, 91, 0, 93, 0, 95, 0, 94, 0, 96, 0, 98, 0, 97, 0, 99, 0, 101, 0, 100, 0, 102, 0, 104, 0, 103, 0, 105, 0, 107, 0, 106, 0, 108, 0, 110, 0, 109, 0, 111, 0, 113, 0, 112, 0, 114, 0, 116, 0, 115, 0, 117, 0, 119, 0, 118, 0, 120, 0, 122, 0, 121, 0, 123, 0, 125, 0, 124, 0, 126, 0, 128, 0, 127, 0, 129, 0, 131, 0, 130, 0, 132, 0, 134, 0, 133, 0, 135, 0, 137, 0, 136, 0, 138, 0, 140, 0, 139, 0, 141, 0, 143, 0, 142, 0, 144, 0, 146, 0, 145, 0, 147, 0, 149, 0, 148, 0, 150, 0, 152, 0, 151, 0, 153, 0, 155, 0, 154, 0, 156, 0, 158, 0, 157, 0, 159, 0, 161, 0, 160, 0, 162, 0, 164, 0, 163, 0, 165, 0, 167, 0, 166, 0, 168, 0, 170, 0, 169, 0, 171, 0, 173, 0, 172, 0, 174, 0, 176, 0, 175, 0, 177, 0, 179, 0, 178, 0, 180, 0, 182, 0, 181, 0, 183, 0, 185, 0, 184, 0, 186, 0, 188, 0, 187, 0, 189, 0, 191, 0, 190, 0, 192, 0, 194, 0, 193, 0, 195, 0, 197, 0, 196, 0, 198, 0, 200, 0, 199, 0, 201, 0, 203, 0, 202, 0, 204, 0, 206, 0, 205, 0, 207, 0, 209, 0, 208, 0, 210, 0, 212, 0, 211, 0, 213, 0, 215, 0, 214, 0, 216, 0, 218, 0, 217, 0, 219, 0, 221, 0, 220, 0, 222, 0, 224, 0, 223, 0, 225, 0, 227, 0, 226, 0, 228, 0, 230, 0, 229, 0, 231, 0, 233, 0, 232, 0, 234, 0, 236, 0, 235, 0, 237, 0, 239, 0, 238, 0, 240, 0, 242, 0, 241, 0, 243, 0, 245, 0, 244, 0, 246, 0, 248, 0, 247, 0, 249, 0, 251, 0, 250, 0, 252, 0, 254, 0, 253, 0, 255, 0, 1, 1, 0, 1, 2, 1, 4, 1, 3, 1, 5, 1, 7, 1, 6, 1, 8, 1, 10, 1, 9, 1, 11, 1, 13, 1, 12, 1, 14, 1, 16, 1, 15, 1, 17, 1, 19, 1, 18, 1, 20, 1, 22, 1, 21, 1, 23, 1, 25, 1, 24, 1, 26, 1, 28, 1, 27, 1, 29, 1, 31, 1, 30, 1, 32, 1, 34, 1, 33, 1, 35, 1, 37, 1, 36, 1, 38, 1, 40, 1, 39, 1, 41, 1, 43, 1, 42, 1, 44, 1, 46, 1, 45, 1, 47, 1, 49, 1, 48, 1, 50, 1, 52, 1, 51, 1, 53, 1, 55, 1, 54, 1, 56, 1, 58, 1, 57, 1, 59, 1, 61, 1, 60, 1, 62, 1, 64, 1, 63, 1, 65, 1, 67, 1, 66, 1 ), +"blend_shape_data": [ ], +"format": 97559, +"index_count": 324, +"material": ExtResource( 2 ), +"name": "Body", +"primitive": 4, +"skeleton_aabb": [ ], +"vertex_count": 324 +} -[sub_resource type="CylinderMesh" id=2] -top_radius = 0.8 -bottom_radius = 0.001 +[sub_resource type="ArrayMesh" id=2] +resource_name = "Icosphere" +surfaces/0 = { +"aabb": AABB( -0.485413, -0.180175, -0.426281, 0.274474, 0.315836, 0.852562 ), +"array_data": PoolByteArray( 14, 136, 248, 190, 39, 244, 187, 189, 0, 0, 0, 128, 150, 4, 69, 0, 189, 21, 151, 129, 209, 49, 189, 58, 128, 0, 88, 190, 217, 127, 56, 190, 136, 65, 218, 62, 150, 4, 69, 0, 189, 21, 151, 129, 0, 0, 189, 58, 41, 43, 168, 190, 184, 234, 10, 62, 112, 11, 105, 62, 150, 4, 69, 0, 189, 21, 151, 129, 209, 45, 123, 57, 128, 0, 88, 190, 224, 127, 56, 190, 136, 65, 218, 190, 150, 4, 187, 0, 67, 235, 151, 129, 209, 53, 189, 58, 14, 136, 248, 190, 39, 244, 187, 189, 0, 0, 0, 128, 150, 4, 187, 0, 67, 235, 151, 129, 209, 49, 189, 58, 41, 43, 168, 190, 184, 234, 10, 62, 112, 11, 105, 190, 150, 4, 187, 0, 67, 235, 151, 129, 93, 52, 123, 57 ), +"array_index_data": PoolByteArray( 0, 0, 2, 0, 1, 0, 3, 0, 5, 0, 4, 0 ), +"blend_shape_data": [ ], +"format": 97559, +"index_count": 6, +"material": ExtResource( 3 ), +"name": "Eyes", +"primitive": 4, +"skeleton_aabb": [ ], +"vertex_count": 6 +} +surfaces/1 = { +"aabb": AABB( -0.485413, -0.355987, -0.426281, 0.825841, 0.693274, 0.852562 ), +"array_data": PoolByteArray( 53, 39, 76, 188, 231, 67, 182, 190, 0, 0, 0, 128, 22, 145, 56, 0, 137, 254, 42, 129, 139, 58, 0, 60, 162, 76, 174, 62, 212, 235, 43, 190, 124, 44, 109, 62, 22, 145, 56, 0, 137, 254, 42, 129, 209, 57, 189, 58, 128, 0, 88, 190, 217, 127, 56, 190, 136, 65, 218, 62, 22, 145, 56, 0, 137, 254, 42, 129, 69, 59, 189, 58, 162, 76, 174, 62, 212, 235, 43, 190, 124, 44, 109, 62, 59, 144, 0, 0, 0, 0, 127, 129, 209, 57, 189, 58, 53, 39, 76, 188, 231, 67, 182, 190, 0, 0, 0, 128, 59, 144, 0, 0, 0, 0, 127, 129, 23, 57, 0, 60, 162, 76, 174, 62, 212, 235, 43, 190, 130, 44, 109, 190, 59, 144, 0, 0, 0, 0, 127, 129, 93, 56, 189, 58, 53, 39, 76, 188, 231, 67, 182, 190, 0, 0, 0, 128, 195, 147, 16, 0, 189, 21, 151, 129, 209, 45, 0, 60, 128, 0, 88, 190, 217, 127, 56, 190, 136, 65, 218, 62, 195, 147, 16, 0, 189, 21, 151, 129, 0, 0, 189, 58, 14, 136, 248, 190, 39, 244, 187, 189, 0, 0, 0, 128, 195, 147, 16, 0, 189, 21, 151, 129, 209, 49, 189, 58, 53, 39, 76, 188, 231, 67, 182, 190, 0, 0, 0, 128, 195, 147, 240, 0, 67, 235, 151, 129, 93, 52, 0, 60, 14, 136, 248, 190, 39, 244, 187, 189, 0, 0, 0, 128, 195, 147, 240, 0, 67, 235, 151, 129, 209, 49, 189, 58, 128, 0, 88, 190, 224, 127, 56, 190, 136, 65, 218, 190, 195, 147, 240, 0, 67, 235, 151, 129, 209, 53, 189, 58, 53, 39, 76, 188, 231, 67, 182, 190, 0, 0, 0, 128, 22, 145, 200, 0, 119, 2, 42, 129, 69, 55, 0, 60, 128, 0, 88, 190, 224, 127, 56, 190, 136, 65, 218, 190, 22, 145, 200, 0, 119, 2, 42, 129, 209, 53, 189, 58, 162, 76, 174, 62, 212, 235, 43, 190, 130, 44, 109, 190, 22, 145, 200, 0, 119, 2, 42, 129, 93, 56, 189, 58, 162, 76, 174, 62, 212, 235, 43, 190, 124, 44, 109, 62, 125, 20, 0, 0, 0, 0, 127, 129, 209, 57, 189, 58, 162, 76, 174, 62, 212, 235, 43, 190, 130, 44, 109, 190, 125, 20, 0, 0, 0, 0, 127, 129, 93, 56, 189, 58, 97, 72, 136, 62, 102, 47, 147, 62, 0, 0, 0, 128, 125, 20, 0, 0, 0, 0, 126, 129, 23, 57, 123, 57, 128, 0, 88, 190, 217, 127, 56, 190, 136, 65, 218, 62, 42, 8, 119, 0, 137, 254, 42, 129, 69, 59, 189, 58, 162, 76, 174, 62, 212, 235, 43, 190, 124, 44, 109, 62, 42, 8, 119, 0, 137, 254, 42, 129, 209, 57, 189, 58, 223, 248, 77, 189, 133, 92, 249, 61, 174, 138, 178, 62, 42, 8, 119, 0, 137, 254, 42, 129, 139, 58, 123, 57, 162, 76, 174, 62, 212, 235, 43, 190, 130, 44, 109, 190, 42, 8, 137, 0, 119, 2, 42, 129, 93, 56, 189, 58, 128, 0, 88, 190, 224, 127, 56, 190, 136, 65, 218, 190, 42, 8, 137, 0, 119, 2, 42, 129, 209, 53, 189, 58, 223, 248, 77, 189, 133, 92, 249, 61, 178, 138, 178, 190, 42, 8, 137, 0, 119, 2, 42, 129, 69, 55, 123, 57, 162, 76, 174, 62, 212, 235, 43, 190, 124, 44, 109, 62, 69, 57, 89, 0, 176, 214, 88, 129, 209, 57, 189, 58, 97, 72, 136, 62, 102, 47, 147, 62, 0, 0, 0, 128, 69, 57, 89, 0, 176, 214, 88, 129, 23, 57, 123, 57, 223, 248, 77, 189, 133, 92, 249, 61, 174, 138, 178, 62, 69, 57, 89, 0, 176, 214, 88, 129, 139, 58, 123, 57, 128, 0, 88, 190, 217, 127, 56, 190, 136, 65, 218, 62, 212, 51, 107, 0, 140, 5, 206, 129, 69, 59, 189, 58, 223, 248, 77, 189, 133, 92, 249, 61, 174, 138, 178, 62, 212, 51, 107, 0, 140, 5, 206, 129, 139, 58, 123, 57, 41, 43, 168, 190, 184, 234, 10, 62, 112, 11, 105, 62, 212, 51, 107, 0, 140, 5, 206, 129, 0, 60, 123, 57, 14, 136, 248, 190, 39, 244, 187, 189, 0, 0, 0, 128, 152, 72, 0, 0, 0, 0, 129, 129, 209, 49, 189, 58, 41, 43, 168, 190, 184, 234, 10, 62, 112, 11, 105, 62, 152, 72, 0, 0, 0, 0, 130, 129, 209, 45, 123, 57, 41, 43, 168, 190, 184, 234, 10, 62, 112, 11, 105, 190, 152, 72, 0, 0, 0, 0, 130, 129, 93, 52, 123, 57, 128, 0, 88, 190, 224, 127, 56, 190, 136, 65, 218, 190, 212, 51, 149, 0, 116, 251, 206, 129, 209, 53, 189, 58, 41, 43, 168, 190, 184, 234, 10, 62, 112, 11, 105, 190, 212, 51, 149, 0, 116, 251, 206, 129, 93, 52, 123, 57, 223, 248, 77, 189, 133, 92, 249, 61, 178, 138, 178, 190, 212, 51, 149, 0, 116, 251, 206, 129, 69, 55, 123, 57, 162, 76, 174, 62, 212, 235, 43, 190, 130, 44, 109, 190, 69, 57, 167, 0, 80, 42, 88, 129, 93, 56, 189, 58, 223, 248, 77, 189, 133, 92, 249, 61, 178, 138, 178, 190, 69, 57, 167, 0, 80, 42, 88, 129, 69, 55, 123, 57, 97, 72, 136, 62, 102, 47, 147, 62, 0, 0, 0, 128, 69, 57, 167, 0, 80, 42, 88, 129, 23, 57, 123, 57, 223, 248, 77, 189, 133, 92, 249, 61, 174, 138, 178, 62, 12, 109, 63, 0, 176, 214, 88, 129, 139, 58, 123, 57, 97, 72, 136, 62, 102, 47, 147, 62, 0, 0, 0, 128, 12, 109, 63, 0, 176, 214, 88, 129, 23, 57, 123, 57, 71, 196, 33, 190, 219, 176, 172, 62, 0, 0, 0, 128, 12, 109, 63, 0, 176, 214, 88, 129, 209, 57, 56, 56, 41, 43, 168, 190, 184, 234, 10, 62, 112, 11, 105, 62, 231, 102, 71, 0, 140, 5, 206, 129, 0, 60, 123, 57, 223, 248, 77, 189, 133, 92, 249, 61, 174, 138, 178, 62, 231, 102, 71, 0, 140, 5, 206, 129, 139, 58, 123, 57, 71, 196, 33, 190, 219, 176, 172, 62, 0, 0, 0, 128, 231, 102, 71, 0, 140, 5, 206, 129, 69, 59, 56, 56, 41, 43, 168, 190, 184, 234, 10, 62, 112, 11, 105, 190, 160, 81, 0, 0, 0, 0, 129, 129, 93, 52, 123, 57, 41, 43, 168, 190, 184, 234, 10, 62, 112, 11, 105, 62, 160, 81, 0, 0, 0, 0, 129, 129, 209, 45, 123, 57, 71, 196, 33, 190, 219, 176, 172, 62, 0, 0, 0, 128, 160, 81, 0, 0, 0, 0, 129, 129, 209, 49, 56, 56, 223, 248, 77, 189, 133, 92, 249, 61, 178, 138, 178, 190, 231, 102, 185, 0, 116, 251, 206, 129, 69, 55, 123, 57, 41, 43, 168, 190, 184, 234, 10, 62, 112, 11, 105, 190, 231, 102, 185, 0, 116, 251, 206, 129, 93, 52, 123, 57, 71, 196, 33, 190, 219, 176, 172, 62, 0, 0, 0, 128, 231, 102, 185, 0, 116, 251, 206, 129, 209, 53, 56, 56, 97, 72, 136, 62, 102, 47, 147, 62, 0, 0, 0, 128, 12, 109, 193, 0, 80, 42, 88, 129, 23, 57, 123, 57, 223, 248, 77, 189, 133, 92, 249, 61, 178, 138, 178, 190, 12, 109, 193, 0, 80, 42, 88, 129, 69, 55, 123, 57, 71, 196, 33, 190, 219, 176, 172, 62, 0, 0, 0, 128, 12, 109, 193, 0, 80, 42, 88, 129, 93, 56, 56, 56 ), +"array_index_data": PoolByteArray( 0, 0, 2, 0, 1, 0, 3, 0, 5, 0, 4, 0, 6, 0, 8, 0, 7, 0, 9, 0, 11, 0, 10, 0, 12, 0, 14, 0, 13, 0, 15, 0, 17, 0, 16, 0, 18, 0, 20, 0, 19, 0, 21, 0, 23, 0, 22, 0, 24, 0, 26, 0, 25, 0, 27, 0, 29, 0, 28, 0, 30, 0, 32, 0, 31, 0, 33, 0, 35, 0, 34, 0, 36, 0, 38, 0, 37, 0, 39, 0, 41, 0, 40, 0, 42, 0, 44, 0, 43, 0, 45, 0, 47, 0, 46, 0, 48, 0, 50, 0, 49, 0, 51, 0, 53, 0, 52, 0 ), +"blend_shape_data": [ ], +"format": 97559, +"index_count": 54, +"material": ExtResource( 4 ), +"name": "Face", +"primitive": 4, +"skeleton_aabb": [ ], +"vertex_count": 54 +} -[sub_resource type="PrismMesh" id=3] +[sub_resource type="ArrayMesh" id=3] +resource_name = "Icosphere.002" +surfaces/0 = { +"aabb": AABB( -0.894425, -0.676492, -0.85064, 1.78885, 1.28853, 1.70128 ), +"array_data": PoolByteArray( 0, 0, 0, 0, 143, 46, 45, 191, 0, 0, 0, 128, 11, 135, 36, 0, 136, 0, 39, 129, 139, 58, 0, 60, 217, 61, 57, 63, 93, 249, 228, 190, 150, 149, 6, 63, 11, 135, 36, 0, 136, 0, 39, 129, 209, 57, 189, 58, 86, 130, 141, 190, 93, 249, 228, 190, 139, 195, 89, 63, 11, 135, 36, 0, 136, 0, 39, 129, 69, 59, 189, 58, 217, 61, 57, 63, 93, 249, 228, 190, 150, 149, 6, 63, 38, 135, 0, 0, 0, 0, 127, 129, 209, 57, 189, 58, 0, 0, 0, 0, 143, 46, 45, 191, 0, 0, 0, 128, 38, 135, 0, 0, 0, 0, 127, 129, 23, 57, 0, 60, 217, 61, 57, 63, 93, 249, 228, 190, 150, 149, 6, 191, 38, 135, 0, 0, 0, 0, 127, 129, 93, 56, 189, 58, 0, 0, 0, 0, 143, 46, 45, 191, 0, 0, 0, 128, 225, 135, 22, 0, 182, 0, 154, 129, 209, 45, 0, 60, 86, 130, 141, 190, 93, 249, 228, 190, 139, 195, 89, 63, 225, 135, 22, 0, 182, 0, 154, 129, 0, 0, 189, 58, 9, 249, 100, 191, 93, 249, 228, 190, 0, 0, 0, 128, 225, 135, 22, 0, 182, 0, 154, 129, 209, 49, 189, 58, 0, 0, 0, 0, 143, 46, 45, 191, 0, 0, 0, 128, 225, 135, 234, 0, 74, 0, 154, 129, 93, 52, 0, 60, 9, 249, 100, 191, 93, 249, 228, 190, 0, 0, 0, 128, 225, 135, 234, 0, 74, 0, 154, 129, 209, 49, 189, 58, 86, 130, 141, 190, 93, 249, 228, 190, 139, 195, 89, 191, 225, 135, 234, 0, 74, 0, 154, 129, 209, 53, 189, 58, 0, 0, 0, 0, 143, 46, 45, 191, 0, 0, 0, 128, 11, 135, 220, 0, 120, 0, 39, 129, 69, 55, 0, 60, 86, 130, 141, 190, 93, 249, 228, 190, 139, 195, 89, 191, 11, 135, 220, 0, 120, 0, 39, 129, 209, 53, 189, 58, 217, 61, 57, 63, 93, 249, 228, 190, 150, 149, 6, 191, 11, 135, 220, 0, 120, 0, 39, 129, 93, 56, 189, 58, 86, 130, 141, 190, 93, 249, 228, 190, 139, 195, 89, 63, 38, 233, 118, 0, 136, 0, 39, 129, 69, 59, 189, 58, 217, 61, 57, 63, 93, 249, 228, 190, 150, 149, 6, 63, 38, 233, 118, 0, 136, 0, 39, 129, 209, 57, 189, 58, 86, 130, 141, 62, 93, 249, 228, 62, 139, 195, 89, 63, 38, 233, 118, 0, 136, 0, 39, 129, 139, 58, 123, 57, 9, 249, 100, 191, 93, 249, 228, 190, 0, 0, 0, 128, 156, 233, 73, 0, 182, 0, 154, 129, 209, 49, 189, 58, 86, 130, 141, 190, 93, 249, 228, 190, 139, 195, 89, 63, 156, 233, 73, 0, 182, 0, 154, 129, 0, 0, 189, 58, 217, 61, 57, 191, 93, 249, 228, 62, 150, 149, 6, 63, 156, 233, 73, 0, 182, 0, 154, 129, 209, 45, 123, 57, 86, 130, 141, 190, 93, 249, 228, 190, 139, 195, 89, 191, 156, 233, 183, 0, 74, 0, 154, 129, 209, 53, 189, 58, 9, 249, 100, 191, 93, 249, 228, 190, 0, 0, 0, 128, 156, 233, 183, 0, 74, 0, 154, 129, 209, 49, 189, 58, 217, 61, 57, 191, 93, 249, 228, 62, 150, 149, 6, 191, 156, 233, 183, 0, 74, 0, 154, 129, 93, 52, 123, 57, 217, 61, 57, 63, 93, 249, 228, 190, 150, 149, 6, 191, 38, 233, 138, 0, 120, 0, 39, 129, 93, 56, 189, 58, 86, 130, 141, 190, 93, 249, 228, 190, 139, 195, 89, 191, 38, 233, 138, 0, 120, 0, 39, 129, 209, 53, 189, 58, 86, 130, 141, 62, 93, 249, 228, 62, 139, 195, 89, 191, 38, 233, 138, 0, 120, 0, 39, 129, 69, 55, 123, 57, 217, 61, 57, 63, 93, 249, 228, 190, 150, 149, 6, 63, 100, 23, 73, 0, 182, 0, 102, 129, 209, 57, 189, 58, 9, 249, 100, 63, 93, 249, 228, 62, 0, 0, 0, 128, 100, 23, 73, 0, 182, 0, 102, 129, 23, 57, 123, 57, 86, 130, 141, 62, 93, 249, 228, 62, 139, 195, 89, 63, 100, 23, 73, 0, 182, 0, 102, 129, 139, 58, 123, 57, 86, 130, 141, 190, 93, 249, 228, 190, 139, 195, 89, 63, 218, 23, 118, 0, 136, 0, 217, 129, 69, 59, 189, 58, 86, 130, 141, 62, 93, 249, 228, 62, 139, 195, 89, 63, 218, 23, 118, 0, 136, 0, 217, 129, 139, 58, 123, 57, 217, 61, 57, 191, 93, 249, 228, 62, 150, 149, 6, 63, 218, 23, 118, 0, 136, 0, 217, 129, 0, 60, 123, 57, 9, 249, 100, 191, 93, 249, 228, 190, 0, 0, 0, 128, 132, 23, 0, 0, 0, 0, 129, 129, 209, 49, 189, 58, 217, 61, 57, 191, 93, 249, 228, 62, 150, 149, 6, 63, 132, 23, 0, 0, 0, 0, 129, 129, 209, 45, 123, 57, 217, 61, 57, 191, 93, 249, 228, 62, 150, 149, 6, 191, 132, 23, 0, 0, 0, 0, 129, 129, 93, 52, 123, 57, 86, 130, 141, 190, 93, 249, 228, 190, 139, 195, 89, 191, 218, 23, 138, 0, 120, 0, 217, 129, 209, 53, 189, 58, 217, 61, 57, 191, 93, 249, 228, 62, 150, 149, 6, 191, 218, 23, 138, 0, 120, 0, 217, 129, 93, 52, 123, 57, 86, 130, 141, 62, 93, 249, 228, 62, 139, 195, 89, 191, 218, 23, 138, 0, 120, 0, 217, 129, 69, 55, 123, 57, 217, 61, 57, 63, 93, 249, 228, 190, 150, 149, 6, 191, 100, 23, 183, 0, 74, 0, 102, 129, 93, 56, 189, 58, 86, 130, 141, 62, 93, 249, 228, 62, 139, 195, 89, 191, 100, 23, 183, 0, 74, 0, 102, 129, 69, 55, 123, 57, 9, 249, 100, 63, 93, 249, 228, 62, 0, 0, 0, 128, 100, 23, 183, 0, 74, 0, 102, 129, 23, 57, 123, 57, 86, 130, 141, 62, 93, 249, 228, 62, 139, 195, 89, 63, 22, 123, 16, 0, 182, 0, 102, 129, 139, 58, 123, 57, 9, 249, 100, 63, 93, 249, 228, 62, 0, 0, 0, 128, 22, 123, 16, 0, 182, 0, 102, 129, 23, 57, 123, 57, 0, 0, 0, 0, 144, 174, 28, 63, 0, 0, 0, 128, 22, 123, 16, 0, 182, 0, 102, 129, 209, 57, 56, 56, 217, 61, 57, 191, 93, 249, 228, 62, 150, 149, 6, 63, 248, 123, 26, 0, 136, 0, 217, 129, 0, 60, 123, 57, 86, 130, 141, 62, 93, 249, 228, 62, 139, 195, 89, 63, 248, 123, 26, 0, 136, 0, 217, 129, 139, 58, 123, 57, 0, 0, 0, 0, 144, 174, 28, 63, 0, 0, 0, 128, 248, 123, 26, 0, 136, 0, 217, 129, 69, 59, 56, 56, 217, 61, 57, 191, 93, 249, 228, 62, 150, 149, 6, 191, 228, 123, 0, 0, 0, 0, 129, 129, 93, 52, 123, 57, 217, 61, 57, 191, 93, 249, 228, 62, 150, 149, 6, 63, 228, 123, 0, 0, 0, 0, 129, 129, 209, 45, 123, 57, 0, 0, 0, 0, 144, 174, 28, 63, 0, 0, 0, 128, 228, 123, 0, 0, 0, 0, 129, 129, 209, 49, 56, 56, 86, 130, 141, 62, 93, 249, 228, 62, 139, 195, 89, 191, 248, 123, 230, 0, 120, 0, 217, 129, 69, 55, 123, 57, 217, 61, 57, 191, 93, 249, 228, 62, 150, 149, 6, 191, 248, 123, 230, 0, 120, 0, 217, 129, 93, 52, 123, 57, 0, 0, 0, 0, 144, 174, 28, 63, 0, 0, 0, 128, 248, 123, 230, 0, 120, 0, 217, 129, 209, 53, 56, 56, 9, 249, 100, 63, 93, 249, 228, 62, 0, 0, 0, 128, 22, 123, 240, 0, 74, 0, 102, 129, 23, 57, 123, 57, 86, 130, 141, 62, 93, 249, 228, 62, 139, 195, 89, 191, 22, 123, 240, 0, 74, 0, 102, 129, 69, 55, 123, 57, 0, 0, 0, 0, 144, 174, 28, 63, 0, 0, 0, 128, 22, 123, 240, 0, 74, 0, 102, 129, 93, 56, 56, 56 ), +"array_index_data": PoolByteArray( 0, 0, 2, 0, 1, 0, 3, 0, 5, 0, 4, 0, 6, 0, 8, 0, 7, 0, 9, 0, 11, 0, 10, 0, 12, 0, 14, 0, 13, 0, 15, 0, 17, 0, 16, 0, 18, 0, 20, 0, 19, 0, 21, 0, 23, 0, 22, 0, 24, 0, 26, 0, 25, 0, 27, 0, 29, 0, 28, 0, 30, 0, 32, 0, 31, 0, 33, 0, 35, 0, 34, 0, 36, 0, 38, 0, 37, 0, 39, 0, 41, 0, 40, 0, 42, 0, 44, 0, 43, 0, 45, 0, 47, 0, 46, 0, 48, 0, 50, 0, 49, 0, 51, 0, 53, 0, 52, 0, 54, 0, 56, 0, 55, 0 ), +"blend_shape_data": [ ], +"format": 97559, +"index_count": 57, +"material": ExtResource( 5 ), +"name": "Material.002", +"primitive": 4, +"skeleton_aabb": [ ], +"vertex_count": 57 +} +surfaces/1 = { +"aabb": AABB( 0.7236, -0.447215, -0.52572, 0.170825, 0.89443, 1.05145 ), +"array_data": PoolByteArray( 217, 61, 57, 63, 93, 249, 228, 190, 150, 149, 6, 63, 124, 233, 0, 0, 0, 0, 127, 129, 209, 57, 189, 58, 217, 61, 57, 63, 93, 249, 228, 190, 150, 149, 6, 191, 124, 233, 0, 0, 0, 0, 127, 129, 93, 56, 189, 58, 9, 249, 100, 63, 93, 249, 228, 62, 0, 0, 0, 128, 124, 233, 0, 0, 0, 0, 127, 129, 23, 57, 123, 57 ), +"array_index_data": PoolByteArray( 0, 0, 2, 0, 1, 0 ), +"blend_shape_data": [ ], +"format": 97559, +"index_count": 3, +"material": ExtResource( 3 ), +"name": "eye", +"primitive": 4, +"skeleton_aabb": [ ], +"vertex_count": 3 +} -[sub_resource type="CylinderShape" id=4] +[sub_resource type="ArrayMesh" id=4] +resource_name = "Icosphere.001" +surfaces/0 = { +"aabb": AABB( -1.10667, -2.28362, -2.86138, 2.43409, 3.5016, 5.71276 ), +"array_data": PoolByteArray( 213, 168, 63, 191, 51, 199, 213, 62, 221, 149, 185, 191, 206, 53, 153, 0, 151, 187, 15, 129, 77, 58, 139, 55, 123, 188, 24, 62, 131, 137, 141, 63, 28, 95, 195, 191, 206, 53, 153, 0, 151, 187, 15, 129, 164, 56, 71, 57, 29, 210, 142, 62, 14, 220, 139, 63, 98, 72, 204, 191, 206, 53, 153, 0, 151, 187, 15, 129, 246, 48, 162, 55, 28, 159, 100, 63, 124, 128, 178, 191, 234, 32, 55, 192, 18, 139, 213, 0, 131, 238, 252, 127, 0, 52, 20, 56, 229, 125, 166, 63, 3, 239, 204, 191, 8, 86, 8, 192, 18, 139, 213, 0, 131, 238, 252, 127, 101, 41, 245, 58, 12, 188, 217, 62, 42, 30, 221, 191, 44, 74, 10, 192, 18, 139, 213, 0, 131, 238, 252, 127, 83, 55, 245, 58, 242, 132, 52, 62, 135, 162, 148, 63, 29, 1, 202, 191, 5, 35, 135, 0, 55, 108, 34, 127, 85, 49, 0, 56, 237, 0, 150, 62, 139, 170, 141, 63, 36, 95, 203, 191, 5, 35, 135, 0, 55, 108, 34, 127, 61, 49, 158, 55, 60, 62, 144, 62, 31, 43, 142, 63, 2, 74, 203, 191, 5, 35, 135, 0, 55, 108, 34, 127, 58, 49, 167, 55, 123, 188, 24, 62, 131, 137, 141, 63, 28, 95, 195, 191, 142, 55, 0, 0, 201, 143, 9, 129, 164, 56, 71, 57, 39, 236, 52, 62, 224, 188, 148, 63, 187, 185, 178, 191, 142, 55, 0, 0, 201, 143, 9, 129, 86, 56, 247, 57, 242, 132, 52, 62, 135, 162, 148, 63, 29, 1, 202, 191, 142, 55, 0, 0, 201, 143, 9, 129, 86, 56, 10, 57, 222, 232, 169, 63, 28, 153, 181, 191, 171, 92, 38, 64, 18, 139, 43, 0, 131, 238, 3, 127, 101, 41, 245, 58, 98, 246, 100, 63, 203, 100, 178, 191, 233, 124, 54, 64, 18, 139, 43, 0, 131, 238, 3, 127, 0, 52, 235, 59, 254, 154, 228, 62, 24, 39, 198, 191, 148, 248, 39, 64, 18, 139, 43, 0, 131, 238, 3, 127, 83, 55, 245, 58, 242, 132, 52, 62, 135, 162, 148, 63, 94, 216, 196, 63, 48, 117, 1, 0, 0, 255, 126, 127, 85, 53, 0, 56, 204, 111, 158, 62, 204, 178, 141, 63, 3, 239, 194, 63, 48, 117, 1, 0, 0, 255, 126, 127, 44, 53, 147, 55, 169, 68, 139, 62, 151, 171, 143, 63, 130, 170, 193, 63, 48, 117, 1, 0, 0, 255, 126, 127, 30, 53, 177, 55, 223, 0, 152, 189, 208, 38, 18, 192, 0, 0, 0, 128, 64, 201, 94, 0, 149, 206, 43, 129, 139, 58, 0, 60, 183, 21, 29, 63, 67, 97, 218, 190, 1, 92, 33, 63, 64, 201, 94, 0, 149, 206, 43, 129, 209, 57, 189, 58, 112, 51, 206, 190, 22, 133, 103, 191, 107, 100, 133, 63, 64, 201, 94, 0, 149, 206, 43, 129, 69, 59, 189, 58, 183, 21, 29, 63, 67, 97, 218, 190, 1, 92, 33, 63, 119, 212, 0, 0, 0, 0, 126, 129, 209, 57, 189, 58, 223, 0, 152, 189, 208, 38, 18, 192, 0, 0, 0, 128, 119, 212, 0, 0, 0, 0, 126, 129, 23, 57, 0, 60, 146, 114, 28, 63, 158, 129, 220, 190, 220, 5, 38, 191, 119, 212, 0, 0, 0, 0, 126, 129, 93, 56, 189, 58, 223, 0, 152, 189, 208, 38, 18, 192, 0, 0, 0, 128, 160, 194, 52, 0, 194, 3, 146, 129, 209, 45, 0, 60, 112, 51, 206, 190, 22, 133, 103, 191, 107, 100, 133, 63, 160, 194, 52, 0, 194, 3, 146, 129, 0, 0, 189, 58, 4, 74, 126, 191, 21, 207, 95, 191, 255, 171, 144, 187, 160, 194, 52, 0, 194, 3, 146, 129, 209, 49, 189, 58, 223, 0, 152, 189, 208, 38, 18, 192, 0, 0, 0, 128, 160, 193, 204, 0, 61, 253, 146, 129, 93, 52, 0, 60, 4, 74, 126, 191, 21, 207, 95, 191, 255, 171, 144, 187, 160, 193, 204, 0, 61, 253, 146, 129, 209, 49, 189, 58, 112, 51, 206, 190, 206, 248, 103, 191, 216, 245, 135, 191, 160, 193, 204, 0, 61, 253, 146, 129, 209, 53, 189, 58, 223, 0, 152, 189, 208, 38, 18, 192, 0, 0, 0, 128, 64, 200, 163, 0, 107, 50, 44, 129, 69, 55, 0, 60, 112, 51, 206, 190, 206, 248, 103, 191, 216, 245, 135, 191, 64, 200, 163, 0, 107, 50, 44, 129, 209, 53, 189, 58, 146, 114, 28, 63, 158, 129, 220, 190, 220, 5, 38, 191, 64, 200, 163, 0, 107, 50, 44, 129, 93, 56, 189, 58, 183, 21, 29, 63, 67, 97, 218, 190, 1, 92, 33, 63, 125, 238, 0, 0, 0, 0, 126, 129, 209, 57, 189, 58, 146, 114, 28, 63, 158, 129, 220, 190, 220, 5, 38, 191, 125, 238, 0, 0, 0, 0, 126, 129, 93, 56, 189, 58, 126, 219, 74, 63, 101, 97, 72, 63, 79, 55, 5, 190, 125, 238, 0, 0, 0, 0, 126, 129, 23, 57, 123, 57, 183, 21, 29, 63, 67, 97, 218, 190, 1, 92, 33, 63, 19, 165, 86, 0, 135, 8, 37, 129, 209, 57, 189, 58, 173, 221, 38, 63, 253, 119, 4, 187, 146, 233, 136, 63, 19, 165, 86, 0, 135, 8, 37, 129, 41, 58, 37, 58, 57, 151, 36, 63, 250, 71, 185, 186, 175, 65, 137, 63, 19, 165, 86, 0, 135, 8, 37, 129, 43, 58, 37, 58, 4, 74, 126, 191, 21, 207, 95, 191, 255, 171, 144, 187, 149, 223, 59, 0, 194, 3, 146, 129, 209, 49, 189, 58, 112, 51, 206, 190, 22, 133, 103, 191, 107, 100, 133, 63, 149, 223, 59, 0, 194, 3, 146, 129, 0, 0, 189, 58, 68, 167, 141, 191, 149, 31, 70, 63, 33, 143, 55, 63, 149, 223, 59, 0, 194, 3, 146, 129, 209, 45, 123, 57, 112, 51, 206, 190, 206, 248, 103, 191, 216, 245, 135, 191, 146, 247, 195, 0, 61, 253, 146, 129, 209, 53, 189, 58, 4, 74, 126, 191, 21, 207, 95, 191, 255, 171, 144, 187, 146, 247, 195, 0, 61, 253, 146, 129, 209, 49, 189, 58, 232, 217, 72, 191, 183, 48, 89, 63, 24, 61, 38, 191, 146, 247, 195, 0, 61, 253, 146, 129, 93, 52, 123, 57, 112, 51, 206, 190, 206, 248, 103, 191, 216, 245, 135, 191, 21, 226, 135, 0, 124, 252, 22, 129, 209, 53, 189, 58, 213, 168, 63, 191, 51, 199, 213, 62, 221, 149, 185, 191, 21, 226, 135, 0, 124, 252, 22, 129, 199, 54, 232, 57, 255, 57, 37, 63, 0, 172, 9, 187, 130, 114, 141, 191, 21, 226, 135, 0, 124, 252, 22, 129, 3, 56, 37, 58, 126, 219, 74, 63, 101, 97, 72, 63, 79, 55, 5, 190, 122, 24, 20, 0, 230, 27, 121, 129, 23, 57, 123, 57, 202, 91, 10, 63, 224, 105, 119, 63, 34, 224, 144, 63, 122, 24, 20, 0, 230, 27, 121, 129, 41, 58, 140, 57, 234, 185, 51, 63, 7, 83, 194, 62, 121, 12, 96, 63, 122, 24, 20, 0, 230, 27, 121, 129, 244, 57, 226, 57, 72, 69, 97, 191, 48, 144, 253, 62, 209, 62, 172, 63, 194, 90, 62, 0, 151, 229, 192, 129, 235, 58, 219, 57, 123, 188, 24, 62, 131, 137, 141, 63, 93, 54, 190, 63, 194, 90, 62, 0, 151, 229, 192, 129, 172, 58, 123, 57, 68, 167, 141, 191, 149, 31, 70, 63, 33, 143, 55, 63, 194, 90, 62, 0, 151, 229, 192, 129, 0, 60, 123, 57, 4, 74, 126, 191, 21, 207, 95, 191, 255, 171, 144, 187, 133, 4, 228, 0, 29, 6, 133, 129, 209, 49, 189, 58, 68, 167, 141, 191, 149, 31, 70, 63, 33, 143, 55, 63, 133, 4, 228, 0, 29, 6, 133, 129, 209, 45, 123, 57, 232, 217, 72, 191, 183, 48, 89, 63, 24, 61, 38, 191, 133, 4, 228, 0, 29, 6, 133, 129, 93, 52, 123, 57, 232, 217, 72, 191, 183, 48, 89, 63, 24, 61, 38, 191, 191, 101, 216, 0, 90, 25, 171, 129, 93, 52, 123, 57, 123, 188, 24, 62, 131, 137, 141, 63, 28, 95, 195, 191, 191, 101, 216, 0, 90, 25, 171, 129, 3, 55, 123, 57, 72, 69, 97, 191, 7, 125, 253, 62, 149, 15, 177, 191, 191, 101, 216, 0, 90, 25, 171, 129, 133, 54, 219, 57, 231, 185, 51, 63, 10, 217, 193, 62, 77, 220, 104, 191, 122, 22, 231, 0, 30, 224, 118, 129, 57, 56, 226, 57, 202, 91, 10, 63, 228, 96, 119, 63, 65, 216, 149, 191, 122, 22, 231, 0, 30, 224, 118, 129, 5, 56, 140, 57, 126, 219, 74, 63, 101, 97, 72, 63, 79, 55, 5, 190, 122, 22, 231, 0, 30, 224, 118, 129, 23, 57, 123, 57, 224, 252, 145, 62, 244, 163, 141, 63, 79, 176, 199, 63, 39, 117, 28, 0, 185, 255, 105, 129, 139, 58, 123, 57, 240, 0, 150, 62, 139, 170, 141, 63, 109, 54, 198, 63, 39, 117, 28, 0, 185, 255, 105, 129, 136, 58, 123, 57, 63, 62, 144, 62, 69, 44, 142, 63, 175, 33, 198, 63, 39, 117, 28, 0, 185, 255, 105, 129, 138, 58, 120, 57, 39, 236, 52, 62, 224, 188, 148, 63, 4, 145, 173, 63, 59, 111, 249, 0, 152, 51, 206, 129, 175, 58, 87, 57, 169, 68, 139, 62, 151, 171, 143, 63, 130, 170, 193, 63, 59, 111, 249, 0, 152, 51, 206, 129, 145, 58, 112, 57, 168, 87, 229, 189, 188, 230, 155, 63, 250, 242, 95, 188, 59, 111, 249, 0, 152, 51, 206, 129, 69, 59, 56, 56, 232, 217, 72, 191, 183, 48, 89, 63, 24, 61, 38, 191, 201, 113, 250, 0, 29, 6, 133, 129, 93, 52, 123, 57, 68, 167, 141, 191, 149, 31, 70, 63, 33, 143, 55, 63, 201, 113, 250, 0, 29, 6, 133, 129, 209, 45, 123, 57, 168, 87, 229, 189, 188, 230, 155, 63, 250, 242, 95, 188, 201, 113, 250, 0, 29, 6, 133, 129, 209, 49, 56, 56, 224, 252, 145, 62, 244, 163, 141, 63, 14, 217, 204, 191, 229, 114, 210, 0, 110, 1, 194, 129, 69, 55, 123, 57, 112, 144, 137, 62, 18, 159, 141, 63, 126, 169, 203, 191, 229, 114, 210, 0, 110, 1, 194, 129, 61, 55, 123, 57, 60, 62, 144, 62, 31, 43, 142, 63, 2, 74, 203, 191, 229, 114, 210, 0, 110, 1, 194, 129, 66, 55, 120, 57, 198, 111, 158, 62, 204, 178, 141, 63, 194, 23, 200, 191, 55, 113, 6, 0, 39, 230, 117, 129, 88, 55, 123, 57, 168, 87, 229, 189, 188, 230, 155, 63, 250, 242, 95, 188, 55, 113, 6, 0, 39, 230, 117, 129, 93, 56, 56, 56, 126, 219, 74, 63, 101, 97, 72, 63, 79, 55, 5, 190, 55, 113, 6, 0, 39, 230, 117, 129, 23, 57, 123, 57, 33, 210, 142, 62, 22, 220, 139, 63, 172, 31, 199, 63, 206, 54, 103, 0, 151, 187, 242, 127, 132, 53, 162, 55, 123, 188, 24, 62, 131, 137, 141, 63, 93, 54, 190, 63, 206, 54, 103, 0, 151, 187, 242, 127, 164, 56, 184, 58, 213, 168, 63, 191, 216, 209, 213, 62, 71, 202, 180, 63, 206, 54, 103, 0, 151, 187, 242, 127, 178, 57, 139, 55, 219, 33, 148, 62, 106, 22, 140, 63, 136, 241, 198, 63, 104, 1, 71, 0, 185, 255, 105, 129, 138, 58, 125, 57, 240, 0, 150, 62, 139, 170, 141, 63, 109, 54, 198, 63, 104, 1, 71, 0, 185, 255, 105, 129, 136, 58, 123, 57, 224, 252, 145, 62, 244, 163, 141, 63, 79, 176, 199, 63, 104, 1, 71, 0, 185, 255, 105, 129, 139, 58, 123, 57, 63, 62, 144, 62, 69, 44, 142, 63, 175, 33, 198, 63, 229, 114, 46, 0, 146, 255, 194, 129, 141, 58, 120, 57, 109, 144, 137, 62, 18, 159, 141, 63, 199, 128, 198, 63, 229, 114, 46, 0, 146, 255, 194, 129, 143, 58, 123, 57, 224, 252, 145, 62, 244, 163, 141, 63, 79, 176, 199, 63, 229, 114, 46, 0, 146, 255, 194, 129, 139, 58, 123, 57, 204, 111, 158, 62, 204, 178, 141, 63, 3, 239, 194, 63, 49, 116, 251, 0, 191, 32, 103, 129, 130, 58, 123, 57, 168, 87, 229, 189, 188, 230, 155, 63, 250, 242, 95, 188, 49, 116, 251, 0, 191, 32, 103, 129, 209, 57, 56, 56, 169, 68, 139, 62, 151, 171, 143, 63, 130, 170, 193, 63, 49, 116, 251, 0, 191, 32, 103, 129, 133, 58, 112, 57, 234, 185, 51, 63, 7, 83, 194, 62, 121, 12, 96, 63, 63, 213, 156, 0, 109, 36, 53, 127, 0, 0, 185, 53, 237, 241, 166, 63, 56, 163, 204, 191, 42, 167, 7, 64, 63, 213, 156, 0, 109, 36, 53, 127, 85, 49, 0, 0, 7, 137, 90, 63, 75, 4, 224, 191, 39, 19, 243, 63, 63, 213, 156, 0, 109, 36, 53, 127, 0, 0, 0, 0, 33, 210, 142, 62, 22, 220, 139, 63, 172, 31, 199, 63, 23, 209, 115, 0, 132, 254, 24, 129, 141, 58, 125, 57, 219, 33, 148, 62, 106, 22, 140, 63, 136, 241, 198, 63, 23, 209, 115, 0, 132, 254, 24, 129, 138, 58, 125, 57, 224, 252, 145, 62, 244, 163, 141, 63, 79, 176, 199, 63, 23, 209, 115, 0, 132, 254, 24, 129, 139, 58, 123, 57, 242, 132, 52, 62, 135, 162, 148, 63, 94, 216, 196, 63, 6, 37, 121, 0, 199, 149, 36, 127, 85, 53, 0, 56, 63, 62, 144, 62, 69, 44, 142, 63, 175, 33, 198, 63, 6, 37, 121, 0, 199, 149, 36, 127, 98, 53, 167, 55, 240, 0, 150, 62, 139, 170, 141, 63, 109, 54, 198, 63, 6, 37, 121, 0, 199, 149, 36, 127, 97, 53, 158, 55, 173, 221, 38, 63, 253, 119, 4, 187, 146, 233, 136, 63, 195, 203, 159, 0, 108, 250, 192, 127, 174, 58, 126, 53, 7, 137, 90, 63, 75, 4, 224, 191, 39, 19, 243, 63, 195, 203, 159, 0, 108, 250, 192, 127, 0, 60, 0, 0, 155, 129, 219, 62, 18, 191, 220, 191, 162, 184, 9, 64, 195, 203, 159, 0, 108, 250, 192, 127, 170, 58, 0, 0, 109, 144, 137, 62, 18, 159, 141, 63, 199, 128, 198, 63, 194, 249, 110, 0, 146, 255, 194, 129, 143, 58, 123, 57, 33, 210, 142, 62, 22, 220, 139, 63, 172, 31, 199, 63, 194, 249, 110, 0, 146, 255, 194, 129, 141, 58, 125, 57, 224, 252, 145, 62, 244, 163, 141, 63, 79, 176, 199, 63, 194, 249, 110, 0, 146, 255, 194, 129, 139, 58, 123, 57, 60, 62, 144, 62, 31, 43, 142, 63, 2, 74, 203, 191, 39, 117, 228, 0, 71, 1, 105, 129, 72, 55, 120, 57, 237, 0, 150, 62, 139, 170, 141, 63, 36, 95, 203, 191, 39, 117, 228, 0, 71, 1, 105, 129, 75, 55, 123, 57, 224, 252, 145, 62, 244, 163, 141, 63, 14, 217, 204, 191, 39, 117, 228, 0, 71, 1, 105, 129, 69, 55, 123, 57, 29, 210, 142, 62, 14, 220, 139, 63, 98, 72, 204, 191, 194, 249, 146, 0, 110, 1, 194, 129, 67, 55, 125, 57, 112, 144, 137, 62, 18, 159, 141, 63, 126, 169, 203, 191, 194, 249, 146, 0, 110, 1, 194, 129, 61, 55, 123, 57, 224, 252, 145, 62, 244, 163, 141, 63, 14, 217, 204, 191, 194, 249, 146, 0, 110, 1, 194, 129, 69, 55, 123, 57, 242, 132, 52, 62, 135, 162, 148, 63, 29, 1, 202, 191, 14, 51, 141, 0, 51, 103, 52, 127, 85, 49, 0, 56, 112, 144, 137, 62, 18, 159, 141, 63, 126, 169, 203, 191, 14, 51, 141, 0, 51, 103, 52, 127, 24, 49, 174, 55, 29, 210, 142, 62, 14, 220, 139, 63, 98, 72, 204, 191, 14, 51, 141, 0, 51, 103, 52, 127, 246, 48, 162, 55, 198, 111, 158, 62, 204, 178, 141, 63, 194, 23, 200, 191, 35, 58, 150, 0, 70, 80, 68, 127, 167, 49, 147, 55, 93, 163, 169, 63, 136, 190, 181, 191, 208, 14, 39, 192, 35, 58, 150, 0, 70, 80, 68, 127, 85, 49, 0, 0, 242, 132, 52, 62, 135, 162, 148, 63, 29, 1, 202, 191, 35, 58, 150, 0, 70, 80, 68, 127, 85, 49, 0, 56, 237, 0, 150, 62, 139, 170, 141, 63, 36, 95, 203, 191, 104, 1, 185, 0, 71, 1, 105, 129, 75, 55, 123, 57, 219, 33, 148, 62, 106, 22, 140, 63, 63, 26, 204, 191, 104, 1, 185, 0, 71, 1, 105, 129, 72, 55, 125, 57, 224, 252, 145, 62, 244, 163, 141, 63, 14, 217, 204, 191, 104, 1, 185, 0, 71, 1, 105, 129, 69, 55, 123, 57, 230, 132, 39, 63, 255, 103, 50, 187, 38, 25, 141, 191, 195, 204, 98, 0, 147, 6, 192, 127, 81, 57, 126, 53, 12, 188, 217, 62, 42, 30, 221, 191, 44, 74, 10, 192, 195, 204, 98, 0, 147, 6, 192, 127, 85, 57, 0, 0, 77, 127, 89, 63, 123, 105, 224, 191, 223, 78, 244, 191, 195, 204, 98, 0, 147, 6, 192, 127, 0, 56, 0, 0, 39, 236, 52, 62, 224, 188, 148, 63, 187, 185, 178, 191, 207, 115, 241, 0, 91, 27, 173, 129, 254, 54, 87, 57, 232, 217, 72, 191, 183, 48, 89, 63, 24, 61, 38, 191, 207, 115, 241, 0, 91, 27, 173, 129, 93, 52, 123, 57, 168, 87, 229, 189, 188, 230, 155, 63, 250, 242, 95, 188, 207, 115, 241, 0, 91, 27, 173, 129, 209, 53, 56, 56, 219, 33, 148, 62, 106, 22, 140, 63, 63, 26, 204, 191, 23, 209, 141, 0, 124, 2, 24, 129, 72, 55, 125, 57, 29, 210, 142, 62, 14, 220, 139, 63, 98, 72, 204, 191, 23, 209, 141, 0, 124, 2, 24, 129, 67, 55, 125, 57, 224, 252, 145, 62, 244, 163, 141, 63, 14, 217, 204, 191, 23, 209, 141, 0, 124, 2, 24, 129, 69, 55, 123, 57, 231, 185, 51, 63, 10, 217, 193, 62, 77, 220, 104, 191, 122, 34, 3, 0, 10, 208, 116, 127, 0, 56, 185, 53, 229, 125, 166, 63, 3, 239, 204, 191, 8, 86, 8, 192, 122, 34, 3, 0, 10, 208, 116, 127, 85, 53, 0, 0, 202, 91, 10, 63, 228, 96, 119, 63, 65, 216, 149, 191, 122, 34, 3, 0, 10, 208, 116, 127, 85, 53, 211, 54, 9, 128, 227, 62, 23, 99, 198, 191, 252, 140, 40, 192, 130, 15, 0, 0, 4, 44, 138, 127, 170, 58, 0, 0, 12, 188, 217, 62, 42, 30, 221, 191, 44, 74, 10, 192, 130, 15, 0, 0, 4, 44, 138, 127, 85, 57, 0, 0, 255, 57, 37, 63, 0, 172, 9, 187, 130, 114, 141, 191, 130, 15, 0, 0, 4, 44, 138, 127, 85, 57, 131, 53, 213, 168, 63, 191, 51, 199, 213, 62, 221, 149, 185, 191, 211, 176, 87, 0, 149, 245, 190, 127, 77, 58, 139, 55, 9, 128, 227, 62, 23, 99, 198, 191, 252, 140, 40, 192, 211, 176, 87, 0, 149, 245, 190, 127, 170, 58, 0, 0, 255, 57, 37, 63, 0, 172, 9, 187, 130, 114, 141, 191, 211, 176, 87, 0, 149, 245, 190, 127, 85, 57, 131, 53, 12, 188, 217, 62, 42, 30, 221, 191, 44, 74, 10, 192, 18, 139, 213, 0, 131, 237, 254, 127, 83, 55, 245, 58, 9, 128, 227, 62, 23, 99, 198, 191, 252, 140, 40, 192, 18, 139, 213, 0, 131, 237, 254, 127, 83, 55, 10, 57, 28, 159, 100, 63, 124, 128, 178, 191, 234, 32, 55, 192, 18, 139, 213, 0, 131, 237, 254, 127, 0, 52, 20, 56, 28, 159, 100, 63, 124, 128, 178, 191, 234, 32, 55, 192, 18, 139, 213, 0, 131, 238, 253, 127, 0, 52, 20, 56, 93, 163, 169, 63, 136, 190, 181, 191, 208, 14, 39, 192, 18, 139, 213, 0, 131, 238, 253, 127, 101, 41, 10, 57, 229, 125, 166, 63, 3, 239, 204, 191, 8, 86, 8, 192, 18, 139, 213, 0, 131, 238, 253, 127, 101, 41, 245, 58, 229, 125, 166, 63, 3, 239, 204, 191, 8, 86, 8, 192, 18, 139, 213, 0, 131, 238, 252, 127, 101, 41, 245, 58, 77, 127, 89, 63, 123, 105, 224, 191, 223, 78, 244, 191, 18, 139, 213, 0, 131, 238, 252, 127, 0, 52, 235, 59, 12, 188, 217, 62, 42, 30, 221, 191, 44, 74, 10, 192, 18, 139, 213, 0, 131, 238, 252, 127, 83, 55, 245, 58, 242, 132, 52, 62, 135, 162, 148, 63, 29, 1, 202, 191, 243, 204, 114, 0, 178, 169, 208, 127, 85, 49, 0, 56, 93, 163, 169, 63, 136, 190, 181, 191, 208, 14, 39, 192, 243, 204, 114, 0, 178, 169, 208, 127, 85, 49, 0, 0, 237, 0, 150, 62, 139, 170, 141, 63, 36, 95, 203, 191, 243, 204, 114, 0, 178, 169, 208, 127, 61, 49, 158, 55, 60, 62, 144, 62, 31, 43, 142, 63, 2, 74, 203, 191, 11, 46, 139, 0, 53, 105, 46, 127, 58, 49, 167, 55, 112, 144, 137, 62, 18, 159, 141, 63, 126, 169, 203, 191, 11, 46, 139, 0, 53, 105, 46, 127, 24, 49, 174, 55, 242, 132, 52, 62, 135, 162, 148, 63, 29, 1, 202, 191, 11, 46, 139, 0, 53, 105, 46, 127, 85, 49, 0, 56, 98, 246, 100, 63, 203, 100, 178, 191, 233, 124, 54, 64, 58, 62, 93, 0, 147, 6, 63, 127, 0, 56, 0, 0, 222, 232, 169, 63, 28, 153, 181, 191, 171, 92, 38, 64, 58, 62, 93, 0, 147, 6, 63, 127, 85, 53, 0, 0, 219, 33, 148, 62, 106, 22, 140, 63, 136, 241, 198, 63, 58, 62, 93, 0, 147, 6, 63, 127, 122, 53, 156, 55, 222, 232, 169, 63, 28, 153, 181, 191, 171, 92, 38, 64, 7, 51, 115, 0, 208, 150, 50, 127, 85, 53, 0, 0, 240, 0, 150, 62, 139, 170, 141, 63, 109, 54, 198, 63, 7, 51, 115, 0, 208, 150, 50, 127, 97, 53, 158, 55, 219, 33, 148, 62, 106, 22, 140, 63, 136, 241, 198, 63, 7, 51, 115, 0, 208, 150, 50, 127, 122, 53, 156, 55, 33, 210, 142, 62, 22, 220, 139, 63, 172, 31, 199, 63, 14, 51, 115, 0, 205, 153, 52, 127, 132, 53, 162, 55, 109, 144, 137, 62, 18, 159, 141, 63, 199, 128, 198, 63, 14, 51, 115, 0, 205, 153, 52, 127, 115, 53, 174, 55, 242, 132, 52, 62, 135, 162, 148, 63, 94, 216, 196, 63, 14, 51, 115, 0, 205, 153, 52, 127, 85, 53, 0, 56, 254, 154, 228, 62, 24, 39, 198, 191, 148, 248, 39, 64, 18, 139, 43, 0, 131, 238, 3, 127, 83, 55, 245, 58, 155, 129, 219, 62, 18, 191, 220, 191, 162, 184, 9, 64, 18, 139, 43, 0, 131, 238, 3, 127, 83, 55, 10, 57, 222, 232, 169, 63, 28, 153, 181, 191, 171, 92, 38, 64, 18, 139, 43, 0, 131, 238, 3, 127, 101, 41, 245, 58, 155, 129, 219, 62, 18, 191, 220, 191, 162, 184, 9, 64, 18, 139, 43, 0, 131, 238, 4, 127, 83, 55, 10, 57, 7, 137, 90, 63, 75, 4, 224, 191, 39, 19, 243, 63, 18, 139, 43, 0, 131, 238, 4, 127, 0, 52, 20, 56, 222, 232, 169, 63, 28, 153, 181, 191, 171, 92, 38, 64, 18, 139, 43, 0, 131, 238, 4, 127, 101, 41, 245, 58, 7, 137, 90, 63, 75, 4, 224, 191, 39, 19, 243, 63, 18, 139, 43, 0, 131, 239, 5, 127, 0, 52, 20, 56, 237, 241, 166, 63, 56, 163, 204, 191, 42, 167, 7, 64, 18, 139, 43, 0, 131, 239, 5, 127, 101, 41, 10, 57, 222, 232, 169, 63, 28, 153, 181, 191, 171, 92, 38, 64, 18, 139, 43, 0, 131, 239, 5, 127, 101, 41, 245, 58, 222, 232, 169, 63, 28, 153, 181, 191, 171, 92, 38, 64, 122, 29, 239, 0, 5, 44, 118, 127, 85, 53, 0, 0, 237, 241, 166, 63, 56, 163, 204, 191, 42, 167, 7, 64, 122, 29, 239, 0, 5, 44, 118, 127, 85, 49, 0, 0, 202, 91, 10, 63, 224, 105, 119, 63, 34, 224, 144, 63, 122, 29, 239, 0, 5, 44, 118, 127, 85, 49, 211, 54, 222, 232, 169, 63, 28, 153, 181, 191, 171, 92, 38, 64, 104, 59, 40, 0, 225, 230, 120, 127, 85, 53, 0, 0, 202, 91, 10, 63, 224, 105, 119, 63, 34, 224, 144, 63, 104, 59, 40, 0, 225, 230, 120, 127, 85, 49, 211, 54, 204, 111, 158, 62, 204, 178, 141, 63, 3, 239, 194, 63, 104, 59, 40, 0, 225, 230, 120, 127, 44, 53, 147, 55, 169, 68, 139, 62, 151, 171, 143, 63, 130, 170, 193, 63, 47, 117, 0, 0, 0, 0, 126, 127, 30, 53, 177, 55, 39, 236, 52, 62, 224, 188, 148, 63, 4, 145, 173, 63, 47, 117, 0, 0, 0, 0, 126, 127, 11, 52, 0, 56, 242, 132, 52, 62, 135, 162, 148, 63, 94, 216, 196, 63, 47, 117, 0, 0, 0, 0, 126, 127, 85, 53, 0, 56, 242, 132, 52, 62, 135, 162, 148, 63, 94, 216, 196, 63, 36, 59, 106, 0, 187, 176, 69, 127, 85, 53, 0, 56, 222, 232, 169, 63, 28, 153, 181, 191, 171, 92, 38, 64, 36, 59, 106, 0, 187, 176, 69, 127, 85, 53, 0, 0, 204, 111, 158, 62, 204, 178, 141, 63, 3, 239, 194, 63, 36, 59, 106, 0, 187, 176, 69, 127, 44, 53, 147, 55, 213, 168, 63, 191, 216, 209, 213, 62, 71, 202, 180, 63, 21, 228, 121, 0, 132, 4, 22, 129, 202, 58, 232, 57, 112, 51, 206, 190, 22, 133, 103, 191, 107, 100, 133, 63, 21, 228, 121, 0, 132, 4, 22, 129, 69, 59, 189, 58, 57, 151, 36, 63, 250, 71, 185, 186, 175, 65, 137, 63, 21, 228, 121, 0, 132, 4, 22, 129, 43, 58, 37, 58, 112, 51, 206, 190, 22, 133, 103, 191, 107, 100, 133, 63, 66, 177, 72, 0, 149, 206, 43, 129, 69, 59, 189, 58, 183, 21, 29, 63, 67, 97, 218, 190, 1, 92, 33, 63, 66, 177, 72, 0, 149, 206, 43, 129, 209, 57, 189, 58, 57, 151, 36, 63, 250, 71, 185, 186, 175, 65, 137, 63, 66, 177, 72, 0, 149, 206, 43, 129, 43, 58, 37, 58, 230, 132, 39, 63, 255, 103, 50, 187, 38, 25, 141, 191, 19, 164, 171, 0, 121, 248, 37, 129, 5, 56, 37, 58, 146, 114, 28, 63, 158, 129, 220, 190, 220, 5, 38, 191, 19, 164, 171, 0, 121, 248, 37, 129, 93, 56, 189, 58, 255, 57, 37, 63, 0, 172, 9, 187, 130, 114, 141, 191, 19, 164, 171, 0, 121, 248, 37, 129, 3, 56, 37, 58, 146, 114, 28, 63, 158, 129, 220, 190, 220, 5, 38, 191, 67, 175, 185, 0, 107, 50, 44, 129, 93, 56, 189, 58, 112, 51, 206, 190, 206, 248, 103, 191, 216, 245, 135, 191, 67, 175, 185, 0, 107, 50, 44, 129, 209, 53, 189, 58, 255, 57, 37, 63, 0, 172, 9, 187, 130, 114, 141, 191, 67, 175, 185, 0, 107, 50, 44, 129, 3, 56, 37, 58, 173, 221, 38, 63, 253, 119, 4, 187, 146, 233, 136, 63, 126, 242, 3, 0, 247, 199, 113, 129, 41, 58, 37, 58, 183, 21, 29, 63, 67, 97, 218, 190, 1, 92, 33, 63, 126, 242, 3, 0, 247, 199, 113, 129, 209, 57, 189, 58, 234, 185, 51, 63, 7, 83, 194, 62, 121, 12, 96, 63, 126, 242, 3, 0, 247, 199, 113, 129, 244, 57, 226, 57, 183, 21, 29, 63, 67, 97, 218, 190, 1, 92, 33, 63, 125, 241, 5, 0, 251, 254, 126, 129, 209, 57, 189, 58, 126, 219, 74, 63, 101, 97, 72, 63, 79, 55, 5, 190, 125, 241, 5, 0, 251, 254, 126, 129, 23, 57, 123, 57, 234, 185, 51, 63, 7, 83, 194, 62, 121, 12, 96, 63, 125, 241, 5, 0, 251, 254, 126, 129, 244, 57, 226, 57, 126, 219, 74, 63, 101, 97, 72, 63, 79, 55, 5, 190, 60, 111, 252, 0, 221, 23, 119, 129, 23, 57, 123, 57, 204, 111, 158, 62, 204, 178, 141, 63, 3, 239, 194, 63, 60, 111, 252, 0, 221, 23, 119, 129, 130, 58, 123, 57, 202, 91, 10, 63, 224, 105, 119, 63, 34, 224, 144, 63, 60, 111, 252, 0, 221, 23, 119, 129, 41, 58, 140, 57, 68, 167, 141, 191, 149, 31, 70, 63, 33, 143, 55, 63, 140, 212, 22, 0, 253, 208, 139, 129, 0, 60, 123, 57, 112, 51, 206, 190, 22, 133, 103, 191, 107, 100, 133, 63, 140, 212, 22, 0, 253, 208, 139, 129, 69, 59, 189, 58, 72, 69, 97, 191, 48, 144, 253, 62, 209, 62, 172, 63, 140, 212, 22, 0, 253, 208, 139, 129, 235, 58, 219, 57, 112, 51, 206, 190, 22, 133, 103, 191, 107, 100, 133, 63, 183, 211, 92, 0, 159, 251, 176, 129, 69, 59, 189, 58, 213, 168, 63, 191, 216, 209, 213, 62, 71, 202, 180, 63, 183, 211, 92, 0, 159, 251, 176, 129, 202, 58, 232, 57, 72, 69, 97, 191, 48, 144, 253, 62, 209, 62, 172, 63, 183, 211, 92, 0, 159, 251, 176, 129, 235, 58, 219, 57, 213, 168, 63, 191, 51, 199, 213, 62, 221, 149, 185, 191, 182, 210, 164, 0, 97, 5, 175, 129, 199, 54, 232, 57, 112, 51, 206, 190, 206, 248, 103, 191, 216, 245, 135, 191, 182, 210, 164, 0, 97, 5, 175, 129, 209, 53, 189, 58, 72, 69, 97, 191, 7, 125, 253, 62, 149, 15, 177, 191, 182, 210, 164, 0, 97, 5, 175, 129, 133, 54, 219, 57, 112, 51, 206, 190, 206, 248, 103, 191, 216, 245, 135, 191, 138, 223, 31, 0, 217, 32, 140, 129, 209, 53, 189, 58, 232, 217, 72, 191, 183, 48, 89, 63, 24, 61, 38, 191, 138, 223, 31, 0, 217, 32, 140, 129, 93, 52, 123, 57, 72, 69, 97, 191, 7, 125, 253, 62, 149, 15, 177, 191, 138, 223, 31, 0, 217, 32, 140, 129, 133, 54, 219, 57, 126, 219, 74, 63, 101, 97, 72, 63, 79, 55, 5, 190, 125, 240, 250, 0, 6, 3, 126, 129, 23, 57, 123, 57, 146, 114, 28, 63, 158, 129, 220, 190, 220, 5, 38, 191, 125, 240, 250, 0, 6, 3, 126, 129, 93, 56, 189, 58, 231, 185, 51, 63, 10, 217, 193, 62, 77, 220, 104, 191, 125, 240, 250, 0, 6, 3, 126, 129, 57, 56, 226, 57, 146, 114, 28, 63, 158, 129, 220, 190, 220, 5, 38, 191, 126, 242, 255, 0, 8, 56, 113, 129, 93, 56, 189, 58, 230, 132, 39, 63, 255, 103, 50, 187, 38, 25, 141, 191, 126, 242, 255, 0, 8, 56, 113, 129, 5, 56, 37, 58, 231, 185, 51, 63, 10, 217, 193, 62, 77, 220, 104, 191, 126, 242, 255, 0, 8, 56, 113, 129, 57, 56, 226, 57, 202, 91, 10, 63, 228, 96, 119, 63, 65, 216, 149, 191, 59, 112, 5, 0, 39, 230, 117, 129, 5, 56, 140, 57, 198, 111, 158, 62, 204, 178, 141, 63, 194, 23, 200, 191, 59, 112, 5, 0, 39, 230, 117, 129, 88, 55, 123, 57, 126, 219, 74, 63, 101, 97, 72, 63, 79, 55, 5, 190, 59, 112, 5, 0, 39, 230, 117, 129, 23, 57, 123, 57, 168, 87, 229, 189, 188, 230, 155, 63, 250, 242, 95, 188, 214, 118, 13, 0, 151, 226, 192, 129, 69, 59, 56, 56, 68, 167, 141, 191, 149, 31, 70, 63, 33, 143, 55, 63, 214, 118, 13, 0, 151, 226, 192, 129, 0, 60, 123, 57, 39, 236, 52, 62, 224, 188, 148, 63, 4, 145, 173, 63, 214, 118, 13, 0, 151, 226, 192, 129, 175, 58, 87, 57, 68, 167, 141, 191, 149, 31, 70, 63, 33, 143, 55, 63, 205, 110, 36, 0, 151, 229, 192, 129, 0, 60, 123, 57, 123, 188, 24, 62, 131, 137, 141, 63, 93, 54, 190, 63, 205, 110, 36, 0, 151, 229, 192, 129, 172, 58, 123, 57, 39, 236, 52, 62, 224, 188, 148, 63, 4, 145, 173, 63, 205, 110, 36, 0, 151, 229, 192, 129, 175, 58, 87, 57, 198, 111, 158, 62, 204, 178, 141, 63, 194, 23, 200, 191, 49, 116, 5, 0, 65, 224, 104, 129, 88, 55, 123, 57, 169, 68, 139, 62, 151, 171, 143, 63, 65, 211, 198, 191, 49, 116, 5, 0, 65, 224, 104, 129, 81, 55, 112, 57, 168, 87, 229, 189, 188, 230, 155, 63, 250, 242, 95, 188, 49, 116, 5, 0, 65, 224, 104, 129, 93, 56, 56, 56, 242, 132, 52, 62, 135, 162, 148, 63, 94, 216, 196, 63, 142, 55, 0, 0, 201, 143, 247, 129, 86, 56, 245, 58, 39, 236, 52, 62, 224, 188, 148, 63, 4, 145, 173, 63, 142, 55, 0, 0, 201, 143, 247, 129, 86, 56, 8, 58, 123, 188, 24, 62, 131, 137, 141, 63, 93, 54, 190, 63, 142, 55, 0, 0, 201, 143, 247, 129, 164, 56, 184, 58, 213, 168, 63, 191, 216, 209, 213, 62, 71, 202, 180, 63, 211, 175, 170, 0, 107, 11, 190, 127, 178, 57, 139, 55, 57, 151, 36, 63, 250, 71, 185, 186, 175, 65, 137, 63, 211, 175, 170, 0, 107, 11, 190, 127, 170, 58, 131, 53, 254, 154, 228, 62, 24, 39, 198, 191, 148, 248, 39, 64, 211, 175, 170, 0, 107, 11, 190, 127, 85, 57, 0, 0, 57, 151, 36, 63, 250, 71, 185, 186, 175, 65, 137, 63, 130, 15, 0, 0, 252, 212, 138, 127, 170, 58, 131, 53, 155, 129, 219, 62, 18, 191, 220, 191, 162, 184, 9, 64, 130, 15, 0, 0, 252, 212, 138, 127, 170, 58, 0, 0, 254, 154, 228, 62, 24, 39, 198, 191, 148, 248, 39, 64, 130, 15, 0, 0, 252, 212, 138, 127, 85, 57, 0, 0, 204, 111, 158, 62, 204, 178, 141, 63, 3, 239, 194, 63, 54, 114, 250, 0, 221, 23, 119, 129, 130, 58, 123, 57, 126, 219, 74, 63, 101, 97, 72, 63, 79, 55, 5, 190, 54, 114, 250, 0, 221, 23, 119, 129, 23, 57, 123, 57, 168, 87, 229, 189, 188, 230, 155, 63, 250, 242, 95, 188, 54, 114, 250, 0, 221, 23, 119, 129, 209, 57, 56, 56, 234, 185, 51, 63, 7, 83, 194, 62, 121, 12, 96, 63, 122, 35, 253, 0, 246, 48, 116, 127, 0, 0, 185, 53, 202, 91, 10, 63, 224, 105, 119, 63, 34, 224, 144, 63, 122, 35, 253, 0, 246, 48, 116, 127, 85, 49, 211, 54, 237, 241, 166, 63, 56, 163, 204, 191, 42, 167, 7, 64, 122, 35, 253, 0, 246, 48, 116, 127, 85, 49, 0, 0, 242, 132, 52, 62, 135, 162, 148, 63, 94, 216, 196, 63, 10, 46, 117, 0, 203, 151, 46, 127, 85, 53, 0, 56, 109, 144, 137, 62, 18, 159, 141, 63, 199, 128, 198, 63, 10, 46, 117, 0, 203, 151, 46, 127, 115, 53, 174, 55, 63, 62, 144, 62, 69, 44, 142, 63, 175, 33, 198, 63, 10, 46, 117, 0, 203, 151, 46, 127, 98, 53, 167, 55, 240, 0, 150, 62, 139, 170, 141, 63, 109, 54, 198, 63, 242, 203, 142, 0, 77, 86, 206, 127, 97, 53, 158, 55, 222, 232, 169, 63, 28, 153, 181, 191, 171, 92, 38, 64, 242, 203, 142, 0, 77, 86, 206, 127, 85, 53, 0, 0, 242, 132, 52, 62, 135, 162, 148, 63, 94, 216, 196, 63, 242, 203, 142, 0, 77, 86, 206, 127, 85, 53, 0, 56, 155, 129, 219, 62, 18, 191, 220, 191, 162, 184, 9, 64, 220, 195, 151, 0, 93, 56, 192, 127, 170, 58, 0, 0, 57, 151, 36, 63, 250, 71, 185, 186, 175, 65, 137, 63, 220, 195, 151, 0, 93, 56, 192, 127, 170, 58, 131, 53, 173, 221, 38, 63, 253, 119, 4, 187, 146, 233, 136, 63, 220, 195, 151, 0, 93, 56, 192, 127, 174, 58, 126, 53, 173, 221, 38, 63, 253, 119, 4, 187, 146, 233, 136, 63, 240, 201, 143, 0, 21, 111, 199, 127, 174, 58, 126, 53, 234, 185, 51, 63, 7, 83, 194, 62, 121, 12, 96, 63, 240, 201, 143, 0, 21, 111, 199, 127, 0, 60, 185, 53, 7, 137, 90, 63, 75, 4, 224, 191, 39, 19, 243, 63, 240, 201, 143, 0, 21, 111, 199, 127, 0, 60, 0, 0, 219, 33, 148, 62, 106, 22, 140, 63, 63, 26, 204, 191, 9, 50, 141, 0, 47, 106, 50, 127, 11, 49, 156, 55, 237, 0, 150, 62, 139, 170, 141, 63, 36, 95, 203, 191, 9, 50, 141, 0, 47, 106, 50, 127, 61, 49, 158, 55, 93, 163, 169, 63, 136, 190, 181, 191, 208, 14, 39, 192, 9, 50, 141, 0, 47, 106, 50, 127, 85, 49, 0, 0, 93, 163, 169, 63, 136, 190, 181, 191, 208, 14, 39, 192, 58, 62, 162, 0, 109, 250, 63, 127, 85, 49, 0, 0, 28, 159, 100, 63, 124, 128, 178, 191, 234, 32, 55, 192, 58, 62, 162, 0, 109, 250, 63, 127, 0, 0, 0, 0, 219, 33, 148, 62, 106, 22, 140, 63, 63, 26, 204, 191, 58, 62, 162, 0, 109, 250, 63, 127, 11, 49, 156, 55, 242, 132, 52, 62, 135, 162, 148, 63, 29, 1, 202, 191, 47, 117, 0, 0, 0, 0, 126, 127, 85, 49, 0, 56, 39, 236, 52, 62, 224, 188, 148, 63, 187, 185, 178, 191, 47, 117, 0, 0, 0, 0, 126, 127, 233, 51, 0, 56, 169, 68, 139, 62, 151, 171, 143, 63, 65, 211, 198, 191, 47, 117, 0, 0, 0, 0, 126, 127, 195, 49, 177, 55, 198, 111, 158, 62, 204, 178, 141, 63, 194, 23, 200, 191, 104, 58, 216, 0, 31, 26, 120, 127, 167, 49, 147, 55, 202, 91, 10, 63, 228, 96, 119, 63, 65, 216, 149, 191, 104, 58, 216, 0, 31, 26, 120, 127, 85, 53, 211, 54, 93, 163, 169, 63, 136, 190, 181, 191, 208, 14, 39, 192, 104, 58, 216, 0, 31, 26, 120, 127, 85, 49, 0, 0, 202, 91, 10, 63, 228, 96, 119, 63, 65, 216, 149, 191, 122, 29, 17, 0, 250, 212, 118, 127, 85, 53, 211, 54, 229, 125, 166, 63, 3, 239, 204, 191, 8, 86, 8, 192, 122, 29, 17, 0, 250, 212, 118, 127, 85, 53, 0, 0, 93, 163, 169, 63, 136, 190, 181, 191, 208, 14, 39, 192, 122, 29, 17, 0, 250, 212, 118, 127, 85, 49, 0, 0, 242, 132, 52, 62, 135, 162, 148, 63, 29, 1, 202, 191, 48, 117, 255, 0, 0, 1, 126, 127, 85, 49, 0, 56, 169, 68, 139, 62, 151, 171, 143, 63, 65, 211, 198, 191, 48, 117, 255, 0, 0, 1, 126, 127, 195, 49, 177, 55, 198, 111, 158, 62, 204, 178, 141, 63, 194, 23, 200, 191, 48, 117, 255, 0, 0, 1, 126, 127, 167, 49, 147, 55, 77, 127, 89, 63, 123, 105, 224, 191, 223, 78, 244, 191, 235, 202, 112, 0, 236, 145, 199, 127, 0, 56, 0, 0, 231, 185, 51, 63, 10, 217, 193, 62, 77, 220, 104, 191, 235, 202, 112, 0, 236, 145, 199, 127, 0, 56, 185, 53, 230, 132, 39, 63, 255, 103, 50, 187, 38, 25, 141, 191, 235, 202, 112, 0, 236, 145, 199, 127, 81, 57, 126, 53, 230, 132, 39, 63, 255, 103, 50, 187, 38, 25, 141, 191, 220, 196, 105, 0, 163, 200, 192, 127, 81, 57, 126, 53, 255, 57, 37, 63, 0, 172, 9, 187, 130, 114, 141, 191, 220, 196, 105, 0, 163, 200, 192, 127, 85, 57, 131, 53, 12, 188, 217, 62, 42, 30, 221, 191, 44, 74, 10, 192, 220, 196, 105, 0, 163, 200, 192, 127, 85, 57, 0, 0, 168, 87, 229, 189, 188, 230, 155, 63, 250, 242, 95, 188, 59, 111, 7, 0, 104, 204, 207, 129, 209, 53, 56, 56, 169, 68, 139, 62, 151, 171, 143, 63, 65, 211, 198, 191, 59, 111, 7, 0, 104, 204, 207, 129, 58, 55, 112, 57, 39, 236, 52, 62, 224, 188, 148, 63, 187, 185, 178, 191, 59, 111, 7, 0, 104, 204, 207, 129, 254, 54, 87, 57, 39, 236, 52, 62, 224, 188, 148, 63, 187, 185, 178, 191, 196, 106, 223, 0, 90, 25, 171, 129, 254, 54, 87, 57, 123, 188, 24, 62, 131, 137, 141, 63, 28, 95, 195, 191, 196, 106, 223, 0, 90, 25, 171, 129, 3, 55, 123, 57, 232, 217, 72, 191, 183, 48, 89, 63, 24, 61, 38, 191, 196, 106, 223, 0, 90, 25, 171, 129, 93, 52, 123, 57, 231, 185, 51, 63, 10, 217, 193, 62, 77, 220, 104, 191, 64, 214, 100, 0, 147, 220, 53, 127, 0, 56, 185, 53, 77, 127, 89, 63, 123, 105, 224, 191, 223, 78, 244, 191, 64, 214, 100, 0, 147, 220, 53, 127, 0, 56, 0, 0, 229, 125, 166, 63, 3, 239, 204, 191, 8, 86, 8, 192, 64, 214, 100, 0, 147, 220, 53, 127, 85, 53, 0, 0, 213, 168, 63, 191, 51, 199, 213, 62, 221, 149, 185, 191, 219, 36, 141, 0, 150, 188, 13, 129, 77, 58, 139, 55, 72, 69, 97, 191, 7, 125, 253, 62, 149, 15, 177, 191, 219, 36, 141, 0, 150, 188, 13, 129, 169, 59, 230, 57, 123, 188, 24, 62, 131, 137, 141, 63, 28, 95, 195, 191, 219, 36, 141, 0, 150, 188, 13, 129, 164, 56, 71, 57, 123, 188, 24, 62, 131, 137, 141, 63, 28, 95, 195, 191, 199, 195, 161, 0, 100, 179, 246, 129, 164, 56, 71, 57, 242, 132, 52, 62, 135, 162, 148, 63, 29, 1, 202, 191, 199, 195, 161, 0, 100, 179, 246, 129, 85, 49, 0, 56, 29, 210, 142, 62, 14, 220, 139, 63, 98, 72, 204, 191, 199, 195, 161, 0, 100, 179, 246, 129, 246, 48, 162, 55, 29, 210, 142, 62, 14, 220, 139, 63, 98, 72, 204, 191, 5, 58, 144, 0, 181, 167, 207, 129, 246, 48, 162, 55, 219, 33, 148, 62, 106, 22, 140, 63, 63, 26, 204, 191, 5, 58, 144, 0, 181, 167, 207, 129, 11, 49, 156, 55, 28, 159, 100, 63, 124, 128, 178, 191, 234, 32, 55, 192, 5, 58, 144, 0, 181, 167, 207, 129, 0, 60, 0, 0, 28, 159, 100, 63, 124, 128, 178, 191, 234, 32, 55, 192, 192, 36, 154, 0, 108, 37, 202, 127, 0, 60, 0, 0, 9, 128, 227, 62, 23, 99, 198, 191, 252, 140, 40, 192, 192, 36, 154, 0, 108, 37, 202, 127, 170, 58, 0, 0, 29, 210, 142, 62, 14, 220, 139, 63, 98, 72, 204, 191, 192, 36, 154, 0, 108, 37, 202, 127, 246, 48, 162, 55, 9, 128, 227, 62, 23, 99, 198, 191, 252, 140, 40, 192, 213, 41, 144, 0, 150, 190, 16, 129, 170, 58, 0, 0, 213, 168, 63, 191, 51, 199, 213, 62, 221, 149, 185, 191, 213, 41, 144, 0, 150, 190, 16, 129, 77, 58, 139, 55, 29, 210, 142, 62, 14, 220, 139, 63, 98, 72, 204, 191, 213, 41, 144, 0, 150, 190, 16, 129, 246, 48, 162, 55, 213, 168, 63, 191, 216, 209, 213, 62, 71, 202, 180, 63, 213, 42, 111, 0, 150, 190, 240, 127, 178, 57, 139, 55, 254, 154, 228, 62, 24, 39, 198, 191, 148, 248, 39, 64, 213, 42, 111, 0, 150, 190, 240, 127, 85, 57, 0, 0, 33, 210, 142, 62, 22, 220, 139, 63, 172, 31, 199, 63, 213, 42, 111, 0, 150, 190, 240, 127, 132, 53, 162, 55, 254, 154, 228, 62, 24, 39, 198, 191, 148, 248, 39, 64, 192, 37, 102, 0, 148, 219, 202, 127, 85, 57, 0, 0, 98, 246, 100, 63, 203, 100, 178, 191, 233, 124, 54, 64, 192, 37, 102, 0, 148, 219, 202, 127, 0, 56, 0, 0, 33, 210, 142, 62, 22, 220, 139, 63, 172, 31, 199, 63, 192, 37, 102, 0, 148, 219, 202, 127, 132, 53, 162, 55, 98, 246, 100, 63, 203, 100, 178, 191, 233, 124, 54, 64, 4, 59, 112, 0, 182, 167, 50, 127, 0, 56, 0, 0, 219, 33, 148, 62, 106, 22, 140, 63, 136, 241, 198, 63, 4, 59, 112, 0, 182, 167, 50, 127, 122, 53, 156, 55, 33, 210, 142, 62, 22, 220, 139, 63, 172, 31, 199, 63, 4, 59, 112, 0, 182, 167, 50, 127, 132, 53, 162, 55, 33, 210, 142, 62, 22, 220, 139, 63, 172, 31, 199, 63, 199, 195, 95, 0, 202, 178, 173, 127, 132, 53, 162, 55, 242, 132, 52, 62, 135, 162, 148, 63, 94, 216, 196, 63, 199, 195, 95, 0, 202, 178, 173, 127, 86, 56, 245, 58, 123, 188, 24, 62, 131, 137, 141, 63, 93, 54, 190, 63, 199, 195, 95, 0, 202, 178, 173, 127, 164, 56, 184, 58, 123, 188, 24, 62, 131, 137, 141, 63, 93, 54, 190, 63, 219, 36, 115, 0, 138, 14, 214, 127, 164, 56, 184, 58, 72, 69, 97, 191, 48, 144, 253, 62, 209, 62, 172, 63, 219, 36, 115, 0, 138, 14, 214, 127, 238, 57, 0, 56, 213, 168, 63, 191, 216, 209, 213, 62, 71, 202, 180, 63, 219, 36, 115, 0, 138, 14, 214, 127, 178, 57, 139, 55 ), +"array_index_data": PoolByteArray( 0, 0, 2, 0, 1, 0, 3, 0, 5, 0, 4, 0, 6, 0, 8, 0, 7, 0, 9, 0, 11, 0, 10, 0, 12, 0, 14, 0, 13, 0, 15, 0, 17, 0, 16, 0, 18, 0, 20, 0, 19, 0, 21, 0, 23, 0, 22, 0, 24, 0, 26, 0, 25, 0, 27, 0, 29, 0, 28, 0, 30, 0, 32, 0, 31, 0, 33, 0, 35, 0, 34, 0, 36, 0, 38, 0, 37, 0, 39, 0, 41, 0, 40, 0, 42, 0, 44, 0, 43, 0, 45, 0, 47, 0, 46, 0, 48, 0, 50, 0, 49, 0, 51, 0, 53, 0, 52, 0, 54, 0, 56, 0, 55, 0, 57, 0, 59, 0, 58, 0, 60, 0, 62, 0, 61, 0, 63, 0, 65, 0, 64, 0, 66, 0, 68, 0, 67, 0, 69, 0, 71, 0, 70, 0, 72, 0, 74, 0, 73, 0, 75, 0, 77, 0, 76, 0, 78, 0, 80, 0, 79, 0, 81, 0, 83, 0, 82, 0, 84, 0, 86, 0, 85, 0, 87, 0, 89, 0, 88, 0, 90, 0, 92, 0, 91, 0, 93, 0, 95, 0, 94, 0, 96, 0, 98, 0, 97, 0, 99, 0, 101, 0, 100, 0, 102, 0, 104, 0, 103, 0, 105, 0, 107, 0, 106, 0, 108, 0, 110, 0, 109, 0, 111, 0, 113, 0, 112, 0, 114, 0, 116, 0, 115, 0, 117, 0, 119, 0, 118, 0, 120, 0, 122, 0, 121, 0, 123, 0, 125, 0, 124, 0, 126, 0, 128, 0, 127, 0, 129, 0, 131, 0, 130, 0, 132, 0, 134, 0, 133, 0, 135, 0, 137, 0, 136, 0, 138, 0, 140, 0, 139, 0, 141, 0, 143, 0, 142, 0, 144, 0, 146, 0, 145, 0, 147, 0, 149, 0, 148, 0, 150, 0, 152, 0, 151, 0, 153, 0, 155, 0, 154, 0, 156, 0, 158, 0, 157, 0, 159, 0, 161, 0, 160, 0, 162, 0, 164, 0, 163, 0, 165, 0, 167, 0, 166, 0, 168, 0, 170, 0, 169, 0, 171, 0, 173, 0, 172, 0, 174, 0, 176, 0, 175, 0, 177, 0, 179, 0, 178, 0, 180, 0, 182, 0, 181, 0, 183, 0, 185, 0, 184, 0, 186, 0, 188, 0, 187, 0, 189, 0, 191, 0, 190, 0, 192, 0, 194, 0, 193, 0, 195, 0, 197, 0, 196, 0, 198, 0, 200, 0, 199, 0, 201, 0, 203, 0, 202, 0, 204, 0, 206, 0, 205, 0, 207, 0, 209, 0, 208, 0, 210, 0, 212, 0, 211, 0, 213, 0, 215, 0, 214, 0, 216, 0, 218, 0, 217, 0, 219, 0, 221, 0, 220, 0, 222, 0, 224, 0, 223, 0, 225, 0, 227, 0, 226, 0, 228, 0, 230, 0, 229, 0, 231, 0, 233, 0, 232, 0, 234, 0, 236, 0, 235, 0, 237, 0, 239, 0, 238, 0, 240, 0, 242, 0, 241, 0, 243, 0, 245, 0, 244, 0, 246, 0, 248, 0, 247, 0, 249, 0, 251, 0, 250, 0, 252, 0, 254, 0, 253, 0, 255, 0, 1, 1, 0, 1, 2, 1, 4, 1, 3, 1, 5, 1, 7, 1, 6, 1, 8, 1, 10, 1, 9, 1, 11, 1, 13, 1, 12, 1, 14, 1, 16, 1, 15, 1, 17, 1, 19, 1, 18, 1, 20, 1, 22, 1, 21, 1, 23, 1, 25, 1, 24, 1, 26, 1, 28, 1, 27, 1, 29, 1, 31, 1, 30, 1, 32, 1, 34, 1, 33, 1, 35, 1, 37, 1, 36, 1, 38, 1, 40, 1, 39, 1, 41, 1, 43, 1, 42, 1, 44, 1, 46, 1, 45, 1, 47, 1, 49, 1, 48, 1, 50, 1, 52, 1, 51, 1, 53, 1, 55, 1, 54, 1, 56, 1, 58, 1, 57, 1, 59, 1, 61, 1, 60, 1, 62, 1, 64, 1, 63, 1, 65, 1, 67, 1, 66, 1 ), +"blend_shape_data": [ ], +"format": 97559, +"index_count": 324, +"material": ExtResource( 2 ), +"name": "Body", +"primitive": 4, +"skeleton_aabb": [ ], +"vertex_count": 324 +} -[sub_resource type="CylinderMesh" id=6] -top_radius = 4.0 -bottom_radius = 0.001 -height = 6.0 +[sub_resource type="CylinderShape" id=5] -[sub_resource type="ConvexPolygonShape" id=7] -points = PoolVector3Array( 0, 3, 4, 0.392069, 3, 3.98074, 0.780361, 3, 3.92314, 1.16114, 3, 3.82776, 1.53073, 3, 3.69552, 1.88559, 3, 3.52769, 2.22228, 3, 3.32588, 2.53757, 3, 3.09204, 2.82843, 3, 2.82843, 3.09204, 3, 2.53757, 3.32588, 3, 2.22228, 3.52769, 3, 1.88559, 3.69552, 3, 1.53073, 3.82776, 3, 1.16114, 3.92314, 3, 0.780361, 3.98074, 3, 0.392069, 4, 3, 2.44929e-16, 3.98074, 3, -0.392069, 3.92314, 3, -0.780361, 3.82776, 3, -1.16114, 3.69552, 3, -1.53073, 3.52769, 3, -1.88559, 3.32588, 3, -2.22228, 3.09204, 3, -2.53757, 2.82843, 3, -2.82843, 2.53757, 3, -3.09204, 2.22228, 3, -3.32588, 1.88559, 3, -3.52769, 1.53073, 3, -3.69552, 1.16114, 3, -3.82776, 0.780361, 3, -3.92314, 0.392069, 3, -3.98074, 4.89859e-16, 3, -4, -0.392069, 3, -3.98074, -0.780361, 3, -3.92314, -1.16114, 3, -3.82776, -1.53073, 3, -3.69552, -1.88559, 3, -3.52769, -2.22228, 3, -3.32588, -2.53757, 3, -3.09204, -2.82843, 3, -2.82843, -3.09204, 3, -2.53757, -3.32588, 3, -2.22228, -3.52769, 3, -1.88559, -3.69552, 3, -1.53073, -3.82776, 3, -1.16114, -3.92314, 3, -0.780361, -3.98074, 3, -0.392069, -4, 3, -7.34788e-16, -3.98074, 3, 0.392069, -3.92314, 3, 0.780361, -3.82776, 3, 1.16114, -3.69552, 3, 1.53073, -3.52769, 3, 1.88559, -3.32588, 3, 2.22228, -3.09204, 3, 2.53757, -2.82843, 3, 2.82843, -2.53757, 3, 3.09204, -2.22228, 3, 3.32588, -1.88559, 3, 3.52769, -1.53073, 3, 3.69552, -1.16114, 3, 3.82776, -0.780361, 3, 3.92314, -0.392069, 3, 3.98074, -9.79717e-16, 3, 4, 0, 1.8, 3.2002, 0.313674, 1.8, 3.18479, 0.624328, 1.8, 3.13871, 0.928969, 1.8, 3.0624, 1.22466, 1.8, 2.9566, 1.50856, 1.8, 2.82232, 1.77794, 1.8, 2.66087, 2.03019, 1.8, 2.47379, 2.26288, 1.8, 2.26288, 2.47379, 1.8, 2.03019, 2.66087, 1.8, 1.77794, 2.82232, 1.8, 1.50856, 2.9566, 1.8, 1.22466, 3.0624, 1.8, 0.928969, 3.13871, 1.8, 0.624328, 3.18479, 1.8, 0.313674, 3.2002, 1.8, 1.95956e-16, 3.18479, 1.8, -0.313674, 3.13871, 1.8, -0.624328, 3.0624, 1.8, -0.928969, 2.9566, 1.8, -1.22466, 2.82232, 1.8, -1.50856, 2.66087, 1.8, -1.77794, 2.47379, 1.8, -2.03019, 2.26288, 1.8, -2.26288, 2.03019, 1.8, -2.47379, 1.77794, 1.8, -2.66087, 1.50856, 1.8, -2.82232, 1.22466, 1.8, -2.9566, 0.928969, 1.8, -3.0624, 0.624328, 1.8, -3.13871, 0.313674, 1.8, -3.18479, 3.91912e-16, 1.8, -3.2002, -0.313674, 1.8, -3.18479, -0.624328, 1.8, -3.13871, -0.928969, 1.8, -3.0624, -1.22466, 1.8, -2.9566, -1.50856, 1.8, -2.82232, -1.77794, 1.8, -2.66087, -2.03019, 1.8, -2.47379, -2.26288, 1.8, -2.26288, -2.47379, 1.8, -2.03019, -2.66087, 1.8, -1.77794, -2.82232, 1.8, -1.50856, -2.9566, 1.8, -1.22466, -3.0624, 1.8, -0.928969, -3.13871, 1.8, -0.624328, -3.18479, 1.8, -0.313674, -3.2002, 1.8, -5.87867e-16, -3.18479, 1.8, 0.313674, -3.13871, 1.8, 0.624328, -3.0624, 1.8, 0.928969, -2.9566, 1.8, 1.22466, -2.82232, 1.8, 1.50856, -2.66087, 1.8, 1.77794, -2.47379, 1.8, 2.03019, -2.26288, 1.8, 2.26288, -2.03019, 1.8, 2.47379, -1.77794, 1.8, 2.66087, -1.50856, 1.8, 2.82232, -1.22466, 1.8, 2.9566, -0.928969, 1.8, 3.0624, -0.624328, 1.8, 3.13871, -0.313674, 1.8, 3.18479, -7.83823e-16, 1.8, 3.2002, 0, 0.6, 2.4004, 0.23528, 0.6, 2.38884, 0.468295, 0.6, 2.35428, 0.696799, 0.6, 2.29704, 0.918593, 0.6, 2.21768, 1.13154, 0.6, 2.11696, 1.33359, 0.6, 1.99586, 1.5228, 0.6, 1.85553, 1.69734, 0.6, 1.69734, 1.85553, 0.6, 1.5228, 1.99586, 0.6, 1.33359, 2.11696, 0.6, 1.13154, 2.21768, 0.6, 0.918593, 2.29704, 0.6, 0.696799, 2.35428, 0.6, 0.468295, 2.38884, 0.6, 0.23528, 2.4004, 0.6, 1.46982e-16, 2.38884, 0.6, -0.23528, 2.35428, 0.6, -0.468295, 2.29704, 0.6, -0.696799, 2.21768, 0.6, -0.918593, 2.11696, 0.6, -1.13154, 1.99586, 0.6, -1.33359, 1.85553, 0.6, -1.5228, 1.69734, 0.6, -1.69734, 1.5228, 0.6, -1.85553, 1.33359, 0.6, -1.99586, 1.13154, 0.6, -2.11696, 0.918593, 0.6, -2.21768, 0.696799, 0.6, -2.29704, 0.468295, 0.6, -2.35428, 0.23528, 0.6, -2.38884, 2.93964e-16, 0.6, -2.4004, -0.23528, 0.6, -2.38884, -0.468295, 0.6, -2.35428, -0.696799, 0.6, -2.29704, -0.918593, 0.6, -2.21768, -1.13154, 0.6, -2.11696, -1.33359, 0.6, -1.99586, -1.5228, 0.6, -1.85553, -1.69734, 0.6, -1.69734, -1.85553, 0.6, -1.5228, -1.99586, 0.6, -1.33359, -2.11696, 0.6, -1.13154, -2.21768, 0.6, -0.918593, -2.29704, 0.6, -0.696799, -2.35428, 0.6, -0.468295, -2.38884, 0.6, -0.23528, -2.4004, 0.6, -4.40946e-16, -2.38884, 0.6, 0.23528, -2.35428, 0.6, 0.468295, -2.29704, 0.6, 0.696799, -2.21768, 0.6, 0.918593, -2.11696, 0.6, 1.13154, -1.99586, 0.6, 1.33359, -1.85553, 0.6, 1.5228, -1.69734, 0.6, 1.69734, -1.5228, 0.6, 1.85553, -1.33359, 0.6, 1.99586, -1.13154, 0.6, 2.11696, -0.918593, 0.6, 2.21768, -0.696799, 0.6, 2.29704, -0.468295, 0.6, 2.35428, -0.23528, 0.6, 2.38884, -5.87928e-16, 0.6, 2.4004, 0, -0.6, 1.6006, 0.156886, -0.6, 1.59289, 0.312262, -0.6, 1.56984, 0.46463, -0.6, 1.53168, 0.612523, -0.6, 1.47876, 0.754517, -0.6, 1.4116, 0.889246, -0.6, 1.33085, 1.01541, -0.6, 1.23728, 1.13179, -0.6, 1.13179, 1.23728, -0.6, 1.01541, 1.33085, -0.6, 0.889246, 1.4116, -0.6, 0.754517, 1.47876, -0.6, 0.612523, 1.53168, -0.6, 0.46463, 1.56984, -0.6, 0.312262, 1.59289, -0.6, 0.156886, 1.6006, -0.6, 9.80085e-17, 1.59289, -0.6, -0.156886, 1.56984, -0.6, -0.312262, 1.53168, -0.6, -0.46463, 1.47876, -0.6, -0.612523, 1.4116, -0.6, -0.754517, 1.33085, -0.6, -0.889246, 1.23728, -0.6, -1.01541, 1.13179, -0.6, -1.13179, 1.01541, -0.6, -1.23728, 0.889246, -0.6, -1.33085, 0.754517, -0.6, -1.4116, 0.612523, -0.6, -1.47876, 0.46463, -0.6, -1.53168, 0.312262, -0.6, -1.56984, 0.156886, -0.6, -1.59289, 1.96017e-16, -0.6, -1.6006, -0.156886, -0.6, -1.59289, -0.312262, -0.6, -1.56984, -0.46463, -0.6, -1.53168, -0.612523, -0.6, -1.47876, -0.754517, -0.6, -1.4116, -0.889246, -0.6, -1.33085, -1.01541, -0.6, -1.23728, -1.13179, -0.6, -1.13179, -1.23728, -0.6, -1.01541, -1.33085, -0.6, -0.889246, -1.4116, -0.6, -0.754517, -1.47876, -0.6, -0.612523, -1.53168, -0.6, -0.46463, -1.56984, -0.6, -0.312262, -1.59289, -0.6, -0.156886, -1.6006, -0.6, -2.94025e-16, -1.59289, -0.6, 0.156886, -1.56984, -0.6, 0.312262, -1.53168, -0.6, 0.46463, -1.47876, -0.6, 0.612523, -1.4116, -0.6, 0.754517, -1.33085, -0.6, 0.889246, -1.23728, -0.6, 1.01541, -1.13179, -0.6, 1.13179, -1.01541, -0.6, 1.23728, -0.889246, -0.6, 1.33085, -0.754517, -0.6, 1.4116, -0.612523, -0.6, 1.47876, -0.46463, -0.6, 1.53168, -0.312262, -0.6, 1.56984, -0.156886, -0.6, 1.59289, -3.92034e-16, -0.6, 1.6006, 0, -1.8, 0.8008, 0.0784921, -1.8, 0.796944, 0.156228, -1.8, 0.785413, 0.23246, -1.8, 0.766318, 0.306453, -1.8, 0.739843, 0.377494, -1.8, 0.706242, 0.444901, -1.8, 0.665841, 0.508022, -1.8, 0.619027, 0.566251, -1.8, 0.566251, 0.619027, -1.8, 0.508022, 0.665841, -1.8, 0.444901, 0.706242, -1.8, 0.377494, 0.739843, -1.8, 0.306453, 0.766318, -1.8, 0.23246, 0.785413, -1.8, 0.156228, 0.796944, -1.8, 0.0784921, 0.8008, -1.8, 4.90348e-17, 0.796944, -1.8, -0.0784921, 0.785413, -1.8, -0.156228, 0.766318, -1.8, -0.23246, 0.739843, -1.8, -0.306453, 0.706242, -1.8, -0.377494, 0.665841, -1.8, -0.444901, 0.619027, -1.8, -0.508022, 0.566251, -1.8, -0.566251, 0.508022, -1.8, -0.619027, 0.444901, -1.8, -0.665841, 0.377494, -1.8, -0.706242, 0.306453, -1.8, -0.739843, 0.23246, -1.8, -0.766318, 0.156228, -1.8, -0.785413, 0.0784921, -1.8, -0.796944, 9.80697e-17, -1.8, -0.8008, -0.0784921, -1.8, -0.796944, -0.156228, -1.8, -0.785413, -0.23246, -1.8, -0.766318, -0.306453, -1.8, -0.739843, -0.377494, -1.8, -0.706242, -0.444901, -1.8, -0.665841, -0.508022, -1.8, -0.619027, -0.566251, -1.8, -0.566251, -0.619027, -1.8, -0.508022, -0.665841, -1.8, -0.444901, -0.706242, -1.8, -0.377494, -0.739843, -1.8, -0.306453, -0.766318, -1.8, -0.23246, -0.785413, -1.8, -0.156228, -0.796944, -1.8, -0.0784921, -0.8008, -1.8, -1.47105e-16, -0.796944, -1.8, 0.0784921, -0.785413, -1.8, 0.156228, -0.766318, -1.8, 0.23246, -0.739843, -1.8, 0.306453, -0.706242, -1.8, 0.377494, -0.665841, -1.8, 0.444901, -0.619027, -1.8, 0.508022, -0.566251, -1.8, 0.566251, -0.508022, -1.8, 0.619027, -0.444901, -1.8, 0.665841, -0.377494, -1.8, 0.706242, -0.306453, -1.8, 0.739843, -0.23246, -1.8, 0.766318, -0.156228, -1.8, 0.785413, -0.0784921, -1.8, 0.796944, -1.96139e-16, -1.8, 0.8008, 0, -3, 0.000999928, 9.801e-05, -3, 0.000995113, 0.000195076, -3, 0.000980714, 0.000290264, -3, 0.000956871, 0.000382656, -3, 0.000923813, 0.000471363, -3, 0.000881857, 0.00055553, -3, 0.000831409, 0.000634347, -3, 0.000772954, 0.000707056, -3, 0.000707056, 0.000772954, -3, 0.000634347, 0.000831409, -3, 0.00055553, 0.000881857, -3, 0.000471363, 0.000923813, -3, 0.000382656, 0.000956871, -3, 0.000290264, 0.000980714, -3, 0.000195076, 0.000995113, -3, 9.801e-05, 0.000999928, -3, 6.12279e-20, 0.000995113, -3, -9.801e-05, 0.000980714, -3, -0.000195076, 0.000956871, -3, -0.000290264, 0.000923813, -3, -0.000382656, 0.000881857, -3, -0.000471363, 0.000831409, -3, -0.00055553, 0.000772954, -3, -0.000634347, 0.000707056, -3, -0.000707056, 0.000634347, -3, -0.000772954, 0.00055553, -3, -0.000831409, 0.000471363, -3, -0.000881857, 0.000382656, -3, -0.000923813, 0.000290264, -3, -0.000956871, 0.000195076, -3, -0.000980714, 9.801e-05, -3, -0.000995113, 1.22456e-19, -3, -0.000999928, -9.801e-05, -3, -0.000995113, -0.000195076, -3, -0.000980714, -0.000290264, -3, -0.000956871, -0.000382656, -3, -0.000923813, -0.000471363, -3, -0.000881857, -0.00055553, -3, -0.000831409, -0.000634347, -3, -0.000772954, -0.000707056, -3, -0.000707056, -0.000772954, -3, -0.000634347, -0.000831409, -3, -0.00055553, -0.000881857, -3, -0.000471363, -0.000923813, -3, -0.000382656, -0.000956871, -3, -0.000290264, -0.000980714, -3, -0.000195076, -0.000995113, -3, -9.801e-05, -0.000999928, -3, -1.83684e-19, -0.000995113, -3, 9.801e-05, -0.000980714, -3, 0.000195076, -0.000956871, -3, 0.000290264, -0.000923813, -3, 0.000382656, -0.000881857, -3, 0.000471363, -0.000831409, -3, 0.00055553, -0.000772954, -3, 0.000634347, -0.000707056, -3, 0.000707056, -0.000634347, -3, 0.000772954, -0.00055553, -3, 0.000831409, -0.000471363, -3, 0.000881857, -0.000382656, -3, 0.000923813, -0.000290264, -3, 0.000956871, -0.000195076, -3, 0.000980714, -9.801e-05, -3, 0.000995113, -2.44912e-19, -3, 0.000999928, 0, 3, 0, 0, 3, 4, 0.392069, 3, 3.98074, 0.780361, 3, 3.92314, 1.16114, 3, 3.82776, 1.53073, 3, 3.69552, 1.88559, 3, 3.52769, 2.22228, 3, 3.32588, 2.53757, 3, 3.09204, 2.82843, 3, 2.82843, 3.09204, 3, 2.53757, 3.32588, 3, 2.22228, 3.52769, 3, 1.88559, 3.69552, 3, 1.53073, 3.82776, 3, 1.16114, 3.92314, 3, 0.780361, 3.98074, 3, 0.392069, 4, 3, 2.44929e-16, 3.98074, 3, -0.392069, 3.92314, 3, -0.780361, 3.82776, 3, -1.16114, 3.69552, 3, -1.53073, 3.52769, 3, -1.88559, 3.32588, 3, -2.22228, 3.09204, 3, -2.53757, 2.82843, 3, -2.82843, 2.53757, 3, -3.09204, 2.22228, 3, -3.32588, 1.88559, 3, -3.52769, 1.53073, 3, -3.69552, 1.16114, 3, -3.82776, 0.780361, 3, -3.92314, 0.392069, 3, -3.98074, 4.89859e-16, 3, -4, -0.392069, 3, -3.98074, -0.780361, 3, -3.92314, -1.16114, 3, -3.82776, -1.53073, 3, -3.69552, -1.88559, 3, -3.52769, -2.22228, 3, -3.32588, -2.53757, 3, -3.09204, -2.82843, 3, -2.82843, -3.09204, 3, -2.53757, -3.32588, 3, -2.22228, -3.52769, 3, -1.88559, -3.69552, 3, -1.53073, -3.82776, 3, -1.16114, -3.92314, 3, -0.780361, -3.98074, 3, -0.392069, -4, 3, -7.34788e-16, -3.98074, 3, 0.392069, -3.92314, 3, 0.780361, -3.82776, 3, 1.16114, -3.69552, 3, 1.53073, -3.52769, 3, 1.88559, -3.32588, 3, 2.22228, -3.09204, 3, 2.53757, -2.82843, 3, 2.82843, -2.53757, 3, 3.09204, -2.22228, 3, 3.32588, -1.88559, 3, 3.52769, -1.53073, 3, 3.69552, -1.16114, 3, 3.82776, -0.780361, 3, 3.92314, -0.392069, 3, 3.98074, -9.79717e-16, 3, 4, 0, -3, 0, 0, -3, 0.001, 9.80171e-05, -3, 0.000995185, 0.00019509, -3, 0.000980785, 0.000290285, -3, 0.00095694, 0.000382683, -3, 0.00092388, 0.000471397, -3, 0.000881921, 0.00055557, -3, 0.00083147, 0.000634393, -3, 0.00077301, 0.000707107, -3, 0.000707107, 0.00077301, -3, 0.000634393, 0.00083147, -3, 0.00055557, 0.000881921, -3, 0.000471397, 0.00092388, -3, 0.000382683, 0.00095694, -3, 0.000290285, 0.000980785, -3, 0.00019509, 0.000995185, -3, 9.80171e-05, 0.001, -3, 6.12323e-20, 0.000995185, -3, -9.80171e-05, 0.000980785, -3, -0.00019509, 0.00095694, -3, -0.000290285, 0.00092388, -3, -0.000382683, 0.000881921, -3, -0.000471397, 0.00083147, -3, -0.00055557, 0.00077301, -3, -0.000634393, 0.000707107, -3, -0.000707107, 0.000634393, -3, -0.00077301, 0.00055557, -3, -0.00083147, 0.000471397, -3, -0.000881921, 0.000382683, -3, -0.00092388, 0.000290285, -3, -0.00095694, 0.00019509, -3, -0.000980785, 9.80171e-05, -3, -0.000995185, 1.22465e-19, -3, -0.001, -9.80171e-05, -3, -0.000995185, -0.00019509, -3, -0.000980785, -0.000290285, -3, -0.00095694, -0.000382683, -3, -0.00092388, -0.000471397, -3, -0.000881921, -0.00055557, -3, -0.00083147, -0.000634393, -3, -0.00077301, -0.000707107, -3, -0.000707107, -0.00077301, -3, -0.000634393, -0.00083147, -3, -0.00055557, -0.000881921, -3, -0.000471397, -0.00092388, -3, -0.000382683, -0.00095694, -3, -0.000290285, -0.000980785, -3, -0.00019509, -0.000995185, -3, -9.80171e-05, -0.001, -3, -1.83697e-19, -0.000995185, -3, 9.80171e-05, -0.000980785, -3, 0.00019509, -0.00095694, -3, 0.000290285, -0.00092388, -3, 0.000382683, -0.000881921, -3, 0.000471397, -0.00083147, -3, 0.00055557, -0.00077301, -3, 0.000634393, -0.000707107, -3, 0.000707107, -0.000634393, -3, 0.00077301, -0.00055557, -3, 0.00083147, -0.000471397, -3, 0.000881921, -0.000382683, -3, 0.00092388, -0.000290285, -3, 0.00095694, -0.00019509, -3, 0.000980785, -9.80171e-05, -3, 0.000995185, -2.44929e-19, -3, 0.001 ) +[sub_resource type="ConvexPolygonShape" id=6] +points = PoolVector3Array( 0, 10, 10, 0.980171, 10, 9.95185, 1.9509, 10, 9.80785, 2.90285, 10, 9.5694, 3.82683, 10, 9.2388, 4.71397, 10, 8.81921, 5.5557, 10, 8.3147, 6.34393, 10, 7.7301, 7.07107, 10, 7.07107, 7.7301, 10, 6.34393, 8.3147, 10, 5.5557, 8.81921, 10, 4.71397, 9.2388, 10, 3.82683, 9.5694, 10, 2.90285, 9.80785, 10, 1.9509, 9.95185, 10, 0.980171, 10, 10, 6.12323e-16, 9.95185, 10, -0.980171, 9.80785, 10, -1.9509, 9.5694, 10, -2.90285, 9.2388, 10, -3.82683, 8.81921, 10, -4.71397, 8.3147, 10, -5.5557, 7.7301, 10, -6.34393, 7.07107, 10, -7.07107, 6.34393, 10, -7.7301, 5.5557, 10, -8.3147, 4.71397, 10, -8.81921, 3.82683, 10, -9.2388, 2.90285, 10, -9.5694, 1.9509, 10, -9.80785, 0.980171, 10, -9.95185, 1.22465e-15, 10, -10, -0.980171, 10, -9.95185, -1.9509, 10, -9.80785, -2.90285, 10, -9.5694, -3.82683, 10, -9.2388, -4.71397, 10, -8.81921, -5.5557, 10, -8.3147, -6.34393, 10, -7.7301, -7.07107, 10, -7.07107, -7.7301, 10, -6.34393, -8.3147, 10, -5.5557, -8.81921, 10, -4.71397, -9.2388, 10, -3.82683, -9.5694, 10, -2.90285, -9.80785, 10, -1.9509, -9.95185, 10, -0.980171, -10, 10, -1.83697e-15, -9.95185, 10, 0.980171, -9.80785, 10, 1.9509, -9.5694, 10, 2.90285, -9.2388, 10, 3.82683, -8.81921, 10, 4.71397, -8.3147, 10, 5.5557, -7.7301, 10, 6.34393, -7.07107, 10, 7.07107, -6.34393, 10, 7.7301, -5.5557, 10, 8.3147, -4.71397, 10, 8.81921, -3.82683, 10, 9.2388, -2.90285, 10, 9.5694, -1.9509, 10, 9.80785, -0.980171, 10, 9.95185, -2.44929e-15, 10, 10, 0, 6, 8.1, 0.793939, 6, 8.061, 1.58023, 6, 7.94436, 2.35131, 6, 7.75122, 3.09974, 6, 7.48342, 3.81831, 6, 7.14356, 4.50012, 6, 6.7349, 5.13859, 6, 6.26138, 5.72757, 6, 5.72757, 6.26138, 6, 5.13859, 6.7349, 6, 4.50012, 7.14356, 6, 3.81831, 7.48342, 6, 3.09974, 7.75122, 6, 2.35131, 7.94436, 6, 1.58023, 8.061, 6, 0.793939, 8.1, 6, 4.95982e-16, 8.061, 6, -0.793939, 7.94436, 6, -1.58023, 7.75122, 6, -2.35131, 7.48342, 6, -3.09974, 7.14356, 6, -3.81831, 6.7349, 6, -4.50012, 6.26138, 6, -5.13859, 5.72757, 6, -5.72757, 5.13859, 6, -6.26138, 4.50012, 6, -6.7349, 3.81831, 6, -7.14356, 3.09974, 6, -7.48342, 2.35131, 6, -7.75122, 1.58023, 6, -7.94436, 0.793939, 6, -8.061, 9.91964e-16, 6, -8.1, -0.793939, 6, -8.061, -1.58023, 6, -7.94436, -2.35131, 6, -7.75122, -3.09974, 6, -7.48342, -3.81831, 6, -7.14356, -4.50012, 6, -6.7349, -5.13859, 6, -6.26138, -5.72757, 6, -5.72757, -6.26138, 6, -5.13859, -6.7349, 6, -4.50012, -7.14356, 6, -3.81831, -7.48342, 6, -3.09974, -7.75122, 6, -2.35131, -7.94436, 6, -1.58023, -8.061, 6, -0.793939, -8.1, 6, -1.48795e-15, -8.061, 6, 0.793939, -7.94436, 6, 1.58023, -7.75122, 6, 2.35131, -7.48342, 6, 3.09974, -7.14356, 6, 3.81831, -6.7349, 6, 4.50012, -6.26138, 6, 5.13859, -5.72757, 6, 5.72757, -5.13859, 6, 6.26138, -4.50012, 6, 6.7349, -3.81831, 6, 7.14356, -3.09974, 6, 7.48342, -2.35131, 6, 7.75122, -1.58023, 6, 7.94436, -0.793939, 6, 8.061, -1.98393e-15, 6, 8.1, 0, 2, 6.2, 0.607706, 2, 6.17015, 1.20956, 2, 6.08087, 1.79976, 2, 5.93303, 2.37264, 2, 5.72805, 2.92266, 2, 5.46791, 3.44454, 2, 5.15511, 3.93324, 2, 4.79266, 4.38406, 2, 4.38406, 4.79266, 2, 3.93324, 5.15511, 2, 3.44454, 5.46791, 2, 2.92266, 5.72805, 2, 2.37264, 5.93303, 2, 1.79976, 6.08087, 2, 1.20956, 6.17015, 2, 0.607706, 6.2, 2, 3.79641e-16, 6.17015, 2, -0.607706, 6.08087, 2, -1.20956, 5.93303, 2, -1.79976, 5.72805, 2, -2.37264, 5.46791, 2, -2.92266, 5.15511, 2, -3.44454, 4.79266, 2, -3.93324, 4.38406, 2, -4.38406, 3.93324, 2, -4.79266, 3.44454, 2, -5.15511, 2.92266, 2, -5.46791, 2.37264, 2, -5.72805, 1.79976, 2, -5.93303, 1.20956, 2, -6.08087, 0.607706, 2, -6.17015, 7.59281e-16, 2, -6.2, -0.607706, 2, -6.17015, -1.20956, 2, -6.08087, -1.79976, 2, -5.93303, -2.37264, 2, -5.72805, -2.92266, 2, -5.46791, -3.44454, 2, -5.15511, -3.93324, 2, -4.79266, -4.38406, 2, -4.38406, -4.79266, 2, -3.93324, -5.15511, 2, -3.44454, -5.46791, 2, -2.92266, -5.72805, 2, -2.37264, -5.93303, 2, -1.79976, -6.08087, 2, -1.20956, -6.17015, 2, -0.607706, -6.2, 2, -1.13892e-15, -6.17015, 2, 0.607706, -6.08087, 2, 1.20956, -5.93303, 2, 1.79976, -5.72805, 2, 2.37264, -5.46791, 2, 2.92266, -5.15511, 2, 3.44454, -4.79266, 2, 3.93324, -4.38406, 2, 4.38406, -3.93324, 2, 4.79266, -3.44454, 2, 5.15511, -2.92266, 2, 5.46791, -2.37264, 2, 5.72805, -1.79976, 2, 5.93303, -1.20956, 2, 6.08087, -0.607706, 2, 6.17015, -1.51856e-15, 2, 6.2, 0, -2, 4.3, 0.421474, -2, 4.27929, 0.838888, -2, 4.21738, 1.24822, -2, 4.11484, 1.64554, -2, 3.97268, 2.02701, -2, 3.79226, 2.38895, -2, 3.57532, 2.72789, -2, 3.32394, 3.04056, -2, 3.04056, 3.32394, -2, 2.72789, 3.57532, -2, 2.38895, 3.79226, -2, 2.02701, 3.97268, -2, 1.64554, 4.11484, -2, 1.24822, 4.21738, -2, 0.838888, 4.27929, -2, 0.421474, 4.3, -2, 2.63299e-16, 4.27929, -2, -0.421474, 4.21738, -2, -0.838888, 4.11484, -2, -1.24822, 3.97268, -2, -1.64554, 3.79226, -2, -2.02701, 3.57532, -2, -2.38895, 3.32394, -2, -2.72789, 3.04056, -2, -3.04056, 2.72789, -2, -3.32394, 2.38895, -2, -3.57532, 2.02701, -2, -3.79226, 1.64554, -2, -3.97268, 1.24822, -2, -4.11484, 0.838888, -2, -4.21738, 0.421474, -2, -4.27929, 5.26598e-16, -2, -4.3, -0.421474, -2, -4.27929, -0.838888, -2, -4.21738, -1.24822, -2, -4.11484, -1.64554, -2, -3.97268, -2.02701, -2, -3.79226, -2.38895, -2, -3.57532, -2.72789, -2, -3.32394, -3.04056, -2, -3.04056, -3.32394, -2, -2.72789, -3.57532, -2, -2.38895, -3.79226, -2, -2.02701, -3.97268, -2, -1.64554, -4.11484, -2, -1.24822, -4.21738, -2, -0.838888, -4.27929, -2, -0.421474, -4.3, -2, -7.89897e-16, -4.27929, -2, 0.421474, -4.21738, -2, 0.838888, -4.11484, -2, 1.24822, -3.97268, -2, 1.64554, -3.79226, -2, 2.02701, -3.57532, -2, 2.38895, -3.32394, -2, 2.72789, -3.04056, -2, 3.04056, -2.72789, -2, 3.32394, -2.38895, -2, 3.57532, -2.02701, -2, 3.79226, -1.64554, -2, 3.97268, -1.24822, -2, 4.11484, -0.838888, -2, 4.21738, -0.421474, -2, 4.27929, -1.0532e-15, -2, 4.3, 0, -6, 2.4, 0.235241, -6, 2.38844, 0.468217, -6, 2.35388, 0.696683, -6, 2.29666, 0.91844, -6, 2.21731, 1.13135, -6, 2.11661, 1.33337, -6, 1.99553, 1.52254, -6, 1.85523, 1.69706, -6, 1.69706, 1.85523, -6, 1.52254, 1.99553, -6, 1.33337, 2.11661, -6, 1.13135, 2.21731, -6, 0.91844, 2.29666, -6, 0.696683, 2.35388, -6, 0.468217, 2.38844, -6, 0.235241, 2.4, -6, 1.46958e-16, 2.38844, -6, -0.235241, 2.35388, -6, -0.468217, 2.29666, -6, -0.696683, 2.21731, -6, -0.91844, 2.11661, -6, -1.13135, 1.99553, -6, -1.33337, 1.85523, -6, -1.52254, 1.69706, -6, -1.69706, 1.52254, -6, -1.85523, 1.33337, -6, -1.99553, 1.13135, -6, -2.11661, 0.91844, -6, -2.21731, 0.696683, -6, -2.29666, 0.468217, -6, -2.35388, 0.235241, -6, -2.38844, 2.93915e-16, -6, -2.4, -0.235241, -6, -2.38844, -0.468217, -6, -2.35388, -0.696683, -6, -2.29666, -0.91844, -6, -2.21731, -1.13135, -6, -2.11661, -1.33337, -6, -1.99553, -1.52254, -6, -1.85523, -1.69706, -6, -1.69706, -1.85523, -6, -1.52254, -1.99553, -6, -1.33337, -2.11661, -6, -1.13135, -2.21731, -6, -0.91844, -2.29666, -6, -0.696683, -2.35388, -6, -0.468217, -2.38844, -6, -0.235241, -2.4, -6, -4.40873e-16, -2.38844, -6, 0.235241, -2.35388, -6, 0.468217, -2.29666, -6, 0.696683, -2.21731, -6, 0.91844, -2.11661, -6, 1.13135, -1.99553, -6, 1.33337, -1.85523, -6, 1.52254, -1.69706, -6, 1.69706, -1.52254, -6, 1.85523, -1.33337, -6, 1.99553, -1.13135, -6, 2.11661, -0.91844, -6, 2.21731, -0.696683, -6, 2.29666, -0.468217, -6, 2.35388, -0.235241, -6, 2.38844, -5.8783e-16, -6, 2.4, 0, -10, 0.5, 0.0490086, -10, 0.497592, 0.0975452, -10, 0.490393, 0.145142, -10, 0.47847, 0.191342, -10, 0.46194, 0.235698, -10, 0.440961, 0.277785, -10, 0.415735, 0.317197, -10, 0.386505, 0.353553, -10, 0.353553, 0.386505, -10, 0.317197, 0.415735, -10, 0.277785, 0.440961, -10, 0.235698, 0.46194, -10, 0.191342, 0.47847, -10, 0.145142, 0.490393, -10, 0.0975452, 0.497592, -10, 0.0490086, 0.5, -10, 3.06162e-17, 0.497592, -10, -0.0490086, 0.490393, -10, -0.0975452, 0.47847, -10, -0.145142, 0.46194, -10, -0.191342, 0.440961, -10, -0.235698, 0.415735, -10, -0.277785, 0.386505, -10, -0.317197, 0.353553, -10, -0.353553, 0.317197, -10, -0.386505, 0.277785, -10, -0.415735, 0.235698, -10, -0.440961, 0.191342, -10, -0.46194, 0.145142, -10, -0.47847, 0.0975452, -10, -0.490393, 0.0490086, -10, -0.497592, 6.12323e-17, -10, -0.5, -0.0490086, -10, -0.497592, -0.0975452, -10, -0.490393, -0.145142, -10, -0.47847, -0.191342, -10, -0.46194, -0.235698, -10, -0.440961, -0.277785, -10, -0.415735, -0.317197, -10, -0.386505, -0.353553, -10, -0.353553, -0.386505, -10, -0.317197, -0.415735, -10, -0.277785, -0.440961, -10, -0.235698, -0.46194, -10, -0.191342, -0.47847, -10, -0.145142, -0.490393, -10, -0.0975452, -0.497592, -10, -0.0490086, -0.5, -10, -9.18485e-17, -0.497592, -10, 0.0490086, -0.490393, -10, 0.0975452, -0.47847, -10, 0.145142, -0.46194, -10, 0.191342, -0.440961, -10, 0.235698, -0.415735, -10, 0.277785, -0.386505, -10, 0.317197, -0.353553, -10, 0.353553, -0.317197, -10, 0.386505, -0.277785, -10, 0.415735, -0.235698, -10, 0.440961, -0.191342, -10, 0.46194, -0.145142, -10, 0.47847, -0.0975452, -10, 0.490393, -0.0490086, -10, 0.497592, -1.22465e-16, -10, 0.5, 0, 10, 0, 0, 10, 10, 0.980171, 10, 9.95185, 1.9509, 10, 9.80785, 2.90285, 10, 9.5694, 3.82683, 10, 9.2388, 4.71397, 10, 8.81921, 5.5557, 10, 8.3147, 6.34393, 10, 7.7301, 7.07107, 10, 7.07107, 7.7301, 10, 6.34393, 8.3147, 10, 5.5557, 8.81921, 10, 4.71397, 9.2388, 10, 3.82683, 9.5694, 10, 2.90285, 9.80785, 10, 1.9509, 9.95185, 10, 0.980171, 10, 10, 6.12323e-16, 9.95185, 10, -0.980171, 9.80785, 10, -1.9509, 9.5694, 10, -2.90285, 9.2388, 10, -3.82683, 8.81921, 10, -4.71397, 8.3147, 10, -5.5557, 7.7301, 10, -6.34393, 7.07107, 10, -7.07107, 6.34393, 10, -7.7301, 5.5557, 10, -8.3147, 4.71397, 10, -8.81921, 3.82683, 10, -9.2388, 2.90285, 10, -9.5694, 1.9509, 10, -9.80785, 0.980171, 10, -9.95185, 1.22465e-15, 10, -10, -0.980171, 10, -9.95185, -1.9509, 10, -9.80785, -2.90285, 10, -9.5694, -3.82683, 10, -9.2388, -4.71397, 10, -8.81921, -5.5557, 10, -8.3147, -6.34393, 10, -7.7301, -7.07107, 10, -7.07107, -7.7301, 10, -6.34393, -8.3147, 10, -5.5557, -8.81921, 10, -4.71397, -9.2388, 10, -3.82683, -9.5694, 10, -2.90285, -9.80785, 10, -1.9509, -9.95185, 10, -0.980171, -10, 10, -1.83697e-15, -9.95185, 10, 0.980171, -9.80785, 10, 1.9509, -9.5694, 10, 2.90285, -9.2388, 10, 3.82683, -8.81921, 10, 4.71397, -8.3147, 10, 5.5557, -7.7301, 10, 6.34393, -7.07107, 10, 7.07107, -6.34393, 10, 7.7301, -5.5557, 10, 8.3147, -4.71397, 10, 8.81921, -3.82683, 10, 9.2388, -2.90285, 10, 9.5694, -1.9509, 10, 9.80785, -0.980171, 10, 9.95185, -2.44929e-15, 10, 10, 0, -10, 0, 0, -10, 0.5, 0.0490086, -10, 0.497592, 0.0975452, -10, 0.490393, 0.145142, -10, 0.47847, 0.191342, -10, 0.46194, 0.235698, -10, 0.440961, 0.277785, -10, 0.415735, 0.317197, -10, 0.386505, 0.353553, -10, 0.353553, 0.386505, -10, 0.317197, 0.415735, -10, 0.277785, 0.440961, -10, 0.235698, 0.46194, -10, 0.191342, 0.47847, -10, 0.145142, 0.490393, -10, 0.0975452, 0.497592, -10, 0.0490086, 0.5, -10, 3.06162e-17, 0.497592, -10, -0.0490086, 0.490393, -10, -0.0975452, 0.47847, -10, -0.145142, 0.46194, -10, -0.191342, 0.440961, -10, -0.235698, 0.415735, -10, -0.277785, 0.386505, -10, -0.317197, 0.353553, -10, -0.353553, 0.317197, -10, -0.386505, 0.277785, -10, -0.415735, 0.235698, -10, -0.440961, 0.191342, -10, -0.46194, 0.145142, -10, -0.47847, 0.0975452, -10, -0.490393, 0.0490086, -10, -0.497592, 6.12323e-17, -10, -0.5, -0.0490086, -10, -0.497592, -0.0975452, -10, -0.490393, -0.145142, -10, -0.47847, -0.191342, -10, -0.46194, -0.235698, -10, -0.440961, -0.277785, -10, -0.415735, -0.317197, -10, -0.386505, -0.353553, -10, -0.353553, -0.386505, -10, -0.317197, -0.415735, -10, -0.277785, -0.440961, -10, -0.235698, -0.46194, -10, -0.191342, -0.47847, -10, -0.145142, -0.490393, -10, -0.0975452, -0.497592, -10, -0.0490086, -0.5, -10, -9.18485e-17, -0.497592, -10, 0.0490086, -0.490393, -10, 0.0975452, -0.47847, -10, 0.145142, -0.46194, -10, 0.191342, -0.440961, -10, 0.235698, -0.415735, -10, 0.277785, -0.386505, -10, 0.317197, -0.353553, -10, 0.353553, -0.317197, -10, 0.386505, -0.277785, -10, 0.415735, -0.235698, -10, 0.440961, -0.191342, -10, 0.46194, -0.145142, -10, 0.47847, -0.0975452, -10, 0.490393, -0.0490086, -10, 0.497592, -1.22465e-16, -10, 0.5 ) + +[sub_resource type="CylinderMesh" id=7] +top_radius = 10.0 +bottom_radius = 0.5 +height = 20.0 [sub_resource type="CylinderShape" id=8] @@ -30,40 +115,60 @@ _visibility_path = NodePath("Visibility") [node name="Meshes" type="Spatial" parent="."] -[node name="TrueAppearance" type="MeshInstance" parent="Meshes"] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0 ) -layers = 2 +[node name="Masked" type="Spatial" parent="Meshes"] + +[node name="Icosphere001" type="MeshInstance" parent="Meshes/Masked"] +transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 2.4537, 0 ) mesh = SubResource( 1 ) material/0 = null -[node name="MaskedAppearance" type="MeshInstance" parent="Meshes"] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0 ) +[node name="Icosphere" type="MeshInstance" parent="Meshes/Masked"] +transform = Transform( 8.31494e-07, 0, -2.25, 0, 2.25, 0, 2.25, 0, 8.31494e-07, 0, 4.0631, 0 ) mesh = SubResource( 2 ) material/0 = null +material/1 = null -[node name="MeshInstance" type="MeshInstance" parent="Meshes"] -transform = Transform( 0.1, 0, 0, 0, -4.37114e-09, 0.1, 0, -0.1, -4.37114e-09, 0, 1.8, -0.9 ) -layers = 3 +[node name="True" type="Spatial" parent="Meshes"] +transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 0, 0 ) + +[node name="Icosphere" type="MeshInstance" parent="Meshes/True"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.39395, 0 ) +layers = 2 mesh = SubResource( 3 ) material/0 = null +material/1 = null + +[node name="Icosphere001" type="MeshInstance" parent="Meshes/True"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.4537, 0 ) +layers = 2 +mesh = SubResource( 4 ) +material/0 = null [node name="Collider" type="CollisionShape" parent="."] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0 ) -shape = SubResource( 4 ) +shape = SubResource( 5 ) [node name="Visibility" type="Area" parent="."] +transform = Transform( 1, 0, 0, 0, 0.940387, 0.340106, 0, -0.340106, 0.940387, 0, 2.29274, 0.463551 ) collision_layer = 4 collision_mask = 4 -[node name="VisibilityCone" type="MeshInstance" parent="Visibility"] -transform = Transform( 1, 0, 0, 0, -8.74228e-08, 1, 0, -2, -4.37114e-08, 0, 2, -6 ) -layers = 3 -mesh = SubResource( 6 ) -material/0 = ExtResource( 2 ) - [node name="CollisionShape" type="CollisionShape" parent="Visibility"] -transform = Transform( 1, 0, 0, 0, -8.74228e-08, 1, 0, -2, -4.37114e-08, 0, 2, -6 ) -shape = SubResource( 7 ) +transform = Transform( 1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 2.12856, -20.2214 ) +shape = SubResource( 6 ) + +[node name="VisibilityCone" type="MeshInstance" parent="Visibility"] +transform = Transform( 1, 0, 0, 0, -5.96046e-08, 1, 0, -2, -2.98023e-08, 0, 2.12856, -20.2214 ) +layers = 3 +mesh = SubResource( 7 ) +material/0 = ExtResource( 6 ) + +[node name="SpotLight" type="SpotLight" parent="Visibility"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, -1 ) +light_color = Color( 1, 0, 0, 1 ) +shadow_enabled = true +spot_range = 11.6162 +spot_angle = 19.7549 [node name="InteractArea" type="Area" parent="." groups=[ "Enemy", diff --git a/Characters/Meldewesen/MeldewesenEyes.material b/Characters/Meldewesen/MeldewesenEyes.material new file mode 100644 index 0000000..ccf1afc Binary files /dev/null and b/Characters/Meldewesen/MeldewesenEyes.material differ diff --git a/Characters/Player/Player.gd b/Characters/Player/Player.gd index d724c51..77b2650 100644 --- a/Characters/Player/Player.gd +++ b/Characters/Player/Player.gd @@ -78,6 +78,7 @@ func _ready(): _lookCast.cast_to = Vector3(0, 0, INTERACT_DISTANCE) _inventory = get_node("HUD") + assert(null != _inventory) # Set special fast time when in labyrinth if IsInLabyrinth: @@ -92,9 +93,10 @@ func _ready(): Daytime.connect("respawn", self, "_on_respawn") - var player = get_node("AudioStreamPlayer3D") - player.stream = load("res://Resources/Audio/cock.wav") - player.play() + if IsOutside: + var player = get_node("AudioStreamPlayer3D") + player.stream = load("res://Resources/Audio/cock.wav") + player.play() func _physics_process(delta): @@ -163,7 +165,6 @@ func process_collision_layers(): func check_interact(): if _lookCast.is_colliding(): var collider = _lookCast.get_collider() - if null != collider and collider.is_in_group("Touchables"): #show interact tooltip _labelInteract.show() @@ -180,8 +181,8 @@ func check_interact(): collider.do_interact(self) if collider.is_in_group("Collectibles"): _inventory.add_item(collider.name) - #bugfix: remove _prev_look after taken - _prev_look = null + _prev_look = null # remove after taken + _labelInteract.hide() else: #stop showing interact tooltip and disable outline _labelInteract.hide() @@ -252,14 +253,12 @@ func _on_respawn (): yield(_animationFadeOut, "animation_finished") _animationFadeOut.seek(0, true) - # reset values Daytime._set_time(0) - Logger.info("save areas: " + String(_save_areas)) - + #Logger.info("save areas: " + String(_save_areas)) if _save_areas < 1 and not IsInLabyrinth: Logger.info("reload scene") - + Pills._set_level(Pills.get_max()) get_tree().reload_current_scene() diff --git a/Characters/Player/Player.tscn b/Characters/Player/Player.tscn index 224ab07..170d2e7 100644 --- a/Characters/Player/Player.tscn +++ b/Characters/Player/Player.tscn @@ -178,6 +178,7 @@ script = ExtResource( 2 ) transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 0, 0, 0 ) enabled = true cast_to = Vector3( 0, 0, 2 ) +collision_mask = 3 [node name="Listener" type="Listener" parent="Body/PillCameras"] current = true diff --git a/Characters/Worker/Worker.tscn b/Characters/Worker/Worker.tscn index add484f..b063b95 100644 --- a/Characters/Worker/Worker.tscn +++ b/Characters/Worker/Worker.tscn @@ -1,48 +1,145 @@ -[gd_scene load_steps=7 format=2] +[gd_scene load_steps=11 format=2] [ext_resource path="res://Characters/Worker/Worker.gd" type="Script" id=1] +[ext_resource path="res://Resources/Models/Body.material" type="Material" id=2] +[ext_resource path="res://Resources/Models/Eyes.material" type="Material" id=3] +[ext_resource path="res://Resources/Models/Face.material" type="Material" id=4] -[sub_resource type="CylinderMesh" id=1] -top_radius = 0.8 +[sub_resource type="ArrayMesh" id=1] +resource_name = "Icosphere.001" +surfaces/0 = { +"aabb": AABB( -0.900067, -2.37322, -1.42373, 2.37411, 3.18117, 2.84745 ), +"array_data": PoolByteArray( 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 197, 4, 144, 0, 206, 142, 22, 129, 77, 58, 139, 55, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 191, 197, 4, 144, 0, 206, 142, 22, 129, 164, 56, 71, 57, 247, 2, 139, 62, 143, 152, 223, 62, 200, 67, 147, 191, 197, 4, 144, 0, 206, 142, 22, 129, 246, 48, 162, 55, 34, 197, 148, 63, 83, 3, 241, 191, 176, 60, 182, 191, 66, 149, 0, 0, 149, 190, 0, 127, 0, 52, 20, 56, 121, 173, 188, 63, 213, 61, 216, 191, 85, 195, 73, 191, 66, 149, 0, 0, 149, 190, 0, 127, 101, 41, 245, 58, 142, 185, 89, 63, 105, 228, 4, 192, 85, 195, 73, 191, 66, 149, 0, 0, 149, 190, 0, 127, 83, 55, 245, 58, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 6, 37, 135, 0, 57, 107, 36, 127, 85, 49, 0, 56, 124, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 191, 6, 37, 135, 0, 57, 107, 36, 127, 61, 49, 158, 55, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 191, 6, 37, 135, 0, 57, 107, 36, 127, 58, 49, 167, 55, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 191, 142, 55, 0, 0, 201, 143, 9, 129, 164, 56, 71, 57, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 191, 142, 55, 0, 0, 201, 143, 9, 129, 86, 56, 247, 57, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 142, 55, 0, 0, 201, 143, 9, 129, 86, 56, 10, 57, 121, 173, 188, 63, 213, 61, 216, 191, 84, 30, 155, 63, 66, 149, 0, 0, 149, 190, 0, 127, 101, 41, 245, 58, 34, 197, 148, 63, 83, 3, 241, 191, 176, 60, 182, 63, 66, 149, 0, 0, 149, 190, 0, 127, 0, 52, 235, 59, 144, 185, 89, 63, 105, 228, 4, 192, 84, 30, 155, 63, 66, 149, 0, 0, 149, 190, 0, 127, 83, 55, 245, 58, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 48, 117, 1, 0, 0, 255, 126, 127, 85, 53, 0, 56, 177, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 63, 48, 117, 1, 0, 0, 255, 126, 127, 44, 53, 147, 55, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 63, 48, 117, 1, 0, 0, 255, 126, 127, 30, 53, 177, 55, 0, 0, 0, 0, 210, 226, 23, 192, 0, 0, 0, 128, 35, 199, 107, 0, 136, 0, 39, 129, 139, 58, 0, 60, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 63, 35, 199, 107, 0, 136, 0, 39, 129, 209, 57, 189, 58, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 63, 35, 199, 107, 0, 136, 0, 39, 129, 69, 59, 189, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 63, 113, 200, 0, 0, 0, 0, 127, 129, 209, 57, 189, 58, 0, 0, 0, 0, 210, 226, 23, 192, 0, 0, 0, 128, 113, 200, 0, 0, 0, 0, 127, 129, 23, 57, 0, 60, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 191, 113, 200, 0, 0, 0, 0, 127, 129, 93, 56, 189, 58, 0, 0, 0, 0, 210, 226, 23, 192, 0, 0, 0, 128, 161, 200, 61, 0, 186, 6, 151, 129, 209, 45, 0, 60, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 63, 161, 200, 61, 0, 186, 6, 151, 129, 0, 0, 189, 58, 202, 106, 102, 191, 113, 187, 85, 191, 0, 0, 0, 128, 161, 200, 61, 0, 186, 6, 151, 129, 209, 49, 189, 58, 0, 0, 0, 0, 210, 226, 23, 192, 0, 0, 0, 128, 161, 200, 195, 0, 70, 250, 151, 129, 93, 52, 0, 60, 202, 106, 102, 191, 113, 187, 85, 191, 0, 0, 0, 128, 161, 200, 195, 0, 70, 250, 151, 129, 209, 49, 189, 58, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 191, 161, 200, 195, 0, 70, 250, 151, 129, 209, 53, 189, 58, 0, 0, 0, 0, 210, 226, 23, 192, 0, 0, 0, 128, 35, 199, 149, 0, 120, 0, 39, 129, 69, 55, 0, 60, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 191, 35, 199, 149, 0, 120, 0, 39, 129, 209, 53, 189, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 191, 35, 199, 149, 0, 120, 0, 39, 129, 93, 56, 189, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 63, 126, 3, 0, 0, 0, 0, 127, 129, 209, 57, 189, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 191, 126, 3, 0, 0, 0, 0, 127, 129, 93, 56, 189, 58, 194, 98, 54, 63, 227, 64, 154, 62, 31, 154, 188, 189, 126, 3, 0, 0, 0, 0, 127, 129, 23, 57, 123, 57, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 63, 37, 217, 114, 0, 136, 0, 39, 129, 209, 57, 189, 58, 116, 166, 5, 63, 24, 237, 129, 190, 224, 221, 85, 63, 37, 217, 114, 0, 136, 0, 39, 129, 41, 58, 37, 58, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 63, 37, 217, 114, 0, 136, 0, 39, 129, 43, 58, 37, 58, 202, 106, 102, 191, 113, 187, 85, 191, 0, 0, 0, 128, 153, 230, 68, 0, 186, 6, 151, 129, 209, 49, 189, 58, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 63, 153, 230, 68, 0, 186, 6, 151, 129, 0, 0, 189, 58, 64, 48, 87, 191, 93, 249, 228, 62, 8, 84, 22, 63, 153, 230, 68, 0, 186, 6, 151, 129, 209, 45, 123, 57, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 191, 151, 0, 185, 0, 70, 250, 151, 129, 209, 53, 189, 58, 202, 106, 102, 191, 113, 187, 85, 191, 0, 0, 0, 128, 151, 0, 185, 0, 70, 250, 151, 129, 209, 49, 189, 58, 209, 188, 14, 191, 93, 249, 228, 62, 134, 129, 253, 190, 151, 0, 185, 0, 70, 250, 151, 129, 93, 52, 123, 57, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 191, 37, 217, 142, 0, 120, 0, 39, 129, 209, 53, 189, 58, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 37, 217, 142, 0, 120, 0, 39, 129, 199, 54, 232, 57, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 191, 37, 217, 142, 0, 120, 0, 39, 129, 3, 56, 37, 58, 194, 98, 54, 63, 227, 64, 154, 62, 31, 154, 188, 189, 119, 29, 29, 0, 223, 18, 121, 129, 23, 57, 123, 57, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 63, 119, 29, 29, 0, 223, 18, 121, 129, 41, 58, 140, 57, 6, 11, 24, 63, 63, 58, 180, 60, 78, 163, 45, 63, 119, 29, 29, 0, 223, 18, 121, 129, 244, 57, 226, 57, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 63, 199, 3, 113, 0, 143, 0, 199, 129, 235, 58, 219, 57, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 63, 199, 3, 113, 0, 143, 0, 199, 129, 172, 58, 123, 57, 64, 48, 87, 191, 93, 249, 228, 62, 8, 84, 22, 63, 199, 3, 113, 0, 143, 0, 199, 129, 0, 60, 123, 57, 202, 106, 102, 191, 113, 187, 85, 191, 0, 0, 0, 128, 135, 20, 225, 0, 32, 0, 134, 129, 209, 49, 189, 58, 64, 48, 87, 191, 93, 249, 228, 62, 8, 84, 22, 63, 135, 20, 225, 0, 32, 0, 134, 129, 209, 45, 123, 57, 209, 188, 14, 191, 93, 249, 228, 62, 134, 129, 253, 190, 135, 20, 225, 0, 32, 0, 134, 129, 93, 52, 123, 57, 209, 188, 14, 191, 93, 249, 228, 62, 134, 129, 253, 190, 177, 18, 159, 0, 98, 0, 176, 129, 93, 52, 123, 57, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 191, 177, 18, 159, 0, 98, 0, 176, 129, 3, 55, 123, 57, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 191, 177, 18, 159, 0, 98, 0, 176, 129, 133, 54, 219, 57, 3, 11, 24, 63, 95, 58, 180, 60, 80, 163, 45, 191, 118, 25, 220, 0, 40, 235, 118, 129, 57, 56, 226, 57, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 191, 118, 25, 220, 0, 40, 235, 118, 129, 5, 56, 140, 57, 194, 98, 54, 63, 227, 64, 154, 62, 31, 154, 188, 189, 118, 25, 220, 0, 40, 235, 118, 129, 23, 57, 123, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 63, 39, 117, 28, 0, 185, 255, 105, 129, 139, 58, 123, 57, 127, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 63, 39, 117, 28, 0, 185, 255, 105, 129, 136, 58, 123, 57, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 63, 39, 117, 28, 0, 185, 255, 105, 129, 138, 58, 120, 57, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 63, 235, 117, 42, 0, 143, 0, 200, 129, 175, 58, 87, 57, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 63, 235, 117, 42, 0, 143, 0, 200, 129, 145, 58, 112, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 235, 117, 42, 0, 143, 0, 200, 129, 69, 59, 56, 56, 209, 188, 14, 191, 93, 249, 228, 62, 134, 129, 253, 190, 195, 110, 240, 0, 32, 0, 134, 129, 93, 52, 123, 57, 64, 48, 87, 191, 93, 249, 228, 62, 8, 84, 22, 63, 195, 110, 240, 0, 32, 0, 134, 129, 209, 45, 123, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 195, 110, 240, 0, 32, 0, 134, 129, 209, 49, 56, 56, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 191, 229, 114, 210, 0, 110, 1, 194, 129, 69, 55, 123, 57, 122, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 191, 229, 114, 210, 0, 110, 1, 194, 129, 61, 55, 123, 57, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 191, 229, 114, 210, 0, 110, 1, 194, 129, 66, 55, 120, 57, 173, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 191, 69, 105, 243, 0, 47, 240, 116, 129, 88, 55, 123, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 69, 105, 243, 0, 47, 240, 116, 129, 93, 56, 56, 56, 194, 98, 54, 63, 227, 64, 154, 62, 31, 154, 188, 189, 69, 105, 243, 0, 47, 240, 116, 129, 23, 57, 123, 57, 247, 2, 139, 62, 150, 152, 223, 62, 200, 67, 147, 63, 197, 4, 112, 0, 207, 142, 234, 127, 132, 53, 162, 55, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 63, 197, 4, 112, 0, 207, 142, 234, 127, 164, 56, 184, 58, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 197, 4, 112, 0, 207, 142, 234, 127, 178, 57, 139, 55, 184, 227, 142, 62, 240, 66, 224, 62, 24, 34, 147, 63, 104, 1, 71, 0, 185, 255, 105, 129, 138, 58, 125, 57, 127, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 63, 104, 1, 71, 0, 185, 255, 105, 129, 136, 58, 123, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 63, 104, 1, 71, 0, 185, 255, 105, 129, 139, 58, 123, 57, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 63, 229, 114, 46, 0, 146, 255, 194, 129, 141, 58, 120, 57, 115, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 63, 229, 114, 46, 0, 146, 255, 194, 129, 143, 58, 123, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 63, 229, 114, 46, 0, 146, 255, 194, 129, 139, 58, 123, 57, 177, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 63, 41, 117, 25, 0, 191, 0, 108, 129, 130, 58, 123, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 41, 117, 25, 0, 191, 0, 108, 129, 209, 57, 56, 56, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 63, 41, 117, 25, 0, 191, 0, 108, 129, 133, 58, 112, 57, 6, 11, 24, 63, 63, 58, 180, 60, 78, 163, 45, 63, 59, 23, 147, 0, 93, 58, 63, 127, 0, 0, 185, 53, 121, 173, 188, 63, 213, 61, 216, 191, 80, 195, 73, 63, 59, 23, 147, 0, 93, 58, 63, 127, 85, 49, 0, 0, 34, 197, 148, 63, 83, 3, 241, 191, 161, 134, 19, 63, 59, 23, 147, 0, 93, 58, 63, 127, 0, 0, 0, 0, 247, 2, 139, 62, 150, 152, 223, 62, 200, 67, 147, 63, 23, 209, 115, 0, 132, 254, 24, 129, 141, 58, 125, 57, 184, 227, 142, 62, 240, 66, 224, 62, 24, 34, 147, 63, 23, 209, 115, 0, 132, 254, 24, 129, 138, 58, 125, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 63, 23, 209, 115, 0, 132, 254, 24, 129, 139, 58, 123, 57, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 6, 37, 121, 0, 199, 149, 36, 127, 85, 53, 0, 56, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 63, 6, 37, 121, 0, 199, 149, 36, 127, 98, 53, 167, 55, 127, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 63, 6, 37, 121, 0, 199, 149, 36, 127, 97, 53, 158, 55, 116, 166, 5, 63, 24, 237, 129, 190, 224, 221, 85, 63, 189, 247, 149, 0, 93, 58, 193, 127, 174, 58, 126, 53, 34, 197, 148, 63, 83, 3, 241, 191, 161, 134, 19, 63, 189, 247, 149, 0, 93, 58, 193, 127, 0, 60, 0, 0, 144, 185, 89, 63, 105, 228, 4, 192, 79, 195, 73, 63, 189, 247, 149, 0, 93, 58, 193, 127, 170, 58, 0, 0, 115, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 63, 194, 249, 110, 0, 146, 255, 194, 129, 143, 58, 123, 57, 247, 2, 139, 62, 150, 152, 223, 62, 200, 67, 147, 63, 194, 249, 110, 0, 146, 255, 194, 129, 141, 58, 125, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 63, 194, 249, 110, 0, 146, 255, 194, 129, 139, 58, 123, 57, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 191, 39, 117, 228, 0, 71, 1, 105, 129, 72, 55, 120, 57, 124, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 191, 39, 117, 228, 0, 71, 1, 105, 129, 75, 55, 123, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 191, 39, 117, 228, 0, 71, 1, 105, 129, 69, 55, 123, 57, 247, 2, 139, 62, 143, 152, 223, 62, 200, 67, 147, 191, 194, 249, 146, 0, 110, 1, 194, 129, 67, 55, 125, 57, 122, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 191, 194, 249, 146, 0, 110, 1, 194, 129, 61, 55, 123, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 191, 194, 249, 146, 0, 110, 1, 194, 129, 69, 55, 123, 57, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 14, 51, 141, 0, 51, 103, 52, 127, 85, 49, 0, 56, 122, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 191, 14, 51, 141, 0, 51, 103, 52, 127, 24, 49, 174, 55, 247, 2, 139, 62, 143, 152, 223, 62, 200, 67, 147, 191, 14, 51, 141, 0, 51, 103, 52, 127, 246, 48, 162, 55, 173, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 191, 20, 16, 132, 0, 45, 116, 22, 127, 167, 49, 147, 55, 121, 173, 188, 63, 213, 61, 216, 191, 84, 30, 155, 191, 20, 16, 132, 0, 45, 116, 22, 127, 85, 49, 0, 0, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 20, 16, 132, 0, 45, 116, 22, 127, 85, 49, 0, 56, 124, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 191, 104, 1, 185, 0, 71, 1, 105, 129, 75, 55, 123, 57, 184, 227, 142, 62, 244, 66, 224, 62, 24, 34, 147, 191, 104, 1, 185, 0, 71, 1, 105, 129, 72, 55, 125, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 191, 104, 1, 185, 0, 71, 1, 105, 129, 69, 55, 123, 57, 116, 166, 5, 63, 17, 237, 129, 190, 226, 221, 85, 191, 189, 247, 107, 0, 163, 198, 193, 127, 81, 57, 126, 53, 142, 185, 89, 63, 105, 228, 4, 192, 85, 195, 73, 191, 189, 247, 107, 0, 163, 198, 193, 127, 85, 57, 0, 0, 34, 197, 148, 63, 83, 3, 241, 191, 167, 134, 19, 191, 189, 247, 107, 0, 163, 198, 193, 127, 0, 56, 0, 0, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 191, 220, 113, 212, 0, 98, 0, 177, 129, 254, 54, 87, 57, 209, 188, 14, 191, 93, 249, 228, 62, 134, 129, 253, 190, 220, 113, 212, 0, 98, 0, 177, 129, 93, 52, 123, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 220, 113, 212, 0, 98, 0, 177, 129, 209, 53, 56, 56, 184, 227, 142, 62, 244, 66, 224, 62, 24, 34, 147, 191, 23, 209, 141, 0, 124, 2, 24, 129, 72, 55, 125, 57, 247, 2, 139, 62, 143, 152, 223, 62, 200, 67, 147, 191, 23, 209, 141, 0, 124, 2, 24, 129, 67, 55, 125, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 191, 23, 209, 141, 0, 124, 2, 24, 129, 69, 55, 123, 57, 3, 11, 24, 63, 95, 58, 180, 60, 80, 163, 45, 191, 110, 54, 30, 0, 231, 241, 123, 127, 0, 56, 185, 53, 121, 173, 188, 63, 213, 61, 216, 191, 85, 195, 73, 191, 110, 54, 30, 0, 231, 241, 123, 127, 85, 53, 0, 0, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 191, 110, 54, 30, 0, 231, 241, 123, 127, 85, 53, 211, 54, 142, 185, 89, 63, 105, 228, 4, 192, 84, 30, 155, 191, 132, 234, 0, 0, 0, 0, 130, 127, 170, 58, 0, 0, 142, 185, 89, 63, 105, 228, 4, 192, 85, 195, 73, 191, 132, 234, 0, 0, 0, 0, 129, 127, 85, 57, 0, 0, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 191, 132, 234, 0, 0, 0, 0, 130, 127, 85, 57, 131, 53, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 185, 223, 99, 0, 195, 173, 184, 127, 77, 58, 139, 55, 142, 185, 89, 63, 105, 228, 4, 192, 84, 30, 155, 191, 185, 223, 99, 0, 195, 173, 184, 127, 170, 58, 0, 0, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 191, 185, 223, 99, 0, 195, 173, 184, 127, 85, 57, 131, 53, 142, 185, 89, 63, 105, 228, 4, 192, 85, 195, 73, 191, 66, 149, 0, 0, 149, 190, 0, 127, 83, 55, 245, 58, 142, 185, 89, 63, 105, 228, 4, 192, 84, 30, 155, 191, 66, 149, 0, 0, 149, 190, 0, 127, 83, 55, 10, 57, 34, 197, 148, 63, 83, 3, 241, 191, 176, 60, 182, 191, 66, 149, 0, 0, 149, 190, 0, 127, 0, 52, 20, 56, 34, 197, 148, 63, 83, 3, 241, 191, 176, 60, 182, 191, 66, 149, 0, 0, 149, 190, 0, 127, 0, 52, 20, 56, 121, 173, 188, 63, 213, 61, 216, 191, 84, 30, 155, 191, 66, 149, 0, 0, 149, 190, 0, 127, 101, 41, 10, 57, 121, 173, 188, 63, 213, 61, 216, 191, 85, 195, 73, 191, 66, 149, 0, 0, 149, 190, 0, 127, 101, 41, 245, 58, 121, 173, 188, 63, 213, 61, 216, 191, 85, 195, 73, 191, 66, 149, 0, 0, 149, 190, 0, 127, 101, 41, 245, 58, 34, 197, 148, 63, 83, 3, 241, 191, 167, 134, 19, 191, 66, 149, 0, 0, 149, 190, 0, 127, 0, 52, 235, 59, 142, 185, 89, 63, 105, 228, 4, 192, 85, 195, 73, 191, 66, 149, 0, 0, 149, 190, 0, 127, 83, 55, 245, 58, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 13, 3, 126, 0, 212, 138, 7, 127, 85, 49, 0, 56, 121, 173, 188, 63, 213, 61, 216, 191, 84, 30, 155, 191, 13, 3, 126, 0, 212, 138, 7, 127, 85, 49, 0, 0, 124, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 191, 13, 3, 126, 0, 212, 138, 7, 127, 61, 49, 158, 55, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 191, 10, 46, 139, 0, 53, 105, 46, 127, 58, 49, 167, 55, 122, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 191, 10, 46, 139, 0, 53, 105, 46, 127, 24, 49, 174, 55, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 10, 46, 139, 0, 53, 105, 46, 127, 85, 49, 0, 56, 34, 197, 148, 63, 83, 3, 241, 191, 176, 60, 182, 63, 53, 33, 109, 0, 163, 198, 63, 127, 0, 56, 0, 0, 121, 173, 188, 63, 213, 61, 216, 191, 84, 30, 155, 63, 53, 33, 109, 0, 163, 198, 63, 127, 85, 53, 0, 0, 184, 227, 142, 62, 240, 66, 224, 62, 24, 34, 147, 63, 53, 33, 109, 0, 163, 198, 63, 127, 122, 53, 156, 55, 121, 173, 188, 63, 213, 61, 216, 191, 84, 30, 155, 63, 55, 34, 109, 0, 204, 156, 57, 127, 85, 53, 0, 0, 127, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 63, 55, 34, 109, 0, 204, 156, 57, 127, 97, 53, 158, 55, 184, 227, 142, 62, 240, 66, 224, 62, 24, 34, 147, 63, 55, 34, 109, 0, 204, 156, 57, 127, 122, 53, 156, 55, 247, 2, 139, 62, 150, 152, 223, 62, 200, 67, 147, 63, 14, 51, 115, 0, 205, 153, 52, 127, 132, 53, 162, 55, 115, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 63, 14, 51, 115, 0, 205, 153, 52, 127, 115, 53, 174, 55, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 14, 51, 115, 0, 205, 153, 52, 127, 85, 53, 0, 56, 144, 185, 89, 63, 105, 228, 4, 192, 84, 30, 155, 63, 66, 149, 0, 0, 149, 190, 0, 127, 83, 55, 245, 58, 144, 185, 89, 63, 105, 228, 4, 192, 79, 195, 73, 63, 66, 149, 0, 0, 149, 190, 0, 127, 83, 55, 10, 57, 121, 173, 188, 63, 213, 61, 216, 191, 84, 30, 155, 63, 66, 149, 0, 0, 149, 190, 0, 127, 101, 41, 245, 58, 144, 185, 89, 63, 105, 228, 4, 192, 79, 195, 73, 63, 66, 149, 0, 0, 149, 190, 0, 127, 83, 55, 10, 57, 34, 197, 148, 63, 83, 3, 241, 191, 161, 134, 19, 63, 66, 149, 0, 0, 149, 190, 0, 127, 0, 52, 20, 56, 121, 173, 188, 63, 213, 61, 216, 191, 84, 30, 155, 63, 66, 149, 0, 0, 149, 190, 0, 127, 101, 41, 245, 58, 34, 197, 148, 63, 83, 3, 241, 191, 161, 134, 19, 63, 66, 149, 0, 0, 149, 190, 0, 127, 0, 52, 20, 56, 121, 173, 188, 63, 213, 61, 216, 191, 80, 195, 73, 63, 66, 149, 0, 0, 149, 190, 0, 127, 101, 41, 10, 57, 121, 173, 188, 63, 213, 61, 216, 191, 84, 30, 155, 63, 66, 149, 0, 0, 149, 190, 0, 127, 101, 41, 245, 58, 121, 173, 188, 63, 213, 61, 216, 191, 84, 30, 155, 63, 114, 55, 0, 0, 0, 0, 126, 127, 85, 53, 0, 0, 121, 173, 188, 63, 213, 61, 216, 191, 80, 195, 73, 63, 114, 55, 0, 0, 0, 0, 127, 127, 85, 49, 0, 0, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 63, 114, 55, 0, 0, 0, 0, 126, 127, 85, 49, 211, 54, 121, 173, 188, 63, 213, 61, 216, 191, 84, 30, 155, 63, 102, 58, 47, 0, 235, 201, 112, 127, 85, 53, 0, 0, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 63, 102, 58, 47, 0, 235, 201, 112, 127, 85, 49, 211, 54, 177, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 63, 102, 58, 47, 0, 235, 201, 112, 127, 44, 53, 147, 55, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 63, 47, 117, 0, 0, 0, 0, 126, 127, 30, 53, 177, 55, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 63, 47, 117, 0, 0, 0, 0, 126, 127, 11, 52, 0, 56, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 47, 117, 0, 0, 0, 0, 126, 127, 85, 53, 0, 56, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 20, 16, 124, 0, 211, 140, 22, 127, 85, 53, 0, 56, 121, 173, 188, 63, 213, 61, 216, 191, 84, 30, 155, 63, 20, 16, 124, 0, 211, 140, 22, 127, 85, 53, 0, 0, 177, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 63, 20, 16, 124, 0, 211, 140, 22, 127, 44, 53, 147, 55, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 37, 217, 114, 0, 136, 0, 39, 129, 202, 58, 232, 57, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 63, 37, 217, 114, 0, 136, 0, 39, 129, 69, 59, 189, 58, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 63, 37, 217, 114, 0, 136, 0, 39, 129, 43, 58, 37, 58, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 63, 37, 217, 114, 0, 136, 0, 39, 129, 69, 59, 189, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 63, 37, 217, 114, 0, 136, 0, 39, 129, 209, 57, 189, 58, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 63, 37, 217, 114, 0, 136, 0, 39, 129, 43, 58, 37, 58, 116, 166, 5, 63, 17, 237, 129, 190, 226, 221, 85, 191, 37, 217, 142, 0, 120, 0, 39, 129, 5, 56, 37, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 191, 37, 217, 142, 0, 120, 0, 39, 129, 93, 56, 189, 58, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 191, 37, 217, 142, 0, 120, 0, 39, 129, 3, 56, 37, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 191, 37, 217, 142, 0, 120, 0, 39, 129, 93, 56, 189, 58, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 191, 37, 217, 142, 0, 120, 0, 39, 129, 209, 53, 189, 58, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 191, 37, 217, 142, 0, 120, 0, 39, 129, 3, 56, 37, 58, 116, 166, 5, 63, 24, 237, 129, 190, 224, 221, 85, 63, 108, 8, 64, 0, 192, 0, 109, 129, 41, 58, 37, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 63, 108, 8, 64, 0, 192, 0, 109, 129, 209, 57, 189, 58, 6, 11, 24, 63, 63, 58, 180, 60, 78, 163, 45, 63, 108, 8, 64, 0, 192, 0, 109, 129, 244, 57, 226, 57, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 63, 123, 16, 25, 0, 229, 21, 122, 129, 209, 57, 189, 58, 194, 98, 54, 63, 227, 64, 154, 62, 31, 154, 188, 189, 123, 16, 25, 0, 229, 21, 122, 129, 23, 57, 123, 57, 6, 11, 24, 63, 63, 58, 180, 60, 78, 163, 45, 63, 123, 16, 25, 0, 229, 21, 122, 129, 244, 57, 226, 57, 194, 98, 54, 63, 227, 64, 154, 62, 31, 154, 188, 189, 56, 113, 5, 0, 215, 14, 119, 129, 23, 57, 123, 57, 177, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 63, 56, 113, 5, 0, 215, 14, 119, 129, 130, 58, 123, 57, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 63, 56, 113, 5, 0, 215, 14, 119, 129, 41, 58, 140, 57, 64, 48, 87, 191, 93, 249, 228, 62, 8, 84, 22, 63, 199, 2, 113, 0, 143, 0, 199, 129, 0, 60, 123, 57, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 63, 199, 2, 113, 0, 143, 0, 199, 129, 69, 59, 189, 58, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 63, 199, 2, 113, 0, 143, 0, 199, 129, 235, 58, 219, 57, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 63, 199, 2, 113, 0, 143, 0, 199, 129, 69, 59, 189, 58, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 199, 2, 113, 0, 143, 0, 199, 129, 202, 58, 232, 57, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 63, 199, 2, 113, 0, 143, 0, 199, 129, 235, 58, 219, 57, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 199, 2, 143, 0, 113, 0, 199, 129, 199, 54, 232, 57, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 191, 199, 2, 143, 0, 113, 0, 199, 129, 209, 53, 189, 58, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 191, 199, 2, 143, 0, 113, 0, 199, 129, 133, 54, 219, 57, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 191, 174, 12, 161, 0, 95, 0, 173, 129, 209, 53, 189, 58, 209, 188, 14, 191, 93, 249, 228, 62, 134, 129, 253, 190, 174, 12, 161, 0, 95, 0, 173, 129, 93, 52, 123, 57, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 191, 174, 12, 161, 0, 95, 0, 173, 129, 133, 54, 219, 57, 194, 98, 54, 63, 227, 64, 154, 62, 31, 154, 188, 189, 121, 15, 225, 0, 34, 230, 119, 129, 23, 57, 123, 57, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 191, 121, 15, 225, 0, 34, 230, 119, 129, 93, 56, 189, 58, 3, 11, 24, 63, 95, 58, 180, 60, 80, 163, 45, 191, 121, 15, 225, 0, 34, 230, 119, 129, 57, 56, 226, 57, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 191, 108, 8, 192, 0, 64, 0, 109, 129, 93, 56, 189, 58, 116, 166, 5, 63, 17, 237, 129, 190, 226, 221, 85, 191, 108, 8, 192, 0, 64, 0, 109, 129, 5, 56, 37, 58, 3, 11, 24, 63, 95, 58, 180, 60, 80, 163, 45, 191, 108, 8, 192, 0, 64, 0, 109, 129, 57, 56, 226, 57, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 191, 60, 111, 248, 0, 47, 240, 116, 129, 5, 56, 140, 57, 173, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 191, 60, 111, 248, 0, 47, 240, 116, 129, 88, 55, 123, 57, 194, 98, 54, 63, 227, 64, 154, 62, 31, 154, 188, 189, 60, 111, 248, 0, 47, 240, 116, 129, 23, 57, 123, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 235, 117, 42, 0, 143, 0, 199, 129, 69, 59, 56, 56, 64, 48, 87, 191, 93, 249, 228, 62, 8, 84, 22, 63, 235, 117, 42, 0, 143, 0, 199, 129, 0, 60, 123, 57, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 63, 235, 117, 42, 0, 143, 0, 199, 129, 175, 58, 87, 57, 64, 48, 87, 191, 93, 249, 228, 62, 8, 84, 22, 63, 234, 116, 45, 0, 143, 0, 199, 129, 0, 60, 123, 57, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 63, 234, 116, 45, 0, 143, 0, 199, 129, 172, 58, 123, 57, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 63, 234, 116, 45, 0, 143, 0, 199, 129, 175, 58, 87, 57, 173, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 191, 41, 117, 231, 0, 65, 0, 108, 129, 88, 55, 123, 57, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 191, 41, 117, 231, 0, 65, 0, 108, 129, 81, 55, 112, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 41, 117, 231, 0, 65, 0, 108, 129, 93, 56, 56, 56, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 142, 55, 0, 0, 201, 143, 247, 129, 86, 56, 245, 58, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 63, 142, 55, 0, 0, 201, 143, 247, 129, 86, 56, 8, 58, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 63, 142, 55, 0, 0, 201, 143, 247, 129, 164, 56, 184, 58, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 185, 223, 157, 0, 61, 83, 184, 127, 178, 57, 139, 55, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 63, 185, 223, 157, 0, 61, 83, 184, 127, 170, 58, 131, 53, 144, 185, 89, 63, 105, 228, 4, 192, 84, 30, 155, 63, 185, 223, 157, 0, 61, 83, 184, 127, 85, 57, 0, 0, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 63, 132, 234, 0, 0, 0, 0, 130, 127, 170, 58, 131, 53, 144, 185, 89, 63, 105, 228, 4, 192, 79, 195, 73, 63, 132, 234, 0, 0, 0, 0, 129, 127, 170, 58, 0, 0, 144, 185, 89, 63, 105, 228, 4, 192, 84, 30, 155, 63, 132, 234, 0, 0, 0, 0, 130, 127, 85, 57, 0, 0, 177, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 63, 71, 104, 12, 0, 215, 14, 119, 129, 130, 58, 123, 57, 194, 98, 54, 63, 227, 64, 154, 62, 31, 154, 188, 189, 71, 104, 12, 0, 215, 14, 119, 129, 23, 57, 123, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 71, 104, 12, 0, 215, 14, 119, 129, 209, 57, 56, 56, 6, 11, 24, 63, 63, 58, 180, 60, 78, 163, 45, 63, 110, 54, 226, 0, 25, 15, 123, 127, 0, 0, 185, 53, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 63, 110, 54, 226, 0, 25, 15, 123, 127, 85, 49, 211, 54, 121, 173, 188, 63, 213, 61, 216, 191, 80, 195, 73, 63, 110, 54, 226, 0, 25, 15, 123, 127, 85, 49, 0, 0, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 10, 46, 117, 0, 203, 151, 46, 127, 85, 53, 0, 56, 115, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 63, 10, 46, 117, 0, 203, 151, 46, 127, 115, 53, 174, 55, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 63, 10, 46, 117, 0, 203, 151, 46, 127, 98, 53, 167, 55, 127, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 63, 13, 3, 130, 0, 44, 118, 7, 127, 97, 53, 158, 55, 121, 173, 188, 63, 213, 61, 216, 191, 84, 30, 155, 63, 13, 3, 130, 0, 44, 118, 7, 127, 85, 53, 0, 0, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 13, 3, 130, 0, 44, 118, 7, 127, 85, 53, 0, 56, 144, 185, 89, 63, 105, 228, 4, 192, 79, 195, 73, 63, 217, 253, 136, 0, 67, 104, 231, 127, 170, 58, 0, 0, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 63, 217, 253, 136, 0, 67, 104, 231, 127, 170, 58, 131, 53, 116, 166, 5, 63, 24, 237, 129, 190, 224, 221, 85, 63, 217, 253, 136, 0, 67, 104, 231, 127, 174, 58, 126, 53, 116, 166, 5, 63, 24, 237, 129, 190, 224, 221, 85, 63, 164, 233, 173, 0, 44, 92, 182, 127, 174, 58, 126, 53, 6, 11, 24, 63, 63, 58, 180, 60, 78, 163, 45, 63, 164, 233, 173, 0, 44, 92, 182, 127, 0, 60, 185, 53, 34, 197, 148, 63, 83, 3, 241, 191, 161, 134, 19, 63, 164, 233, 173, 0, 44, 92, 182, 127, 0, 60, 0, 0, 184, 227, 142, 62, 244, 66, 224, 62, 24, 34, 147, 191, 55, 34, 147, 0, 52, 100, 57, 127, 11, 49, 156, 55, 124, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 191, 55, 34, 147, 0, 52, 100, 57, 127, 61, 49, 158, 55, 121, 173, 188, 63, 213, 61, 216, 191, 84, 30, 155, 191, 55, 34, 147, 0, 52, 100, 57, 127, 85, 49, 0, 0, 121, 173, 188, 63, 213, 61, 216, 191, 84, 30, 155, 191, 53, 33, 147, 0, 93, 58, 63, 127, 85, 49, 0, 0, 34, 197, 148, 63, 83, 3, 241, 191, 176, 60, 182, 191, 53, 33, 147, 0, 93, 58, 63, 127, 0, 0, 0, 0, 184, 227, 142, 62, 244, 66, 224, 62, 24, 34, 147, 191, 53, 33, 147, 0, 93, 58, 63, 127, 11, 49, 156, 55, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 47, 117, 0, 0, 0, 0, 126, 127, 85, 49, 0, 56, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 191, 47, 117, 0, 0, 0, 0, 126, 127, 233, 51, 0, 56, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 191, 47, 117, 0, 0, 0, 0, 126, 127, 195, 49, 177, 55, 173, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 191, 102, 58, 209, 0, 21, 55, 112, 127, 167, 49, 147, 55, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 191, 102, 58, 209, 0, 21, 55, 112, 127, 85, 53, 211, 54, 121, 173, 188, 63, 213, 61, 216, 191, 84, 30, 155, 191, 102, 58, 209, 0, 21, 55, 112, 127, 85, 49, 0, 0, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 191, 114, 55, 0, 0, 0, 0, 127, 127, 85, 53, 211, 54, 121, 173, 188, 63, 213, 61, 216, 191, 85, 195, 73, 191, 114, 55, 0, 0, 0, 0, 127, 127, 85, 53, 0, 0, 121, 173, 188, 63, 213, 61, 216, 191, 84, 30, 155, 191, 114, 55, 0, 0, 0, 0, 126, 127, 85, 49, 0, 0, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 48, 117, 255, 0, 0, 1, 126, 127, 85, 49, 0, 56, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 191, 48, 117, 255, 0, 0, 1, 126, 127, 195, 49, 177, 55, 173, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 191, 48, 117, 255, 0, 0, 1, 126, 127, 167, 49, 147, 55, 34, 197, 148, 63, 83, 3, 241, 191, 167, 134, 19, 191, 164, 233, 83, 0, 212, 164, 182, 127, 0, 56, 0, 0, 3, 11, 24, 63, 95, 58, 180, 60, 80, 163, 45, 191, 164, 233, 83, 0, 212, 164, 182, 127, 0, 56, 185, 53, 116, 166, 5, 63, 17, 237, 129, 190, 226, 221, 85, 191, 164, 233, 83, 0, 212, 164, 182, 127, 81, 57, 126, 53, 116, 166, 5, 63, 17, 237, 129, 190, 226, 221, 85, 191, 217, 253, 120, 0, 189, 152, 231, 127, 81, 57, 126, 53, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 191, 217, 253, 120, 0, 189, 152, 231, 127, 85, 57, 131, 53, 142, 185, 89, 63, 105, 228, 4, 192, 85, 195, 73, 191, 217, 253, 120, 0, 189, 152, 231, 127, 85, 57, 0, 0, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 235, 117, 214, 0, 113, 0, 200, 129, 209, 53, 56, 56, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 191, 235, 117, 214, 0, 113, 0, 200, 129, 58, 55, 112, 57, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 191, 235, 117, 214, 0, 113, 0, 200, 129, 254, 54, 87, 57, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 191, 222, 114, 214, 0, 98, 0, 176, 129, 254, 54, 87, 57, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 191, 222, 114, 214, 0, 98, 0, 176, 129, 3, 55, 123, 57, 209, 188, 14, 191, 93, 249, 228, 62, 134, 129, 253, 190, 222, 114, 214, 0, 98, 0, 176, 129, 93, 52, 123, 57, 3, 11, 24, 63, 95, 58, 180, 60, 80, 163, 45, 191, 59, 23, 109, 0, 163, 198, 63, 127, 0, 56, 185, 53, 34, 197, 148, 63, 83, 3, 241, 191, 167, 134, 19, 191, 59, 23, 109, 0, 163, 198, 63, 127, 0, 56, 0, 0, 121, 173, 188, 63, 213, 61, 216, 191, 85, 195, 73, 191, 59, 23, 109, 0, 163, 198, 63, 127, 85, 53, 0, 0, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 199, 3, 143, 0, 210, 140, 19, 129, 77, 58, 139, 55, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 191, 199, 3, 143, 0, 210, 140, 19, 129, 169, 59, 230, 57, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 191, 199, 3, 143, 0, 210, 140, 19, 129, 164, 56, 71, 57, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 191, 199, 195, 161, 0, 100, 179, 246, 129, 164, 56, 71, 57, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 199, 195, 161, 0, 100, 179, 246, 129, 85, 49, 0, 56, 247, 2, 139, 62, 143, 152, 223, 62, 200, 67, 147, 191, 199, 195, 161, 0, 100, 179, 246, 129, 246, 48, 162, 55, 247, 2, 139, 62, 143, 152, 223, 62, 200, 67, 147, 191, 22, 224, 136, 0, 201, 144, 20, 129, 246, 48, 162, 55, 184, 227, 142, 62, 244, 66, 224, 62, 24, 34, 147, 191, 22, 224, 136, 0, 201, 144, 20, 129, 11, 49, 156, 55, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 22, 224, 136, 0, 201, 144, 20, 129, 77, 58, 139, 55, 184, 227, 142, 62, 244, 66, 224, 62, 24, 34, 147, 191, 212, 254, 137, 0, 202, 144, 22, 129, 11, 49, 156, 55, 34, 197, 148, 63, 83, 3, 241, 191, 176, 60, 182, 191, 212, 254, 137, 0, 202, 144, 22, 129, 0, 60, 0, 0, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 212, 254, 137, 0, 202, 144, 22, 129, 77, 58, 139, 55, 34, 197, 148, 63, 83, 3, 241, 191, 176, 60, 182, 191, 193, 240, 148, 0, 93, 58, 193, 127, 0, 60, 0, 0, 142, 185, 89, 63, 105, 228, 4, 192, 84, 30, 155, 191, 193, 240, 148, 0, 93, 58, 193, 127, 170, 58, 0, 0, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 193, 240, 148, 0, 93, 58, 193, 127, 77, 58, 139, 55, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 193, 240, 108, 0, 163, 198, 193, 127, 178, 57, 139, 55, 144, 185, 89, 63, 105, 228, 4, 192, 84, 30, 155, 63, 193, 240, 108, 0, 163, 198, 193, 127, 85, 57, 0, 0, 34, 197, 148, 63, 83, 3, 241, 191, 176, 60, 182, 63, 193, 240, 108, 0, 163, 198, 193, 127, 0, 56, 0, 0, 34, 197, 148, 63, 83, 3, 241, 191, 176, 60, 182, 63, 212, 254, 119, 0, 202, 144, 234, 127, 0, 56, 0, 0, 184, 227, 142, 62, 240, 66, 224, 62, 24, 34, 147, 63, 212, 254, 119, 0, 202, 144, 234, 127, 122, 53, 156, 55, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 212, 254, 119, 0, 202, 144, 234, 127, 178, 57, 139, 55, 184, 227, 142, 62, 240, 66, 224, 62, 24, 34, 147, 63, 22, 224, 120, 0, 201, 144, 236, 127, 122, 53, 156, 55, 247, 2, 139, 62, 150, 152, 223, 62, 200, 67, 147, 63, 22, 224, 120, 0, 201, 144, 236, 127, 132, 53, 162, 55, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 22, 224, 120, 0, 201, 144, 236, 127, 178, 57, 139, 55, 247, 2, 139, 62, 150, 152, 223, 62, 200, 67, 147, 63, 199, 195, 95, 0, 202, 178, 173, 127, 132, 53, 162, 55, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 199, 195, 95, 0, 202, 178, 173, 127, 86, 56, 245, 58, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 63, 199, 195, 95, 0, 202, 178, 173, 127, 164, 56, 184, 58, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 63, 199, 3, 113, 0, 145, 21, 200, 127, 164, 56, 184, 58, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 63, 199, 3, 113, 0, 145, 21, 200, 127, 238, 57, 0, 56, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 199, 3, 113, 0, 145, 21, 200, 127, 178, 57, 139, 55 ), +"array_index_data": PoolByteArray( 0, 0, 2, 0, 1, 0, 3, 0, 5, 0, 4, 0, 6, 0, 8, 0, 7, 0, 9, 0, 11, 0, 10, 0, 12, 0, 14, 0, 13, 0, 15, 0, 17, 0, 16, 0, 18, 0, 20, 0, 19, 0, 21, 0, 23, 0, 22, 0, 24, 0, 26, 0, 25, 0, 27, 0, 29, 0, 28, 0, 30, 0, 32, 0, 31, 0, 33, 0, 35, 0, 34, 0, 36, 0, 38, 0, 37, 0, 39, 0, 41, 0, 40, 0, 42, 0, 44, 0, 43, 0, 45, 0, 47, 0, 46, 0, 48, 0, 50, 0, 49, 0, 51, 0, 53, 0, 52, 0, 54, 0, 56, 0, 55, 0, 57, 0, 59, 0, 58, 0, 60, 0, 62, 0, 61, 0, 63, 0, 65, 0, 64, 0, 66, 0, 68, 0, 67, 0, 69, 0, 71, 0, 70, 0, 72, 0, 74, 0, 73, 0, 75, 0, 77, 0, 76, 0, 78, 0, 80, 0, 79, 0, 81, 0, 83, 0, 82, 0, 84, 0, 86, 0, 85, 0, 87, 0, 89, 0, 88, 0, 90, 0, 92, 0, 91, 0, 93, 0, 95, 0, 94, 0, 96, 0, 98, 0, 97, 0, 99, 0, 101, 0, 100, 0, 102, 0, 104, 0, 103, 0, 105, 0, 107, 0, 106, 0, 108, 0, 110, 0, 109, 0, 111, 0, 113, 0, 112, 0, 114, 0, 116, 0, 115, 0, 117, 0, 119, 0, 118, 0, 120, 0, 122, 0, 121, 0, 123, 0, 125, 0, 124, 0, 126, 0, 128, 0, 127, 0, 129, 0, 131, 0, 130, 0, 132, 0, 134, 0, 133, 0, 135, 0, 137, 0, 136, 0, 138, 0, 140, 0, 139, 0, 141, 0, 143, 0, 142, 0, 144, 0, 146, 0, 145, 0, 147, 0, 149, 0, 148, 0, 150, 0, 152, 0, 151, 0, 153, 0, 155, 0, 154, 0, 156, 0, 158, 0, 157, 0, 159, 0, 161, 0, 160, 0, 162, 0, 164, 0, 163, 0, 165, 0, 167, 0, 166, 0, 168, 0, 170, 0, 169, 0, 171, 0, 173, 0, 172, 0, 174, 0, 176, 0, 175, 0, 177, 0, 179, 0, 178, 0, 180, 0, 182, 0, 181, 0, 183, 0, 185, 0, 184, 0, 186, 0, 188, 0, 187, 0, 189, 0, 191, 0, 190, 0, 192, 0, 194, 0, 193, 0, 195, 0, 197, 0, 196, 0, 198, 0, 200, 0, 199, 0, 201, 0, 203, 0, 202, 0, 204, 0, 206, 0, 205, 0, 207, 0, 209, 0, 208, 0, 210, 0, 212, 0, 211, 0, 213, 0, 215, 0, 214, 0, 216, 0, 218, 0, 217, 0, 219, 0, 221, 0, 220, 0, 222, 0, 224, 0, 223, 0, 225, 0, 227, 0, 226, 0, 228, 0, 230, 0, 229, 0, 231, 0, 233, 0, 232, 0, 234, 0, 236, 0, 235, 0, 237, 0, 239, 0, 238, 0, 240, 0, 242, 0, 241, 0, 243, 0, 245, 0, 244, 0, 246, 0, 248, 0, 247, 0, 249, 0, 251, 0, 250, 0, 252, 0, 254, 0, 253, 0, 255, 0, 1, 1, 0, 1, 2, 1, 4, 1, 3, 1, 5, 1, 7, 1, 6, 1, 8, 1, 10, 1, 9, 1, 11, 1, 13, 1, 12, 1, 14, 1, 16, 1, 15, 1, 17, 1, 19, 1, 18, 1, 20, 1, 22, 1, 21, 1, 23, 1, 25, 1, 24, 1, 26, 1, 28, 1, 27, 1, 29, 1, 31, 1, 30, 1, 32, 1, 34, 1, 33, 1, 35, 1, 37, 1, 36, 1, 38, 1, 40, 1, 39, 1, 41, 1, 43, 1, 42, 1, 44, 1, 46, 1, 45, 1, 47, 1, 49, 1, 48, 1, 50, 1, 52, 1, 51, 1, 53, 1, 55, 1, 54, 1, 56, 1, 58, 1, 57, 1, 59, 1, 61, 1, 60, 1, 62, 1, 64, 1, 63, 1, 65, 1, 67, 1, 66, 1 ), +"blend_shape_data": [ ], +"format": 97559, +"index_count": 324, +"material": ExtResource( 2 ), +"name": "Body", +"primitive": 4, +"skeleton_aabb": [ ], +"vertex_count": 324 +} -[sub_resource type="CylinderMesh" id=2] -top_radius = 0.8 -bottom_radius = 0.001 +[sub_resource type="ArrayMesh" id=2] +resource_name = "Icosphere" +surfaces/0 = { +"aabb": AABB( -0.401096, -0.272009, -0.239391, 0.189501, 0.340094, 0.477914 ), +"array_data": PoolByteArray( 15, 175, 88, 190, 36, 243, 67, 190, 173, 80, 60, 62, 227, 152, 65, 0, 190, 213, 157, 129, 0, 0, 189, 58, 127, 92, 205, 190, 20, 123, 48, 190, 14, 193, 4, 62, 227, 152, 65, 0, 190, 213, 157, 129, 93, 48, 28, 58, 9, 182, 171, 190, 179, 68, 139, 190, 136, 56, 189, 182, 227, 152, 65, 0, 190, 213, 157, 129, 209, 49, 189, 58, 170, 175, 88, 190, 105, 241, 67, 190, 59, 134, 60, 190, 220, 219, 141, 0, 91, 70, 204, 129, 209, 53, 189, 58, 236, 90, 205, 190, 177, 100, 48, 190, 100, 68, 5, 190, 220, 219, 141, 0, 91, 70, 204, 129, 70, 51, 28, 58, 171, 198, 155, 190, 95, 103, 139, 61, 227, 34, 117, 190, 220, 219, 141, 0, 91, 70, 204, 129, 93, 52, 123, 57, 15, 175, 88, 190, 36, 243, 67, 190, 173, 80, 60, 62, 220, 219, 115, 0, 165, 186, 204, 129, 0, 0, 189, 58, 123, 199, 155, 190, 104, 112, 139, 61, 116, 63, 116, 62, 220, 219, 115, 0, 165, 186, 204, 129, 209, 45, 123, 57, 127, 92, 205, 190, 20, 123, 48, 190, 14, 193, 4, 62, 220, 219, 115, 0, 165, 186, 204, 129, 93, 48, 28, 58, 170, 175, 88, 190, 105, 241, 67, 190, 59, 134, 60, 190, 227, 152, 191, 0, 66, 43, 157, 129, 209, 53, 189, 58, 9, 182, 171, 190, 179, 68, 139, 190, 136, 56, 189, 182, 227, 152, 191, 0, 66, 43, 157, 129, 209, 49, 189, 58, 236, 90, 205, 190, 177, 100, 48, 190, 100, 68, 5, 190, 227, 152, 191, 0, 66, 43, 157, 129, 70, 51, 28, 58 ), +"array_index_data": PoolByteArray( 0, 0, 2, 0, 1, 0, 3, 0, 5, 0, 4, 0, 6, 0, 8, 0, 7, 0, 9, 0, 11, 0, 10, 0 ), +"blend_shape_data": [ ], +"format": 97559, +"index_count": 12, +"material": ExtResource( 3 ), +"name": "Eyes", +"primitive": 4, +"skeleton_aabb": [ ], +"vertex_count": 12 +} +surfaces/1 = { +"aabb": AABB( -0.401096, -0.35955, -0.348748, 0.608118, 0.561003, 0.694562 ), +"array_data": PoolByteArray( 124, 66, 152, 188, 250, 22, 184, 190, 23, 115, 37, 185, 1, 163, 86, 0, 131, 242, 243, 129, 139, 58, 0, 60, 114, 253, 83, 62, 36, 132, 18, 190, 87, 35, 107, 62, 1, 163, 86, 0, 131, 242, 243, 129, 209, 57, 189, 58, 15, 175, 88, 190, 36, 243, 67, 190, 173, 80, 60, 62, 1, 163, 86, 0, 131, 242, 243, 129, 69, 59, 189, 58, 114, 253, 83, 62, 36, 132, 18, 190, 87, 35, 107, 62, 87, 165, 0, 0, 0, 0, 127, 129, 209, 57, 189, 58, 124, 66, 152, 188, 250, 22, 184, 190, 23, 115, 37, 185, 87, 165, 0, 0, 0, 0, 127, 129, 23, 57, 0, 60, 114, 253, 83, 62, 36, 132, 18, 190, 167, 53, 111, 190, 87, 165, 0, 0, 0, 0, 127, 129, 93, 56, 189, 58, 15, 175, 88, 190, 36, 243, 67, 190, 173, 80, 60, 62, 228, 152, 65, 0, 190, 213, 157, 129, 0, 0, 189, 58, 49, 58, 53, 190, 218, 173, 161, 190, 190, 92, 171, 184, 228, 152, 65, 0, 190, 213, 157, 129, 93, 48, 94, 59, 124, 66, 152, 188, 250, 22, 184, 190, 23, 115, 37, 185, 228, 152, 65, 0, 190, 213, 157, 129, 209, 45, 0, 60, 49, 58, 53, 190, 218, 173, 161, 190, 190, 92, 171, 184, 227, 152, 191, 0, 66, 43, 157, 129, 69, 51, 94, 59, 170, 175, 88, 190, 105, 241, 67, 190, 59, 134, 60, 190, 227, 152, 191, 0, 66, 43, 157, 129, 209, 53, 189, 58, 124, 66, 152, 188, 250, 22, 184, 190, 23, 115, 37, 185, 227, 152, 191, 0, 66, 43, 157, 129, 93, 52, 0, 60, 124, 66, 152, 188, 250, 22, 184, 190, 23, 115, 37, 185, 0, 163, 170, 0, 125, 14, 242, 129, 69, 55, 0, 60, 170, 175, 88, 190, 105, 241, 67, 190, 59, 134, 60, 190, 0, 163, 170, 0, 125, 14, 242, 129, 209, 53, 189, 58, 114, 253, 83, 62, 36, 132, 18, 190, 167, 53, 111, 190, 0, 163, 170, 0, 125, 14, 242, 129, 93, 56, 189, 58, 114, 253, 83, 62, 36, 132, 18, 190, 87, 35, 107, 62, 121, 35, 0, 0, 0, 0, 127, 129, 209, 57, 189, 58, 114, 253, 83, 62, 36, 132, 18, 190, 167, 53, 111, 190, 121, 35, 0, 0, 0, 0, 127, 129, 93, 56, 189, 58, 4, 113, 254, 61, 162, 45, 18, 62, 128, 138, 155, 187, 121, 35, 0, 0, 0, 0, 127, 129, 23, 57, 123, 57, 15, 175, 88, 190, 36, 243, 67, 190, 173, 80, 60, 62, 252, 190, 108, 0, 131, 242, 243, 129, 69, 59, 189, 58, 114, 253, 83, 62, 36, 132, 18, 190, 87, 35, 107, 62, 252, 190, 108, 0, 131, 242, 243, 129, 209, 57, 189, 58, 183, 58, 184, 189, 168, 90, 134, 61, 156, 14, 177, 62, 252, 190, 108, 0, 131, 242, 243, 129, 139, 58, 123, 57, 114, 253, 83, 62, 36, 132, 18, 190, 167, 53, 111, 190, 251, 190, 149, 0, 125, 14, 242, 129, 93, 56, 189, 58, 170, 175, 88, 190, 105, 241, 67, 190, 59, 134, 60, 190, 251, 190, 149, 0, 125, 14, 242, 129, 209, 53, 189, 58, 104, 65, 184, 189, 39, 189, 134, 61, 22, 143, 178, 190, 251, 190, 149, 0, 125, 14, 242, 129, 69, 55, 123, 57, 114, 253, 83, 62, 36, 132, 18, 190, 87, 35, 107, 62, 78, 75, 64, 0, 191, 233, 106, 129, 209, 57, 189, 58, 4, 113, 254, 61, 162, 45, 18, 62, 128, 138, 155, 187, 78, 75, 64, 0, 191, 233, 106, 129, 23, 57, 123, 57, 183, 58, 184, 189, 168, 90, 134, 61, 156, 14, 177, 62, 78, 75, 64, 0, 191, 233, 106, 129, 139, 58, 123, 57, 15, 175, 88, 190, 36, 243, 67, 190, 173, 80, 60, 62, 202, 215, 107, 0, 143, 1, 200, 129, 69, 59, 189, 58, 183, 58, 184, 189, 168, 90, 134, 61, 156, 14, 177, 62, 202, 215, 107, 0, 143, 1, 200, 129, 139, 58, 123, 57, 123, 199, 155, 190, 104, 112, 139, 61, 116, 63, 116, 62, 202, 215, 107, 0, 143, 1, 200, 129, 0, 60, 123, 57, 9, 182, 171, 190, 179, 68, 139, 190, 136, 56, 189, 182, 150, 187, 0, 0, 0, 0, 129, 129, 209, 49, 189, 58, 127, 92, 205, 190, 20, 123, 48, 190, 14, 193, 4, 62, 150, 187, 0, 0, 0, 0, 129, 129, 93, 48, 28, 58, 236, 90, 205, 190, 177, 100, 48, 190, 100, 68, 5, 190, 150, 187, 0, 0, 0, 0, 130, 129, 70, 51, 28, 58, 170, 175, 88, 190, 105, 241, 67, 190, 59, 134, 60, 190, 202, 214, 150, 0, 113, 255, 199, 129, 209, 53, 189, 58, 171, 198, 155, 190, 95, 103, 139, 61, 227, 34, 117, 190, 202, 214, 150, 0, 113, 255, 199, 129, 93, 52, 123, 57, 104, 65, 184, 189, 39, 189, 134, 61, 22, 143, 178, 190, 202, 214, 150, 0, 113, 255, 199, 129, 69, 55, 123, 57, 114, 253, 83, 62, 36, 132, 18, 190, 167, 53, 111, 190, 78, 75, 191, 0, 65, 23, 105, 129, 93, 56, 189, 58, 104, 65, 184, 189, 39, 189, 134, 61, 22, 143, 178, 190, 78, 75, 191, 0, 65, 23, 105, 129, 69, 55, 123, 57, 4, 113, 254, 61, 162, 45, 18, 62, 128, 138, 155, 187, 78, 75, 191, 0, 65, 23, 105, 129, 23, 57, 123, 57, 183, 58, 184, 189, 168, 90, 134, 61, 156, 14, 177, 62, 25, 117, 41, 0, 191, 233, 106, 129, 139, 58, 123, 57, 4, 113, 254, 61, 162, 45, 18, 62, 128, 138, 155, 187, 25, 117, 41, 0, 191, 233, 106, 129, 23, 57, 123, 57, 227, 52, 28, 190, 144, 73, 78, 62, 0, 162, 9, 187, 25, 117, 41, 0, 191, 233, 106, 129, 209, 57, 56, 56, 123, 199, 155, 190, 104, 112, 139, 61, 116, 63, 116, 62, 233, 114, 49, 0, 143, 1, 200, 129, 0, 60, 123, 57, 183, 58, 184, 189, 168, 90, 134, 61, 156, 14, 177, 62, 233, 114, 49, 0, 143, 1, 200, 129, 139, 58, 123, 57, 227, 52, 28, 190, 144, 73, 78, 62, 0, 162, 9, 187, 233, 114, 49, 0, 143, 1, 200, 129, 69, 59, 56, 56, 171, 198, 155, 190, 95, 103, 139, 61, 227, 34, 117, 190, 173, 95, 0, 0, 0, 0, 129, 129, 93, 52, 123, 57, 123, 199, 155, 190, 104, 112, 139, 61, 116, 63, 116, 62, 173, 95, 0, 0, 0, 0, 129, 129, 209, 45, 123, 57, 227, 52, 28, 190, 144, 73, 78, 62, 0, 162, 9, 187, 173, 95, 0, 0, 0, 0, 129, 129, 209, 49, 56, 56, 104, 65, 184, 189, 39, 189, 134, 61, 22, 143, 178, 190, 233, 114, 207, 0, 113, 255, 199, 129, 69, 55, 123, 57, 171, 198, 155, 190, 95, 103, 139, 61, 227, 34, 117, 190, 233, 114, 207, 0, 113, 255, 199, 129, 93, 52, 123, 57, 227, 52, 28, 190, 144, 73, 78, 62, 0, 162, 9, 187, 233, 114, 207, 0, 113, 255, 199, 129, 209, 53, 56, 56, 4, 113, 254, 61, 162, 45, 18, 62, 128, 138, 155, 187, 24, 117, 215, 0, 65, 23, 105, 129, 23, 57, 123, 57, 104, 65, 184, 189, 39, 189, 134, 61, 22, 143, 178, 190, 24, 117, 215, 0, 65, 23, 105, 129, 69, 55, 123, 57, 227, 52, 28, 190, 144, 73, 78, 62, 0, 162, 9, 187, 24, 117, 215, 0, 65, 23, 105, 129, 93, 56, 56, 56, 236, 90, 205, 190, 177, 100, 48, 190, 100, 68, 5, 190, 139, 47, 0, 0, 0, 0, 129, 129, 70, 51, 28, 58, 123, 199, 155, 190, 104, 112, 139, 61, 116, 63, 116, 62, 139, 47, 0, 0, 0, 0, 129, 129, 209, 45, 123, 57, 171, 198, 155, 190, 95, 103, 139, 61, 227, 34, 117, 190, 139, 47, 0, 0, 0, 0, 129, 129, 93, 52, 123, 57, 9, 182, 171, 190, 179, 68, 139, 190, 136, 56, 189, 182, 228, 152, 65, 0, 190, 213, 157, 129, 209, 49, 189, 58, 49, 58, 53, 190, 218, 173, 161, 190, 190, 92, 171, 184, 227, 152, 191, 0, 66, 43, 157, 129, 69, 51, 94, 59, 9, 182, 171, 190, 179, 68, 139, 190, 136, 56, 189, 182, 227, 152, 191, 0, 66, 43, 157, 129, 209, 49, 189, 58, 170, 175, 88, 190, 105, 241, 67, 190, 59, 134, 60, 190, 227, 152, 191, 0, 66, 43, 157, 129, 209, 53, 189, 58, 236, 90, 205, 190, 177, 100, 48, 190, 100, 68, 5, 190, 139, 47, 0, 0, 0, 0, 130, 129, 70, 51, 28, 58, 127, 92, 205, 190, 20, 123, 48, 190, 14, 193, 4, 62, 139, 47, 0, 0, 0, 0, 130, 129, 93, 48, 28, 58, 123, 199, 155, 190, 104, 112, 139, 61, 116, 63, 116, 62, 139, 47, 0, 0, 0, 0, 129, 129, 209, 45, 123, 57 ), +"array_index_data": PoolByteArray( 0, 0, 2, 0, 1, 0, 3, 0, 5, 0, 4, 0, 6, 0, 8, 0, 7, 0, 9, 0, 11, 0, 10, 0, 12, 0, 14, 0, 13, 0, 15, 0, 17, 0, 16, 0, 18, 0, 20, 0, 19, 0, 21, 0, 23, 0, 22, 0, 24, 0, 26, 0, 25, 0, 27, 0, 29, 0, 28, 0, 30, 0, 32, 0, 31, 0, 33, 0, 35, 0, 34, 0, 36, 0, 38, 0, 37, 0, 39, 0, 41, 0, 40, 0, 42, 0, 44, 0, 43, 0, 45, 0, 47, 0, 46, 0, 48, 0, 50, 0, 49, 0, 51, 0, 53, 0, 52, 0, 54, 0, 56, 0, 55, 0, 6, 0, 7, 0, 57, 0, 58, 0, 60, 0, 59, 0, 61, 0, 63, 0, 62, 0 ), +"blend_shape_data": [ ], +"format": 97559, +"index_count": 66, +"material": ExtResource( 4 ), +"name": "Face", +"primitive": 4, +"skeleton_aabb": [ ], +"vertex_count": 64 +} -[sub_resource type="PrismMesh" id=3] +[sub_resource type="ArrayMesh" id=3] +resource_name = "Icosphere.001" +surfaces/0 = { +"aabb": AABB( -0.900067, -2.37322, -1.42373, 2.92229, 3.18117, 2.84745 ), +"array_data": PoolByteArray( 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 197, 4, 144, 0, 206, 142, 22, 129, 77, 58, 139, 55, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 191, 197, 4, 144, 0, 206, 142, 22, 129, 164, 56, 71, 57, 247, 2, 139, 62, 143, 152, 223, 62, 200, 67, 147, 191, 197, 4, 144, 0, 206, 142, 22, 129, 246, 48, 162, 55, 55, 51, 238, 63, 46, 19, 25, 191, 176, 60, 182, 191, 114, 201, 0, 0, 201, 142, 0, 127, 0, 52, 20, 56, 5, 108, 1, 64, 228, 98, 137, 190, 84, 195, 73, 191, 114, 201, 0, 0, 201, 142, 0, 127, 101, 41, 245, 58, 101, 142, 217, 63, 232, 116, 109, 191, 82, 195, 73, 191, 114, 201, 0, 0, 201, 142, 0, 127, 83, 55, 245, 58, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 6, 37, 135, 0, 57, 107, 36, 127, 85, 49, 0, 56, 124, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 191, 6, 37, 135, 0, 57, 107, 36, 127, 61, 49, 158, 55, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 191, 6, 37, 135, 0, 57, 107, 36, 127, 58, 49, 167, 55, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 191, 142, 55, 0, 0, 201, 143, 9, 129, 164, 56, 71, 57, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 191, 142, 55, 0, 0, 201, 143, 9, 129, 86, 56, 247, 57, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 142, 55, 0, 0, 201, 143, 9, 129, 86, 56, 10, 57, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 63, 114, 201, 0, 0, 201, 142, 0, 127, 101, 41, 245, 58, 55, 51, 238, 63, 46, 19, 25, 191, 176, 60, 182, 63, 114, 201, 0, 0, 201, 142, 0, 127, 0, 52, 235, 59, 101, 142, 217, 63, 232, 116, 109, 191, 84, 30, 155, 63, 114, 201, 0, 0, 201, 142, 0, 127, 83, 55, 245, 58, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 48, 117, 1, 0, 0, 255, 126, 127, 85, 53, 0, 56, 177, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 63, 48, 117, 1, 0, 0, 255, 126, 127, 44, 53, 147, 55, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 63, 48, 117, 1, 0, 0, 255, 126, 127, 30, 53, 177, 55, 0, 0, 0, 0, 210, 226, 23, 192, 0, 0, 0, 128, 35, 199, 107, 0, 136, 0, 39, 129, 139, 58, 0, 60, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 63, 35, 199, 107, 0, 136, 0, 39, 129, 209, 57, 189, 58, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 63, 35, 199, 107, 0, 136, 0, 39, 129, 69, 59, 189, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 63, 113, 200, 0, 0, 0, 0, 127, 129, 209, 57, 189, 58, 0, 0, 0, 0, 210, 226, 23, 192, 0, 0, 0, 128, 113, 200, 0, 0, 0, 0, 127, 129, 23, 57, 0, 60, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 191, 113, 200, 0, 0, 0, 0, 127, 129, 93, 56, 189, 58, 0, 0, 0, 0, 210, 226, 23, 192, 0, 0, 0, 128, 161, 200, 61, 0, 186, 6, 151, 129, 209, 45, 0, 60, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 63, 161, 200, 61, 0, 186, 6, 151, 129, 0, 0, 189, 58, 202, 106, 102, 191, 113, 187, 85, 191, 0, 0, 0, 128, 161, 200, 61, 0, 186, 6, 151, 129, 209, 49, 189, 58, 0, 0, 0, 0, 210, 226, 23, 192, 0, 0, 0, 128, 161, 200, 195, 0, 70, 250, 151, 129, 93, 52, 0, 60, 202, 106, 102, 191, 113, 187, 85, 191, 0, 0, 0, 128, 161, 200, 195, 0, 70, 250, 151, 129, 209, 49, 189, 58, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 191, 161, 200, 195, 0, 70, 250, 151, 129, 209, 53, 189, 58, 0, 0, 0, 0, 210, 226, 23, 192, 0, 0, 0, 128, 35, 199, 149, 0, 120, 0, 39, 129, 69, 55, 0, 60, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 191, 35, 199, 149, 0, 120, 0, 39, 129, 209, 53, 189, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 191, 35, 199, 149, 0, 120, 0, 39, 129, 93, 56, 189, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 63, 126, 5, 0, 0, 0, 0, 127, 129, 209, 57, 189, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 191, 126, 5, 0, 0, 0, 0, 127, 129, 93, 56, 189, 58, 72, 95, 47, 63, 230, 33, 231, 62, 223, 17, 76, 189, 126, 5, 0, 0, 0, 0, 127, 129, 23, 57, 123, 57, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 63, 37, 217, 114, 0, 136, 0, 39, 129, 209, 57, 189, 58, 116, 166, 5, 63, 24, 237, 129, 190, 224, 221, 85, 63, 37, 217, 114, 0, 136, 0, 39, 129, 41, 58, 37, 58, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 63, 37, 217, 114, 0, 136, 0, 39, 129, 43, 58, 37, 58, 202, 106, 102, 191, 113, 187, 85, 191, 0, 0, 0, 128, 153, 230, 68, 0, 186, 6, 151, 129, 209, 49, 189, 58, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 63, 153, 230, 68, 0, 186, 6, 151, 129, 0, 0, 189, 58, 64, 48, 87, 191, 93, 249, 228, 62, 8, 84, 22, 63, 153, 230, 68, 0, 186, 6, 151, 129, 209, 45, 123, 57, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 191, 151, 0, 185, 0, 70, 250, 151, 129, 209, 53, 189, 58, 202, 106, 102, 191, 113, 187, 85, 191, 0, 0, 0, 128, 151, 0, 185, 0, 70, 250, 151, 129, 209, 49, 189, 58, 209, 188, 14, 191, 93, 249, 228, 62, 134, 129, 253, 190, 151, 0, 185, 0, 70, 250, 151, 129, 93, 52, 123, 57, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 191, 37, 217, 142, 0, 120, 0, 39, 129, 209, 53, 189, 58, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 37, 217, 142, 0, 120, 0, 39, 129, 199, 54, 232, 57, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 191, 37, 217, 142, 0, 120, 0, 39, 129, 3, 56, 37, 58, 72, 95, 47, 63, 230, 33, 231, 62, 223, 17, 76, 189, 119, 28, 31, 0, 224, 0, 122, 129, 23, 57, 123, 57, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 63, 119, 28, 31, 0, 224, 0, 122, 129, 41, 58, 140, 57, 6, 11, 24, 63, 63, 58, 180, 60, 78, 163, 45, 63, 119, 28, 31, 0, 224, 0, 122, 129, 244, 57, 226, 57, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 63, 199, 3, 113, 0, 143, 0, 199, 129, 235, 58, 219, 57, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 63, 199, 3, 113, 0, 143, 0, 199, 129, 172, 58, 123, 57, 64, 48, 87, 191, 93, 249, 228, 62, 8, 84, 22, 63, 199, 3, 113, 0, 143, 0, 199, 129, 0, 60, 123, 57, 202, 106, 102, 191, 113, 187, 85, 191, 0, 0, 0, 128, 135, 20, 225, 0, 32, 0, 134, 129, 209, 49, 189, 58, 64, 48, 87, 191, 93, 249, 228, 62, 8, 84, 22, 63, 135, 20, 225, 0, 32, 0, 134, 129, 209, 45, 123, 57, 209, 188, 14, 191, 93, 249, 228, 62, 134, 129, 253, 190, 135, 20, 225, 0, 32, 0, 134, 129, 93, 52, 123, 57, 209, 188, 14, 191, 93, 249, 228, 62, 134, 129, 253, 190, 177, 18, 159, 0, 98, 0, 176, 129, 93, 52, 123, 57, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 191, 177, 18, 159, 0, 98, 0, 176, 129, 3, 55, 123, 57, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 191, 177, 18, 159, 0, 98, 0, 176, 129, 133, 54, 219, 57, 3, 11, 24, 63, 95, 58, 180, 60, 80, 163, 45, 191, 119, 26, 221, 0, 35, 0, 121, 129, 57, 56, 226, 57, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 191, 119, 26, 221, 0, 35, 0, 121, 129, 5, 56, 140, 57, 72, 95, 47, 63, 230, 33, 231, 62, 223, 17, 76, 189, 119, 26, 221, 0, 35, 0, 121, 129, 23, 57, 123, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 63, 39, 117, 28, 0, 185, 255, 105, 129, 139, 58, 123, 57, 127, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 63, 39, 117, 28, 0, 185, 255, 105, 129, 136, 58, 123, 57, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 63, 39, 117, 28, 0, 185, 255, 105, 129, 138, 58, 120, 57, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 63, 235, 117, 42, 0, 143, 0, 200, 129, 175, 58, 87, 57, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 63, 235, 117, 42, 0, 143, 0, 200, 129, 145, 58, 112, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 235, 117, 42, 0, 143, 0, 200, 129, 69, 59, 56, 56, 209, 188, 14, 191, 93, 249, 228, 62, 134, 129, 253, 190, 195, 110, 240, 0, 32, 0, 134, 129, 93, 52, 123, 57, 64, 48, 87, 191, 93, 249, 228, 62, 8, 84, 22, 63, 195, 110, 240, 0, 32, 0, 134, 129, 209, 45, 123, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 195, 110, 240, 0, 32, 0, 134, 129, 209, 49, 56, 56, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 191, 229, 114, 210, 0, 110, 1, 194, 129, 69, 55, 123, 57, 122, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 191, 229, 114, 210, 0, 110, 1, 194, 129, 61, 55, 123, 57, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 191, 229, 114, 210, 0, 110, 1, 194, 129, 66, 55, 120, 57, 173, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 191, 54, 113, 236, 0, 43, 0, 119, 129, 88, 55, 123, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 54, 113, 236, 0, 43, 0, 119, 129, 93, 56, 56, 56, 72, 95, 47, 63, 230, 33, 231, 62, 223, 17, 76, 189, 54, 113, 236, 0, 43, 0, 119, 129, 23, 57, 123, 57, 247, 2, 139, 62, 150, 152, 223, 62, 200, 67, 147, 63, 197, 4, 112, 0, 207, 142, 234, 127, 132, 53, 162, 55, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 63, 197, 4, 112, 0, 207, 142, 234, 127, 164, 56, 184, 58, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 197, 4, 112, 0, 207, 142, 234, 127, 178, 57, 139, 55, 184, 227, 142, 62, 240, 66, 224, 62, 24, 34, 147, 63, 104, 1, 71, 0, 185, 255, 105, 129, 138, 58, 125, 57, 127, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 63, 104, 1, 71, 0, 185, 255, 105, 129, 136, 58, 123, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 63, 104, 1, 71, 0, 185, 255, 105, 129, 139, 58, 123, 57, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 63, 229, 114, 46, 0, 146, 255, 194, 129, 141, 58, 120, 57, 115, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 63, 229, 114, 46, 0, 146, 255, 194, 129, 143, 58, 123, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 63, 229, 114, 46, 0, 146, 255, 194, 129, 139, 58, 123, 57, 177, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 63, 41, 117, 25, 0, 191, 0, 108, 129, 130, 58, 123, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 41, 117, 25, 0, 191, 0, 108, 129, 209, 57, 56, 56, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 63, 41, 117, 25, 0, 191, 0, 108, 129, 133, 58, 112, 57, 6, 11, 24, 63, 63, 58, 180, 60, 78, 163, 45, 63, 20, 60, 147, 0, 48, 98, 63, 127, 0, 0, 185, 53, 5, 108, 1, 64, 228, 98, 137, 190, 84, 195, 73, 63, 20, 60, 147, 0, 48, 98, 63, 127, 85, 49, 0, 0, 55, 51, 238, 63, 46, 19, 25, 191, 164, 134, 19, 63, 20, 60, 147, 0, 48, 98, 63, 127, 0, 0, 0, 0, 247, 2, 139, 62, 150, 152, 223, 62, 200, 67, 147, 63, 23, 209, 115, 0, 132, 254, 24, 129, 141, 58, 125, 57, 184, 227, 142, 62, 240, 66, 224, 62, 24, 34, 147, 63, 23, 209, 115, 0, 132, 254, 24, 129, 138, 58, 125, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 63, 23, 209, 115, 0, 132, 254, 24, 129, 139, 58, 123, 57, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 6, 37, 121, 0, 199, 149, 36, 127, 85, 53, 0, 56, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 63, 6, 37, 121, 0, 199, 149, 36, 127, 98, 53, 167, 55, 127, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 63, 6, 37, 121, 0, 199, 149, 36, 127, 97, 53, 158, 55, 116, 166, 5, 63, 24, 237, 129, 190, 224, 221, 85, 63, 222, 203, 147, 0, 48, 98, 193, 127, 174, 58, 126, 53, 55, 51, 238, 63, 46, 19, 25, 191, 164, 134, 19, 63, 222, 203, 147, 0, 48, 98, 193, 127, 0, 60, 0, 0, 101, 142, 217, 63, 232, 116, 109, 191, 82, 195, 73, 63, 222, 203, 147, 0, 48, 98, 193, 127, 170, 58, 0, 0, 115, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 63, 194, 249, 110, 0, 146, 255, 194, 129, 143, 58, 123, 57, 247, 2, 139, 62, 150, 152, 223, 62, 200, 67, 147, 63, 194, 249, 110, 0, 146, 255, 194, 129, 141, 58, 125, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 63, 194, 249, 110, 0, 146, 255, 194, 129, 139, 58, 123, 57, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 191, 39, 117, 228, 0, 71, 1, 105, 129, 72, 55, 120, 57, 124, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 191, 39, 117, 228, 0, 71, 1, 105, 129, 75, 55, 123, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 191, 39, 117, 228, 0, 71, 1, 105, 129, 69, 55, 123, 57, 247, 2, 139, 62, 143, 152, 223, 62, 200, 67, 147, 191, 194, 249, 146, 0, 110, 1, 194, 129, 67, 55, 125, 57, 122, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 191, 194, 249, 146, 0, 110, 1, 194, 129, 61, 55, 123, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 191, 194, 249, 146, 0, 110, 1, 194, 129, 69, 55, 123, 57, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 14, 51, 141, 0, 51, 103, 52, 127, 85, 49, 0, 56, 122, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 191, 14, 51, 141, 0, 51, 103, 52, 127, 24, 49, 174, 55, 247, 2, 139, 62, 143, 152, 223, 62, 200, 67, 147, 191, 14, 51, 141, 0, 51, 103, 52, 127, 246, 48, 162, 55, 173, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 191, 48, 117, 251, 0, 2, 4, 126, 127, 167, 49, 147, 55, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 191, 48, 117, 251, 0, 2, 4, 126, 127, 85, 49, 0, 0, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 48, 117, 251, 0, 2, 4, 126, 127, 85, 49, 0, 56, 124, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 191, 104, 1, 185, 0, 71, 1, 105, 129, 75, 55, 123, 57, 184, 227, 142, 62, 244, 66, 224, 62, 24, 34, 147, 191, 104, 1, 185, 0, 71, 1, 105, 129, 72, 55, 125, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 191, 104, 1, 185, 0, 71, 1, 105, 129, 69, 55, 123, 57, 116, 166, 5, 63, 17, 237, 129, 190, 226, 221, 85, 191, 222, 203, 109, 0, 208, 158, 193, 127, 81, 57, 126, 53, 101, 142, 217, 63, 232, 116, 109, 191, 82, 195, 73, 191, 222, 203, 109, 0, 208, 158, 193, 127, 85, 57, 0, 0, 55, 51, 238, 63, 46, 19, 25, 191, 164, 134, 19, 191, 222, 203, 109, 0, 208, 158, 193, 127, 0, 56, 0, 0, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 191, 220, 113, 212, 0, 98, 0, 177, 129, 254, 54, 87, 57, 209, 188, 14, 191, 93, 249, 228, 62, 134, 129, 253, 190, 220, 113, 212, 0, 98, 0, 177, 129, 93, 52, 123, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 220, 113, 212, 0, 98, 0, 177, 129, 209, 53, 56, 56, 184, 227, 142, 62, 244, 66, 224, 62, 24, 34, 147, 191, 23, 209, 141, 0, 124, 2, 24, 129, 72, 55, 125, 57, 247, 2, 139, 62, 143, 152, 223, 62, 200, 67, 147, 191, 23, 209, 141, 0, 124, 2, 24, 129, 67, 55, 125, 57, 230, 82, 141, 62, 243, 203, 228, 62, 100, 173, 147, 191, 23, 209, 141, 0, 124, 2, 24, 129, 69, 55, 123, 57, 3, 11, 24, 63, 95, 58, 180, 60, 80, 163, 45, 191, 20, 60, 109, 0, 208, 158, 63, 127, 0, 56, 185, 53, 5, 108, 1, 64, 228, 98, 137, 190, 84, 195, 73, 191, 20, 60, 109, 0, 208, 158, 63, 127, 85, 53, 0, 0, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 191, 20, 60, 109, 0, 208, 158, 63, 127, 85, 53, 211, 54, 101, 142, 217, 63, 232, 116, 109, 191, 84, 30, 155, 191, 194, 146, 0, 0, 0, 0, 129, 127, 170, 58, 0, 0, 101, 142, 217, 63, 232, 116, 109, 191, 82, 195, 73, 191, 194, 146, 0, 0, 0, 0, 130, 127, 85, 57, 0, 0, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 191, 194, 146, 0, 0, 0, 0, 129, 127, 85, 57, 131, 53, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 194, 146, 0, 0, 0, 0, 129, 127, 77, 58, 139, 55, 101, 142, 217, 63, 232, 116, 109, 191, 84, 30, 155, 191, 194, 146, 0, 0, 0, 0, 129, 127, 170, 58, 0, 0, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 191, 194, 146, 0, 0, 0, 0, 129, 127, 85, 57, 131, 53, 101, 142, 217, 63, 232, 116, 109, 191, 82, 195, 73, 191, 114, 201, 0, 0, 201, 142, 0, 127, 83, 55, 245, 58, 101, 142, 217, 63, 232, 116, 109, 191, 84, 30, 155, 191, 114, 201, 0, 0, 201, 142, 0, 127, 83, 55, 10, 57, 55, 51, 238, 63, 46, 19, 25, 191, 176, 60, 182, 191, 114, 201, 0, 0, 201, 142, 0, 127, 0, 52, 20, 56, 55, 51, 238, 63, 46, 19, 25, 191, 176, 60, 182, 191, 114, 201, 0, 0, 201, 142, 0, 127, 0, 52, 20, 56, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 191, 114, 201, 0, 0, 201, 142, 0, 127, 101, 41, 10, 57, 5, 108, 1, 64, 228, 98, 137, 190, 84, 195, 73, 191, 114, 201, 0, 0, 201, 142, 0, 127, 101, 41, 245, 58, 5, 108, 1, 64, 228, 98, 137, 190, 84, 195, 73, 191, 114, 201, 0, 0, 201, 142, 0, 127, 101, 41, 245, 58, 55, 51, 238, 63, 46, 19, 25, 191, 164, 134, 19, 191, 114, 201, 0, 0, 201, 142, 0, 127, 0, 52, 235, 59, 101, 142, 217, 63, 232, 116, 109, 191, 82, 195, 73, 191, 114, 201, 0, 0, 201, 142, 0, 127, 83, 55, 245, 58, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 31, 85, 168, 0, 41, 79, 90, 127, 85, 49, 0, 56, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 191, 31, 85, 168, 0, 41, 79, 90, 127, 85, 49, 0, 0, 124, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 191, 31, 85, 168, 0, 41, 79, 90, 127, 61, 49, 158, 55, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 191, 10, 46, 139, 0, 53, 105, 46, 127, 58, 49, 167, 55, 122, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 191, 10, 46, 139, 0, 53, 105, 46, 127, 24, 49, 174, 55, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 10, 46, 139, 0, 53, 105, 46, 127, 85, 49, 0, 56, 55, 51, 238, 63, 46, 19, 25, 191, 176, 60, 182, 63, 20, 60, 109, 0, 208, 158, 63, 127, 0, 56, 0, 0, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 63, 20, 60, 109, 0, 208, 158, 63, 127, 85, 53, 0, 0, 184, 227, 142, 62, 240, 66, 224, 62, 24, 34, 147, 63, 20, 60, 109, 0, 208, 158, 63, 127, 122, 53, 156, 55, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 63, 15, 49, 116, 0, 204, 153, 51, 127, 85, 53, 0, 0, 127, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 63, 15, 49, 116, 0, 204, 153, 51, 127, 97, 53, 158, 55, 184, 227, 142, 62, 240, 66, 224, 62, 24, 34, 147, 63, 15, 49, 116, 0, 204, 153, 51, 127, 122, 53, 156, 55, 247, 2, 139, 62, 150, 152, 223, 62, 200, 67, 147, 63, 14, 51, 115, 0, 205, 153, 52, 127, 132, 53, 162, 55, 115, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 63, 14, 51, 115, 0, 205, 153, 52, 127, 115, 53, 174, 55, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 14, 51, 115, 0, 205, 153, 52, 127, 85, 53, 0, 56, 101, 142, 217, 63, 232, 116, 109, 191, 84, 30, 155, 63, 114, 201, 0, 0, 201, 142, 0, 127, 83, 55, 245, 58, 101, 142, 217, 63, 232, 116, 109, 191, 82, 195, 73, 63, 114, 201, 0, 0, 201, 142, 0, 127, 83, 55, 10, 57, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 63, 114, 201, 0, 0, 201, 142, 0, 127, 101, 41, 245, 58, 101, 142, 217, 63, 232, 116, 109, 191, 82, 195, 73, 63, 114, 201, 0, 0, 201, 142, 0, 127, 83, 55, 10, 57, 55, 51, 238, 63, 46, 19, 25, 191, 164, 134, 19, 63, 114, 201, 0, 0, 201, 142, 0, 127, 0, 52, 20, 56, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 63, 114, 201, 0, 0, 201, 142, 0, 127, 101, 41, 245, 58, 55, 51, 238, 63, 46, 19, 25, 191, 164, 134, 19, 63, 114, 201, 0, 0, 201, 142, 0, 127, 0, 52, 20, 56, 5, 108, 1, 64, 228, 98, 137, 190, 84, 195, 73, 63, 114, 201, 0, 0, 201, 142, 0, 127, 101, 41, 10, 57, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 63, 114, 201, 0, 0, 201, 142, 0, 127, 101, 41, 245, 58, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 63, 48, 117, 0, 0, 0, 0, 127, 127, 85, 53, 0, 0, 5, 108, 1, 64, 228, 98, 137, 190, 84, 195, 73, 63, 48, 117, 0, 0, 0, 0, 127, 127, 85, 49, 0, 0, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 63, 48, 117, 0, 0, 0, 0, 126, 127, 85, 49, 211, 54, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 63, 48, 117, 0, 0, 0, 0, 127, 127, 85, 53, 0, 0, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 63, 48, 117, 0, 0, 0, 0, 126, 127, 85, 49, 211, 54, 177, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 63, 48, 117, 0, 0, 0, 0, 127, 127, 44, 53, 147, 55, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 63, 47, 117, 0, 0, 0, 0, 126, 127, 30, 53, 177, 55, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 63, 47, 117, 0, 0, 0, 0, 126, 127, 11, 52, 0, 56, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 47, 117, 0, 0, 0, 0, 126, 127, 85, 53, 0, 56, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 48, 117, 5, 0, 254, 252, 126, 127, 85, 53, 0, 56, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 63, 48, 117, 5, 0, 254, 252, 126, 127, 85, 53, 0, 0, 177, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 63, 48, 117, 5, 0, 254, 252, 126, 127, 44, 53, 147, 55, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 37, 217, 114, 0, 136, 0, 39, 129, 202, 58, 232, 57, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 63, 37, 217, 114, 0, 136, 0, 39, 129, 69, 59, 189, 58, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 63, 37, 217, 114, 0, 136, 0, 39, 129, 43, 58, 37, 58, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 63, 37, 217, 114, 0, 136, 0, 39, 129, 69, 59, 189, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 63, 37, 217, 114, 0, 136, 0, 39, 129, 209, 57, 189, 58, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 63, 37, 217, 114, 0, 136, 0, 39, 129, 43, 58, 37, 58, 116, 166, 5, 63, 17, 237, 129, 190, 226, 221, 85, 191, 37, 217, 142, 0, 120, 0, 39, 129, 5, 56, 37, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 191, 37, 217, 142, 0, 120, 0, 39, 129, 93, 56, 189, 58, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 191, 37, 217, 142, 0, 120, 0, 39, 129, 3, 56, 37, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 191, 37, 217, 142, 0, 120, 0, 39, 129, 93, 56, 189, 58, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 191, 37, 217, 142, 0, 120, 0, 39, 129, 209, 53, 189, 58, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 191, 37, 217, 142, 0, 120, 0, 39, 129, 3, 56, 37, 58, 116, 166, 5, 63, 24, 237, 129, 190, 224, 221, 85, 63, 108, 8, 64, 0, 192, 0, 109, 129, 41, 58, 37, 58, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 63, 108, 8, 64, 0, 192, 0, 109, 129, 209, 57, 189, 58, 6, 11, 24, 63, 63, 58, 180, 60, 78, 163, 45, 63, 108, 8, 64, 0, 192, 0, 109, 129, 244, 57, 226, 57, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 63, 123, 16, 25, 0, 231, 0, 124, 129, 209, 57, 189, 58, 72, 95, 47, 63, 230, 33, 231, 62, 223, 17, 76, 189, 123, 16, 25, 0, 231, 0, 124, 129, 23, 57, 123, 57, 6, 11, 24, 63, 63, 58, 180, 60, 78, 163, 45, 63, 123, 16, 25, 0, 231, 0, 124, 129, 244, 57, 226, 57, 72, 95, 47, 63, 230, 33, 231, 62, 223, 17, 76, 189, 83, 91, 28, 0, 216, 0, 120, 129, 23, 57, 123, 57, 177, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 63, 83, 91, 28, 0, 216, 0, 120, 129, 130, 58, 123, 57, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 63, 83, 91, 28, 0, 216, 0, 120, 129, 41, 58, 140, 57, 64, 48, 87, 191, 93, 249, 228, 62, 8, 84, 22, 63, 199, 2, 113, 0, 143, 0, 199, 129, 0, 60, 123, 57, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 63, 199, 2, 113, 0, 143, 0, 199, 129, 69, 59, 189, 58, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 63, 199, 2, 113, 0, 143, 0, 199, 129, 235, 58, 219, 57, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 63, 199, 2, 113, 0, 143, 0, 199, 129, 69, 59, 189, 58, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 199, 2, 113, 0, 143, 0, 199, 129, 202, 58, 232, 57, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 63, 199, 2, 113, 0, 143, 0, 199, 129, 235, 58, 219, 57, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 199, 2, 143, 0, 113, 0, 199, 129, 199, 54, 232, 57, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 191, 199, 2, 143, 0, 113, 0, 199, 129, 209, 53, 189, 58, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 191, 199, 2, 143, 0, 113, 0, 199, 129, 133, 54, 219, 57, 253, 38, 154, 190, 202, 192, 98, 191, 240, 125, 99, 191, 174, 12, 161, 0, 95, 0, 173, 129, 209, 53, 189, 58, 209, 188, 14, 191, 93, 249, 228, 62, 134, 129, 253, 190, 174, 12, 161, 0, 95, 0, 173, 129, 93, 52, 123, 57, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 191, 174, 12, 161, 0, 95, 0, 173, 129, 133, 54, 219, 57, 72, 95, 47, 63, 230, 33, 231, 62, 223, 17, 76, 189, 122, 16, 228, 0, 28, 0, 123, 129, 23, 57, 123, 57, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 191, 122, 16, 228, 0, 28, 0, 123, 129, 93, 56, 189, 58, 3, 11, 24, 63, 95, 58, 180, 60, 80, 163, 45, 191, 122, 16, 228, 0, 28, 0, 123, 129, 57, 56, 226, 57, 64, 17, 62, 63, 225, 237, 97, 191, 218, 65, 12, 191, 108, 8, 192, 0, 64, 0, 109, 129, 93, 56, 189, 58, 116, 166, 5, 63, 17, 237, 129, 190, 226, 221, 85, 191, 108, 8, 192, 0, 64, 0, 109, 129, 5, 56, 37, 58, 3, 11, 24, 63, 95, 58, 180, 60, 80, 163, 45, 191, 108, 8, 192, 0, 64, 0, 109, 129, 57, 56, 226, 57, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 191, 87, 85, 224, 0, 43, 0, 119, 129, 5, 56, 140, 57, 173, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 191, 87, 85, 224, 0, 43, 0, 119, 129, 88, 55, 123, 57, 72, 95, 47, 63, 230, 33, 231, 62, 223, 17, 76, 189, 87, 85, 224, 0, 43, 0, 119, 129, 23, 57, 123, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 235, 117, 42, 0, 143, 0, 199, 129, 69, 59, 56, 56, 64, 48, 87, 191, 93, 249, 228, 62, 8, 84, 22, 63, 235, 117, 42, 0, 143, 0, 199, 129, 0, 60, 123, 57, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 63, 235, 117, 42, 0, 143, 0, 199, 129, 175, 58, 87, 57, 64, 48, 87, 191, 93, 249, 228, 62, 8, 84, 22, 63, 234, 116, 45, 0, 143, 0, 199, 129, 0, 60, 123, 57, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 63, 234, 116, 45, 0, 143, 0, 199, 129, 172, 58, 123, 57, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 63, 234, 116, 45, 0, 143, 0, 199, 129, 175, 58, 87, 57, 173, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 191, 41, 117, 231, 0, 65, 0, 108, 129, 88, 55, 123, 57, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 191, 41, 117, 231, 0, 65, 0, 108, 129, 81, 55, 112, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 41, 117, 231, 0, 65, 0, 108, 129, 93, 56, 56, 56, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 142, 55, 0, 0, 201, 143, 247, 129, 86, 56, 245, 58, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 63, 142, 55, 0, 0, 201, 143, 247, 129, 86, 56, 8, 58, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 63, 142, 55, 0, 0, 201, 143, 247, 129, 164, 56, 184, 58, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 194, 146, 0, 0, 0, 0, 129, 127, 178, 57, 139, 55, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 63, 194, 146, 0, 0, 0, 0, 129, 127, 170, 58, 131, 53, 101, 142, 217, 63, 232, 116, 109, 191, 84, 30, 155, 63, 194, 146, 0, 0, 0, 0, 129, 127, 85, 57, 0, 0, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 63, 194, 146, 0, 0, 0, 0, 129, 127, 170, 58, 131, 53, 101, 142, 217, 63, 232, 116, 109, 191, 82, 195, 73, 63, 194, 146, 0, 0, 0, 0, 130, 127, 170, 58, 0, 0, 101, 142, 217, 63, 232, 116, 109, 191, 84, 30, 155, 63, 194, 146, 0, 0, 0, 0, 129, 127, 85, 57, 0, 0, 177, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 63, 56, 112, 19, 0, 216, 0, 120, 129, 130, 58, 123, 57, 72, 95, 47, 63, 230, 33, 231, 62, 223, 17, 76, 189, 56, 112, 19, 0, 216, 0, 120, 129, 23, 57, 123, 57, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 56, 112, 19, 0, 216, 0, 120, 129, 209, 57, 56, 56, 6, 11, 24, 63, 63, 58, 180, 60, 78, 163, 45, 63, 20, 60, 147, 0, 48, 98, 63, 127, 0, 0, 185, 53, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 63, 20, 60, 147, 0, 48, 98, 63, 127, 85, 49, 211, 54, 5, 108, 1, 64, 228, 98, 137, 190, 84, 195, 73, 63, 20, 60, 147, 0, 48, 98, 63, 127, 85, 49, 0, 0, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 10, 46, 117, 0, 203, 151, 46, 127, 85, 53, 0, 56, 115, 44, 135, 62, 176, 189, 228, 62, 200, 207, 146, 63, 10, 46, 117, 0, 203, 151, 46, 127, 115, 53, 174, 55, 210, 12, 140, 62, 253, 89, 230, 62, 89, 138, 146, 63, 10, 46, 117, 0, 203, 151, 46, 127, 98, 53, 167, 55, 127, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 63, 31, 85, 88, 0, 215, 177, 90, 127, 97, 53, 158, 55, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 63, 31, 85, 88, 0, 215, 177, 90, 127, 85, 53, 0, 0, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 31, 85, 88, 0, 215, 177, 90, 127, 85, 53, 0, 56, 101, 142, 217, 63, 232, 116, 109, 191, 82, 195, 73, 63, 222, 203, 147, 0, 48, 98, 193, 127, 170, 58, 0, 0, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 63, 222, 203, 147, 0, 48, 98, 193, 127, 170, 58, 131, 53, 116, 166, 5, 63, 24, 237, 129, 190, 224, 221, 85, 63, 222, 203, 147, 0, 48, 98, 193, 127, 174, 58, 126, 53, 116, 166, 5, 63, 24, 237, 129, 190, 224, 221, 85, 63, 222, 203, 147, 0, 48, 98, 193, 127, 174, 58, 126, 53, 6, 11, 24, 63, 63, 58, 180, 60, 78, 163, 45, 63, 222, 203, 147, 0, 48, 98, 193, 127, 0, 60, 185, 53, 55, 51, 238, 63, 46, 19, 25, 191, 164, 134, 19, 63, 222, 203, 147, 0, 48, 98, 193, 127, 0, 60, 0, 0, 184, 227, 142, 62, 244, 66, 224, 62, 24, 34, 147, 191, 15, 49, 140, 0, 52, 103, 51, 127, 11, 49, 156, 55, 124, 65, 144, 62, 42, 223, 228, 62, 124, 153, 146, 191, 15, 49, 140, 0, 52, 103, 51, 127, 61, 49, 158, 55, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 191, 15, 49, 140, 0, 52, 103, 51, 127, 85, 49, 0, 0, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 191, 20, 60, 147, 0, 48, 98, 63, 127, 85, 49, 0, 0, 55, 51, 238, 63, 46, 19, 25, 191, 176, 60, 182, 191, 20, 60, 147, 0, 48, 98, 63, 127, 0, 0, 0, 0, 184, 227, 142, 62, 244, 66, 224, 62, 24, 34, 147, 191, 20, 60, 147, 0, 48, 98, 63, 127, 11, 49, 156, 55, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 47, 117, 0, 0, 0, 0, 126, 127, 85, 49, 0, 56, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 191, 47, 117, 0, 0, 0, 0, 126, 127, 233, 51, 0, 56, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 191, 47, 117, 0, 0, 0, 0, 126, 127, 195, 49, 177, 55, 173, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 191, 48, 117, 0, 0, 0, 0, 127, 127, 167, 49, 147, 55, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 191, 48, 117, 0, 0, 0, 0, 127, 127, 85, 53, 211, 54, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 191, 48, 117, 0, 0, 0, 0, 127, 127, 85, 49, 0, 0, 204, 218, 237, 62, 49, 199, 192, 62, 47, 86, 89, 191, 48, 117, 0, 0, 0, 0, 126, 127, 85, 53, 211, 54, 5, 108, 1, 64, 228, 98, 137, 190, 84, 195, 73, 191, 48, 117, 0, 0, 0, 0, 127, 127, 85, 53, 0, 0, 5, 108, 1, 64, 228, 98, 137, 190, 84, 30, 155, 191, 48, 117, 0, 0, 0, 0, 127, 127, 85, 49, 0, 0, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 48, 117, 255, 0, 0, 1, 126, 127, 85, 49, 0, 56, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 191, 48, 117, 255, 0, 0, 1, 126, 127, 195, 49, 177, 55, 173, 105, 150, 62, 65, 247, 228, 62, 168, 52, 144, 191, 48, 117, 255, 0, 0, 1, 126, 127, 167, 49, 147, 55, 55, 51, 238, 63, 46, 19, 25, 191, 164, 134, 19, 191, 222, 203, 109, 0, 208, 158, 193, 127, 0, 56, 0, 0, 3, 11, 24, 63, 95, 58, 180, 60, 80, 163, 45, 191, 222, 203, 109, 0, 208, 158, 193, 127, 0, 56, 185, 53, 116, 166, 5, 63, 17, 237, 129, 190, 226, 221, 85, 191, 222, 203, 109, 0, 208, 158, 193, 127, 81, 57, 126, 53, 116, 166, 5, 63, 17, 237, 129, 190, 226, 221, 85, 191, 222, 203, 109, 0, 208, 158, 193, 127, 81, 57, 126, 53, 236, 46, 4, 63, 33, 245, 129, 190, 134, 87, 86, 191, 222, 203, 109, 0, 208, 158, 193, 127, 85, 57, 131, 53, 101, 142, 217, 63, 232, 116, 109, 191, 82, 195, 73, 191, 222, 203, 109, 0, 208, 158, 193, 127, 85, 57, 0, 0, 206, 82, 32, 189, 206, 213, 78, 63, 0, 0, 0, 128, 235, 117, 214, 0, 113, 0, 200, 129, 209, 53, 56, 56, 248, 106, 136, 62, 128, 185, 234, 62, 182, 71, 143, 191, 235, 117, 214, 0, 113, 0, 200, 129, 58, 55, 112, 57, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 191, 235, 117, 214, 0, 113, 0, 200, 129, 254, 54, 87, 57, 41, 145, 73, 62, 31, 134, 249, 62, 246, 154, 128, 191, 222, 114, 214, 0, 98, 0, 176, 129, 254, 54, 87, 57, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 191, 222, 114, 214, 0, 98, 0, 176, 129, 3, 55, 123, 57, 209, 188, 14, 191, 93, 249, 228, 62, 134, 129, 253, 190, 222, 114, 214, 0, 98, 0, 176, 129, 93, 52, 123, 57, 3, 11, 24, 63, 95, 58, 180, 60, 80, 163, 45, 191, 20, 60, 109, 0, 208, 158, 63, 127, 0, 56, 185, 53, 55, 51, 238, 63, 46, 19, 25, 191, 164, 134, 19, 191, 20, 60, 109, 0, 208, 158, 63, 127, 0, 56, 0, 0, 5, 108, 1, 64, 228, 98, 137, 190, 84, 195, 73, 191, 20, 60, 109, 0, 208, 158, 63, 127, 85, 53, 0, 0, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 199, 3, 143, 0, 210, 140, 19, 129, 77, 58, 139, 55, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 191, 199, 3, 143, 0, 210, 140, 19, 129, 169, 59, 230, 57, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 191, 199, 3, 143, 0, 210, 140, 19, 129, 164, 56, 71, 57, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 191, 199, 195, 161, 0, 100, 179, 246, 129, 164, 56, 71, 57, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 191, 199, 195, 161, 0, 100, 179, 246, 129, 85, 49, 0, 56, 247, 2, 139, 62, 143, 152, 223, 62, 200, 67, 147, 191, 199, 195, 161, 0, 100, 179, 246, 129, 246, 48, 162, 55, 247, 2, 139, 62, 143, 152, 223, 62, 200, 67, 147, 191, 22, 224, 136, 0, 201, 144, 20, 129, 246, 48, 162, 55, 184, 227, 142, 62, 244, 66, 224, 62, 24, 34, 147, 191, 22, 224, 136, 0, 201, 144, 20, 129, 11, 49, 156, 55, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 22, 224, 136, 0, 201, 144, 20, 129, 77, 58, 139, 55, 184, 227, 142, 62, 244, 66, 224, 62, 24, 34, 147, 191, 228, 246, 133, 0, 202, 144, 22, 129, 11, 49, 156, 55, 55, 51, 238, 63, 46, 19, 25, 191, 176, 60, 182, 191, 228, 246, 133, 0, 202, 144, 22, 129, 0, 60, 0, 0, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 228, 246, 133, 0, 202, 144, 22, 129, 77, 58, 139, 55, 55, 51, 238, 63, 46, 19, 25, 191, 176, 60, 182, 191, 217, 205, 147, 0, 48, 98, 193, 127, 0, 60, 0, 0, 101, 142, 217, 63, 232, 116, 109, 191, 84, 30, 155, 191, 217, 205, 147, 0, 48, 98, 193, 127, 170, 58, 0, 0, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 191, 217, 205, 147, 0, 48, 98, 193, 127, 77, 58, 139, 55, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 217, 205, 109, 0, 208, 158, 193, 127, 178, 57, 139, 55, 101, 142, 217, 63, 232, 116, 109, 191, 84, 30, 155, 63, 217, 205, 109, 0, 208, 158, 193, 127, 85, 57, 0, 0, 55, 51, 238, 63, 46, 19, 25, 191, 176, 60, 182, 63, 217, 205, 109, 0, 208, 158, 193, 127, 0, 56, 0, 0, 55, 51, 238, 63, 46, 19, 25, 191, 176, 60, 182, 63, 228, 246, 123, 0, 202, 144, 234, 127, 0, 56, 0, 0, 184, 227, 142, 62, 240, 66, 224, 62, 24, 34, 147, 63, 228, 246, 123, 0, 202, 144, 234, 127, 122, 53, 156, 55, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 228, 246, 123, 0, 202, 144, 234, 127, 178, 57, 139, 55, 184, 227, 142, 62, 240, 66, 224, 62, 24, 34, 147, 63, 22, 224, 120, 0, 201, 144, 236, 127, 122, 53, 156, 55, 247, 2, 139, 62, 150, 152, 223, 62, 200, 67, 147, 63, 22, 224, 120, 0, 201, 144, 236, 127, 132, 53, 162, 55, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 22, 224, 120, 0, 201, 144, 236, 127, 178, 57, 139, 55, 247, 2, 139, 62, 150, 152, 223, 62, 200, 67, 147, 63, 199, 195, 95, 0, 202, 178, 173, 127, 132, 53, 162, 55, 210, 69, 73, 62, 37, 57, 249, 62, 237, 153, 145, 63, 199, 195, 95, 0, 202, 178, 173, 127, 86, 56, 245, 58, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 63, 199, 195, 95, 0, 202, 178, 173, 127, 164, 56, 184, 58, 251, 252, 52, 62, 178, 126, 228, 62, 47, 194, 140, 63, 199, 3, 113, 0, 145, 21, 200, 127, 164, 56, 184, 58, 94, 186, 140, 188, 111, 147, 76, 61, 136, 217, 129, 63, 199, 3, 113, 0, 145, 21, 200, 127, 238, 57, 0, 56, 247, 89, 164, 61, 127, 30, 181, 187, 151, 87, 136, 63, 199, 3, 113, 0, 145, 21, 200, 127, 178, 57, 139, 55 ), +"array_index_data": PoolByteArray( 0, 0, 2, 0, 1, 0, 3, 0, 5, 0, 4, 0, 6, 0, 8, 0, 7, 0, 9, 0, 11, 0, 10, 0, 12, 0, 14, 0, 13, 0, 15, 0, 17, 0, 16, 0, 18, 0, 20, 0, 19, 0, 21, 0, 23, 0, 22, 0, 24, 0, 26, 0, 25, 0, 27, 0, 29, 0, 28, 0, 30, 0, 32, 0, 31, 0, 33, 0, 35, 0, 34, 0, 36, 0, 38, 0, 37, 0, 39, 0, 41, 0, 40, 0, 42, 0, 44, 0, 43, 0, 45, 0, 47, 0, 46, 0, 48, 0, 50, 0, 49, 0, 51, 0, 53, 0, 52, 0, 54, 0, 56, 0, 55, 0, 57, 0, 59, 0, 58, 0, 60, 0, 62, 0, 61, 0, 63, 0, 65, 0, 64, 0, 66, 0, 68, 0, 67, 0, 69, 0, 71, 0, 70, 0, 72, 0, 74, 0, 73, 0, 75, 0, 77, 0, 76, 0, 78, 0, 80, 0, 79, 0, 81, 0, 83, 0, 82, 0, 84, 0, 86, 0, 85, 0, 87, 0, 89, 0, 88, 0, 90, 0, 92, 0, 91, 0, 93, 0, 95, 0, 94, 0, 96, 0, 98, 0, 97, 0, 99, 0, 101, 0, 100, 0, 102, 0, 104, 0, 103, 0, 105, 0, 107, 0, 106, 0, 108, 0, 110, 0, 109, 0, 111, 0, 113, 0, 112, 0, 114, 0, 116, 0, 115, 0, 117, 0, 119, 0, 118, 0, 120, 0, 122, 0, 121, 0, 123, 0, 125, 0, 124, 0, 126, 0, 128, 0, 127, 0, 129, 0, 131, 0, 130, 0, 132, 0, 134, 0, 133, 0, 135, 0, 137, 0, 136, 0, 138, 0, 140, 0, 139, 0, 141, 0, 143, 0, 142, 0, 144, 0, 146, 0, 145, 0, 147, 0, 149, 0, 148, 0, 150, 0, 152, 0, 151, 0, 153, 0, 155, 0, 154, 0, 156, 0, 158, 0, 157, 0, 159, 0, 161, 0, 160, 0, 162, 0, 164, 0, 163, 0, 165, 0, 167, 0, 166, 0, 168, 0, 170, 0, 169, 0, 171, 0, 173, 0, 172, 0, 174, 0, 176, 0, 175, 0, 177, 0, 179, 0, 178, 0, 180, 0, 182, 0, 181, 0, 183, 0, 185, 0, 184, 0, 186, 0, 188, 0, 187, 0, 189, 0, 191, 0, 190, 0, 192, 0, 194, 0, 193, 0, 195, 0, 197, 0, 196, 0, 198, 0, 200, 0, 199, 0, 201, 0, 203, 0, 202, 0, 204, 0, 206, 0, 205, 0, 207, 0, 209, 0, 208, 0, 210, 0, 212, 0, 211, 0, 213, 0, 215, 0, 214, 0, 216, 0, 218, 0, 217, 0, 219, 0, 221, 0, 220, 0, 222, 0, 224, 0, 223, 0, 225, 0, 227, 0, 226, 0, 228, 0, 230, 0, 229, 0, 231, 0, 233, 0, 232, 0, 234, 0, 236, 0, 235, 0, 237, 0, 239, 0, 238, 0, 240, 0, 242, 0, 241, 0, 243, 0, 245, 0, 244, 0, 246, 0, 248, 0, 247, 0, 249, 0, 251, 0, 250, 0, 252, 0, 254, 0, 253, 0, 255, 0, 1, 1, 0, 1, 2, 1, 4, 1, 3, 1, 5, 1, 7, 1, 6, 1, 8, 1, 10, 1, 9, 1, 11, 1, 13, 1, 12, 1, 14, 1, 16, 1, 15, 1, 17, 1, 19, 1, 18, 1, 20, 1, 22, 1, 21, 1, 23, 1, 25, 1, 24, 1, 26, 1, 28, 1, 27, 1, 29, 1, 31, 1, 30, 1, 32, 1, 34, 1, 33, 1, 35, 1, 37, 1, 36, 1, 38, 1, 40, 1, 39, 1, 41, 1, 43, 1, 42, 1, 44, 1, 46, 1, 45, 1, 47, 1, 49, 1, 48, 1, 50, 1, 52, 1, 51, 1, 53, 1, 55, 1, 54, 1, 56, 1, 58, 1, 57, 1, 59, 1, 61, 1, 60, 1, 62, 1, 64, 1, 63, 1, 65, 1, 67, 1, 66, 1 ), +"blend_shape_data": [ ], +"format": 97559, +"index_count": 324, +"material": ExtResource( 2 ), +"name": "Body", +"primitive": 4, +"skeleton_aabb": [ ], +"vertex_count": 324 +} -[sub_resource type="CylinderShape" id=4] +[sub_resource type="ArrayMesh" id=4] +resource_name = "Icosphere" +surfaces/0 = { +"aabb": AABB( -0.485413, -0.180175, -0.426281, 0.274474, 0.315836, 0.852562 ), +"array_data": PoolByteArray( 14, 136, 248, 190, 39, 244, 187, 189, 0, 0, 0, 128, 150, 4, 69, 0, 189, 21, 151, 129, 209, 49, 189, 58, 128, 0, 88, 190, 217, 127, 56, 190, 136, 65, 218, 62, 150, 4, 69, 0, 189, 21, 151, 129, 0, 0, 189, 58, 41, 43, 168, 190, 184, 234, 10, 62, 112, 11, 105, 62, 150, 4, 69, 0, 189, 21, 151, 129, 209, 45, 123, 57, 128, 0, 88, 190, 224, 127, 56, 190, 136, 65, 218, 190, 150, 4, 187, 0, 67, 235, 151, 129, 209, 53, 189, 58, 14, 136, 248, 190, 39, 244, 187, 189, 0, 0, 0, 128, 150, 4, 187, 0, 67, 235, 151, 129, 209, 49, 189, 58, 41, 43, 168, 190, 184, 234, 10, 62, 112, 11, 105, 190, 150, 4, 187, 0, 67, 235, 151, 129, 93, 52, 123, 57 ), +"array_index_data": PoolByteArray( 0, 0, 2, 0, 1, 0, 3, 0, 5, 0, 4, 0 ), +"blend_shape_data": [ ], +"format": 97559, +"index_count": 6, +"material": ExtResource( 3 ), +"name": "Eyes", +"primitive": 4, +"skeleton_aabb": [ ], +"vertex_count": 6 +} +surfaces/1 = { +"aabb": AABB( -0.485413, -0.355987, -0.426281, 0.825841, 0.693274, 0.852562 ), +"array_data": PoolByteArray( 53, 39, 76, 188, 231, 67, 182, 190, 0, 0, 0, 128, 22, 145, 56, 0, 137, 254, 42, 129, 139, 58, 0, 60, 162, 76, 174, 62, 212, 235, 43, 190, 124, 44, 109, 62, 22, 145, 56, 0, 137, 254, 42, 129, 209, 57, 189, 58, 128, 0, 88, 190, 217, 127, 56, 190, 136, 65, 218, 62, 22, 145, 56, 0, 137, 254, 42, 129, 69, 59, 189, 58, 162, 76, 174, 62, 212, 235, 43, 190, 124, 44, 109, 62, 59, 144, 0, 0, 0, 0, 127, 129, 209, 57, 189, 58, 53, 39, 76, 188, 231, 67, 182, 190, 0, 0, 0, 128, 59, 144, 0, 0, 0, 0, 127, 129, 23, 57, 0, 60, 162, 76, 174, 62, 212, 235, 43, 190, 130, 44, 109, 190, 59, 144, 0, 0, 0, 0, 127, 129, 93, 56, 189, 58, 53, 39, 76, 188, 231, 67, 182, 190, 0, 0, 0, 128, 195, 147, 16, 0, 189, 21, 151, 129, 209, 45, 0, 60, 128, 0, 88, 190, 217, 127, 56, 190, 136, 65, 218, 62, 195, 147, 16, 0, 189, 21, 151, 129, 0, 0, 189, 58, 14, 136, 248, 190, 39, 244, 187, 189, 0, 0, 0, 128, 195, 147, 16, 0, 189, 21, 151, 129, 209, 49, 189, 58, 53, 39, 76, 188, 231, 67, 182, 190, 0, 0, 0, 128, 195, 147, 240, 0, 67, 235, 151, 129, 93, 52, 0, 60, 14, 136, 248, 190, 39, 244, 187, 189, 0, 0, 0, 128, 195, 147, 240, 0, 67, 235, 151, 129, 209, 49, 189, 58, 128, 0, 88, 190, 224, 127, 56, 190, 136, 65, 218, 190, 195, 147, 240, 0, 67, 235, 151, 129, 209, 53, 189, 58, 53, 39, 76, 188, 231, 67, 182, 190, 0, 0, 0, 128, 22, 145, 200, 0, 119, 2, 42, 129, 69, 55, 0, 60, 128, 0, 88, 190, 224, 127, 56, 190, 136, 65, 218, 190, 22, 145, 200, 0, 119, 2, 42, 129, 209, 53, 189, 58, 162, 76, 174, 62, 212, 235, 43, 190, 130, 44, 109, 190, 22, 145, 200, 0, 119, 2, 42, 129, 93, 56, 189, 58, 162, 76, 174, 62, 212, 235, 43, 190, 124, 44, 109, 62, 125, 20, 0, 0, 0, 0, 127, 129, 209, 57, 189, 58, 162, 76, 174, 62, 212, 235, 43, 190, 130, 44, 109, 190, 125, 20, 0, 0, 0, 0, 127, 129, 93, 56, 189, 58, 97, 72, 136, 62, 102, 47, 147, 62, 0, 0, 0, 128, 125, 20, 0, 0, 0, 0, 126, 129, 23, 57, 123, 57, 128, 0, 88, 190, 217, 127, 56, 190, 136, 65, 218, 62, 42, 8, 119, 0, 137, 254, 42, 129, 69, 59, 189, 58, 162, 76, 174, 62, 212, 235, 43, 190, 124, 44, 109, 62, 42, 8, 119, 0, 137, 254, 42, 129, 209, 57, 189, 58, 223, 248, 77, 189, 133, 92, 249, 61, 174, 138, 178, 62, 42, 8, 119, 0, 137, 254, 42, 129, 139, 58, 123, 57, 162, 76, 174, 62, 212, 235, 43, 190, 130, 44, 109, 190, 42, 8, 137, 0, 119, 2, 42, 129, 93, 56, 189, 58, 128, 0, 88, 190, 224, 127, 56, 190, 136, 65, 218, 190, 42, 8, 137, 0, 119, 2, 42, 129, 209, 53, 189, 58, 223, 248, 77, 189, 133, 92, 249, 61, 178, 138, 178, 190, 42, 8, 137, 0, 119, 2, 42, 129, 69, 55, 123, 57, 162, 76, 174, 62, 212, 235, 43, 190, 124, 44, 109, 62, 69, 57, 89, 0, 176, 214, 88, 129, 209, 57, 189, 58, 97, 72, 136, 62, 102, 47, 147, 62, 0, 0, 0, 128, 69, 57, 89, 0, 176, 214, 88, 129, 23, 57, 123, 57, 223, 248, 77, 189, 133, 92, 249, 61, 174, 138, 178, 62, 69, 57, 89, 0, 176, 214, 88, 129, 139, 58, 123, 57, 128, 0, 88, 190, 217, 127, 56, 190, 136, 65, 218, 62, 212, 51, 107, 0, 140, 5, 206, 129, 69, 59, 189, 58, 223, 248, 77, 189, 133, 92, 249, 61, 174, 138, 178, 62, 212, 51, 107, 0, 140, 5, 206, 129, 139, 58, 123, 57, 41, 43, 168, 190, 184, 234, 10, 62, 112, 11, 105, 62, 212, 51, 107, 0, 140, 5, 206, 129, 0, 60, 123, 57, 14, 136, 248, 190, 39, 244, 187, 189, 0, 0, 0, 128, 152, 72, 0, 0, 0, 0, 129, 129, 209, 49, 189, 58, 41, 43, 168, 190, 184, 234, 10, 62, 112, 11, 105, 62, 152, 72, 0, 0, 0, 0, 130, 129, 209, 45, 123, 57, 41, 43, 168, 190, 184, 234, 10, 62, 112, 11, 105, 190, 152, 72, 0, 0, 0, 0, 130, 129, 93, 52, 123, 57, 128, 0, 88, 190, 224, 127, 56, 190, 136, 65, 218, 190, 212, 51, 149, 0, 116, 251, 206, 129, 209, 53, 189, 58, 41, 43, 168, 190, 184, 234, 10, 62, 112, 11, 105, 190, 212, 51, 149, 0, 116, 251, 206, 129, 93, 52, 123, 57, 223, 248, 77, 189, 133, 92, 249, 61, 178, 138, 178, 190, 212, 51, 149, 0, 116, 251, 206, 129, 69, 55, 123, 57, 162, 76, 174, 62, 212, 235, 43, 190, 130, 44, 109, 190, 69, 57, 167, 0, 80, 42, 88, 129, 93, 56, 189, 58, 223, 248, 77, 189, 133, 92, 249, 61, 178, 138, 178, 190, 69, 57, 167, 0, 80, 42, 88, 129, 69, 55, 123, 57, 97, 72, 136, 62, 102, 47, 147, 62, 0, 0, 0, 128, 69, 57, 167, 0, 80, 42, 88, 129, 23, 57, 123, 57, 223, 248, 77, 189, 133, 92, 249, 61, 174, 138, 178, 62, 12, 109, 63, 0, 176, 214, 88, 129, 139, 58, 123, 57, 97, 72, 136, 62, 102, 47, 147, 62, 0, 0, 0, 128, 12, 109, 63, 0, 176, 214, 88, 129, 23, 57, 123, 57, 71, 196, 33, 190, 219, 176, 172, 62, 0, 0, 0, 128, 12, 109, 63, 0, 176, 214, 88, 129, 209, 57, 56, 56, 41, 43, 168, 190, 184, 234, 10, 62, 112, 11, 105, 62, 231, 102, 71, 0, 140, 5, 206, 129, 0, 60, 123, 57, 223, 248, 77, 189, 133, 92, 249, 61, 174, 138, 178, 62, 231, 102, 71, 0, 140, 5, 206, 129, 139, 58, 123, 57, 71, 196, 33, 190, 219, 176, 172, 62, 0, 0, 0, 128, 231, 102, 71, 0, 140, 5, 206, 129, 69, 59, 56, 56, 41, 43, 168, 190, 184, 234, 10, 62, 112, 11, 105, 190, 160, 81, 0, 0, 0, 0, 129, 129, 93, 52, 123, 57, 41, 43, 168, 190, 184, 234, 10, 62, 112, 11, 105, 62, 160, 81, 0, 0, 0, 0, 129, 129, 209, 45, 123, 57, 71, 196, 33, 190, 219, 176, 172, 62, 0, 0, 0, 128, 160, 81, 0, 0, 0, 0, 129, 129, 209, 49, 56, 56, 223, 248, 77, 189, 133, 92, 249, 61, 178, 138, 178, 190, 231, 102, 185, 0, 116, 251, 206, 129, 69, 55, 123, 57, 41, 43, 168, 190, 184, 234, 10, 62, 112, 11, 105, 190, 231, 102, 185, 0, 116, 251, 206, 129, 93, 52, 123, 57, 71, 196, 33, 190, 219, 176, 172, 62, 0, 0, 0, 128, 231, 102, 185, 0, 116, 251, 206, 129, 209, 53, 56, 56, 97, 72, 136, 62, 102, 47, 147, 62, 0, 0, 0, 128, 12, 109, 193, 0, 80, 42, 88, 129, 23, 57, 123, 57, 223, 248, 77, 189, 133, 92, 249, 61, 178, 138, 178, 190, 12, 109, 193, 0, 80, 42, 88, 129, 69, 55, 123, 57, 71, 196, 33, 190, 219, 176, 172, 62, 0, 0, 0, 128, 12, 109, 193, 0, 80, 42, 88, 129, 93, 56, 56, 56 ), +"array_index_data": PoolByteArray( 0, 0, 2, 0, 1, 0, 3, 0, 5, 0, 4, 0, 6, 0, 8, 0, 7, 0, 9, 0, 11, 0, 10, 0, 12, 0, 14, 0, 13, 0, 15, 0, 17, 0, 16, 0, 18, 0, 20, 0, 19, 0, 21, 0, 23, 0, 22, 0, 24, 0, 26, 0, 25, 0, 27, 0, 29, 0, 28, 0, 30, 0, 32, 0, 31, 0, 33, 0, 35, 0, 34, 0, 36, 0, 38, 0, 37, 0, 39, 0, 41, 0, 40, 0, 42, 0, 44, 0, 43, 0, 45, 0, 47, 0, 46, 0, 48, 0, 50, 0, 49, 0, 51, 0, 53, 0, 52, 0 ), +"blend_shape_data": [ ], +"format": 97559, +"index_count": 54, +"material": ExtResource( 4 ), +"name": "Face", +"primitive": 4, +"skeleton_aabb": [ ], +"vertex_count": 54 +} [sub_resource type="CylinderShape" id=5] +[sub_resource type="CylinderShape" id=6] + [node name="Worker" type="KinematicBody"] script = ExtResource( 1 ) [node name="Meshes" type="Spatial" parent="."] -[node name="TrueAppearance" type="MeshInstance" parent="Meshes"] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0 ) +[node name="True" type="Spatial" parent="Meshes"] +transform = Transform( -2.18557e-08, 0, 0.5, 0, 0.5, 0, -0.5, 0, -2.18557e-08, 0, 0, 0 ) + +[node name="Icosphere001" type="MeshInstance" parent="Meshes/True"] +transform = Transform( 0.977618, 0.210386, 2.82673e-08, -0.210386, 0.977618, -3.00718e-09, -2.82673e-08, -3.00718e-09, 1, 0.49744, 2.39071, -8.46234e-09 ) layers = 2 mesh = SubResource( 1 ) material/0 = null -[node name="MaskedAppearance" type="MeshInstance" parent="Meshes"] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0 ) +[node name="Icosphere" type="MeshInstance" parent="Meshes/True"] +transform = Transform( -1.70096, -1.47283, -1.19023e-06, 1.47283, -1.70096, 2.56838e-07, -1.06792e-06, -5.8495e-07, 2.25, 0.789476, 3.68494, -1.33021e-08 ) +layers = 2 mesh = SubResource( 2 ) material/0 = null +material/1 = null -[node name="MeshInstance" type="MeshInstance" parent="Meshes"] -transform = Transform( 0.1, 0, 0, 0, -4.37114e-009, 0.1, 0, -0.1, -4.37114e-009, 0, 1.8, -0.9 ) -layers = 3 +[node name="Masked" type="Spatial" parent="Meshes"] +transform = Transform( -2.18557e-08, 0, 0.5, 0, 0.5, 0, -0.5, 0, -2.18557e-08, 0, 0, 0 ) + +[node name="Icosphere001" type="MeshInstance" parent="Meshes/Masked"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.4537, 0 ) mesh = SubResource( 3 ) material/0 = null +[node name="Icosphere" type="MeshInstance" parent="Meshes/Masked"] +transform = Transform( -2.25, 0, -7.33143e-07, 0, 2.25, 0, 7.33143e-07, 0, -2.25, 0, 4.0631, 0 ) +mesh = SubResource( 4 ) +material/0 = null +material/1 = null + [node name="Collider" type="CollisionShape" parent="."] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0 ) -shape = SubResource( 4 ) +shape = SubResource( 5 ) [node name="InteractArea" type="Area" parent="."] [node name="CollisionShape" type="CollisionShape" parent="InteractArea"] transform = Transform( 1.2, 0, 0, 0, 1, 0, 0, 0, 1.2, 0, 1, 0 ) -shape = SubResource( 5 ) +shape = SubResource( 6 ) diff --git a/Global/PillAudioHandler.gd b/Global/PillAudioHandler.gd new file mode 100644 index 0000000..ada2eb2 --- /dev/null +++ b/Global/PillAudioHandler.gd @@ -0,0 +1,54 @@ +extends Node + + +export(float) var true_begin_threshold = 0.75 +export(float) var masked_begin_threshold = 0.4 +export(float) var max_volume = 0.15 +export(float) var min_pitch_scale = 0.9 # The pitch won't go down lower than this when the player is sober + + +# Called when the node enters the scene tree for the first time. +func _ready() -> void: + _update_volumes() + + set_master_db(linear2db(max_volume)) + + +func set_masked_db(db_val): + AudioServer.set_bus_volume_db(AudioServer.get_bus_index("Masked"), db_val) + + +func set_true_db(db_val): + AudioServer.set_bus_volume_db(AudioServer.get_bus_index("True"), db_val) + + +func set_master_db(db_val): + AudioServer.set_bus_volume_db(AudioServer.get_bus_index("Master"), db_val) + + +# Called every frame. 'delta' is the elapsed time since the previous frame. +func _process(delta: float) -> void: + _update_volumes() + + +func _update_volumes(): + var level = Pills.get_normalized_level() + + if level < masked_begin_threshold: + set_masked_db(linear2db(0.0)) + set_true_db(linear2db(max_volume)) + elif level < true_begin_threshold: + # Get the distance between the masked and true thresholds as a value between 0 and 1 + var normalized_distance_within_thresholds = inverse_lerp(masked_begin_threshold, true_begin_threshold, level) + + # Scale volumes accordingly + set_masked_db(linear2db(normalized_distance_within_thresholds * max_volume)) + set_true_db(linear2db((1.0 - normalized_distance_within_thresholds) * max_volume)) + else: + set_masked_db(linear2db(max_volume)) + set_true_db(linear2db(0.0)) + + # Decrease the pitch when the player is sober + var pitch = lerp(min_pitch_scale, 1.0, level) + + AudioServer.get_bus_effect(AudioServer.get_bus_index("Master"), 0).pitch_scale = pitch diff --git a/Global/PillAudioHandler.tscn b/Global/PillAudioHandler.tscn new file mode 100644 index 0000000..f1a8df2 --- /dev/null +++ b/Global/PillAudioHandler.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://Global/PillAudioHandler.gd" type="Script" id=1] + +[node name="PillAudioHandler" type="Node"] +script = ExtResource( 1 ) diff --git a/Level/Buildings/DoubleDoorWall.tscn b/Level/Buildings/DoubleDoorWall.tscn index 7304fb4..7d5d5d1 100644 --- a/Level/Buildings/DoubleDoorWall.tscn +++ b/Level/Buildings/DoubleDoorWall.tscn @@ -10,8 +10,7 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 2 ) [node name="WallPart1" type="StaticBody" parent="."] -editor/display_folded = true -transform = Transform( 2, 0, 0, 0, 1.5, 0, 0, 0, 0.2, -4, 1.5, 0 ) +transform = Transform( 1, 0, 0, 0, 1.5, 0, 0, 0, 0.2, -3, 1.5, 0 ) collision_layer = 3 [node name="MeshInstance" type="MeshInstance" parent="WallPart1"] @@ -23,8 +22,7 @@ material/0 = null shape = SubResource( 2 ) [node name="WallPart2" type="StaticBody" parent="."] -editor/display_folded = true -transform = Transform( 2, 0, 0, 0, 1.5, 0, 0, 0, 0.2, 4, 1.5, 0 ) +transform = Transform( 1, 0, 0, 0, 1.5, 0, 0, 0, 0.2, 3, 1.5, 0 ) collision_layer = 3 [node name="MeshInstance" type="MeshInstance" parent="WallPart2"] @@ -36,8 +34,7 @@ material/0 = null shape = SubResource( 2 ) [node name="WallPart3" type="StaticBody" parent="."] -editor/display_folded = true -transform = Transform( 6, 0, 0, 0, 1, 0, 0, 0, 0.2, 0, 4, 0 ) +transform = Transform( 4, 0, 0, 0, 1, 0, 0, 0, 0.2, 0, 4, 0 ) collision_layer = 3 [node name="MeshInstance" type="MeshInstance" parent="WallPart3"] diff --git a/Level/Decoration/Statue.tscn b/Level/Decoration/Statue.tscn new file mode 100644 index 0000000..76951a6 --- /dev/null +++ b/Level/Decoration/Statue.tscn @@ -0,0 +1,35 @@ +[gd_scene load_steps=4 format=2] + +[ext_resource path="res://Resources/Models/Material.material" type="Material" id=1] + +[sub_resource type="BoxShape" id=1] + +[sub_resource type="ArrayMesh" id=2] +resource_name = "Cube" +surfaces/0 = { +"aabb": AABB( -2.6507, 0, -0.30958, 5.30142, 3.30187, 0.601785 ), +"array_data": PoolByteArray( 81, 204, 96, 190, 123, 233, 220, 61, 78, 144, 127, 189, 0, 231, 124, 0, 127, 0, 0, 129, 202, 56, 0, 59, 40, 49, 178, 189, 174, 68, 91, 63, 55, 152, 185, 61, 0, 231, 124, 0, 127, 0, 0, 129, 202, 56, 83, 58, 67, 228, 140, 190, 174, 68, 91, 63, 63, 152, 185, 61, 0, 231, 124, 0, 127, 0, 0, 129, 202, 56, 172, 59, 147, 7, 221, 189, 160, 139, 159, 61, 188, 17, 202, 188, 114, 54, 13, 0, 8, 14, 131, 127, 0, 57, 0, 56, 127, 251, 250, 189, 191, 225, 82, 61, 32, 203, 79, 62, 114, 54, 13, 0, 8, 14, 131, 127, 34, 56, 0, 56, 204, 232, 204, 189, 15, 0, 128, 52, 194, 252, 96, 62, 114, 54, 13, 0, 8, 14, 131, 127, 0, 54, 119, 56, 147, 143, 169, 190, 160, 139, 159, 61, 188, 17, 202, 188, 131, 4, 15, 0, 8, 123, 29, 127, 0, 59, 0, 56, 172, 174, 182, 190, 160, 27, 168, 61, 73, 149, 114, 190, 131, 4, 15, 0, 8, 123, 29, 127, 0, 59, 0, 52, 170, 113, 185, 190, 250, 255, 255, 52, 129, 81, 131, 190, 131, 4, 15, 0, 8, 123, 29, 127, 0, 57, 0, 52, 81, 204, 96, 190, 95, 18, 183, 61, 247, 217, 142, 190, 30, 39, 140, 0, 0, 120, 41, 127, 0, 54, 0, 54, 239, 27, 159, 189, 15, 0, 128, 52, 104, 110, 139, 190, 30, 39, 140, 0, 0, 120, 41, 127, 0, 48, 0, 52, 87, 204, 96, 190, 15, 0, 128, 52, 66, 129, 158, 190, 30, 39, 140, 0, 0, 120, 41, 127, 0, 48, 0, 54, 123, 209, 96, 190, 159, 112, 192, 61, 188, 17, 202, 188, 247, 125, 19, 0, 0, 19, 131, 127, 0, 57, 0, 54, 120, 13, 162, 190, 0, 226, 82, 61, 32, 203, 79, 62, 247, 125, 19, 0, 0, 19, 131, 127, 34, 56, 0, 52, 81, 204, 96, 190, 191, 225, 82, 61, 27, 115, 129, 62, 247, 125, 19, 0, 0, 19, 131, 127, 34, 56, 0, 54, 66, 249, 17, 190, 123, 233, 220, 61, 78, 144, 127, 189, 76, 100, 10, 0, 249, 248, 126, 127, 202, 56, 83, 58, 31, 217, 171, 189, 160, 27, 168, 61, 73, 149, 114, 190, 76, 100, 10, 0, 249, 248, 126, 127, 0, 54, 0, 58, 22, 114, 0, 190, 22, 61, 230, 61, 20, 117, 102, 190, 76, 100, 10, 0, 249, 248, 126, 127, 107, 54, 69, 58, 22, 114, 0, 190, 22, 61, 230, 61, 20, 117, 102, 190, 3, 114, 202, 0, 0, 54, 114, 127, 107, 54, 69, 58, 81, 204, 96, 190, 95, 18, 183, 61, 247, 217, 142, 190, 3, 114, 202, 0, 0, 54, 114, 127, 0, 54, 0, 59, 81, 204, 96, 190, 127, 76, 235, 61, 14, 117, 102, 190, 3, 114, 202, 0, 0, 54, 114, 127, 107, 54, 0, 59, 179, 207, 151, 190, 123, 233, 220, 61, 78, 144, 127, 189, 0, 119, 43, 0, 0, 213, 119, 127, 202, 56, 172, 59, 123, 209, 96, 190, 159, 112, 192, 61, 188, 17, 202, 188, 0, 119, 43, 0, 0, 213, 119, 127, 0, 57, 0, 59, 81, 204, 96, 190, 123, 233, 220, 61, 78, 144, 127, 189, 0, 119, 43, 0, 0, 213, 119, 127, 202, 56, 0, 59, 179, 207, 151, 190, 123, 233, 220, 61, 78, 144, 127, 189, 181, 101, 11, 0, 15, 254, 126, 127, 202, 56, 172, 59, 172, 174, 182, 190, 160, 27, 168, 61, 73, 149, 114, 190, 181, 101, 11, 0, 15, 254, 126, 127, 0, 54, 0, 60, 147, 143, 169, 190, 160, 139, 159, 61, 188, 17, 202, 188, 181, 101, 11, 0, 15, 254, 126, 127, 0, 57, 0, 60, 67, 228, 140, 190, 51, 55, 91, 63, 160, 77, 19, 190, 130, 7, 4, 0, 127, 0, 0, 129, 107, 54, 186, 59, 228, 23, 105, 190, 43, 108, 196, 63, 78, 106, 96, 61, 130, 7, 4, 0, 127, 0, 0, 129, 202, 56, 172, 59, 187, 185, 115, 190, 43, 108, 196, 63, 197, 175, 91, 190, 130, 7, 4, 0, 127, 0, 0, 129, 107, 54, 186, 59, 66, 249, 17, 190, 123, 233, 220, 61, 78, 144, 127, 189, 125, 244, 13, 0, 127, 0, 0, 129, 202, 56, 83, 58, 15, 121, 126, 189, 51, 55, 91, 63, 160, 77, 19, 190, 125, 244, 13, 0, 127, 0, 0, 129, 107, 54, 69, 58, 40, 49, 178, 189, 174, 68, 91, 63, 55, 152, 185, 61, 125, 244, 13, 0, 127, 0, 0, 129, 202, 56, 83, 58, 179, 207, 151, 190, 123, 233, 220, 61, 78, 144, 127, 189, 130, 5, 13, 0, 127, 0, 0, 129, 202, 56, 172, 59, 67, 228, 140, 190, 51, 55, 91, 63, 160, 77, 19, 190, 130, 5, 13, 0, 127, 0, 0, 129, 107, 54, 186, 59, 73, 147, 160, 190, 22, 61, 230, 61, 14, 117, 102, 190, 130, 5, 13, 0, 127, 0, 0, 129, 107, 54, 186, 59, 81, 204, 96, 190, 127, 76, 235, 61, 14, 117, 102, 190, 0, 13, 130, 0, 127, 0, 0, 127, 107, 54, 0, 59, 67, 228, 140, 190, 51, 55, 91, 63, 160, 77, 19, 190, 0, 13, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 15, 121, 126, 189, 51, 55, 91, 63, 160, 77, 19, 190, 0, 13, 130, 0, 127, 0, 0, 127, 107, 54, 69, 58, 15, 121, 126, 189, 51, 55, 91, 63, 160, 77, 19, 190, 0, 243, 130, 0, 127, 0, 0, 127, 107, 54, 69, 58, 187, 185, 115, 190, 43, 108, 196, 63, 197, 175, 91, 190, 0, 243, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 251, 31, 2, 55, 68, 108, 196, 63, 204, 175, 91, 190, 0, 243, 130, 0, 127, 0, 0, 127, 107, 54, 69, 58, 40, 49, 178, 189, 174, 68, 91, 63, 55, 152, 185, 61, 0, 6, 126, 0, 127, 0, 0, 129, 202, 56, 83, 58, 228, 23, 105, 190, 43, 108, 196, 63, 78, 106, 96, 61, 0, 6, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 67, 228, 140, 190, 174, 68, 91, 63, 63, 152, 185, 61, 0, 6, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 15, 121, 126, 189, 51, 55, 91, 63, 160, 77, 19, 190, 125, 241, 13, 0, 127, 0, 0, 129, 107, 54, 69, 58, 5, 96, 2, 55, 43, 108, 196, 63, 62, 106, 96, 61, 125, 241, 13, 0, 127, 0, 0, 129, 202, 56, 83, 58, 40, 49, 178, 189, 174, 68, 91, 63, 55, 152, 185, 61, 125, 241, 13, 0, 127, 0, 0, 129, 202, 56, 83, 58, 204, 232, 204, 189, 15, 0, 128, 52, 194, 252, 96, 62, 55, 69, 90, 0, 0, 156, 77, 127, 239, 54, 0, 0, 81, 204, 96, 190, 191, 225, 82, 61, 27, 115, 129, 62, 55, 69, 90, 0, 0, 156, 77, 127, 0, 54, 0, 48, 67, 204, 96, 190, 15, 0, 128, 52, 225, 155, 149, 62, 55, 69, 90, 0, 0, 156, 77, 127, 239, 54, 0, 48, 239, 27, 159, 189, 15, 0, 128, 52, 104, 110, 139, 190, 0, 129, 0, 0, 5, 0, 130, 127, 0, 57, 0, 0, 204, 232, 204, 189, 15, 0, 128, 52, 194, 252, 96, 62, 0, 129, 0, 0, 5, 0, 130, 127, 239, 54, 0, 0, 170, 113, 185, 190, 250, 255, 255, 52, 129, 81, 131, 190, 0, 129, 0, 0, 5, 0, 130, 127, 0, 57, 0, 52, 227, 103, 80, 190, 51, 165, 33, 64, 57, 239, 55, 62, 248, 43, 118, 0, 127, 0, 0, 129, 202, 56, 83, 58, 5, 96, 2, 55, 156, 51, 43, 64, 182, 230, 13, 62, 248, 43, 118, 0, 127, 0, 0, 129, 202, 56, 83, 58, 74, 141, 166, 190, 61, 156, 46, 64, 80, 1, 198, 61, 248, 43, 118, 0, 127, 0, 0, 129, 202, 56, 0, 59, 4, 160, 2, 55, 113, 230, 14, 64, 73, 93, 52, 62, 14, 11, 131, 0, 127, 0, 0, 127, 0, 0, 0, 60, 84, 59, 139, 190, 102, 136, 19, 64, 253, 225, 26, 62, 14, 11, 131, 0, 127, 0, 0, 127, 0, 0, 0, 60, 227, 103, 80, 190, 51, 165, 33, 64, 57, 239, 55, 62, 14, 11, 131, 0, 127, 0, 0, 127, 0, 0, 0, 60, 72, 226, 39, 191, 24, 237, 31, 64, 78, 31, 102, 61, 33, 3, 134, 0, 127, 0, 0, 127, 202, 56, 172, 59, 94, 63, 54, 191, 36, 11, 45, 64, 143, 207, 61, 61, 33, 3, 134, 0, 127, 0, 0, 127, 202, 56, 172, 59, 227, 103, 80, 190, 51, 165, 33, 64, 57, 239, 55, 62, 33, 3, 134, 0, 127, 0, 0, 127, 202, 56, 83, 58, 228, 23, 105, 190, 43, 108, 196, 63, 78, 106, 96, 61, 241, 240, 124, 0, 127, 0, 0, 129, 202, 56, 172, 59, 4, 160, 2, 55, 113, 230, 14, 64, 73, 93, 52, 62, 241, 240, 124, 0, 127, 0, 0, 129, 202, 56, 83, 58, 84, 59, 139, 190, 102, 136, 19, 64, 253, 225, 26, 62, 241, 240, 124, 0, 127, 0, 0, 129, 202, 56, 83, 58, 27, 138, 193, 190, 136, 101, 11, 64, 62, 31, 102, 61, 184, 239, 103, 0, 127, 0, 0, 129, 202, 56, 172, 59, 228, 23, 105, 190, 43, 108, 196, 63, 78, 106, 96, 61, 184, 239, 103, 0, 127, 0, 0, 129, 202, 56, 172, 59, 84, 59, 139, 190, 102, 136, 19, 64, 253, 225, 26, 62, 184, 239, 103, 0, 127, 0, 0, 129, 202, 56, 83, 58, 119, 131, 202, 191, 46, 143, 42, 64, 192, 143, 3, 60, 252, 126, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 5, 77, 6, 192, 50, 88, 41, 64, 48, 35, 197, 189, 252, 126, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 103, 72, 6, 192, 50, 88, 41, 64, 123, 56, 57, 60, 252, 126, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 94, 63, 54, 191, 36, 11, 45, 64, 143, 207, 61, 61, 249, 3, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 253, 106, 202, 191, 138, 85, 35, 64, 254, 83, 82, 187, 249, 3, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 72, 226, 39, 191, 24, 237, 31, 64, 78, 31, 102, 61, 249, 3, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 94, 63, 54, 191, 36, 11, 45, 64, 143, 207, 61, 61, 251, 126, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 184, 143, 202, 191, 46, 143, 42, 64, 164, 130, 212, 189, 251, 126, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 119, 131, 202, 191, 46, 143, 42, 64, 192, 143, 3, 60, 251, 126, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 227, 103, 80, 190, 51, 165, 33, 64, 57, 239, 55, 62, 0, 33, 122, 0, 127, 0, 0, 129, 0, 0, 0, 60, 243, 107, 80, 62, 60, 165, 33, 64, 50, 239, 55, 62, 0, 33, 122, 0, 127, 0, 0, 129, 202, 56, 83, 58, 5, 96, 2, 55, 156, 51, 43, 64, 182, 230, 13, 62, 0, 33, 122, 0, 127, 0, 0, 129, 0, 0, 0, 60, 228, 23, 105, 190, 43, 108, 196, 63, 78, 106, 96, 61, 133, 228, 4, 0, 127, 0, 0, 129, 202, 56, 172, 59, 154, 163, 197, 190, 136, 101, 11, 64, 67, 43, 78, 190, 133, 228, 4, 0, 127, 0, 0, 129, 107, 54, 186, 59, 187, 185, 115, 190, 43, 108, 196, 63, 197, 175, 91, 190, 133, 228, 4, 0, 127, 0, 0, 129, 107, 54, 186, 59, 153, 183, 40, 191, 24, 237, 31, 64, 187, 252, 53, 190, 161, 173, 1, 0, 127, 0, 0, 129, 107, 54, 186, 59, 27, 138, 193, 190, 136, 101, 11, 64, 62, 31, 102, 61, 161, 173, 1, 0, 127, 0, 0, 129, 202, 56, 172, 59, 72, 226, 39, 191, 24, 237, 31, 64, 78, 31, 102, 61, 161, 173, 1, 0, 127, 0, 0, 129, 202, 56, 172, 59, 251, 31, 2, 55, 176, 202, 11, 64, 248, 22, 99, 190, 250, 4, 130, 0, 127, 0, 0, 127, 107, 54, 69, 58, 154, 163, 197, 190, 136, 101, 11, 64, 67, 43, 78, 190, 250, 4, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 251, 31, 2, 55, 61, 127, 36, 64, 87, 77, 86, 190, 250, 4, 130, 0, 127, 0, 0, 127, 107, 54, 69, 58, 243, 107, 80, 62, 60, 165, 33, 64, 50, 239, 55, 62, 223, 3, 134, 0, 127, 0, 0, 127, 202, 56, 83, 58, 98, 64, 54, 63, 36, 11, 45, 64, 110, 207, 61, 61, 223, 3, 134, 0, 127, 0, 0, 127, 202, 56, 172, 59, 76, 227, 39, 63, 24, 237, 31, 64, 62, 31, 102, 61, 223, 3, 134, 0, 127, 0, 0, 127, 202, 56, 172, 59, 5, 77, 6, 192, 50, 88, 41, 64, 48, 35, 197, 189, 247, 126, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 174, 18, 23, 192, 175, 37, 40, 64, 251, 145, 171, 58, 247, 126, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 103, 72, 6, 192, 50, 88, 41, 64, 123, 56, 57, 60, 247, 126, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 68, 168, 202, 191, 138, 85, 35, 64, 208, 152, 187, 189, 255, 243, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 5, 77, 6, 192, 50, 88, 41, 64, 48, 35, 197, 189, 255, 243, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 184, 143, 202, 191, 46, 143, 42, 64, 164, 130, 212, 189, 255, 243, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 68, 168, 202, 191, 138, 85, 35, 64, 208, 152, 187, 189, 0, 130, 0, 0, 127, 0, 0, 129, 107, 54, 186, 59, 230, 59, 6, 192, 168, 111, 35, 64, 123, 222, 75, 60, 0, 130, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 138, 89, 6, 192, 168, 111, 35, 64, 48, 35, 197, 189, 0, 130, 0, 0, 127, 0, 0, 129, 107, 54, 186, 59, 253, 106, 202, 191, 138, 85, 35, 64, 254, 83, 82, 187, 3, 1, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 103, 72, 6, 192, 50, 88, 41, 64, 123, 56, 57, 60, 3, 1, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 230, 59, 6, 192, 168, 111, 35, 64, 123, 222, 75, 60, 3, 1, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 110, 21, 23, 192, 175, 37, 40, 64, 144, 114, 176, 189, 16, 0, 131, 0, 127, 0, 0, 127, 107, 54, 186, 59, 45, 67, 32, 192, 69, 41, 38, 64, 114, 63, 214, 189, 16, 0, 131, 0, 127, 0, 0, 127, 107, 54, 186, 59, 189, 57, 32, 192, 77, 158, 40, 64, 87, 63, 214, 189, 16, 0, 131, 0, 127, 0, 0, 127, 107, 54, 186, 59, 138, 89, 6, 192, 168, 111, 35, 64, 48, 35, 197, 189, 252, 0, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 110, 21, 23, 192, 175, 37, 40, 64, 144, 114, 176, 189, 252, 0, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 5, 77, 6, 192, 50, 88, 41, 64, 48, 35, 197, 189, 252, 0, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 138, 89, 6, 192, 168, 111, 35, 64, 48, 35, 197, 189, 247, 130, 0, 0, 127, 0, 0, 129, 107, 54, 186, 59, 65, 11, 23, 192, 39, 162, 36, 64, 254, 112, 18, 59, 247, 130, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 222, 28, 23, 192, 39, 162, 36, 64, 175, 114, 176, 189, 247, 130, 0, 0, 127, 0, 0, 129, 107, 54, 186, 59, 103, 72, 6, 192, 50, 88, 41, 64, 123, 56, 57, 60, 252, 1, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 65, 11, 23, 192, 39, 162, 36, 64, 254, 112, 18, 59, 252, 1, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 230, 59, 6, 192, 168, 111, 35, 64, 123, 222, 75, 60, 252, 1, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 216, 44, 32, 192, 69, 41, 38, 64, 62, 53, 199, 60, 8, 130, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 30, 165, 41, 192, 190, 133, 37, 64, 15, 72, 153, 189, 8, 130, 0, 0, 127, 0, 0, 127, 107, 54, 186, 59, 45, 67, 32, 192, 69, 41, 38, 64, 114, 63, 214, 189, 8, 130, 0, 0, 127, 0, 0, 127, 107, 54, 186, 59, 15, 12, 30, 192, 154, 95, 37, 64, 222, 209, 6, 61, 249, 130, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 41, 203, 33, 192, 117, 147, 37, 64, 222, 211, 123, 61, 249, 130, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 143, 141, 34, 192, 174, 159, 37, 64, 159, 23, 37, 61, 249, 130, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 28, 66, 27, 192, 254, 97, 40, 64, 124, 115, 71, 60, 18, 3, 125, 0, 127, 0, 0, 129, 202, 56, 172, 59, 216, 44, 32, 192, 69, 41, 38, 64, 62, 53, 199, 60, 18, 3, 125, 0, 127, 0, 0, 129, 202, 56, 172, 59, 176, 57, 27, 192, 182, 101, 37, 64, 127, 131, 89, 60, 18, 3, 125, 0, 127, 0, 0, 129, 202, 56, 172, 59, 114, 20, 30, 192, 28, 96, 40, 64, 224, 83, 2, 61, 249, 126, 6, 0, 127, 0, 0, 129, 0, 0, 0, 60, 120, 211, 33, 192, 186, 16, 40, 64, 96, 103, 119, 61, 249, 126, 6, 0, 127, 0, 0, 129, 0, 0, 0, 60, 56, 73, 29, 192, 235, 82, 40, 64, 158, 170, 123, 61, 249, 126, 6, 0, 127, 0, 0, 129, 0, 0, 0, 60, 52, 161, 41, 192, 87, 67, 39, 64, 127, 244, 148, 59, 130, 0, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 30, 165, 41, 192, 190, 133, 37, 64, 15, 72, 153, 189, 130, 0, 0, 0, 127, 0, 0, 129, 107, 54, 186, 59, 90, 158, 41, 192, 190, 133, 37, 64, 127, 110, 176, 59, 130, 0, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 216, 44, 32, 192, 69, 41, 38, 64, 62, 53, 199, 60, 240, 3, 125, 0, 127, 0, 0, 129, 202, 56, 172, 59, 52, 161, 41, 192, 87, 67, 39, 64, 127, 244, 148, 59, 240, 3, 125, 0, 127, 0, 0, 129, 202, 56, 172, 59, 90, 158, 41, 192, 190, 133, 37, 64, 127, 110, 176, 59, 240, 3, 125, 0, 127, 0, 0, 129, 202, 56, 172, 59, 68, 54, 32, 192, 77, 158, 40, 64, 188, 186, 188, 60, 238, 125, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 64, 162, 41, 192, 87, 67, 39, 64, 15, 72, 153, 189, 238, 125, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 52, 161, 41, 192, 87, 67, 39, 64, 127, 244, 148, 59, 238, 125, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 45, 67, 32, 192, 69, 41, 38, 64, 114, 63, 214, 189, 231, 0, 132, 0, 127, 0, 0, 127, 107, 54, 186, 59, 64, 162, 41, 192, 87, 67, 39, 64, 15, 72, 153, 189, 231, 0, 132, 0, 127, 0, 0, 127, 107, 54, 186, 59, 189, 57, 32, 192, 77, 158, 40, 64, 87, 63, 214, 189, 231, 0, 132, 0, 127, 0, 0, 127, 107, 54, 186, 59, 114, 20, 30, 192, 28, 96, 40, 64, 224, 83, 2, 61, 205, 253, 141, 0, 127, 0, 0, 127, 202, 56, 172, 59, 176, 57, 27, 192, 182, 101, 37, 64, 127, 131, 89, 60, 205, 253, 141, 0, 127, 0, 0, 127, 202, 56, 172, 59, 15, 12, 30, 192, 154, 95, 37, 64, 222, 209, 6, 61, 205, 253, 141, 0, 127, 0, 0, 127, 202, 56, 172, 59, 174, 18, 23, 192, 175, 37, 40, 64, 251, 145, 171, 58, 90, 2, 88, 0, 127, 0, 0, 129, 202, 56, 172, 59, 106, 221, 25, 192, 90, 242, 36, 64, 94, 234, 65, 61, 90, 2, 88, 0, 127, 0, 0, 129, 202, 56, 172, 59, 65, 11, 23, 192, 39, 162, 36, 64, 254, 112, 18, 59, 90, 2, 88, 0, 127, 0, 0, 129, 202, 56, 172, 59, 88, 229, 25, 192, 68, 50, 40, 64, 31, 195, 61, 61, 35, 2, 122, 0, 127, 0, 0, 129, 202, 56, 172, 59, 16, 65, 29, 192, 210, 52, 37, 64, 15, 0, 128, 61, 35, 2, 122, 0, 127, 0, 0, 129, 202, 56, 172, 59, 106, 221, 25, 192, 90, 242, 36, 64, 94, 234, 65, 61, 35, 2, 122, 0, 127, 0, 0, 129, 202, 56, 172, 59, 56, 73, 29, 192, 235, 82, 40, 64, 158, 170, 123, 61, 255, 2, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 41, 203, 33, 192, 117, 147, 37, 64, 222, 211, 123, 61, 255, 2, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 16, 65, 29, 192, 210, 52, 37, 64, 15, 0, 128, 61, 255, 2, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 120, 211, 33, 192, 186, 16, 40, 64, 96, 103, 119, 61, 146, 0, 62, 0, 127, 0, 0, 129, 202, 56, 172, 59, 143, 141, 34, 192, 174, 159, 37, 64, 159, 23, 37, 61, 146, 0, 62, 0, 127, 0, 0, 129, 202, 56, 172, 59, 41, 203, 33, 192, 117, 147, 37, 64, 222, 211, 123, 61, 146, 0, 62, 0, 127, 0, 0, 129, 202, 56, 172, 59, 143, 141, 34, 192, 174, 159, 37, 64, 159, 23, 37, 61, 243, 253, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 114, 20, 30, 192, 28, 96, 40, 64, 224, 83, 2, 61, 243, 253, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 15, 12, 30, 192, 154, 95, 37, 64, 222, 209, 6, 61, 243, 253, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 189, 57, 32, 192, 77, 158, 40, 64, 87, 63, 214, 189, 6, 126, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 68, 54, 32, 192, 77, 158, 40, 64, 188, 186, 188, 60, 6, 126, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 28, 66, 27, 192, 254, 97, 40, 64, 124, 115, 71, 60, 6, 126, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 28, 66, 27, 192, 254, 97, 40, 64, 124, 115, 71, 60, 6, 126, 6, 0, 127, 0, 0, 129, 0, 0, 0, 60, 56, 73, 29, 192, 235, 82, 40, 64, 158, 170, 123, 61, 6, 126, 6, 0, 127, 0, 0, 129, 0, 0, 0, 60, 88, 229, 25, 192, 68, 50, 40, 64, 31, 195, 61, 61, 6, 126, 6, 0, 127, 0, 0, 129, 0, 0, 0, 60, 176, 57, 27, 192, 182, 101, 37, 64, 127, 131, 89, 60, 253, 130, 247, 0, 127, 0, 0, 127, 202, 56, 172, 59, 16, 65, 29, 192, 210, 52, 37, 64, 15, 0, 128, 61, 253, 130, 247, 0, 127, 0, 0, 127, 202, 56, 172, 59, 15, 12, 30, 192, 154, 95, 37, 64, 222, 209, 6, 61, 253, 130, 247, 0, 127, 0, 0, 127, 202, 56, 172, 59, 176, 57, 27, 192, 182, 101, 37, 64, 127, 131, 89, 60, 237, 131, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 216, 44, 32, 192, 69, 41, 38, 64, 62, 53, 199, 60, 237, 131, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 45, 67, 32, 192, 69, 41, 38, 64, 114, 63, 214, 189, 237, 131, 0, 0, 127, 0, 0, 129, 107, 54, 186, 59, 151, 116, 54, 191, 36, 11, 45, 64, 252, 171, 34, 190, 249, 243, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 68, 168, 202, 191, 138, 85, 35, 64, 208, 152, 187, 189, 249, 243, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 184, 143, 202, 191, 46, 143, 42, 64, 164, 130, 212, 189, 249, 243, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 253, 106, 202, 191, 138, 85, 35, 64, 254, 83, 82, 187, 249, 130, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 153, 183, 40, 191, 24, 237, 31, 64, 187, 252, 53, 190, 249, 130, 0, 0, 127, 0, 0, 129, 107, 54, 186, 59, 72, 226, 39, 191, 24, 237, 31, 64, 78, 31, 102, 61, 249, 130, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 57, 141, 166, 190, 65, 156, 46, 64, 56, 169, 83, 190, 246, 0, 130, 0, 127, 0, 0, 127, 107, 54, 0, 59, 154, 163, 197, 190, 136, 101, 11, 64, 67, 43, 78, 190, 246, 0, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 153, 183, 40, 191, 24, 237, 31, 64, 187, 252, 53, 190, 246, 0, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 151, 116, 54, 191, 36, 11, 45, 64, 252, 171, 34, 190, 241, 7, 131, 0, 127, 0, 0, 127, 107, 54, 186, 59, 57, 141, 166, 190, 65, 156, 46, 64, 56, 169, 83, 190, 241, 7, 131, 0, 127, 0, 0, 127, 107, 54, 0, 59, 153, 183, 40, 191, 24, 237, 31, 64, 187, 252, 53, 190, 241, 7, 131, 0, 127, 0, 0, 127, 107, 54, 186, 59, 94, 63, 54, 191, 36, 11, 45, 64, 143, 207, 61, 61, 238, 38, 119, 0, 127, 0, 0, 129, 202, 56, 172, 59, 227, 103, 80, 190, 51, 165, 33, 64, 57, 239, 55, 62, 238, 38, 119, 0, 127, 0, 0, 129, 202, 56, 83, 58, 74, 141, 166, 190, 61, 156, 46, 64, 80, 1, 198, 61, 238, 38, 119, 0, 127, 0, 0, 129, 202, 56, 0, 59, 57, 141, 166, 190, 65, 156, 46, 64, 56, 169, 83, 190, 248, 126, 0, 0, 0, 0, 127, 127, 107, 54, 0, 59, 94, 63, 54, 191, 36, 11, 45, 64, 143, 207, 61, 61, 248, 126, 0, 0, 0, 0, 127, 127, 0, 0, 0, 60, 74, 141, 166, 190, 61, 156, 46, 64, 80, 1, 198, 61, 248, 126, 0, 0, 0, 0, 127, 127, 202, 56, 0, 59, 92, 230, 140, 62, 51, 55, 91, 63, 160, 77, 19, 190, 130, 249, 252, 0, 127, 0, 0, 127, 107, 54, 186, 59, 251, 27, 105, 62, 43, 108, 196, 63, 62, 106, 96, 61, 130, 249, 252, 0, 127, 0, 0, 127, 202, 56, 172, 59, 204, 189, 115, 62, 43, 108, 196, 63, 204, 175, 91, 190, 130, 249, 252, 0, 127, 0, 0, 127, 107, 54, 186, 59, 39, 140, 193, 62, 136, 101, 11, 64, 62, 31, 102, 61, 184, 17, 153, 0, 127, 0, 0, 127, 202, 56, 172, 59, 251, 27, 105, 62, 43, 108, 196, 63, 62, 106, 96, 61, 184, 17, 153, 0, 127, 0, 0, 127, 202, 56, 172, 59, 95, 61, 139, 62, 102, 136, 19, 64, 246, 225, 26, 62, 184, 17, 153, 0, 127, 0, 0, 127, 202, 56, 83, 58, 253, 131, 202, 63, 46, 143, 42, 64, 63, 143, 3, 60, 252, 130, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 68, 77, 6, 64, 50, 88, 41, 64, 48, 35, 197, 189, 252, 130, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 166, 72, 6, 64, 50, 88, 41, 64, 121, 55, 57, 60, 252, 130, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 98, 64, 54, 63, 36, 11, 45, 64, 110, 207, 61, 61, 249, 253, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 123, 107, 202, 63, 138, 85, 35, 64, 253, 85, 82, 187, 249, 253, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 76, 227, 39, 63, 24, 237, 31, 64, 62, 31, 102, 61, 249, 253, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 98, 64, 54, 63, 36, 11, 45, 64, 110, 207, 61, 61, 251, 130, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 54, 144, 202, 63, 46, 143, 42, 64, 191, 130, 212, 189, 251, 130, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 253, 131, 202, 63, 46, 143, 42, 64, 63, 143, 3, 60, 251, 130, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 251, 27, 105, 62, 43, 108, 196, 63, 62, 106, 96, 61, 133, 28, 252, 0, 127, 0, 0, 127, 202, 56, 172, 59, 165, 165, 197, 62, 136, 101, 11, 64, 73, 43, 78, 190, 133, 28, 252, 0, 127, 0, 0, 127, 107, 54, 186, 59, 204, 189, 115, 62, 43, 108, 196, 63, 204, 175, 91, 190, 133, 28, 252, 0, 127, 0, 0, 127, 107, 54, 186, 59, 69, 143, 166, 62, 65, 156, 46, 64, 56, 169, 83, 190, 246, 0, 126, 0, 127, 0, 0, 129, 107, 54, 0, 59, 165, 165, 197, 62, 136, 101, 11, 64, 73, 43, 78, 190, 246, 0, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 157, 184, 40, 63, 24, 237, 31, 64, 187, 252, 53, 190, 246, 0, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 68, 77, 6, 64, 50, 88, 41, 64, 48, 35, 197, 189, 247, 130, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 236, 18, 23, 64, 175, 37, 40, 64, 254, 137, 171, 58, 247, 130, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 166, 72, 6, 64, 50, 88, 41, 64, 121, 55, 57, 60, 247, 130, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 202, 168, 202, 63, 138, 85, 35, 64, 223, 152, 187, 189, 255, 13, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 68, 77, 6, 64, 50, 88, 41, 64, 48, 35, 197, 189, 255, 13, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 54, 144, 202, 63, 46, 143, 42, 64, 191, 130, 212, 189, 255, 13, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 202, 168, 202, 63, 138, 85, 35, 64, 223, 152, 187, 189, 0, 126, 0, 0, 127, 0, 0, 127, 107, 54, 186, 59, 37, 60, 6, 64, 168, 111, 35, 64, 123, 222, 75, 60, 0, 126, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 201, 89, 6, 64, 168, 111, 35, 64, 79, 35, 197, 189, 0, 126, 0, 0, 127, 0, 0, 127, 107, 54, 186, 59, 123, 107, 202, 63, 138, 85, 35, 64, 253, 85, 82, 187, 3, 255, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 166, 72, 6, 64, 50, 88, 41, 64, 121, 55, 57, 60, 3, 255, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 37, 60, 6, 64, 168, 111, 35, 64, 123, 222, 75, 60, 3, 255, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 173, 21, 23, 64, 175, 37, 40, 64, 175, 114, 176, 189, 16, 0, 125, 0, 127, 0, 0, 129, 107, 54, 186, 59, 108, 67, 32, 64, 69, 41, 38, 64, 141, 63, 214, 189, 16, 0, 125, 0, 127, 0, 0, 129, 107, 54, 186, 59, 252, 57, 32, 64, 77, 158, 40, 64, 114, 63, 214, 189, 16, 0, 125, 0, 127, 0, 0, 129, 107, 54, 186, 59, 201, 89, 6, 64, 168, 111, 35, 64, 79, 35, 197, 189, 252, 0, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 173, 21, 23, 64, 175, 37, 40, 64, 175, 114, 176, 189, 252, 0, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 68, 77, 6, 64, 50, 88, 41, 64, 48, 35, 197, 189, 252, 0, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 201, 89, 6, 64, 168, 111, 35, 64, 79, 35, 197, 189, 247, 126, 0, 0, 127, 0, 0, 127, 107, 54, 186, 59, 128, 11, 23, 64, 39, 162, 36, 64, 0, 109, 18, 59, 247, 126, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 33, 29, 23, 64, 39, 162, 36, 64, 175, 114, 176, 189, 247, 126, 0, 0, 127, 0, 0, 127, 107, 54, 186, 59, 166, 72, 6, 64, 50, 88, 41, 64, 121, 55, 57, 60, 252, 255, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 128, 11, 23, 64, 39, 162, 36, 64, 0, 109, 18, 59, 252, 255, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 37, 60, 6, 64, 168, 111, 35, 64, 123, 222, 75, 60, 252, 255, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 23, 45, 32, 64, 69, 41, 38, 64, 189, 52, 199, 60, 8, 126, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 93, 165, 41, 64, 190, 133, 37, 64, 47, 72, 153, 189, 8, 126, 0, 0, 127, 0, 0, 129, 107, 54, 186, 59, 108, 67, 32, 64, 69, 41, 38, 64, 141, 63, 214, 189, 8, 126, 0, 0, 127, 0, 0, 129, 107, 54, 186, 59, 78, 12, 30, 64, 154, 95, 37, 64, 158, 209, 6, 61, 249, 126, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 104, 203, 33, 64, 117, 147, 37, 64, 222, 211, 123, 61, 249, 126, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 210, 141, 34, 64, 174, 159, 37, 64, 95, 23, 37, 61, 249, 126, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 91, 66, 27, 64, 254, 97, 40, 64, 124, 115, 71, 60, 18, 253, 131, 0, 127, 0, 0, 127, 202, 56, 172, 59, 23, 45, 32, 64, 69, 41, 38, 64, 189, 52, 199, 60, 18, 253, 131, 0, 127, 0, 0, 127, 202, 56, 172, 59, 239, 57, 27, 64, 182, 101, 37, 64, 125, 130, 89, 60, 18, 253, 131, 0, 127, 0, 0, 127, 202, 56, 172, 59, 182, 20, 30, 64, 28, 96, 40, 64, 159, 83, 2, 61, 249, 130, 250, 0, 127, 0, 0, 127, 0, 0, 0, 60, 183, 211, 33, 64, 186, 16, 40, 64, 31, 103, 119, 61, 249, 130, 250, 0, 127, 0, 0, 127, 0, 0, 0, 60, 123, 73, 29, 64, 235, 82, 40, 64, 94, 170, 123, 61, 249, 130, 250, 0, 127, 0, 0, 127, 0, 0, 0, 60, 115, 161, 41, 64, 87, 67, 39, 64, 126, 242, 148, 59, 130, 0, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 93, 165, 41, 64, 190, 133, 37, 64, 47, 72, 153, 189, 130, 0, 0, 0, 127, 0, 0, 127, 107, 54, 186, 59, 157, 158, 41, 64, 190, 133, 37, 64, 126, 108, 176, 59, 130, 0, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 23, 45, 32, 64, 69, 41, 38, 64, 189, 52, 199, 60, 240, 253, 131, 0, 127, 0, 0, 127, 202, 56, 172, 59, 115, 161, 41, 64, 87, 67, 39, 64, 126, 242, 148, 59, 240, 253, 131, 0, 127, 0, 0, 127, 202, 56, 172, 59, 157, 158, 41, 64, 190, 133, 37, 64, 126, 108, 176, 59, 240, 253, 131, 0, 127, 0, 0, 127, 202, 56, 172, 59, 130, 54, 32, 64, 77, 158, 40, 64, 59, 186, 188, 60, 238, 131, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 131, 162, 41, 64, 87, 67, 39, 64, 47, 72, 153, 189, 238, 131, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 115, 161, 41, 64, 87, 67, 39, 64, 126, 242, 148, 59, 238, 131, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 108, 67, 32, 64, 69, 41, 38, 64, 141, 63, 214, 189, 231, 0, 124, 0, 127, 0, 0, 129, 107, 54, 186, 59, 131, 162, 41, 64, 87, 67, 39, 64, 47, 72, 153, 189, 231, 0, 124, 0, 127, 0, 0, 129, 107, 54, 186, 59, 252, 57, 32, 64, 77, 158, 40, 64, 114, 63, 214, 189, 231, 0, 124, 0, 127, 0, 0, 129, 107, 54, 186, 59, 182, 20, 30, 64, 28, 96, 40, 64, 159, 83, 2, 61, 205, 3, 115, 0, 127, 0, 0, 129, 202, 56, 172, 59, 239, 57, 27, 64, 182, 101, 37, 64, 125, 130, 89, 60, 205, 3, 115, 0, 127, 0, 0, 129, 202, 56, 172, 59, 78, 12, 30, 64, 154, 95, 37, 64, 158, 209, 6, 61, 205, 3, 115, 0, 127, 0, 0, 129, 202, 56, 172, 59, 236, 18, 23, 64, 175, 37, 40, 64, 254, 137, 171, 58, 90, 254, 168, 0, 127, 0, 0, 127, 202, 56, 172, 59, 173, 221, 25, 64, 90, 242, 36, 64, 29, 234, 65, 61, 90, 254, 168, 0, 127, 0, 0, 127, 202, 56, 172, 59, 128, 11, 23, 64, 39, 162, 36, 64, 0, 109, 18, 59, 90, 254, 168, 0, 127, 0, 0, 127, 202, 56, 172, 59, 155, 229, 25, 64, 68, 50, 40, 64, 223, 194, 61, 61, 35, 254, 134, 0, 127, 0, 0, 127, 202, 56, 172, 59, 78, 65, 29, 64, 210, 52, 37, 64, 224, 255, 127, 61, 35, 254, 134, 0, 127, 0, 0, 127, 202, 56, 172, 59, 173, 221, 25, 64, 90, 242, 36, 64, 29, 234, 65, 61, 35, 254, 134, 0, 127, 0, 0, 127, 202, 56, 172, 59, 123, 73, 29, 64, 235, 82, 40, 64, 94, 170, 123, 61, 255, 254, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 104, 203, 33, 64, 117, 147, 37, 64, 222, 211, 123, 61, 255, 254, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 78, 65, 29, 64, 210, 52, 37, 64, 224, 255, 127, 61, 255, 254, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 183, 211, 33, 64, 186, 16, 40, 64, 31, 103, 119, 61, 146, 0, 194, 0, 127, 0, 0, 127, 202, 56, 172, 59, 210, 141, 34, 64, 174, 159, 37, 64, 95, 23, 37, 61, 146, 0, 194, 0, 127, 0, 0, 127, 202, 56, 172, 59, 104, 203, 33, 64, 117, 147, 37, 64, 222, 211, 123, 61, 146, 0, 194, 0, 127, 0, 0, 127, 202, 56, 172, 59, 210, 141, 34, 64, 174, 159, 37, 64, 95, 23, 37, 61, 243, 3, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 182, 20, 30, 64, 28, 96, 40, 64, 159, 83, 2, 61, 243, 3, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 78, 12, 30, 64, 154, 95, 37, 64, 158, 209, 6, 61, 243, 3, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 252, 57, 32, 64, 77, 158, 40, 64, 114, 63, 214, 189, 6, 130, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 130, 54, 32, 64, 77, 158, 40, 64, 59, 186, 188, 60, 6, 130, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 91, 66, 27, 64, 254, 97, 40, 64, 124, 115, 71, 60, 6, 130, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 91, 66, 27, 64, 254, 97, 40, 64, 124, 115, 71, 60, 6, 130, 250, 0, 127, 0, 0, 127, 0, 0, 0, 60, 123, 73, 29, 64, 235, 82, 40, 64, 94, 170, 123, 61, 6, 130, 250, 0, 127, 0, 0, 127, 0, 0, 0, 60, 155, 229, 25, 64, 68, 50, 40, 64, 223, 194, 61, 61, 6, 130, 250, 0, 127, 0, 0, 127, 0, 0, 0, 60, 239, 57, 27, 64, 182, 101, 37, 64, 125, 130, 89, 60, 253, 126, 9, 0, 127, 0, 0, 129, 202, 56, 172, 59, 78, 65, 29, 64, 210, 52, 37, 64, 224, 255, 127, 61, 253, 126, 9, 0, 127, 0, 0, 129, 202, 56, 172, 59, 78, 12, 30, 64, 154, 95, 37, 64, 158, 209, 6, 61, 253, 126, 9, 0, 127, 0, 0, 129, 202, 56, 172, 59, 239, 57, 27, 64, 182, 101, 37, 64, 125, 130, 89, 60, 237, 125, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 23, 45, 32, 64, 69, 41, 38, 64, 189, 52, 199, 60, 237, 125, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 108, 67, 32, 64, 69, 41, 38, 64, 141, 63, 214, 189, 237, 125, 0, 0, 127, 0, 0, 127, 107, 54, 186, 59, 155, 117, 54, 63, 36, 11, 45, 64, 3, 172, 34, 190, 249, 13, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 202, 168, 202, 63, 138, 85, 35, 64, 223, 152, 187, 189, 249, 13, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 54, 144, 202, 63, 46, 143, 42, 64, 191, 130, 212, 189, 249, 13, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 123, 107, 202, 63, 138, 85, 35, 64, 253, 85, 82, 187, 249, 126, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 157, 184, 40, 63, 24, 237, 31, 64, 187, 252, 53, 190, 249, 126, 0, 0, 127, 0, 0, 127, 107, 54, 186, 59, 76, 227, 39, 63, 24, 237, 31, 64, 62, 31, 102, 61, 249, 126, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 155, 117, 54, 63, 36, 11, 45, 64, 3, 172, 34, 190, 241, 249, 125, 0, 127, 0, 0, 129, 107, 54, 186, 59, 69, 143, 166, 62, 65, 156, 46, 64, 56, 169, 83, 190, 241, 249, 125, 0, 127, 0, 0, 129, 107, 54, 0, 59, 157, 184, 40, 63, 24, 237, 31, 64, 187, 252, 53, 190, 241, 249, 125, 0, 127, 0, 0, 129, 107, 54, 186, 59, 98, 64, 54, 63, 36, 11, 45, 64, 110, 207, 61, 61, 238, 218, 137, 0, 127, 0, 0, 127, 202, 56, 172, 59, 243, 107, 80, 62, 60, 165, 33, 64, 50, 239, 55, 62, 238, 218, 137, 0, 127, 0, 0, 127, 202, 56, 83, 58, 79, 143, 166, 62, 61, 156, 46, 64, 72, 1, 198, 61, 238, 218, 137, 0, 127, 0, 0, 127, 202, 56, 0, 59, 69, 143, 166, 62, 65, 156, 46, 64, 56, 169, 83, 190, 248, 130, 0, 0, 0, 0, 127, 127, 107, 54, 0, 59, 98, 64, 54, 63, 36, 11, 45, 64, 110, 207, 61, 61, 248, 130, 0, 0, 0, 0, 127, 127, 0, 0, 0, 60, 79, 143, 166, 62, 61, 156, 46, 64, 72, 1, 198, 61, 248, 130, 0, 0, 0, 0, 127, 127, 202, 56, 0, 59, 176, 97, 189, 61, 17, 25, 50, 64, 127, 153, 165, 189, 130, 11, 7, 0, 127, 0, 0, 129, 126, 52, 103, 59, 246, 251, 228, 61, 231, 80, 59, 64, 60, 183, 244, 60, 130, 11, 7, 0, 127, 0, 0, 129, 7, 53, 103, 59, 246, 251, 228, 61, 75, 234, 62, 64, 207, 101, 78, 189, 130, 11, 7, 0, 127, 0, 0, 129, 126, 52, 103, 59, 157, 184, 40, 63, 24, 237, 31, 64, 187, 252, 53, 190, 161, 83, 255, 0, 127, 0, 0, 127, 107, 54, 186, 59, 39, 140, 193, 62, 136, 101, 11, 64, 62, 31, 102, 61, 161, 83, 255, 0, 127, 0, 0, 127, 202, 56, 172, 59, 76, 227, 39, 63, 24, 237, 31, 64, 62, 31, 102, 61, 161, 83, 255, 0, 127, 0, 0, 127, 202, 56, 172, 59, 251, 31, 2, 55, 176, 202, 11, 64, 248, 22, 99, 190, 6, 4, 130, 0, 104, 184, 3, 127, 107, 50, 34, 59, 251, 31, 2, 55, 61, 127, 36, 64, 87, 77, 86, 190, 6, 4, 130, 0, 104, 184, 3, 127, 0, 0, 0, 60, 165, 165, 197, 62, 136, 101, 11, 64, 73, 43, 78, 190, 6, 4, 130, 0, 104, 184, 3, 127, 107, 54, 186, 59, 251, 31, 2, 55, 176, 202, 11, 64, 248, 22, 99, 190, 0, 255, 130, 0, 26, 132, 1, 127, 107, 50, 34, 59, 204, 189, 115, 62, 43, 108, 196, 63, 204, 175, 91, 190, 0, 255, 130, 0, 26, 132, 1, 127, 107, 54, 186, 59, 251, 31, 2, 55, 68, 108, 196, 63, 204, 175, 91, 190, 0, 255, 130, 0, 26, 132, 1, 127, 107, 54, 69, 58, 187, 185, 115, 190, 43, 108, 196, 63, 197, 175, 91, 190, 0, 255, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 251, 31, 2, 55, 176, 202, 11, 64, 248, 22, 99, 190, 0, 255, 130, 0, 127, 0, 0, 127, 107, 54, 69, 58, 251, 31, 2, 55, 68, 108, 196, 63, 204, 175, 91, 190, 0, 255, 130, 0, 127, 0, 0, 127, 107, 54, 69, 58, 5, 96, 2, 55, 43, 108, 196, 63, 62, 106, 96, 61, 131, 241, 13, 0, 127, 0, 0, 129, 202, 56, 83, 58, 222, 137, 126, 61, 51, 55, 91, 63, 160, 77, 19, 190, 131, 241, 13, 0, 127, 0, 0, 129, 107, 54, 69, 58, 143, 57, 178, 61, 174, 68, 91, 63, 55, 152, 185, 61, 131, 241, 13, 0, 127, 0, 0, 129, 202, 56, 83, 58, 204, 189, 115, 62, 43, 108, 196, 63, 204, 175, 91, 190, 0, 13, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 222, 137, 126, 61, 51, 55, 91, 63, 160, 77, 19, 190, 0, 13, 126, 0, 127, 0, 0, 129, 107, 54, 69, 58, 92, 230, 140, 62, 51, 55, 91, 63, 160, 77, 19, 190, 0, 13, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 143, 57, 178, 61, 174, 68, 91, 63, 55, 152, 185, 61, 0, 250, 130, 0, 127, 0, 0, 127, 202, 56, 83, 58, 251, 27, 105, 62, 43, 108, 196, 63, 62, 106, 96, 61, 0, 250, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 92, 230, 140, 62, 174, 68, 91, 63, 55, 152, 185, 61, 0, 250, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 4, 160, 2, 55, 113, 230, 14, 64, 73, 93, 52, 62, 15, 240, 124, 0, 127, 0, 0, 129, 202, 56, 83, 58, 251, 27, 105, 62, 43, 108, 196, 63, 62, 106, 96, 61, 15, 240, 124, 0, 127, 0, 0, 129, 202, 56, 172, 59, 95, 61, 139, 62, 102, 136, 19, 64, 246, 225, 26, 62, 15, 240, 124, 0, 127, 0, 0, 129, 202, 56, 83, 58, 95, 61, 139, 62, 102, 136, 19, 64, 246, 225, 26, 62, 242, 11, 131, 0, 127, 0, 0, 127, 202, 56, 83, 58, 4, 160, 2, 55, 113, 230, 14, 64, 73, 93, 52, 62, 242, 11, 131, 0, 127, 0, 0, 127, 202, 56, 83, 58, 243, 107, 80, 62, 60, 165, 33, 64, 50, 239, 55, 62, 242, 11, 131, 0, 127, 0, 0, 127, 202, 56, 83, 58, 243, 107, 80, 62, 60, 165, 33, 64, 50, 239, 55, 62, 248, 213, 138, 0, 100, 70, 224, 127, 202, 56, 83, 58, 5, 96, 2, 55, 156, 51, 43, 64, 182, 230, 13, 62, 248, 213, 138, 0, 100, 70, 224, 127, 0, 0, 0, 60, 79, 143, 166, 62, 61, 156, 46, 64, 72, 1, 198, 61, 248, 213, 138, 0, 100, 70, 224, 127, 202, 56, 0, 59, 176, 97, 189, 61, 17, 25, 50, 64, 127, 153, 165, 189, 197, 237, 110, 0, 127, 0, 0, 129, 126, 52, 103, 59, 251, 63, 2, 55, 40, 40, 62, 64, 183, 16, 198, 189, 197, 237, 110, 0, 127, 0, 0, 129, 0, 0, 0, 60, 251, 31, 2, 55, 13, 25, 50, 64, 60, 156, 5, 190, 197, 237, 110, 0, 127, 0, 0, 129, 0, 0, 0, 60, 200, 89, 189, 189, 17, 25, 50, 64, 119, 153, 165, 189, 35, 73, 159, 0, 98, 42, 68, 129, 236, 53, 39, 59, 251, 31, 2, 55, 61, 127, 36, 64, 87, 77, 86, 190, 35, 73, 159, 0, 98, 42, 68, 129, 0, 0, 0, 60, 57, 141, 166, 190, 65, 156, 46, 64, 56, 169, 83, 190, 35, 73, 159, 0, 98, 42, 68, 129, 107, 54, 0, 59, 207, 89, 189, 189, 13, 25, 50, 64, 59, 65, 116, 60, 214, 72, 95, 0, 137, 230, 224, 127, 108, 55, 252, 58, 5, 96, 2, 55, 156, 51, 43, 64, 182, 230, 13, 62, 214, 72, 95, 0, 137, 230, 224, 127, 202, 56, 83, 58, 5, 96, 2, 55, 17, 25, 50, 64, 158, 168, 100, 61, 214, 72, 95, 0, 137, 230, 224, 127, 103, 54, 225, 58, 200, 89, 189, 189, 17, 25, 50, 64, 119, 153, 165, 189, 228, 123, 0, 0, 141, 229, 44, 127, 236, 53, 39, 59, 74, 141, 166, 190, 61, 156, 46, 64, 80, 1, 198, 61, 228, 123, 0, 0, 141, 229, 44, 127, 202, 56, 0, 59, 207, 89, 189, 189, 13, 25, 50, 64, 59, 65, 116, 60, 228, 123, 0, 0, 141, 229, 44, 127, 108, 55, 252, 58, 176, 97, 189, 61, 17, 25, 50, 64, 127, 153, 165, 189, 228, 133, 0, 0, 0, 0, 126, 129, 126, 52, 103, 59, 79, 143, 166, 62, 61, 156, 46, 64, 72, 1, 198, 61, 228, 133, 0, 0, 0, 0, 127, 129, 202, 56, 0, 59, 183, 97, 189, 61, 13, 25, 50, 64, 59, 65, 116, 60, 228, 133, 0, 0, 0, 0, 127, 129, 7, 53, 103, 59, 183, 97, 189, 61, 13, 25, 50, 64, 59, 65, 116, 60, 214, 184, 161, 0, 127, 0, 0, 127, 7, 53, 103, 59, 5, 96, 2, 55, 156, 51, 43, 64, 182, 230, 13, 62, 214, 184, 161, 0, 127, 0, 0, 127, 0, 0, 0, 60, 5, 96, 2, 55, 17, 25, 50, 64, 158, 168, 100, 61, 214, 184, 161, 0, 127, 0, 0, 127, 0, 0, 0, 60, 176, 97, 189, 61, 17, 25, 50, 64, 127, 153, 165, 189, 35, 183, 97, 0, 193, 75, 80, 129, 126, 52, 103, 59, 251, 31, 2, 55, 61, 127, 36, 64, 87, 77, 86, 190, 35, 183, 97, 0, 193, 75, 80, 129, 0, 0, 0, 60, 69, 143, 166, 62, 65, 156, 46, 64, 56, 169, 83, 190, 35, 183, 97, 0, 193, 75, 80, 129, 107, 54, 0, 59, 246, 251, 228, 61, 231, 80, 59, 64, 60, 183, 244, 60, 39, 158, 187, 0, 0, 184, 104, 129, 7, 53, 103, 59, 251, 63, 2, 55, 40, 40, 62, 64, 183, 16, 198, 189, 39, 158, 187, 0, 0, 184, 104, 129, 0, 0, 0, 60, 246, 251, 228, 61, 75, 234, 62, 64, 207, 101, 78, 189, 39, 158, 187, 0, 0, 184, 104, 129, 126, 52, 103, 59, 227, 243, 228, 189, 244, 80, 59, 64, 60, 183, 244, 60, 39, 98, 69, 0, 29, 178, 95, 129, 108, 55, 252, 58, 251, 63, 2, 55, 40, 40, 62, 64, 183, 16, 198, 189, 39, 98, 69, 0, 29, 178, 95, 129, 0, 0, 0, 60, 213, 243, 228, 189, 75, 234, 62, 64, 191, 101, 78, 189, 39, 98, 69, 0, 29, 178, 95, 129, 236, 53, 39, 59, 207, 89, 189, 189, 13, 25, 50, 64, 59, 65, 116, 60, 188, 236, 105, 0, 127, 0, 0, 129, 108, 55, 252, 58, 5, 96, 2, 55, 42, 202, 55, 64, 112, 251, 187, 61, 188, 236, 105, 0, 127, 0, 0, 129, 103, 54, 225, 58, 227, 243, 228, 189, 244, 80, 59, 64, 60, 183, 244, 60, 188, 236, 105, 0, 127, 0, 0, 129, 108, 55, 252, 58, 183, 97, 189, 61, 13, 25, 50, 64, 59, 65, 116, 60, 188, 20, 151, 0, 127, 0, 0, 127, 7, 53, 103, 59, 5, 96, 2, 55, 42, 202, 55, 64, 112, 251, 187, 61, 188, 20, 151, 0, 127, 0, 0, 127, 0, 0, 0, 60, 246, 251, 228, 61, 231, 80, 59, 64, 60, 183, 244, 60, 188, 20, 151, 0, 127, 0, 0, 127, 7, 53, 103, 59, 200, 89, 189, 189, 17, 25, 50, 64, 119, 153, 165, 189, 130, 245, 249, 0, 127, 0, 0, 127, 236, 53, 39, 59, 227, 243, 228, 189, 244, 80, 59, 64, 60, 183, 244, 60, 130, 245, 249, 0, 127, 0, 0, 127, 108, 55, 252, 58, 213, 243, 228, 189, 75, 234, 62, 64, 191, 101, 78, 189, 130, 245, 249, 0, 127, 0, 0, 127, 236, 53, 39, 59, 200, 89, 189, 189, 17, 25, 50, 64, 119, 153, 165, 189, 197, 19, 146, 0, 127, 0, 0, 127, 236, 53, 39, 59, 251, 63, 2, 55, 40, 40, 62, 64, 183, 16, 198, 189, 197, 19, 146, 0, 127, 0, 0, 127, 0, 0, 0, 60, 251, 31, 2, 55, 13, 25, 50, 64, 60, 156, 5, 190, 197, 19, 146, 0, 127, 0, 0, 127, 0, 0, 0, 60, 5, 96, 2, 55, 42, 202, 55, 64, 112, 251, 187, 61, 195, 110, 243, 0, 127, 0, 0, 127, 0, 0, 0, 60, 3, 252, 228, 61, 116, 9, 60, 64, 51, 119, 243, 61, 195, 110, 243, 0, 127, 0, 0, 127, 7, 53, 103, 59, 246, 251, 228, 61, 231, 80, 59, 64, 60, 183, 244, 60, 195, 110, 243, 0, 127, 0, 0, 127, 7, 53, 103, 59, 5, 96, 2, 55, 42, 202, 55, 64, 112, 251, 187, 61, 195, 146, 13, 0, 127, 0, 0, 129, 103, 54, 225, 58, 227, 243, 228, 189, 116, 9, 60, 64, 51, 119, 243, 61, 195, 146, 13, 0, 127, 0, 0, 129, 108, 55, 252, 58, 227, 243, 228, 189, 244, 80, 59, 64, 60, 183, 244, 60, 195, 146, 13, 0, 127, 0, 0, 129, 108, 55, 252, 58, 251, 63, 2, 55, 40, 40, 62, 64, 183, 16, 198, 189, 49, 236, 141, 0, 127, 0, 0, 127, 0, 0, 0, 60, 217, 229, 0, 62, 53, 237, 66, 64, 254, 218, 98, 189, 49, 236, 141, 0, 127, 0, 0, 127, 126, 52, 103, 59, 246, 251, 228, 61, 75, 234, 62, 64, 207, 101, 78, 189, 49, 236, 141, 0, 127, 0, 0, 127, 126, 52, 103, 59, 246, 251, 228, 61, 75, 234, 62, 64, 207, 101, 78, 189, 114, 211, 225, 0, 127, 0, 0, 127, 126, 52, 103, 59, 75, 137, 25, 62, 183, 40, 64, 64, 176, 113, 112, 61, 114, 211, 225, 0, 127, 0, 0, 127, 7, 53, 103, 59, 246, 251, 228, 61, 231, 80, 59, 64, 60, 183, 244, 60, 114, 211, 225, 0, 127, 0, 0, 127, 7, 53, 103, 59, 213, 243, 228, 189, 75, 234, 62, 64, 191, 101, 78, 189, 138, 227, 220, 0, 127, 0, 0, 127, 236, 53, 39, 59, 73, 133, 25, 190, 183, 40, 64, 64, 192, 113, 112, 61, 138, 227, 220, 0, 127, 0, 0, 127, 108, 55, 252, 58, 201, 225, 0, 190, 53, 237, 66, 64, 254, 218, 98, 189, 138, 227, 220, 0, 127, 0, 0, 127, 236, 53, 39, 59, 251, 63, 2, 55, 40, 40, 62, 64, 183, 16, 198, 189, 205, 232, 143, 0, 127, 0, 0, 127, 0, 0, 0, 60, 201, 225, 0, 190, 53, 237, 66, 64, 254, 218, 98, 189, 205, 232, 143, 0, 127, 0, 0, 127, 236, 53, 39, 59, 251, 63, 2, 55, 37, 148, 68, 64, 99, 245, 242, 189, 205, 232, 143, 0, 127, 0, 0, 127, 0, 0, 0, 60, 227, 243, 228, 189, 244, 80, 59, 64, 60, 183, 244, 60, 144, 197, 7, 0, 127, 0, 0, 129, 108, 55, 252, 58, 227, 243, 228, 189, 116, 9, 60, 64, 51, 119, 243, 61, 144, 197, 7, 0, 127, 0, 0, 129, 108, 55, 252, 58, 73, 133, 25, 190, 183, 40, 64, 64, 192, 113, 112, 61, 144, 197, 7, 0, 127, 0, 0, 129, 108, 55, 252, 58, 246, 251, 228, 61, 231, 80, 59, 64, 60, 183, 244, 60, 144, 59, 249, 0, 127, 0, 0, 127, 7, 53, 103, 59, 3, 252, 228, 61, 116, 9, 60, 64, 51, 119, 243, 61, 144, 59, 249, 0, 127, 0, 0, 127, 7, 53, 103, 59, 75, 137, 25, 62, 183, 40, 64, 64, 176, 113, 112, 61, 144, 59, 249, 0, 127, 0, 0, 127, 7, 53, 103, 59, 248, 93, 23, 190, 107, 184, 73, 64, 176, 113, 112, 61, 132, 1, 231, 0, 232, 224, 120, 129, 0, 0, 0, 60, 201, 225, 0, 190, 53, 237, 66, 64, 254, 218, 98, 189, 132, 1, 231, 0, 232, 224, 120, 129, 236, 53, 39, 59, 164, 113, 24, 190, 147, 113, 68, 64, 192, 113, 112, 61, 132, 1, 231, 0, 232, 224, 120, 129, 108, 51, 126, 59, 73, 133, 25, 190, 183, 40, 64, 64, 192, 113, 112, 61, 154, 8, 74, 0, 127, 0, 0, 129, 108, 55, 252, 58, 227, 243, 228, 189, 116, 9, 60, 64, 51, 119, 243, 61, 154, 8, 74, 0, 127, 0, 0, 129, 108, 55, 252, 58, 227, 243, 228, 189, 63, 199, 67, 64, 159, 156, 215, 61, 154, 8, 74, 0, 127, 0, 0, 129, 145, 53, 61, 59, 251, 63, 2, 55, 37, 148, 68, 64, 99, 245, 242, 189, 206, 0, 140, 0, 127, 0, 0, 127, 0, 0, 0, 60, 221, 43, 6, 190, 122, 196, 75, 64, 96, 94, 125, 189, 206, 0, 140, 0, 127, 0, 0, 127, 0, 0, 0, 60, 251, 63, 2, 55, 118, 196, 75, 64, 37, 229, 243, 189, 206, 0, 140, 0, 127, 0, 0, 127, 0, 0, 0, 60, 251, 63, 2, 55, 37, 148, 68, 64, 99, 245, 242, 189, 55, 249, 143, 0, 127, 0, 0, 127, 0, 0, 0, 60, 244, 47, 6, 62, 122, 196, 75, 64, 112, 94, 125, 189, 55, 249, 143, 0, 127, 0, 0, 127, 0, 0, 0, 60, 217, 229, 0, 62, 53, 237, 66, 64, 254, 218, 98, 189, 55, 249, 143, 0, 127, 0, 0, 127, 126, 52, 103, 59, 217, 229, 0, 62, 53, 237, 66, 64, 254, 218, 98, 189, 124, 1, 231, 0, 23, 199, 110, 127, 126, 52, 103, 59, 29, 131, 23, 62, 107, 184, 73, 64, 176, 113, 112, 61, 124, 1, 231, 0, 23, 199, 110, 127, 0, 0, 0, 60, 193, 117, 24, 62, 147, 113, 68, 64, 176, 113, 112, 61, 124, 1, 231, 0, 23, 199, 110, 127, 7, 49, 179, 59, 246, 251, 228, 61, 31, 134, 70, 64, 118, 126, 3, 62, 144, 255, 197, 0, 127, 0, 0, 127, 7, 49, 179, 59, 29, 131, 23, 62, 107, 184, 73, 64, 176, 113, 112, 61, 144, 255, 197, 0, 127, 0, 0, 127, 0, 0, 0, 60, 193, 117, 24, 62, 147, 113, 68, 64, 176, 113, 112, 61, 144, 255, 197, 0, 127, 0, 0, 127, 7, 49, 179, 59, 55, 186, 153, 61, 163, 6, 77, 64, 241, 23, 14, 62, 211, 191, 158, 0, 127, 0, 0, 127, 0, 0, 0, 60, 4, 160, 2, 55, 91, 180, 80, 64, 130, 111, 10, 62, 211, 191, 158, 0, 127, 0, 0, 127, 0, 0, 0, 60, 39, 130, 169, 61, 91, 180, 80, 64, 191, 5, 198, 61, 211, 191, 158, 0, 127, 0, 0, 127, 0, 0, 0, 60, 72, 131, 201, 189, 229, 242, 75, 64, 20, 248, 244, 61, 169, 43, 81, 0, 127, 0, 0, 129, 0, 0, 0, 60, 255, 121, 169, 189, 91, 180, 80, 64, 191, 5, 198, 61, 169, 43, 81, 0, 127, 0, 0, 129, 0, 0, 0, 60, 117, 121, 254, 189, 103, 180, 80, 64, 254, 229, 85, 61, 169, 43, 81, 0, 127, 0, 0, 129, 0, 0, 0, 60, 244, 47, 6, 62, 122, 196, 75, 64, 112, 94, 125, 189, 123, 26, 246, 0, 127, 0, 0, 127, 0, 0, 0, 60, 163, 129, 254, 61, 103, 180, 80, 64, 254, 229, 85, 61, 123, 26, 246, 0, 127, 0, 0, 127, 0, 0, 0, 60, 29, 131, 23, 62, 107, 184, 73, 64, 176, 113, 112, 61, 123, 26, 246, 0, 127, 0, 0, 127, 0, 0, 0, 60, 221, 43, 6, 190, 122, 196, 75, 64, 96, 94, 125, 189, 209, 43, 147, 0, 127, 0, 0, 127, 0, 0, 0, 60, 251, 63, 2, 55, 103, 180, 80, 64, 168, 206, 180, 189, 209, 43, 147, 0, 127, 0, 0, 127, 0, 0, 0, 60, 251, 63, 2, 55, 118, 196, 75, 64, 37, 229, 243, 189, 209, 43, 147, 0, 127, 0, 0, 127, 0, 0, 0, 60, 255, 177, 153, 189, 163, 6, 77, 64, 241, 23, 14, 62, 211, 65, 98, 0, 127, 0, 0, 129, 0, 0, 0, 60, 4, 160, 2, 55, 91, 180, 80, 64, 130, 111, 10, 62, 211, 65, 98, 0, 127, 0, 0, 129, 0, 0, 0, 60, 255, 121, 169, 189, 91, 180, 80, 64, 191, 5, 198, 61, 211, 65, 98, 0, 127, 0, 0, 129, 0, 0, 0, 60, 221, 43, 6, 190, 122, 196, 75, 64, 96, 94, 125, 189, 136, 36, 239, 0, 127, 0, 0, 127, 0, 0, 0, 60, 117, 121, 254, 189, 103, 180, 80, 64, 254, 229, 85, 61, 136, 36, 239, 0, 127, 0, 0, 127, 0, 0, 0, 60, 5, 125, 227, 189, 108, 180, 80, 64, 160, 3, 23, 189, 136, 36, 239, 0, 127, 0, 0, 127, 0, 0, 0, 60, 87, 139, 201, 61, 229, 242, 75, 64, 20, 248, 244, 61, 169, 213, 175, 0, 127, 0, 0, 127, 0, 0, 0, 60, 39, 130, 169, 61, 91, 180, 80, 64, 191, 5, 198, 61, 169, 213, 175, 0, 127, 0, 0, 127, 0, 0, 0, 60, 163, 129, 254, 61, 103, 180, 80, 64, 254, 229, 85, 61, 169, 213, 175, 0, 127, 0, 0, 127, 0, 0, 0, 60, 244, 47, 6, 62, 122, 196, 75, 64, 112, 94, 125, 189, 49, 47, 150, 0, 127, 0, 0, 127, 0, 0, 0, 60, 251, 63, 2, 55, 103, 180, 80, 64, 168, 206, 180, 189, 49, 47, 150, 0, 127, 0, 0, 127, 0, 0, 0, 60, 51, 133, 227, 61, 91, 180, 80, 64, 160, 3, 23, 189, 49, 47, 150, 0, 127, 0, 0, 127, 0, 0, 0, 60, 5, 96, 2, 55, 206, 81, 83, 64, 29, 208, 203, 60, 16, 125, 15, 0, 127, 0, 0, 129, 0, 0, 0, 60, 189, 251, 19, 61, 116, 211, 82, 64, 30, 175, 73, 61, 16, 125, 15, 0, 127, 0, 0, 129, 0, 0, 0, 60, 127, 246, 83, 61, 120, 211, 82, 64, 207, 124, 6, 61, 16, 125, 15, 0, 127, 0, 0, 129, 0, 0, 0, 60, 159, 230, 83, 189, 120, 211, 82, 64, 255, 161, 160, 59, 204, 115, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 117, 121, 254, 189, 103, 180, 80, 64, 254, 229, 85, 61, 204, 115, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 175, 230, 83, 189, 120, 211, 82, 64, 207, 124, 6, 61, 204, 115, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 175, 230, 83, 189, 120, 211, 82, 64, 207, 124, 6, 61, 215, 113, 38, 0, 127, 0, 0, 129, 0, 0, 0, 60, 255, 121, 169, 189, 91, 180, 80, 64, 191, 5, 198, 61, 215, 113, 38, 0, 127, 0, 0, 129, 0, 0, 0, 60, 79, 235, 19, 189, 116, 211, 82, 64, 238, 10, 75, 61, 215, 113, 38, 0, 127, 0, 0, 129, 0, 0, 0, 60, 5, 96, 2, 55, 116, 211, 82, 64, 176, 146, 135, 61, 231, 112, 53, 0, 127, 0, 0, 129, 0, 0, 0, 60, 255, 121, 169, 189, 91, 180, 80, 64, 191, 5, 198, 61, 231, 112, 53, 0, 127, 0, 0, 129, 0, 0, 0, 60, 4, 160, 2, 55, 91, 180, 80, 64, 130, 111, 10, 62, 231, 112, 53, 0, 127, 0, 0, 129, 0, 0, 0, 60, 5, 96, 2, 55, 116, 211, 82, 64, 176, 146, 135, 61, 25, 112, 53, 0, 127, 0, 0, 129, 0, 0, 0, 60, 39, 130, 169, 61, 91, 180, 80, 64, 191, 5, 198, 61, 25, 112, 53, 0, 127, 0, 0, 129, 0, 0, 0, 60, 189, 251, 19, 61, 116, 211, 82, 64, 30, 175, 73, 61, 25, 112, 53, 0, 127, 0, 0, 129, 0, 0, 0, 60, 159, 230, 83, 189, 120, 211, 82, 64, 255, 161, 160, 59, 232, 112, 203, 0, 127, 0, 0, 127, 0, 0, 0, 60, 251, 63, 2, 55, 103, 180, 80, 64, 168, 206, 180, 189, 232, 112, 203, 0, 127, 0, 0, 127, 0, 0, 0, 60, 5, 125, 227, 189, 108, 180, 80, 64, 160, 3, 23, 189, 232, 112, 203, 0, 127, 0, 0, 127, 0, 0, 0, 60, 127, 246, 83, 61, 116, 211, 82, 64, 126, 161, 160, 59, 21, 113, 204, 0, 127, 0, 0, 127, 0, 0, 0, 60, 251, 63, 2, 55, 103, 180, 80, 64, 168, 206, 180, 189, 21, 113, 204, 0, 127, 0, 0, 127, 0, 0, 0, 60, 5, 96, 2, 55, 120, 211, 82, 64, 62, 170, 134, 188, 21, 113, 204, 0, 127, 0, 0, 127, 0, 0, 0, 60, 127, 246, 83, 61, 116, 211, 82, 64, 126, 161, 160, 59, 57, 113, 248, 0, 127, 0, 0, 127, 0, 0, 0, 60, 163, 129, 254, 61, 103, 180, 80, 64, 254, 229, 85, 61, 57, 113, 248, 0, 127, 0, 0, 127, 0, 0, 0, 60, 51, 133, 227, 61, 91, 180, 80, 64, 160, 3, 23, 189, 57, 113, 248, 0, 127, 0, 0, 127, 0, 0, 0, 60, 127, 246, 83, 61, 120, 211, 82, 64, 207, 124, 6, 61, 41, 113, 38, 0, 127, 0, 0, 129, 0, 0, 0, 60, 39, 130, 169, 61, 91, 180, 80, 64, 191, 5, 198, 61, 41, 113, 38, 0, 127, 0, 0, 129, 0, 0, 0, 60, 163, 129, 254, 61, 103, 180, 80, 64, 254, 229, 85, 61, 41, 113, 38, 0, 127, 0, 0, 129, 0, 0, 0, 60, 31, 28, 20, 61, 103, 67, 67, 64, 90, 254, 26, 62, 167, 240, 168, 0, 127, 0, 0, 127, 183, 49, 146, 59, 4, 160, 2, 55, 235, 85, 71, 64, 224, 42, 52, 62, 167, 240, 168, 0, 127, 0, 0, 127, 0, 0, 0, 60, 192, 44, 199, 60, 144, 48, 72, 64, 108, 81, 24, 62, 167, 240, 168, 0, 127, 0, 0, 127, 0, 0, 0, 60, 222, 11, 20, 189, 103, 67, 67, 64, 51, 64, 24, 62, 166, 13, 87, 0, 127, 0, 0, 129, 233, 50, 119, 59, 4, 160, 2, 55, 235, 85, 71, 64, 224, 42, 52, 62, 166, 13, 87, 0, 127, 0, 0, 129, 0, 0, 0, 60, 94, 12, 199, 188, 144, 48, 72, 64, 101, 81, 24, 62, 166, 13, 87, 0, 127, 0, 0, 129, 0, 0, 0, 60, 3, 252, 228, 61, 20, 152, 66, 64, 159, 156, 215, 61, 152, 25, 189, 0, 127, 0, 0, 127, 139, 51, 141, 59, 246, 251, 228, 61, 31, 134, 70, 64, 118, 126, 3, 62, 152, 25, 189, 0, 127, 0, 0, 127, 7, 49, 179, 59, 193, 117, 24, 62, 147, 113, 68, 64, 176, 113, 112, 61, 152, 25, 189, 0, 127, 0, 0, 127, 7, 49, 179, 59, 248, 93, 23, 190, 107, 184, 73, 64, 176, 113, 112, 61, 153, 23, 70, 0, 127, 0, 0, 129, 0, 0, 0, 60, 227, 243, 228, 189, 31, 134, 70, 64, 111, 126, 3, 62, 153, 23, 70, 0, 127, 0, 0, 129, 108, 51, 126, 59, 72, 131, 201, 189, 229, 242, 75, 64, 20, 248, 244, 61, 153, 23, 70, 0, 127, 0, 0, 129, 0, 0, 0, 60, 79, 235, 19, 189, 116, 211, 82, 64, 238, 10, 75, 61, 240, 125, 15, 0, 127, 0, 0, 129, 0, 0, 0, 60, 5, 96, 2, 55, 206, 81, 83, 64, 29, 208, 203, 60, 240, 125, 15, 0, 127, 0, 0, 129, 0, 0, 0, 60, 175, 230, 83, 189, 120, 211, 82, 64, 207, 124, 6, 61, 240, 125, 15, 0, 127, 0, 0, 129, 0, 0, 0, 60, 159, 230, 83, 189, 120, 211, 82, 64, 255, 161, 160, 59, 247, 124, 233, 0, 127, 0, 0, 127, 0, 0, 0, 60, 5, 96, 2, 55, 206, 81, 83, 64, 29, 208, 203, 60, 247, 124, 233, 0, 127, 0, 0, 127, 0, 0, 0, 60, 5, 96, 2, 55, 120, 211, 82, 64, 62, 170, 134, 188, 247, 124, 233, 0, 127, 0, 0, 127, 0, 0, 0, 60, 5, 96, 2, 55, 206, 81, 83, 64, 29, 208, 203, 60, 9, 124, 233, 0, 127, 0, 0, 127, 0, 0, 0, 60, 127, 246, 83, 61, 116, 211, 82, 64, 126, 161, 160, 59, 9, 124, 233, 0, 127, 0, 0, 127, 0, 0, 0, 60, 5, 96, 2, 55, 120, 211, 82, 64, 62, 170, 134, 188, 9, 124, 233, 0, 127, 0, 0, 127, 0, 0, 0, 60, 94, 12, 199, 188, 144, 48, 72, 64, 101, 81, 24, 62, 180, 217, 93, 0, 127, 0, 0, 129, 0, 0, 0, 60, 4, 160, 2, 55, 160, 197, 73, 64, 17, 137, 55, 62, 180, 217, 93, 0, 127, 0, 0, 129, 0, 0, 0, 60, 255, 177, 153, 189, 163, 6, 77, 64, 241, 23, 14, 62, 180, 217, 93, 0, 127, 0, 0, 129, 0, 0, 0, 60, 192, 44, 199, 60, 144, 48, 72, 64, 108, 81, 24, 62, 180, 39, 163, 0, 127, 0, 0, 127, 0, 0, 0, 60, 4, 160, 2, 55, 160, 197, 73, 64, 17, 137, 55, 62, 180, 39, 163, 0, 127, 0, 0, 127, 0, 0, 0, 60, 55, 186, 153, 61, 163, 6, 77, 64, 241, 23, 14, 62, 180, 39, 163, 0, 127, 0, 0, 127, 0, 0, 0, 60, 31, 28, 20, 61, 103, 67, 67, 64, 90, 254, 26, 62, 165, 84, 231, 0, 36, 3, 135, 127, 183, 49, 146, 59, 4, 160, 2, 55, 150, 64, 65, 64, 221, 156, 53, 62, 165, 84, 231, 0, 36, 3, 135, 127, 205, 52, 41, 59, 4, 160, 2, 55, 66, 123, 66, 64, 146, 47, 119, 62, 165, 84, 231, 0, 36, 3, 135, 127, 103, 50, 112, 59, 222, 11, 20, 189, 103, 67, 67, 64, 51, 64, 24, 62, 164, 173, 25, 0, 213, 12, 138, 127, 233, 50, 119, 59, 4, 160, 2, 55, 150, 64, 65, 64, 221, 156, 53, 62, 164, 173, 25, 0, 213, 12, 138, 127, 205, 52, 41, 59, 4, 160, 2, 55, 66, 123, 66, 64, 146, 47, 119, 62, 164, 173, 25, 0, 213, 12, 138, 127, 103, 50, 112, 59, 5, 96, 2, 55, 73, 102, 59, 64, 62, 6, 43, 62, 206, 222, 111, 0, 141, 1, 204, 127, 220, 53, 248, 58, 227, 243, 228, 189, 116, 9, 60, 64, 51, 119, 243, 61, 206, 222, 111, 0, 141, 1, 204, 127, 108, 55, 252, 58, 4, 160, 2, 55, 183, 152, 56, 64, 83, 24, 29, 62, 206, 222, 111, 0, 141, 1, 204, 127, 103, 54, 225, 58, 5, 96, 2, 55, 73, 102, 59, 64, 62, 6, 43, 62, 206, 34, 145, 0, 55, 157, 200, 127, 220, 53, 248, 58, 3, 252, 228, 61, 116, 9, 60, 64, 51, 119, 243, 61, 206, 34, 145, 0, 55, 157, 200, 127, 7, 53, 103, 59, 4, 160, 2, 55, 183, 152, 56, 64, 83, 24, 29, 62, 206, 34, 145, 0, 55, 157, 200, 127, 103, 54, 225, 58, 7, 249, 150, 61, 225, 13, 64, 64, 36, 220, 234, 61, 243, 240, 131, 0, 34, 135, 12, 127, 239, 52, 78, 59, 3, 252, 228, 61, 20, 152, 66, 64, 159, 156, 215, 61, 243, 240, 131, 0, 34, 135, 12, 127, 139, 51, 141, 59, 3, 252, 228, 61, 116, 9, 60, 64, 51, 119, 243, 61, 243, 240, 131, 0, 34, 135, 12, 127, 7, 53, 103, 59, 27, 202, 153, 60, 24, 176, 65, 64, 28, 11, 34, 62, 164, 12, 170, 0, 22, 138, 215, 127, 73, 52, 91, 59, 5, 96, 2, 55, 142, 4, 62, 64, 7, 49, 46, 62, 164, 12, 170, 0, 22, 138, 215, 127, 88, 53, 16, 59, 4, 160, 2, 55, 150, 64, 65, 64, 221, 156, 53, 62, 164, 12, 170, 0, 22, 138, 215, 127, 205, 52, 41, 59, 5, 96, 2, 55, 142, 4, 62, 64, 7, 49, 46, 62, 178, 7, 157, 0, 77, 182, 190, 127, 88, 53, 16, 59, 7, 249, 150, 61, 225, 13, 64, 64, 36, 220, 234, 61, 178, 7, 157, 0, 77, 182, 190, 127, 239, 52, 78, 59, 5, 96, 2, 55, 73, 102, 59, 64, 62, 6, 43, 62, 178, 7, 157, 0, 77, 182, 190, 127, 220, 53, 248, 58, 75, 137, 25, 62, 183, 40, 64, 64, 176, 113, 112, 61, 124, 1, 231, 0, 24, 212, 116, 127, 7, 53, 103, 59, 217, 229, 0, 62, 53, 237, 66, 64, 254, 218, 98, 189, 124, 1, 231, 0, 24, 212, 116, 127, 126, 52, 103, 59, 193, 117, 24, 62, 147, 113, 68, 64, 176, 113, 112, 61, 124, 1, 231, 0, 24, 212, 116, 127, 7, 49, 179, 59, 73, 133, 25, 190, 183, 40, 64, 64, 192, 113, 112, 61, 132, 1, 231, 0, 231, 234, 122, 129, 108, 55, 252, 58, 164, 113, 24, 190, 147, 113, 68, 64, 192, 113, 112, 61, 132, 1, 231, 0, 231, 234, 122, 129, 108, 51, 126, 59, 201, 225, 0, 190, 53, 237, 66, 64, 254, 218, 98, 189, 132, 1, 231, 0, 231, 234, 122, 129, 236, 53, 39, 59, 246, 251, 228, 61, 31, 134, 70, 64, 118, 126, 3, 62, 223, 239, 135, 0, 127, 0, 0, 127, 7, 49, 179, 59, 192, 44, 199, 60, 144, 48, 72, 64, 108, 81, 24, 62, 223, 239, 135, 0, 127, 0, 0, 127, 0, 0, 0, 60, 87, 139, 201, 61, 229, 242, 75, 64, 20, 248, 244, 61, 223, 239, 135, 0, 127, 0, 0, 127, 0, 0, 0, 60, 227, 243, 228, 189, 31, 134, 70, 64, 111, 126, 3, 62, 223, 17, 121, 0, 127, 0, 0, 129, 108, 51, 126, 59, 94, 12, 199, 188, 144, 48, 72, 64, 101, 81, 24, 62, 223, 17, 121, 0, 127, 0, 0, 129, 0, 0, 0, 60, 72, 131, 201, 189, 229, 242, 75, 64, 20, 248, 244, 61, 223, 17, 121, 0, 127, 0, 0, 129, 0, 0, 0, 60, 160, 121, 135, 189, 243, 170, 65, 64, 15, 238, 6, 62, 193, 2, 109, 0, 147, 251, 193, 127, 96, 53, 56, 59, 128, 253, 167, 188, 24, 176, 65, 64, 200, 13, 34, 62, 193, 2, 109, 0, 147, 251, 193, 127, 47, 53, 51, 59, 222, 11, 20, 189, 103, 67, 67, 64, 51, 64, 24, 62, 193, 2, 109, 0, 147, 251, 193, 127, 233, 50, 119, 59, 191, 129, 135, 61, 248, 170, 65, 64, 15, 238, 6, 62, 195, 12, 146, 0, 105, 225, 194, 127, 7, 52, 116, 59, 27, 202, 153, 60, 24, 176, 65, 64, 28, 11, 34, 62, 195, 12, 146, 0, 105, 225, 194, 127, 73, 52, 91, 59, 31, 28, 20, 61, 103, 67, 67, 64, 90, 254, 26, 62, 195, 12, 146, 0, 105, 225, 194, 127, 183, 49, 146, 59, 127, 251, 250, 189, 191, 225, 82, 61, 32, 203, 79, 62, 9, 125, 19, 0, 0, 19, 131, 127, 34, 56, 0, 56, 123, 209, 96, 190, 159, 112, 192, 61, 188, 17, 202, 188, 9, 125, 19, 0, 0, 19, 131, 127, 0, 57, 0, 54, 81, 204, 96, 190, 191, 225, 82, 61, 27, 115, 129, 62, 9, 125, 19, 0, 0, 19, 131, 127, 34, 56, 0, 54, 20, 146, 173, 190, 15, 0, 128, 52, 194, 252, 96, 62, 204, 55, 101, 0, 18, 151, 67, 127, 239, 54, 255, 51, 81, 204, 96, 190, 191, 225, 82, 61, 27, 115, 129, 62, 204, 55, 101, 0, 18, 151, 67, 127, 0, 54, 0, 48, 120, 13, 162, 190, 0, 226, 82, 61, 32, 203, 79, 62, 204, 55, 101, 0, 18, 151, 67, 127, 0, 54, 4, 51, 170, 113, 185, 190, 250, 255, 255, 52, 129, 81, 131, 190, 214, 38, 143, 0, 0, 120, 41, 127, 0, 48, 0, 56, 81, 204, 96, 190, 95, 18, 183, 61, 247, 217, 142, 190, 214, 38, 143, 0, 0, 120, 41, 127, 0, 54, 0, 54, 87, 204, 96, 190, 15, 0, 128, 52, 66, 129, 158, 190, 214, 38, 143, 0, 0, 120, 41, 127, 0, 48, 0, 54, 73, 147, 160, 190, 22, 61, 230, 61, 14, 117, 102, 190, 224, 81, 165, 0, 19, 96, 79, 127, 107, 54, 186, 59, 81, 204, 96, 190, 95, 18, 183, 61, 247, 217, 142, 190, 224, 81, 165, 0, 19, 96, 79, 127, 0, 54, 0, 59, 172, 174, 182, 190, 160, 27, 168, 61, 73, 149, 114, 190, 224, 81, 165, 0, 19, 96, 79, 127, 0, 54, 0, 60, 66, 249, 17, 190, 123, 233, 220, 61, 78, 144, 127, 189, 15, 105, 69, 0, 252, 187, 106, 127, 202, 56, 83, 58, 123, 209, 96, 190, 159, 112, 192, 61, 188, 17, 202, 188, 15, 105, 69, 0, 252, 187, 106, 127, 0, 57, 0, 59, 147, 7, 221, 189, 160, 139, 159, 61, 188, 17, 202, 188, 15, 105, 69, 0, 252, 187, 106, 127, 0, 57, 0, 58, 27, 172, 169, 62, 127, 139, 159, 61, 190, 18, 202, 188, 114, 54, 13, 0, 8, 14, 131, 127, 0, 57, 0, 56, 36, 47, 162, 62, 127, 225, 82, 61, 255, 202, 79, 62, 114, 54, 13, 0, 8, 14, 131, 127, 34, 56, 0, 56, 205, 179, 173, 62, 0, 0, 0, 0, 168, 252, 96, 62, 114, 54, 13, 0, 8, 14, 131, 127, 0, 54, 119, 56, 182, 121, 221, 61, 127, 139, 159, 61, 190, 18, 202, 188, 131, 4, 15, 0, 8, 123, 29, 127, 0, 59, 0, 56, 87, 253, 168, 61, 128, 27, 168, 61, 100, 149, 114, 190, 131, 4, 15, 0, 8, 123, 29, 127, 0, 59, 0, 52, 104, 241, 157, 61, 0, 0, 0, 0, 146, 81, 131, 190, 131, 4, 15, 0, 8, 123, 29, 127, 0, 57, 0, 52, 176, 15, 97, 62, 63, 18, 183, 61, 5, 218, 142, 190, 30, 39, 140, 0, 0, 120, 41, 127, 0, 54, 0, 54, 4, 39, 185, 62, 0, 0, 0, 0, 121, 110, 139, 190, 30, 39, 140, 0, 0, 120, 41, 127, 0, 48, 0, 52, 176, 15, 97, 62, 0, 0, 0, 0, 82, 129, 158, 190, 30, 39, 140, 0, 0, 120, 41, 127, 0, 48, 0, 54, 134, 10, 97, 62, 95, 112, 192, 61, 190, 18, 202, 188, 247, 125, 19, 0, 0, 19, 131, 127, 0, 57, 0, 54, 47, 130, 251, 61, 127, 225, 82, 61, 5, 203, 79, 62, 247, 125, 19, 0, 0, 19, 131, 127, 34, 56, 0, 52, 176, 15, 97, 62, 127, 225, 82, 61, 13, 115, 129, 62, 247, 125, 19, 0, 0, 19, 131, 127, 34, 56, 0, 54, 95, 241, 151, 62, 96, 233, 220, 61, 207, 144, 127, 189, 76, 100, 10, 0, 249, 248, 126, 127, 202, 56, 83, 58, 185, 247, 181, 62, 128, 27, 168, 61, 100, 149, 114, 190, 76, 100, 10, 0, 249, 248, 126, 127, 0, 54, 0, 58, 245, 180, 160, 62, 251, 60, 230, 61, 47, 117, 102, 190, 76, 100, 10, 0, 249, 248, 126, 127, 107, 54, 69, 58, 245, 180, 160, 62, 251, 60, 230, 61, 47, 117, 102, 190, 3, 114, 202, 0, 0, 54, 114, 127, 107, 54, 69, 58, 176, 15, 97, 62, 63, 18, 183, 61, 5, 218, 142, 190, 3, 114, 202, 0, 0, 54, 114, 127, 0, 54, 0, 59, 176, 15, 97, 62, 60, 76, 235, 61, 54, 117, 102, 190, 3, 114, 202, 0, 0, 54, 114, 127, 107, 54, 0, 59, 161, 60, 18, 62, 96, 233, 220, 61, 207, 144, 127, 189, 0, 119, 43, 0, 0, 213, 119, 127, 202, 56, 172, 59, 134, 10, 97, 62, 95, 112, 192, 61, 190, 18, 202, 188, 0, 119, 43, 0, 0, 213, 119, 127, 0, 57, 0, 59, 176, 15, 97, 62, 96, 233, 220, 61, 207, 144, 127, 189, 0, 119, 43, 0, 0, 213, 119, 127, 202, 56, 0, 59, 161, 60, 18, 62, 96, 233, 220, 61, 207, 144, 127, 189, 181, 101, 11, 0, 15, 254, 126, 127, 202, 56, 172, 59, 87, 253, 168, 61, 128, 27, 168, 61, 100, 149, 114, 190, 181, 101, 11, 0, 15, 254, 126, 127, 0, 54, 0, 60, 182, 121, 221, 61, 127, 139, 159, 61, 190, 18, 202, 188, 181, 101, 11, 0, 15, 254, 126, 127, 0, 57, 0, 60, 205, 179, 173, 62, 0, 0, 0, 0, 168, 252, 96, 62, 55, 69, 90, 0, 0, 156, 77, 127, 239, 54, 0, 0, 176, 15, 97, 62, 127, 225, 82, 61, 13, 115, 129, 62, 55, 69, 90, 0, 0, 156, 77, 127, 0, 54, 0, 48, 189, 15, 97, 62, 0, 0, 0, 0, 209, 155, 149, 62, 55, 69, 90, 0, 0, 156, 77, 127, 239, 54, 0, 48, 4, 39, 185, 62, 0, 0, 0, 0, 121, 110, 139, 190, 0, 129, 0, 0, 5, 0, 130, 127, 0, 57, 0, 0, 205, 179, 173, 62, 0, 0, 0, 0, 168, 252, 96, 62, 0, 129, 0, 0, 254, 0, 130, 127, 239, 54, 0, 0, 104, 241, 157, 61, 0, 0, 0, 0, 146, 81, 131, 190, 0, 129, 0, 0, 2, 0, 130, 127, 0, 57, 0, 52, 36, 47, 162, 62, 127, 225, 82, 61, 255, 202, 79, 62, 9, 125, 19, 0, 0, 19, 131, 127, 34, 56, 0, 56, 134, 10, 97, 62, 95, 112, 192, 61, 190, 18, 202, 188, 9, 125, 19, 0, 0, 19, 131, 127, 0, 57, 0, 54, 176, 15, 97, 62, 127, 225, 82, 61, 13, 115, 129, 62, 9, 125, 19, 0, 0, 19, 131, 127, 34, 56, 0, 54, 192, 111, 205, 61, 0, 0, 0, 0, 168, 252, 96, 62, 204, 55, 101, 0, 18, 151, 67, 127, 239, 54, 255, 51, 176, 15, 97, 62, 127, 225, 82, 61, 13, 115, 129, 62, 204, 55, 101, 0, 18, 151, 67, 127, 0, 54, 0, 48, 47, 130, 251, 61, 127, 225, 82, 61, 5, 203, 79, 62, 204, 55, 101, 0, 18, 151, 67, 127, 0, 54, 4, 51, 104, 241, 157, 61, 0, 0, 0, 0, 146, 81, 131, 190, 214, 38, 143, 0, 0, 120, 41, 127, 0, 48, 0, 56, 176, 15, 97, 62, 63, 18, 183, 61, 5, 218, 142, 190, 214, 38, 143, 0, 0, 120, 41, 127, 0, 54, 0, 54, 176, 15, 97, 62, 0, 0, 0, 0, 82, 129, 158, 190, 214, 38, 143, 0, 0, 120, 41, 127, 0, 48, 0, 54, 117, 181, 0, 62, 251, 60, 230, 61, 47, 117, 102, 190, 224, 81, 165, 0, 19, 96, 79, 127, 107, 54, 186, 59, 176, 15, 97, 62, 63, 18, 183, 61, 5, 218, 142, 190, 224, 81, 165, 0, 19, 96, 79, 127, 0, 54, 0, 59, 87, 253, 168, 61, 128, 27, 168, 61, 100, 149, 114, 190, 224, 81, 165, 0, 19, 96, 79, 127, 0, 54, 0, 60, 95, 241, 151, 62, 96, 233, 220, 61, 207, 144, 127, 189, 15, 105, 69, 0, 252, 187, 106, 127, 202, 56, 83, 58, 134, 10, 97, 62, 95, 112, 192, 61, 190, 18, 202, 188, 15, 105, 69, 0, 252, 187, 106, 127, 0, 57, 0, 59, 27, 172, 169, 62, 127, 139, 159, 61, 190, 18, 202, 188, 15, 105, 69, 0, 252, 187, 106, 127, 0, 57, 0, 58, 92, 230, 140, 62, 174, 68, 91, 63, 55, 152, 185, 61, 0, 25, 132, 0, 127, 0, 0, 127, 202, 56, 172, 59, 176, 15, 97, 62, 96, 233, 220, 61, 207, 144, 127, 189, 0, 25, 132, 0, 127, 0, 0, 127, 202, 56, 0, 59, 161, 60, 18, 62, 96, 233, 220, 61, 207, 144, 127, 189, 0, 25, 132, 0, 127, 0, 0, 127, 202, 56, 172, 59, 92, 230, 140, 62, 51, 55, 91, 63, 160, 77, 19, 190, 130, 253, 0, 0, 1, 194, 110, 127, 107, 54, 186, 59, 95, 241, 151, 62, 96, 233, 220, 61, 207, 144, 127, 189, 130, 253, 0, 0, 1, 194, 110, 127, 0, 0, 0, 60, 92, 230, 140, 62, 174, 68, 91, 63, 55, 152, 185, 61, 130, 253, 0, 0, 1, 194, 110, 127, 202, 56, 172, 59, 222, 137, 126, 61, 51, 55, 91, 63, 160, 77, 19, 190, 0, 243, 126, 0, 127, 0, 0, 129, 107, 54, 69, 58, 117, 181, 0, 62, 251, 60, 230, 61, 47, 117, 102, 190, 0, 243, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 176, 15, 97, 62, 60, 76, 235, 61, 54, 117, 102, 190, 0, 243, 126, 0, 127, 0, 0, 129, 107, 54, 0, 59, 222, 137, 126, 61, 51, 55, 91, 63, 160, 77, 19, 190, 131, 244, 13, 0, 11, 15, 125, 127, 107, 54, 69, 58, 161, 60, 18, 62, 96, 233, 220, 61, 207, 144, 127, 189, 131, 244, 13, 0, 11, 15, 125, 127, 202, 56, 172, 59, 143, 57, 178, 61, 174, 68, 91, 63, 55, 152, 185, 61, 131, 244, 13, 0, 11, 15, 125, 127, 202, 56, 83, 58, 128, 253, 167, 188, 24, 176, 65, 64, 200, 13, 34, 62, 168, 244, 90, 0, 179, 201, 173, 127, 47, 53, 51, 59, 5, 96, 2, 55, 142, 4, 62, 64, 7, 49, 46, 62, 168, 244, 90, 0, 179, 201, 173, 127, 88, 53, 16, 59, 4, 160, 2, 55, 150, 64, 65, 64, 221, 156, 53, 62, 168, 244, 90, 0, 179, 201, 173, 127, 205, 52, 41, 59, 5, 96, 2, 55, 142, 4, 62, 64, 7, 49, 46, 62, 178, 249, 99, 0, 161, 45, 185, 127, 88, 53, 16, 59, 239, 240, 150, 189, 225, 13, 64, 64, 23, 220, 234, 61, 178, 249, 99, 0, 161, 45, 185, 127, 88, 54, 14, 59, 5, 96, 2, 55, 73, 102, 59, 64, 62, 6, 43, 62, 178, 249, 99, 0, 161, 45, 185, 127, 220, 53, 248, 58, 227, 243, 228, 189, 63, 199, 67, 64, 159, 156, 215, 61, 176, 219, 91, 0, 162, 60, 198, 127, 145, 53, 61, 59, 239, 240, 150, 189, 225, 13, 64, 64, 23, 220, 234, 61, 176, 219, 91, 0, 162, 60, 198, 127, 88, 54, 14, 59, 160, 121, 135, 189, 243, 170, 65, 64, 15, 238, 6, 62, 176, 219, 91, 0, 162, 60, 198, 127, 96, 53, 56, 59, 179, 207, 151, 190, 123, 233, 220, 61, 78, 144, 127, 189, 0, 231, 124, 0, 127, 0, 0, 129, 202, 56, 172, 59, 66, 249, 17, 190, 123, 233, 220, 61, 78, 144, 127, 189, 0, 231, 124, 0, 127, 0, 0, 129, 202, 56, 83, 58, 204, 232, 204, 189, 15, 0, 128, 52, 194, 252, 96, 62, 123, 30, 5, 0, 0, 24, 132, 127, 0, 54, 119, 56, 239, 27, 159, 189, 15, 0, 128, 52, 104, 110, 139, 190, 123, 30, 5, 0, 0, 24, 132, 127, 0, 54, 0, 58, 147, 7, 221, 189, 160, 139, 159, 61, 188, 17, 202, 188, 123, 30, 5, 0, 0, 24, 132, 127, 0, 57, 0, 56, 239, 27, 159, 189, 15, 0, 128, 52, 104, 110, 139, 190, 126, 3, 14, 0, 248, 116, 50, 127, 0, 54, 0, 58, 31, 217, 171, 189, 160, 27, 168, 61, 73, 149, 114, 190, 126, 3, 14, 0, 248, 116, 50, 127, 0, 57, 0, 58, 147, 7, 221, 189, 160, 139, 159, 61, 188, 17, 202, 188, 126, 3, 14, 0, 248, 116, 50, 127, 0, 57, 0, 56, 170, 113, 185, 190, 250, 255, 255, 52, 129, 81, 131, 190, 134, 31, 5, 0, 0, 24, 132, 127, 0, 57, 0, 52, 20, 146, 173, 190, 15, 0, 128, 52, 194, 252, 96, 62, 134, 31, 5, 0, 0, 24, 132, 127, 0, 57, 16, 55, 147, 143, 169, 190, 160, 139, 159, 61, 188, 17, 202, 188, 134, 31, 5, 0, 0, 24, 132, 127, 0, 59, 0, 56, 20, 146, 173, 190, 15, 0, 128, 52, 194, 252, 96, 62, 142, 54, 13, 0, 248, 14, 131, 127, 0, 57, 16, 55, 120, 13, 162, 190, 0, 226, 82, 61, 32, 203, 79, 62, 142, 54, 13, 0, 248, 14, 131, 127, 34, 58, 0, 56, 147, 143, 169, 190, 160, 139, 159, 61, 188, 17, 202, 188, 142, 54, 13, 0, 248, 14, 131, 127, 0, 59, 0, 56, 81, 204, 96, 190, 95, 18, 183, 61, 247, 217, 142, 190, 37, 50, 146, 0, 248, 116, 50, 127, 0, 54, 0, 54, 31, 217, 171, 189, 160, 27, 168, 61, 73, 149, 114, 190, 37, 50, 146, 0, 248, 116, 50, 127, 0, 54, 0, 52, 239, 27, 159, 189, 15, 0, 128, 52, 104, 110, 139, 190, 37, 50, 146, 0, 248, 116, 50, 127, 0, 48, 0, 52, 123, 209, 96, 190, 159, 112, 192, 61, 188, 17, 202, 188, 239, 124, 15, 0, 248, 14, 131, 127, 0, 57, 0, 54, 147, 143, 169, 190, 160, 139, 159, 61, 188, 17, 202, 188, 239, 124, 15, 0, 248, 14, 131, 127, 0, 57, 0, 52, 120, 13, 162, 190, 0, 226, 82, 61, 32, 203, 79, 62, 239, 124, 15, 0, 248, 14, 131, 127, 34, 56, 0, 52, 66, 249, 17, 190, 123, 233, 220, 61, 78, 144, 127, 189, 76, 101, 10, 0, 242, 254, 126, 127, 202, 56, 83, 58, 147, 7, 221, 189, 160, 139, 159, 61, 188, 17, 202, 188, 76, 101, 10, 0, 242, 254, 126, 127, 0, 57, 0, 58, 31, 217, 171, 189, 160, 27, 168, 61, 73, 149, 114, 190, 76, 101, 10, 0, 242, 254, 126, 127, 0, 54, 0, 58, 22, 114, 0, 190, 22, 61, 230, 61, 20, 117, 102, 190, 32, 81, 164, 0, 241, 97, 80, 127, 107, 54, 69, 58, 31, 217, 171, 189, 160, 27, 168, 61, 73, 149, 114, 190, 32, 81, 164, 0, 241, 97, 80, 127, 0, 54, 0, 58, 81, 204, 96, 190, 95, 18, 183, 61, 247, 217, 142, 190, 32, 81, 164, 0, 241, 97, 80, 127, 0, 54, 0, 59, 179, 207, 151, 190, 123, 233, 220, 61, 78, 144, 127, 189, 241, 105, 69, 0, 4, 187, 106, 127, 202, 56, 172, 59, 147, 143, 169, 190, 160, 139, 159, 61, 188, 17, 202, 188, 241, 105, 69, 0, 4, 187, 106, 127, 0, 57, 0, 60, 123, 209, 96, 190, 159, 112, 192, 61, 188, 17, 202, 188, 241, 105, 69, 0, 4, 187, 106, 127, 0, 57, 0, 59, 179, 207, 151, 190, 123, 233, 220, 61, 78, 144, 127, 189, 182, 102, 10, 0, 7, 248, 126, 127, 202, 56, 172, 59, 73, 147, 160, 190, 22, 61, 230, 61, 14, 117, 102, 190, 182, 102, 10, 0, 7, 248, 126, 127, 107, 54, 186, 59, 172, 174, 182, 190, 160, 27, 168, 61, 73, 149, 114, 190, 182, 102, 10, 0, 7, 248, 126, 127, 0, 54, 0, 60, 67, 228, 140, 190, 51, 55, 91, 63, 160, 77, 19, 190, 130, 8, 0, 0, 127, 0, 0, 127, 107, 54, 186, 59, 67, 228, 140, 190, 174, 68, 91, 63, 63, 152, 185, 61, 130, 8, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 228, 23, 105, 190, 43, 108, 196, 63, 78, 106, 96, 61, 130, 8, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 66, 249, 17, 190, 123, 233, 220, 61, 78, 144, 127, 189, 125, 244, 12, 0, 127, 0, 0, 129, 202, 56, 83, 58, 22, 114, 0, 190, 22, 61, 230, 61, 20, 117, 102, 190, 125, 244, 12, 0, 127, 0, 0, 129, 107, 54, 69, 58, 15, 121, 126, 189, 51, 55, 91, 63, 160, 77, 19, 190, 125, 244, 12, 0, 127, 0, 0, 129, 107, 54, 69, 58, 179, 207, 151, 190, 123, 233, 220, 61, 78, 144, 127, 189, 130, 3, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 67, 228, 140, 190, 174, 68, 91, 63, 63, 152, 185, 61, 130, 3, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 67, 228, 140, 190, 51, 55, 91, 63, 160, 77, 19, 190, 130, 3, 0, 0, 127, 0, 0, 127, 107, 54, 186, 59, 15, 121, 126, 189, 51, 55, 91, 63, 160, 77, 19, 190, 0, 13, 130, 0, 127, 0, 0, 127, 107, 54, 69, 58, 22, 114, 0, 190, 22, 61, 230, 61, 20, 117, 102, 190, 0, 13, 130, 0, 127, 0, 0, 127, 107, 54, 69, 58, 81, 204, 96, 190, 127, 76, 235, 61, 14, 117, 102, 190, 0, 13, 130, 0, 127, 0, 0, 127, 107, 54, 0, 59, 81, 204, 96, 190, 127, 76, 235, 61, 14, 117, 102, 190, 0, 13, 130, 0, 127, 0, 0, 127, 107, 54, 0, 59, 73, 147, 160, 190, 22, 61, 230, 61, 14, 117, 102, 190, 0, 13, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 67, 228, 140, 190, 51, 55, 91, 63, 160, 77, 19, 190, 0, 13, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 15, 121, 126, 189, 51, 55, 91, 63, 160, 77, 19, 190, 0, 243, 130, 0, 127, 0, 0, 127, 107, 54, 69, 58, 67, 228, 140, 190, 51, 55, 91, 63, 160, 77, 19, 190, 0, 243, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 187, 185, 115, 190, 43, 108, 196, 63, 197, 175, 91, 190, 0, 243, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 40, 49, 178, 189, 174, 68, 91, 63, 55, 152, 185, 61, 0, 6, 126, 0, 127, 0, 0, 129, 202, 56, 83, 58, 5, 96, 2, 55, 43, 108, 196, 63, 62, 106, 96, 61, 0, 6, 126, 0, 127, 0, 0, 129, 202, 56, 83, 58, 228, 23, 105, 190, 43, 108, 196, 63, 78, 106, 96, 61, 0, 6, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 15, 121, 126, 189, 51, 55, 91, 63, 160, 77, 19, 190, 126, 245, 0, 0, 127, 0, 0, 127, 107, 54, 69, 58, 251, 31, 2, 55, 68, 108, 196, 63, 204, 175, 91, 190, 126, 245, 0, 0, 127, 0, 0, 127, 107, 54, 69, 58, 5, 96, 2, 55, 43, 108, 196, 63, 62, 106, 96, 61, 126, 245, 0, 0, 127, 0, 0, 127, 202, 56, 83, 58, 204, 232, 204, 189, 15, 0, 128, 52, 194, 252, 96, 62, 52, 55, 101, 0, 238, 151, 67, 127, 239, 54, 0, 0, 127, 251, 250, 189, 191, 225, 82, 61, 32, 203, 79, 62, 52, 55, 101, 0, 238, 151, 67, 127, 0, 54, 221, 39, 81, 204, 96, 190, 191, 225, 82, 61, 27, 115, 129, 62, 52, 55, 101, 0, 238, 151, 67, 127, 0, 54, 0, 48, 67, 204, 96, 190, 15, 0, 128, 52, 225, 155, 149, 62, 0, 129, 0, 0, 127, 0, 0, 127, 239, 54, 0, 48, 20, 146, 173, 190, 15, 0, 128, 52, 194, 252, 96, 62, 0, 129, 0, 0, 127, 0, 0, 127, 239, 54, 255, 51, 204, 232, 204, 189, 15, 0, 128, 52, 194, 252, 96, 62, 0, 129, 0, 0, 127, 0, 0, 127, 239, 54, 0, 0, 20, 146, 173, 190, 15, 0, 128, 52, 194, 252, 96, 62, 0, 129, 0, 0, 250, 0, 130, 127, 239, 54, 255, 51, 170, 113, 185, 190, 250, 255, 255, 52, 129, 81, 131, 190, 0, 129, 0, 0, 250, 0, 130, 127, 0, 57, 0, 52, 204, 232, 204, 189, 15, 0, 128, 52, 194, 252, 96, 62, 0, 129, 0, 0, 250, 0, 130, 127, 239, 54, 0, 0, 170, 113, 185, 190, 250, 255, 255, 52, 129, 81, 131, 190, 0, 129, 0, 0, 127, 0, 0, 129, 0, 57, 0, 52, 87, 204, 96, 190, 15, 0, 128, 52, 66, 129, 158, 190, 0, 129, 0, 0, 127, 0, 0, 129, 0, 57, 0, 48, 239, 27, 159, 189, 15, 0, 128, 52, 104, 110, 139, 190, 0, 129, 0, 0, 127, 0, 0, 129, 0, 57, 0, 0, 227, 103, 80, 190, 51, 165, 33, 64, 57, 239, 55, 62, 33, 5, 134, 0, 127, 0, 0, 127, 202, 56, 83, 58, 84, 59, 139, 190, 102, 136, 19, 64, 253, 225, 26, 62, 33, 5, 134, 0, 127, 0, 0, 127, 202, 56, 83, 58, 72, 226, 39, 191, 24, 237, 31, 64, 78, 31, 102, 61, 33, 5, 134, 0, 127, 0, 0, 127, 202, 56, 172, 59, 84, 59, 139, 190, 102, 136, 19, 64, 253, 225, 26, 62, 48, 41, 147, 0, 127, 0, 0, 127, 202, 56, 83, 58, 27, 138, 193, 190, 136, 101, 11, 64, 62, 31, 102, 61, 48, 41, 147, 0, 127, 0, 0, 127, 202, 56, 172, 59, 72, 226, 39, 191, 24, 237, 31, 64, 78, 31, 102, 61, 48, 41, 147, 0, 127, 0, 0, 127, 202, 56, 172, 59, 228, 23, 105, 190, 43, 108, 196, 63, 78, 106, 96, 61, 0, 235, 125, 0, 127, 0, 0, 129, 202, 56, 172, 59, 5, 96, 2, 55, 43, 108, 196, 63, 62, 106, 96, 61, 0, 235, 125, 0, 127, 0, 0, 129, 202, 56, 83, 58, 4, 160, 2, 55, 113, 230, 14, 64, 73, 93, 52, 62, 0, 235, 125, 0, 127, 0, 0, 129, 202, 56, 83, 58, 119, 131, 202, 191, 46, 143, 42, 64, 192, 143, 3, 60, 252, 126, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 184, 143, 202, 191, 46, 143, 42, 64, 164, 130, 212, 189, 252, 126, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 5, 77, 6, 192, 50, 88, 41, 64, 48, 35, 197, 189, 252, 126, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 94, 63, 54, 191, 36, 11, 45, 64, 143, 207, 61, 61, 252, 244, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 119, 131, 202, 191, 46, 143, 42, 64, 192, 143, 3, 60, 252, 244, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 253, 106, 202, 191, 138, 85, 35, 64, 254, 83, 82, 187, 252, 244, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 94, 63, 54, 191, 36, 11, 45, 64, 143, 207, 61, 61, 251, 126, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 151, 116, 54, 191, 36, 11, 45, 64, 252, 171, 34, 190, 251, 126, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 184, 143, 202, 191, 46, 143, 42, 64, 164, 130, 212, 189, 251, 126, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 227, 103, 80, 190, 51, 165, 33, 64, 57, 239, 55, 62, 0, 255, 126, 0, 127, 0, 0, 129, 0, 0, 0, 60, 4, 160, 2, 55, 113, 230, 14, 64, 73, 93, 52, 62, 0, 255, 126, 0, 127, 0, 0, 129, 0, 0, 0, 60, 243, 107, 80, 62, 60, 165, 33, 64, 50, 239, 55, 62, 0, 255, 126, 0, 127, 0, 0, 129, 202, 56, 83, 58, 228, 23, 105, 190, 43, 108, 196, 63, 78, 106, 96, 61, 133, 228, 3, 0, 127, 0, 0, 129, 202, 56, 172, 59, 27, 138, 193, 190, 136, 101, 11, 64, 62, 31, 102, 61, 133, 228, 3, 0, 127, 0, 0, 129, 202, 56, 172, 59, 154, 163, 197, 190, 136, 101, 11, 64, 67, 43, 78, 190, 133, 228, 3, 0, 127, 0, 0, 129, 107, 54, 186, 59, 153, 183, 40, 191, 24, 237, 31, 64, 187, 252, 53, 190, 160, 174, 3, 0, 127, 0, 0, 129, 107, 54, 186, 59, 154, 163, 197, 190, 136, 101, 11, 64, 67, 43, 78, 190, 160, 174, 3, 0, 127, 0, 0, 129, 107, 54, 186, 59, 27, 138, 193, 190, 136, 101, 11, 64, 62, 31, 102, 61, 160, 174, 3, 0, 127, 0, 0, 129, 202, 56, 172, 59, 39, 140, 193, 62, 136, 101, 11, 64, 62, 31, 102, 61, 208, 41, 147, 0, 127, 0, 0, 127, 202, 56, 172, 59, 95, 61, 139, 62, 102, 136, 19, 64, 246, 225, 26, 62, 208, 41, 147, 0, 127, 0, 0, 127, 202, 56, 83, 58, 76, 227, 39, 63, 24, 237, 31, 64, 62, 31, 102, 61, 208, 41, 147, 0, 127, 0, 0, 127, 202, 56, 172, 59, 95, 61, 139, 62, 102, 136, 19, 64, 246, 225, 26, 62, 223, 5, 134, 0, 127, 0, 0, 127, 202, 56, 83, 58, 243, 107, 80, 62, 60, 165, 33, 64, 50, 239, 55, 62, 223, 5, 134, 0, 127, 0, 0, 127, 202, 56, 83, 58, 76, 227, 39, 63, 24, 237, 31, 64, 62, 31, 102, 61, 223, 5, 134, 0, 127, 0, 0, 127, 202, 56, 172, 59, 5, 77, 6, 192, 50, 88, 41, 64, 48, 35, 197, 189, 247, 126, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 110, 21, 23, 192, 175, 37, 40, 64, 144, 114, 176, 189, 247, 126, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 174, 18, 23, 192, 175, 37, 40, 64, 251, 145, 171, 58, 247, 126, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 68, 168, 202, 191, 138, 85, 35, 64, 208, 152, 187, 189, 1, 0, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 138, 89, 6, 192, 168, 111, 35, 64, 48, 35, 197, 189, 1, 0, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 5, 77, 6, 192, 50, 88, 41, 64, 48, 35, 197, 189, 1, 0, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 68, 168, 202, 191, 138, 85, 35, 64, 208, 152, 187, 189, 0, 130, 0, 0, 127, 0, 0, 129, 107, 54, 186, 59, 253, 106, 202, 191, 138, 85, 35, 64, 254, 83, 82, 187, 0, 130, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 230, 59, 6, 192, 168, 111, 35, 64, 123, 222, 75, 60, 0, 130, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 253, 106, 202, 191, 138, 85, 35, 64, 254, 83, 82, 187, 1, 244, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 119, 131, 202, 191, 46, 143, 42, 64, 192, 143, 3, 60, 1, 244, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 103, 72, 6, 192, 50, 88, 41, 64, 123, 56, 57, 60, 1, 244, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 110, 21, 23, 192, 175, 37, 40, 64, 144, 114, 176, 189, 16, 0, 131, 0, 127, 0, 0, 127, 107, 54, 186, 59, 222, 28, 23, 192, 39, 162, 36, 64, 175, 114, 176, 189, 16, 0, 131, 0, 127, 0, 0, 127, 107, 54, 186, 59, 45, 67, 32, 192, 69, 41, 38, 64, 114, 63, 214, 189, 16, 0, 131, 0, 127, 0, 0, 127, 107, 54, 186, 59, 138, 89, 6, 192, 168, 111, 35, 64, 48, 35, 197, 189, 252, 0, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 222, 28, 23, 192, 39, 162, 36, 64, 175, 114, 176, 189, 252, 0, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 110, 21, 23, 192, 175, 37, 40, 64, 144, 114, 176, 189, 252, 0, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 138, 89, 6, 192, 168, 111, 35, 64, 48, 35, 197, 189, 247, 130, 0, 0, 127, 0, 0, 129, 107, 54, 186, 59, 230, 59, 6, 192, 168, 111, 35, 64, 123, 222, 75, 60, 247, 130, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 65, 11, 23, 192, 39, 162, 36, 64, 254, 112, 18, 59, 247, 130, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 103, 72, 6, 192, 50, 88, 41, 64, 123, 56, 57, 60, 252, 2, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 174, 18, 23, 192, 175, 37, 40, 64, 251, 145, 171, 58, 252, 2, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 65, 11, 23, 192, 39, 162, 36, 64, 254, 112, 18, 59, 252, 2, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 216, 44, 32, 192, 69, 41, 38, 64, 62, 53, 199, 60, 8, 130, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 90, 158, 41, 192, 190, 133, 37, 64, 127, 110, 176, 59, 8, 130, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 30, 165, 41, 192, 190, 133, 37, 64, 15, 72, 153, 189, 8, 130, 0, 0, 127, 0, 0, 127, 107, 54, 186, 59, 15, 12, 30, 192, 154, 95, 37, 64, 222, 209, 6, 61, 246, 130, 250, 0, 127, 0, 0, 127, 202, 56, 172, 59, 16, 65, 29, 192, 210, 52, 37, 64, 15, 0, 128, 61, 246, 130, 250, 0, 127, 0, 0, 127, 202, 56, 172, 59, 41, 203, 33, 192, 117, 147, 37, 64, 222, 211, 123, 61, 246, 130, 250, 0, 127, 0, 0, 127, 202, 56, 172, 59, 28, 66, 27, 192, 254, 97, 40, 64, 124, 115, 71, 60, 17, 4, 125, 0, 127, 0, 0, 129, 202, 56, 172, 59, 68, 54, 32, 192, 77, 158, 40, 64, 188, 186, 188, 60, 17, 4, 125, 0, 127, 0, 0, 129, 202, 56, 172, 59, 216, 44, 32, 192, 69, 41, 38, 64, 62, 53, 199, 60, 17, 4, 125, 0, 127, 0, 0, 129, 202, 56, 172, 59, 114, 20, 30, 192, 28, 96, 40, 64, 224, 83, 2, 61, 249, 126, 5, 0, 127, 0, 0, 129, 0, 0, 0, 60, 234, 149, 34, 192, 123, 20, 40, 64, 96, 159, 32, 61, 249, 126, 5, 0, 127, 0, 0, 129, 0, 0, 0, 60, 120, 211, 33, 192, 186, 16, 40, 64, 96, 103, 119, 61, 249, 126, 5, 0, 127, 0, 0, 129, 0, 0, 0, 60, 52, 161, 41, 192, 87, 67, 39, 64, 127, 244, 148, 59, 130, 0, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 64, 162, 41, 192, 87, 67, 39, 64, 15, 72, 153, 189, 130, 0, 0, 0, 127, 0, 0, 129, 107, 54, 186, 59, 30, 165, 41, 192, 190, 133, 37, 64, 15, 72, 153, 189, 130, 0, 0, 0, 127, 0, 0, 129, 107, 54, 186, 59, 216, 44, 32, 192, 69, 41, 38, 64, 62, 53, 199, 60, 240, 3, 125, 0, 127, 0, 0, 129, 202, 56, 172, 59, 68, 54, 32, 192, 77, 158, 40, 64, 188, 186, 188, 60, 240, 3, 125, 0, 127, 0, 0, 129, 202, 56, 172, 59, 52, 161, 41, 192, 87, 67, 39, 64, 127, 244, 148, 59, 240, 3, 125, 0, 127, 0, 0, 129, 202, 56, 172, 59, 68, 54, 32, 192, 77, 158, 40, 64, 188, 186, 188, 60, 238, 125, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 189, 57, 32, 192, 77, 158, 40, 64, 87, 63, 214, 189, 238, 125, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 64, 162, 41, 192, 87, 67, 39, 64, 15, 72, 153, 189, 238, 125, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 45, 67, 32, 192, 69, 41, 38, 64, 114, 63, 214, 189, 231, 0, 132, 0, 127, 0, 0, 127, 107, 54, 186, 59, 30, 165, 41, 192, 190, 133, 37, 64, 15, 72, 153, 189, 231, 0, 132, 0, 127, 0, 0, 127, 107, 54, 186, 59, 64, 162, 41, 192, 87, 67, 39, 64, 15, 72, 153, 189, 231, 0, 132, 0, 127, 0, 0, 127, 107, 54, 186, 59, 114, 20, 30, 192, 28, 96, 40, 64, 224, 83, 2, 61, 205, 253, 141, 0, 127, 0, 0, 127, 202, 56, 172, 59, 28, 66, 27, 192, 254, 97, 40, 64, 124, 115, 71, 60, 205, 253, 141, 0, 127, 0, 0, 127, 202, 56, 172, 59, 176, 57, 27, 192, 182, 101, 37, 64, 127, 131, 89, 60, 205, 253, 141, 0, 127, 0, 0, 127, 202, 56, 172, 59, 174, 18, 23, 192, 175, 37, 40, 64, 251, 145, 171, 58, 90, 2, 88, 0, 127, 0, 0, 129, 202, 56, 172, 59, 88, 229, 25, 192, 68, 50, 40, 64, 31, 195, 61, 61, 90, 2, 88, 0, 127, 0, 0, 129, 202, 56, 172, 59, 106, 221, 25, 192, 90, 242, 36, 64, 94, 234, 65, 61, 90, 2, 88, 0, 127, 0, 0, 129, 202, 56, 172, 59, 88, 229, 25, 192, 68, 50, 40, 64, 31, 195, 61, 61, 34, 3, 122, 0, 127, 0, 0, 129, 202, 56, 172, 59, 56, 73, 29, 192, 235, 82, 40, 64, 158, 170, 123, 61, 34, 3, 122, 0, 127, 0, 0, 129, 202, 56, 172, 59, 16, 65, 29, 192, 210, 52, 37, 64, 15, 0, 128, 61, 34, 3, 122, 0, 127, 0, 0, 129, 202, 56, 172, 59, 56, 73, 29, 192, 235, 82, 40, 64, 158, 170, 123, 61, 254, 3, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 120, 211, 33, 192, 186, 16, 40, 64, 96, 103, 119, 61, 254, 3, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 41, 203, 33, 192, 117, 147, 37, 64, 222, 211, 123, 61, 254, 3, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 120, 211, 33, 192, 186, 16, 40, 64, 96, 103, 119, 61, 146, 0, 62, 0, 127, 0, 0, 129, 202, 56, 172, 59, 234, 149, 34, 192, 123, 20, 40, 64, 96, 159, 32, 61, 146, 0, 62, 0, 127, 0, 0, 129, 202, 56, 172, 59, 143, 141, 34, 192, 174, 159, 37, 64, 159, 23, 37, 61, 146, 0, 62, 0, 127, 0, 0, 129, 202, 56, 172, 59, 143, 141, 34, 192, 174, 159, 37, 64, 159, 23, 37, 61, 243, 253, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 234, 149, 34, 192, 123, 20, 40, 64, 96, 159, 32, 61, 243, 253, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 114, 20, 30, 192, 28, 96, 40, 64, 224, 83, 2, 61, 243, 253, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 88, 229, 25, 192, 68, 50, 40, 64, 31, 195, 61, 61, 8, 126, 5, 0, 127, 0, 0, 129, 0, 0, 0, 60, 174, 18, 23, 192, 175, 37, 40, 64, 251, 145, 171, 58, 8, 126, 5, 0, 127, 0, 0, 129, 0, 0, 0, 60, 28, 66, 27, 192, 254, 97, 40, 64, 124, 115, 71, 60, 8, 126, 5, 0, 127, 0, 0, 129, 0, 0, 0, 60, 174, 18, 23, 192, 175, 37, 40, 64, 251, 145, 171, 58, 7, 126, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 110, 21, 23, 192, 175, 37, 40, 64, 144, 114, 176, 189, 7, 126, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 28, 66, 27, 192, 254, 97, 40, 64, 124, 115, 71, 60, 7, 126, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 110, 21, 23, 192, 175, 37, 40, 64, 144, 114, 176, 189, 6, 126, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 189, 57, 32, 192, 77, 158, 40, 64, 87, 63, 214, 189, 6, 126, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 28, 66, 27, 192, 254, 97, 40, 64, 124, 115, 71, 60, 6, 126, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 28, 66, 27, 192, 254, 97, 40, 64, 124, 115, 71, 60, 1, 126, 3, 0, 127, 0, 0, 129, 0, 0, 0, 60, 114, 20, 30, 192, 28, 96, 40, 64, 224, 83, 2, 61, 1, 126, 3, 0, 127, 0, 0, 129, 0, 0, 0, 60, 56, 73, 29, 192, 235, 82, 40, 64, 158, 170, 123, 61, 1, 126, 3, 0, 127, 0, 0, 129, 0, 0, 0, 60, 176, 57, 27, 192, 182, 101, 37, 64, 127, 131, 89, 60, 242, 131, 240, 0, 127, 0, 0, 127, 202, 56, 172, 59, 106, 221, 25, 192, 90, 242, 36, 64, 94, 234, 65, 61, 242, 131, 240, 0, 127, 0, 0, 127, 202, 56, 172, 59, 16, 65, 29, 192, 210, 52, 37, 64, 15, 0, 128, 61, 242, 131, 240, 0, 127, 0, 0, 127, 202, 56, 172, 59, 45, 67, 32, 192, 69, 41, 38, 64, 114, 63, 214, 189, 235, 131, 1, 0, 127, 0, 0, 129, 107, 54, 186, 59, 222, 28, 23, 192, 39, 162, 36, 64, 175, 114, 176, 189, 235, 131, 1, 0, 127, 0, 0, 129, 107, 54, 186, 59, 176, 57, 27, 192, 182, 101, 37, 64, 127, 131, 89, 60, 235, 131, 1, 0, 127, 0, 0, 129, 202, 56, 172, 59, 222, 28, 23, 192, 39, 162, 36, 64, 175, 114, 176, 189, 234, 132, 0, 0, 127, 0, 0, 129, 107, 54, 186, 59, 65, 11, 23, 192, 39, 162, 36, 64, 254, 112, 18, 59, 234, 132, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 176, 57, 27, 192, 182, 101, 37, 64, 127, 131, 89, 60, 234, 132, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 65, 11, 23, 192, 39, 162, 36, 64, 254, 112, 18, 59, 232, 132, 246, 0, 127, 0, 0, 127, 202, 56, 172, 59, 106, 221, 25, 192, 90, 242, 36, 64, 94, 234, 65, 61, 232, 132, 246, 0, 127, 0, 0, 127, 202, 56, 172, 59, 176, 57, 27, 192, 182, 101, 37, 64, 127, 131, 89, 60, 232, 132, 246, 0, 127, 0, 0, 127, 202, 56, 172, 59, 151, 116, 54, 191, 36, 11, 45, 64, 252, 171, 34, 190, 245, 8, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 153, 183, 40, 191, 24, 237, 31, 64, 187, 252, 53, 190, 245, 8, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 68, 168, 202, 191, 138, 85, 35, 64, 208, 152, 187, 189, 245, 8, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 253, 106, 202, 191, 138, 85, 35, 64, 254, 83, 82, 187, 249, 130, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 68, 168, 202, 191, 138, 85, 35, 64, 208, 152, 187, 189, 249, 130, 0, 0, 127, 0, 0, 129, 107, 54, 186, 59, 153, 183, 40, 191, 24, 237, 31, 64, 187, 252, 53, 190, 249, 130, 0, 0, 127, 0, 0, 129, 107, 54, 186, 59, 57, 141, 166, 190, 65, 156, 46, 64, 56, 169, 83, 190, 255, 255, 130, 0, 127, 0, 0, 127, 107, 54, 0, 59, 251, 31, 2, 55, 61, 127, 36, 64, 87, 77, 86, 190, 255, 255, 130, 0, 127, 0, 0, 127, 107, 54, 69, 58, 154, 163, 197, 190, 136, 101, 11, 64, 67, 43, 78, 190, 255, 255, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 57, 141, 166, 190, 65, 156, 46, 64, 56, 169, 83, 190, 248, 126, 0, 0, 178, 252, 157, 129, 107, 54, 0, 59, 151, 116, 54, 191, 36, 11, 45, 64, 252, 171, 34, 190, 248, 126, 0, 0, 178, 252, 157, 129, 107, 54, 186, 59, 94, 63, 54, 191, 36, 11, 45, 64, 143, 207, 61, 61, 248, 126, 0, 0, 178, 252, 157, 129, 0, 0, 0, 60, 92, 230, 140, 62, 51, 55, 91, 63, 160, 77, 19, 190, 130, 248, 0, 0, 127, 0, 0, 129, 107, 54, 186, 59, 92, 230, 140, 62, 174, 68, 91, 63, 55, 152, 185, 61, 130, 248, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 251, 27, 105, 62, 43, 108, 196, 63, 62, 106, 96, 61, 130, 248, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 253, 131, 202, 63, 46, 143, 42, 64, 63, 143, 3, 60, 252, 130, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 54, 144, 202, 63, 46, 143, 42, 64, 191, 130, 212, 189, 252, 130, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 68, 77, 6, 64, 50, 88, 41, 64, 48, 35, 197, 189, 252, 130, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 98, 64, 54, 63, 36, 11, 45, 64, 110, 207, 61, 61, 252, 12, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 253, 131, 202, 63, 46, 143, 42, 64, 63, 143, 3, 60, 252, 12, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 123, 107, 202, 63, 138, 85, 35, 64, 253, 85, 82, 187, 252, 12, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 98, 64, 54, 63, 36, 11, 45, 64, 110, 207, 61, 61, 251, 130, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 155, 117, 54, 63, 36, 11, 45, 64, 3, 172, 34, 190, 251, 130, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 54, 144, 202, 63, 46, 143, 42, 64, 191, 130, 212, 189, 251, 130, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 251, 27, 105, 62, 43, 108, 196, 63, 62, 106, 96, 61, 133, 28, 253, 0, 127, 0, 0, 127, 202, 56, 172, 59, 39, 140, 193, 62, 136, 101, 11, 64, 62, 31, 102, 61, 133, 28, 253, 0, 127, 0, 0, 127, 202, 56, 172, 59, 165, 165, 197, 62, 136, 101, 11, 64, 73, 43, 78, 190, 133, 28, 253, 0, 127, 0, 0, 127, 107, 54, 186, 59, 69, 143, 166, 62, 65, 156, 46, 64, 56, 169, 83, 190, 255, 1, 126, 0, 71, 152, 1, 127, 107, 54, 0, 59, 251, 31, 2, 55, 61, 127, 36, 64, 87, 77, 86, 190, 255, 1, 126, 0, 71, 152, 1, 127, 0, 0, 0, 60, 165, 165, 197, 62, 136, 101, 11, 64, 73, 43, 78, 190, 255, 1, 126, 0, 71, 152, 1, 127, 107, 54, 186, 59, 68, 77, 6, 64, 50, 88, 41, 64, 48, 35, 197, 189, 247, 130, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 173, 21, 23, 64, 175, 37, 40, 64, 175, 114, 176, 189, 247, 130, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 236, 18, 23, 64, 175, 37, 40, 64, 254, 137, 171, 58, 247, 130, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 202, 168, 202, 63, 138, 85, 35, 64, 223, 152, 187, 189, 1, 0, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 201, 89, 6, 64, 168, 111, 35, 64, 79, 35, 197, 189, 1, 0, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 68, 77, 6, 64, 50, 88, 41, 64, 48, 35, 197, 189, 1, 0, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 202, 168, 202, 63, 138, 85, 35, 64, 223, 152, 187, 189, 0, 126, 0, 0, 127, 0, 0, 127, 107, 54, 186, 59, 123, 107, 202, 63, 138, 85, 35, 64, 253, 85, 82, 187, 0, 126, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 37, 60, 6, 64, 168, 111, 35, 64, 123, 222, 75, 60, 0, 126, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 123, 107, 202, 63, 138, 85, 35, 64, 253, 85, 82, 187, 1, 12, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 253, 131, 202, 63, 46, 143, 42, 64, 63, 143, 3, 60, 1, 12, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 166, 72, 6, 64, 50, 88, 41, 64, 121, 55, 57, 60, 1, 12, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 173, 21, 23, 64, 175, 37, 40, 64, 175, 114, 176, 189, 16, 0, 125, 0, 127, 0, 0, 129, 107, 54, 186, 59, 33, 29, 23, 64, 39, 162, 36, 64, 175, 114, 176, 189, 16, 0, 125, 0, 127, 0, 0, 129, 107, 54, 186, 59, 108, 67, 32, 64, 69, 41, 38, 64, 141, 63, 214, 189, 16, 0, 125, 0, 127, 0, 0, 129, 107, 54, 186, 59, 201, 89, 6, 64, 168, 111, 35, 64, 79, 35, 197, 189, 252, 0, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 33, 29, 23, 64, 39, 162, 36, 64, 175, 114, 176, 189, 252, 0, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 173, 21, 23, 64, 175, 37, 40, 64, 175, 114, 176, 189, 252, 0, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 201, 89, 6, 64, 168, 111, 35, 64, 79, 35, 197, 189, 247, 126, 0, 0, 127, 0, 0, 127, 107, 54, 186, 59, 37, 60, 6, 64, 168, 111, 35, 64, 123, 222, 75, 60, 247, 126, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 128, 11, 23, 64, 39, 162, 36, 64, 0, 109, 18, 59, 247, 126, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 166, 72, 6, 64, 50, 88, 41, 64, 121, 55, 57, 60, 252, 254, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 236, 18, 23, 64, 175, 37, 40, 64, 254, 137, 171, 58, 252, 254, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 128, 11, 23, 64, 39, 162, 36, 64, 0, 109, 18, 59, 252, 254, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 23, 45, 32, 64, 69, 41, 38, 64, 189, 52, 199, 60, 8, 126, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 157, 158, 41, 64, 190, 133, 37, 64, 126, 108, 176, 59, 8, 126, 0, 0, 127, 0, 0, 129, 202, 56, 172, 59, 93, 165, 41, 64, 190, 133, 37, 64, 47, 72, 153, 189, 8, 126, 0, 0, 127, 0, 0, 129, 107, 54, 186, 59, 78, 12, 30, 64, 154, 95, 37, 64, 158, 209, 6, 61, 246, 126, 6, 0, 127, 0, 0, 129, 202, 56, 172, 59, 78, 65, 29, 64, 210, 52, 37, 64, 224, 255, 127, 61, 246, 126, 6, 0, 127, 0, 0, 129, 202, 56, 172, 59, 104, 203, 33, 64, 117, 147, 37, 64, 222, 211, 123, 61, 246, 126, 6, 0, 127, 0, 0, 129, 202, 56, 172, 59, 91, 66, 27, 64, 254, 97, 40, 64, 124, 115, 71, 60, 17, 252, 131, 0, 127, 0, 0, 127, 202, 56, 172, 59, 130, 54, 32, 64, 77, 158, 40, 64, 59, 186, 188, 60, 17, 252, 131, 0, 127, 0, 0, 127, 202, 56, 172, 59, 23, 45, 32, 64, 69, 41, 38, 64, 189, 52, 199, 60, 17, 252, 131, 0, 127, 0, 0, 127, 202, 56, 172, 59, 182, 20, 30, 64, 28, 96, 40, 64, 159, 83, 2, 61, 249, 130, 251, 0, 127, 0, 0, 127, 0, 0, 0, 60, 45, 150, 34, 64, 123, 20, 40, 64, 31, 159, 32, 61, 249, 130, 251, 0, 127, 0, 0, 127, 0, 0, 0, 60, 183, 211, 33, 64, 186, 16, 40, 64, 31, 103, 119, 61, 249, 130, 251, 0, 127, 0, 0, 127, 0, 0, 0, 60, 115, 161, 41, 64, 87, 67, 39, 64, 126, 242, 148, 59, 130, 0, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 131, 162, 41, 64, 87, 67, 39, 64, 47, 72, 153, 189, 130, 0, 0, 0, 127, 0, 0, 127, 107, 54, 186, 59, 93, 165, 41, 64, 190, 133, 37, 64, 47, 72, 153, 189, 130, 0, 0, 0, 127, 0, 0, 127, 107, 54, 186, 59, 23, 45, 32, 64, 69, 41, 38, 64, 189, 52, 199, 60, 240, 253, 131, 0, 127, 0, 0, 127, 202, 56, 172, 59, 130, 54, 32, 64, 77, 158, 40, 64, 59, 186, 188, 60, 240, 253, 131, 0, 127, 0, 0, 127, 202, 56, 172, 59, 115, 161, 41, 64, 87, 67, 39, 64, 126, 242, 148, 59, 240, 253, 131, 0, 127, 0, 0, 127, 202, 56, 172, 59, 130, 54, 32, 64, 77, 158, 40, 64, 59, 186, 188, 60, 238, 131, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 252, 57, 32, 64, 77, 158, 40, 64, 114, 63, 214, 189, 238, 131, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 131, 162, 41, 64, 87, 67, 39, 64, 47, 72, 153, 189, 238, 131, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 108, 67, 32, 64, 69, 41, 38, 64, 141, 63, 214, 189, 231, 0, 124, 0, 127, 0, 0, 129, 107, 54, 186, 59, 93, 165, 41, 64, 190, 133, 37, 64, 47, 72, 153, 189, 231, 0, 124, 0, 127, 0, 0, 129, 107, 54, 186, 59, 131, 162, 41, 64, 87, 67, 39, 64, 47, 72, 153, 189, 231, 0, 124, 0, 127, 0, 0, 129, 107, 54, 186, 59, 182, 20, 30, 64, 28, 96, 40, 64, 159, 83, 2, 61, 205, 3, 115, 0, 127, 0, 0, 129, 202, 56, 172, 59, 91, 66, 27, 64, 254, 97, 40, 64, 124, 115, 71, 60, 205, 3, 115, 0, 127, 0, 0, 129, 202, 56, 172, 59, 239, 57, 27, 64, 182, 101, 37, 64, 125, 130, 89, 60, 205, 3, 115, 0, 127, 0, 0, 129, 202, 56, 172, 59, 236, 18, 23, 64, 175, 37, 40, 64, 254, 137, 171, 58, 90, 254, 168, 0, 127, 0, 0, 127, 202, 56, 172, 59, 155, 229, 25, 64, 68, 50, 40, 64, 223, 194, 61, 61, 90, 254, 168, 0, 127, 0, 0, 127, 202, 56, 172, 59, 173, 221, 25, 64, 90, 242, 36, 64, 29, 234, 65, 61, 90, 254, 168, 0, 127, 0, 0, 127, 202, 56, 172, 59, 155, 229, 25, 64, 68, 50, 40, 64, 223, 194, 61, 61, 34, 253, 134, 0, 127, 0, 0, 127, 202, 56, 172, 59, 123, 73, 29, 64, 235, 82, 40, 64, 94, 170, 123, 61, 34, 253, 134, 0, 127, 0, 0, 127, 202, 56, 172, 59, 78, 65, 29, 64, 210, 52, 37, 64, 224, 255, 127, 61, 34, 253, 134, 0, 127, 0, 0, 127, 202, 56, 172, 59, 123, 73, 29, 64, 235, 82, 40, 64, 94, 170, 123, 61, 254, 253, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 183, 211, 33, 64, 186, 16, 40, 64, 31, 103, 119, 61, 254, 253, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 104, 203, 33, 64, 117, 147, 37, 64, 222, 211, 123, 61, 254, 253, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 183, 211, 33, 64, 186, 16, 40, 64, 31, 103, 119, 61, 146, 0, 194, 0, 127, 0, 0, 127, 202, 56, 172, 59, 45, 150, 34, 64, 123, 20, 40, 64, 31, 159, 32, 61, 146, 0, 194, 0, 127, 0, 0, 127, 202, 56, 172, 59, 210, 141, 34, 64, 174, 159, 37, 64, 95, 23, 37, 61, 146, 0, 194, 0, 127, 0, 0, 127, 202, 56, 172, 59, 210, 141, 34, 64, 174, 159, 37, 64, 95, 23, 37, 61, 243, 3, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 45, 150, 34, 64, 123, 20, 40, 64, 31, 159, 32, 61, 243, 3, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 182, 20, 30, 64, 28, 96, 40, 64, 159, 83, 2, 61, 243, 3, 126, 0, 127, 0, 0, 129, 202, 56, 172, 59, 155, 229, 25, 64, 68, 50, 40, 64, 223, 194, 61, 61, 8, 130, 251, 0, 127, 0, 0, 127, 0, 0, 0, 60, 236, 18, 23, 64, 175, 37, 40, 64, 254, 137, 171, 58, 8, 130, 251, 0, 127, 0, 0, 127, 0, 0, 0, 60, 91, 66, 27, 64, 254, 97, 40, 64, 124, 115, 71, 60, 8, 130, 251, 0, 127, 0, 0, 127, 0, 0, 0, 60, 236, 18, 23, 64, 175, 37, 40, 64, 254, 137, 171, 58, 7, 130, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 173, 21, 23, 64, 175, 37, 40, 64, 175, 114, 176, 189, 7, 130, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 91, 66, 27, 64, 254, 97, 40, 64, 124, 115, 71, 60, 7, 130, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 173, 21, 23, 64, 175, 37, 40, 64, 175, 114, 176, 189, 6, 130, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 252, 57, 32, 64, 77, 158, 40, 64, 114, 63, 214, 189, 6, 130, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 91, 66, 27, 64, 254, 97, 40, 64, 124, 115, 71, 60, 6, 130, 0, 0, 127, 0, 0, 129, 0, 0, 0, 60, 91, 66, 27, 64, 254, 97, 40, 64, 124, 115, 71, 60, 1, 130, 253, 0, 127, 0, 0, 127, 0, 0, 0, 60, 182, 20, 30, 64, 28, 96, 40, 64, 159, 83, 2, 61, 1, 130, 253, 0, 127, 0, 0, 127, 0, 0, 0, 60, 123, 73, 29, 64, 235, 82, 40, 64, 94, 170, 123, 61, 1, 130, 253, 0, 127, 0, 0, 127, 0, 0, 0, 60, 239, 57, 27, 64, 182, 101, 37, 64, 125, 130, 89, 60, 242, 125, 16, 0, 127, 0, 0, 129, 202, 56, 172, 59, 173, 221, 25, 64, 90, 242, 36, 64, 29, 234, 65, 61, 242, 125, 16, 0, 127, 0, 0, 129, 202, 56, 172, 59, 78, 65, 29, 64, 210, 52, 37, 64, 224, 255, 127, 61, 242, 125, 16, 0, 127, 0, 0, 129, 202, 56, 172, 59, 108, 67, 32, 64, 69, 41, 38, 64, 141, 63, 214, 189, 235, 125, 255, 0, 127, 0, 0, 127, 107, 54, 186, 59, 33, 29, 23, 64, 39, 162, 36, 64, 175, 114, 176, 189, 235, 125, 255, 0, 127, 0, 0, 127, 107, 54, 186, 59, 239, 57, 27, 64, 182, 101, 37, 64, 125, 130, 89, 60, 235, 125, 255, 0, 127, 0, 0, 127, 202, 56, 172, 59, 33, 29, 23, 64, 39, 162, 36, 64, 175, 114, 176, 189, 234, 124, 0, 0, 127, 0, 0, 127, 107, 54, 186, 59, 128, 11, 23, 64, 39, 162, 36, 64, 0, 109, 18, 59, 234, 124, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 239, 57, 27, 64, 182, 101, 37, 64, 125, 130, 89, 60, 234, 124, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 128, 11, 23, 64, 39, 162, 36, 64, 0, 109, 18, 59, 232, 124, 10, 0, 127, 0, 0, 129, 202, 56, 172, 59, 173, 221, 25, 64, 90, 242, 36, 64, 29, 234, 65, 61, 232, 124, 10, 0, 127, 0, 0, 129, 202, 56, 172, 59, 239, 57, 27, 64, 182, 101, 37, 64, 125, 130, 89, 60, 232, 124, 10, 0, 127, 0, 0, 129, 202, 56, 172, 59, 155, 117, 54, 63, 36, 11, 45, 64, 3, 172, 34, 190, 245, 248, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 157, 184, 40, 63, 24, 237, 31, 64, 187, 252, 53, 190, 245, 248, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 202, 168, 202, 63, 138, 85, 35, 64, 223, 152, 187, 189, 245, 248, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 123, 107, 202, 63, 138, 85, 35, 64, 253, 85, 82, 187, 249, 126, 0, 0, 127, 0, 0, 127, 202, 56, 172, 59, 202, 168, 202, 63, 138, 85, 35, 64, 223, 152, 187, 189, 249, 126, 0, 0, 127, 0, 0, 127, 107, 54, 186, 59, 157, 184, 40, 63, 24, 237, 31, 64, 187, 252, 53, 190, 249, 126, 0, 0, 127, 0, 0, 127, 107, 54, 186, 59, 69, 143, 166, 62, 65, 156, 46, 64, 56, 169, 83, 190, 248, 130, 0, 0, 78, 252, 157, 129, 107, 54, 0, 59, 155, 117, 54, 63, 36, 11, 45, 64, 3, 172, 34, 190, 248, 130, 0, 0, 78, 252, 157, 129, 107, 54, 186, 59, 98, 64, 54, 63, 36, 11, 45, 64, 110, 207, 61, 61, 248, 130, 0, 0, 78, 252, 157, 129, 0, 0, 0, 60, 176, 97, 189, 61, 17, 25, 50, 64, 127, 153, 165, 189, 131, 16, 0, 0, 127, 0, 0, 129, 126, 52, 103, 59, 183, 97, 189, 61, 13, 25, 50, 64, 59, 65, 116, 60, 131, 16, 0, 0, 127, 0, 0, 129, 7, 53, 103, 59, 246, 251, 228, 61, 231, 80, 59, 64, 60, 183, 244, 60, 131, 16, 0, 0, 127, 0, 0, 129, 7, 53, 103, 59, 157, 184, 40, 63, 24, 237, 31, 64, 187, 252, 53, 190, 160, 82, 253, 0, 127, 0, 0, 127, 107, 54, 186, 59, 165, 165, 197, 62, 136, 101, 11, 64, 73, 43, 78, 190, 160, 82, 253, 0, 127, 0, 0, 127, 107, 54, 186, 59, 39, 140, 193, 62, 136, 101, 11, 64, 62, 31, 102, 61, 160, 82, 253, 0, 127, 0, 0, 127, 202, 56, 172, 59, 251, 31, 2, 55, 176, 202, 11, 64, 248, 22, 99, 190, 6, 1, 130, 0, 127, 0, 0, 127, 107, 50, 34, 59, 165, 165, 197, 62, 136, 101, 11, 64, 73, 43, 78, 190, 6, 1, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 204, 189, 115, 62, 43, 108, 196, 63, 204, 175, 91, 190, 6, 1, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 187, 185, 115, 190, 43, 108, 196, 63, 197, 175, 91, 190, 250, 1, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 154, 163, 197, 190, 136, 101, 11, 64, 67, 43, 78, 190, 250, 1, 130, 0, 127, 0, 0, 127, 107, 54, 186, 59, 251, 31, 2, 55, 176, 202, 11, 64, 248, 22, 99, 190, 250, 1, 130, 0, 127, 0, 0, 127, 107, 54, 69, 58, 5, 96, 2, 55, 43, 108, 196, 63, 62, 106, 96, 61, 130, 245, 0, 0, 127, 0, 0, 127, 202, 56, 83, 58, 251, 31, 2, 55, 68, 108, 196, 63, 204, 175, 91, 190, 130, 245, 0, 0, 127, 0, 0, 127, 107, 54, 69, 58, 222, 137, 126, 61, 51, 55, 91, 63, 160, 77, 19, 190, 130, 245, 0, 0, 127, 0, 0, 127, 107, 54, 69, 58, 204, 189, 115, 62, 43, 108, 196, 63, 204, 175, 91, 190, 0, 13, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 251, 31, 2, 55, 68, 108, 196, 63, 204, 175, 91, 190, 0, 13, 126, 0, 127, 0, 0, 129, 107, 54, 69, 58, 222, 137, 126, 61, 51, 55, 91, 63, 160, 77, 19, 190, 0, 13, 126, 0, 127, 0, 0, 129, 107, 54, 69, 58, 143, 57, 178, 61, 174, 68, 91, 63, 55, 152, 185, 61, 0, 250, 130, 0, 127, 0, 0, 127, 202, 56, 83, 58, 5, 96, 2, 55, 43, 108, 196, 63, 62, 106, 96, 61, 0, 250, 130, 0, 127, 0, 0, 127, 202, 56, 83, 58, 251, 27, 105, 62, 43, 108, 196, 63, 62, 106, 96, 61, 0, 250, 130, 0, 127, 0, 0, 127, 202, 56, 172, 59, 251, 27, 105, 62, 43, 108, 196, 63, 62, 106, 96, 61, 0, 235, 125, 0, 127, 0, 0, 129, 202, 56, 172, 59, 176, 97, 189, 61, 17, 25, 50, 64, 127, 153, 165, 189, 209, 243, 117, 0, 127, 0, 0, 129, 126, 52, 103, 59, 246, 251, 228, 61, 75, 234, 62, 64, 207, 101, 78, 189, 209, 243, 117, 0, 127, 0, 0, 129, 126, 52, 103, 59, 251, 63, 2, 55, 40, 40, 62, 64, 183, 16, 198, 189, 209, 243, 117, 0, 127, 0, 0, 129, 0, 0, 0, 60, 200, 89, 189, 189, 17, 25, 50, 64, 119, 153, 165, 189, 199, 39, 150, 0, 127, 0, 0, 127, 236, 53, 39, 59, 251, 31, 2, 55, 13, 25, 50, 64, 60, 156, 5, 190, 199, 39, 150, 0, 127, 0, 0, 127, 0, 0, 0, 60, 251, 31, 2, 55, 61, 127, 36, 64, 87, 77, 86, 190, 199, 39, 150, 0, 127, 0, 0, 127, 0, 0, 0, 60, 207, 89, 189, 189, 13, 25, 50, 64, 59, 65, 116, 60, 5, 97, 80, 0, 140, 228, 42, 127, 108, 55, 252, 58, 74, 141, 166, 190, 61, 156, 46, 64, 80, 1, 198, 61, 5, 97, 80, 0, 140, 228, 42, 127, 202, 56, 0, 59, 5, 96, 2, 55, 156, 51, 43, 64, 182, 230, 13, 62, 5, 97, 80, 0, 140, 228, 42, 127, 202, 56, 83, 58, 200, 89, 189, 189, 17, 25, 50, 64, 119, 153, 165, 189, 228, 123, 0, 0, 0, 0, 127, 129, 236, 53, 39, 59, 57, 141, 166, 190, 65, 156, 46, 64, 56, 169, 83, 190, 228, 123, 0, 0, 0, 0, 126, 129, 107, 54, 0, 59, 74, 141, 166, 190, 61, 156, 46, 64, 80, 1, 198, 61, 228, 123, 0, 0, 0, 0, 127, 129, 202, 56, 0, 59, 176, 97, 189, 61, 17, 25, 50, 64, 127, 153, 165, 189, 228, 133, 0, 0, 0, 0, 127, 129, 126, 52, 103, 59, 69, 143, 166, 62, 65, 156, 46, 64, 56, 169, 83, 190, 228, 133, 0, 0, 0, 0, 127, 129, 107, 54, 0, 59, 79, 143, 166, 62, 61, 156, 46, 64, 72, 1, 198, 61, 228, 133, 0, 0, 0, 0, 127, 129, 202, 56, 0, 59, 183, 97, 189, 61, 13, 25, 50, 64, 59, 65, 116, 60, 5, 159, 176, 0, 79, 196, 78, 129, 7, 53, 103, 59, 79, 143, 166, 62, 61, 156, 46, 64, 72, 1, 198, 61, 5, 159, 176, 0, 79, 196, 78, 129, 202, 56, 0, 59, 5, 96, 2, 55, 156, 51, 43, 64, 182, 230, 13, 62, 5, 159, 176, 0, 79, 196, 78, 129, 0, 0, 0, 60, 176, 97, 189, 61, 17, 25, 50, 64, 127, 153, 165, 189, 199, 217, 106, 0, 127, 0, 0, 129, 126, 52, 103, 59, 251, 31, 2, 55, 13, 25, 50, 64, 60, 156, 5, 190, 199, 217, 106, 0, 127, 0, 0, 129, 0, 0, 0, 60, 251, 31, 2, 55, 61, 127, 36, 64, 87, 77, 86, 190, 199, 217, 106, 0, 127, 0, 0, 129, 0, 0, 0, 60, 246, 251, 228, 61, 231, 80, 59, 64, 60, 183, 244, 60, 22, 146, 198, 0, 127, 0, 0, 127, 7, 53, 103, 59, 5, 96, 2, 55, 42, 202, 55, 64, 112, 251, 187, 61, 22, 146, 198, 0, 127, 0, 0, 127, 0, 0, 0, 60, 251, 63, 2, 55, 40, 40, 62, 64, 183, 16, 198, 189, 22, 146, 198, 0, 127, 0, 0, 127, 0, 0, 0, 60, 227, 243, 228, 189, 244, 80, 59, 64, 60, 183, 244, 60, 22, 110, 58, 0, 146, 45, 213, 127, 108, 55, 252, 58, 5, 96, 2, 55, 42, 202, 55, 64, 112, 251, 187, 61, 22, 110, 58, 0, 146, 45, 213, 127, 103, 54, 225, 58, 251, 63, 2, 55, 40, 40, 62, 64, 183, 16, 198, 189, 22, 110, 58, 0, 146, 45, 213, 127, 0, 0, 0, 60, 207, 89, 189, 189, 13, 25, 50, 64, 59, 65, 116, 60, 208, 212, 108, 0, 127, 0, 0, 129, 108, 55, 252, 58, 5, 96, 2, 55, 17, 25, 50, 64, 158, 168, 100, 61, 208, 212, 108, 0, 127, 0, 0, 129, 103, 54, 225, 58, 5, 96, 2, 55, 42, 202, 55, 64, 112, 251, 187, 61, 208, 212, 108, 0, 127, 0, 0, 129, 103, 54, 225, 58, 183, 97, 189, 61, 13, 25, 50, 64, 59, 65, 116, 60, 208, 44, 148, 0, 127, 0, 0, 127, 7, 53, 103, 59, 5, 96, 2, 55, 17, 25, 50, 64, 158, 168, 100, 61, 208, 44, 148, 0, 127, 0, 0, 127, 0, 0, 0, 60, 5, 96, 2, 55, 42, 202, 55, 64, 112, 251, 187, 61, 208, 44, 148, 0, 127, 0, 0, 127, 0, 0, 0, 60, 200, 89, 189, 189, 17, 25, 50, 64, 119, 153, 165, 189, 131, 240, 0, 0, 127, 0, 0, 127, 236, 53, 39, 59, 207, 89, 189, 189, 13, 25, 50, 64, 59, 65, 116, 60, 131, 240, 0, 0, 127, 0, 0, 127, 108, 55, 252, 58, 227, 243, 228, 189, 244, 80, 59, 64, 60, 183, 244, 60, 131, 240, 0, 0, 127, 0, 0, 127, 108, 55, 252, 58, 200, 89, 189, 189, 17, 25, 50, 64, 119, 153, 165, 189, 209, 13, 139, 0, 127, 0, 0, 127, 236, 53, 39, 59, 213, 243, 228, 189, 75, 234, 62, 64, 191, 101, 78, 189, 209, 13, 139, 0, 127, 0, 0, 127, 236, 53, 39, 59, 251, 63, 2, 55, 40, 40, 62, 64, 183, 16, 198, 189, 209, 13, 139, 0, 127, 0, 0, 127, 0, 0, 0, 60, 5, 96, 2, 55, 42, 202, 55, 64, 112, 251, 187, 61, 197, 109, 234, 0, 127, 0, 0, 127, 0, 0, 0, 60, 4, 160, 2, 55, 183, 152, 56, 64, 83, 24, 29, 62, 197, 109, 234, 0, 127, 0, 0, 127, 0, 0, 0, 60, 3, 252, 228, 61, 116, 9, 60, 64, 51, 119, 243, 61, 197, 109, 234, 0, 127, 0, 0, 127, 7, 53, 103, 59, 5, 96, 2, 55, 42, 202, 55, 64, 112, 251, 187, 61, 197, 147, 22, 0, 127, 0, 0, 129, 103, 54, 225, 58, 4, 160, 2, 55, 183, 152, 56, 64, 83, 24, 29, 62, 197, 147, 22, 0, 127, 0, 0, 129, 103, 54, 225, 58, 227, 243, 228, 189, 116, 9, 60, 64, 51, 119, 243, 61, 197, 147, 22, 0, 127, 0, 0, 129, 108, 55, 252, 58, 251, 63, 2, 55, 40, 40, 62, 64, 183, 16, 198, 189, 51, 232, 143, 0, 127, 0, 0, 127, 0, 0, 0, 60, 251, 63, 2, 55, 37, 148, 68, 64, 99, 245, 242, 189, 51, 232, 143, 0, 127, 0, 0, 127, 0, 0, 0, 60, 217, 229, 0, 62, 53, 237, 66, 64, 254, 218, 98, 189, 51, 232, 143, 0, 127, 0, 0, 127, 126, 52, 103, 59, 246, 251, 228, 61, 75, 234, 62, 64, 207, 101, 78, 189, 118, 227, 220, 0, 127, 0, 0, 127, 126, 52, 103, 59, 217, 229, 0, 62, 53, 237, 66, 64, 254, 218, 98, 189, 118, 227, 220, 0, 127, 0, 0, 127, 126, 52, 103, 59, 75, 137, 25, 62, 183, 40, 64, 64, 176, 113, 112, 61, 118, 227, 220, 0, 127, 0, 0, 127, 7, 53, 103, 59, 213, 243, 228, 189, 75, 234, 62, 64, 191, 101, 78, 189, 142, 211, 225, 0, 127, 0, 0, 127, 236, 53, 39, 59, 227, 243, 228, 189, 244, 80, 59, 64, 60, 183, 244, 60, 142, 211, 225, 0, 127, 0, 0, 127, 108, 55, 252, 58, 73, 133, 25, 190, 183, 40, 64, 64, 192, 113, 112, 61, 142, 211, 225, 0, 127, 0, 0, 127, 108, 55, 252, 58, 251, 63, 2, 55, 40, 40, 62, 64, 183, 16, 198, 189, 207, 236, 141, 0, 127, 0, 0, 127, 0, 0, 0, 60, 213, 243, 228, 189, 75, 234, 62, 64, 191, 101, 78, 189, 207, 236, 141, 0, 127, 0, 0, 127, 236, 53, 39, 59, 201, 225, 0, 190, 53, 237, 66, 64, 254, 218, 98, 189, 207, 236, 141, 0, 127, 0, 0, 127, 236, 53, 39, 59, 248, 93, 23, 190, 107, 184, 73, 64, 176, 113, 112, 61, 131, 251, 238, 0, 127, 0, 0, 127, 0, 0, 0, 60, 221, 43, 6, 190, 122, 196, 75, 64, 96, 94, 125, 189, 131, 251, 238, 0, 127, 0, 0, 127, 0, 0, 0, 60, 201, 225, 0, 190, 53, 237, 66, 64, 254, 218, 98, 189, 131, 251, 238, 0, 127, 0, 0, 127, 236, 53, 39, 59, 227, 243, 228, 189, 31, 134, 70, 64, 111, 126, 3, 62, 158, 219, 70, 0, 127, 0, 0, 129, 108, 51, 126, 59, 164, 113, 24, 190, 147, 113, 68, 64, 192, 113, 112, 61, 158, 219, 70, 0, 127, 0, 0, 129, 108, 51, 126, 59, 227, 243, 228, 189, 63, 199, 67, 64, 159, 156, 215, 61, 158, 219, 70, 0, 127, 0, 0, 129, 145, 53, 61, 59, 164, 113, 24, 190, 147, 113, 68, 64, 192, 113, 112, 61, 157, 1, 79, 0, 182, 211, 164, 127, 108, 51, 126, 59, 73, 133, 25, 190, 183, 40, 64, 64, 192, 113, 112, 61, 157, 1, 79, 0, 182, 211, 164, 127, 108, 55, 252, 58, 227, 243, 228, 189, 63, 199, 67, 64, 159, 156, 215, 61, 157, 1, 79, 0, 182, 211, 164, 127, 145, 53, 61, 59, 251, 63, 2, 55, 37, 148, 68, 64, 99, 245, 242, 189, 201, 249, 143, 0, 127, 0, 0, 127, 0, 0, 0, 60, 201, 225, 0, 190, 53, 237, 66, 64, 254, 218, 98, 189, 201, 249, 143, 0, 127, 0, 0, 127, 236, 53, 39, 59, 221, 43, 6, 190, 122, 196, 75, 64, 96, 94, 125, 189, 201, 249, 143, 0, 127, 0, 0, 127, 0, 0, 0, 60, 251, 63, 2, 55, 37, 148, 68, 64, 99, 245, 242, 189, 50, 0, 140, 0, 127, 0, 0, 127, 0, 0, 0, 60, 251, 63, 2, 55, 118, 196, 75, 64, 37, 229, 243, 189, 50, 0, 140, 0, 127, 0, 0, 127, 0, 0, 0, 60, 244, 47, 6, 62, 122, 196, 75, 64, 112, 94, 125, 189, 50, 0, 140, 0, 127, 0, 0, 127, 0, 0, 0, 60, 217, 229, 0, 62, 53, 237, 66, 64, 254, 218, 98, 189, 125, 251, 237, 0, 127, 0, 0, 127, 126, 52, 103, 59, 244, 47, 6, 62, 122, 196, 75, 64, 112, 94, 125, 189, 125, 251, 237, 0, 127, 0, 0, 127, 0, 0, 0, 60, 29, 131, 23, 62, 107, 184, 73, 64, 176, 113, 112, 61, 125, 251, 237, 0, 127, 0, 0, 127, 0, 0, 0, 60, 246, 251, 228, 61, 31, 134, 70, 64, 118, 126, 3, 62, 153, 233, 186, 0, 127, 0, 0, 127, 7, 49, 179, 59, 87, 139, 201, 61, 229, 242, 75, 64, 20, 248, 244, 61, 153, 233, 186, 0, 127, 0, 0, 127, 0, 0, 0, 60, 29, 131, 23, 62, 107, 184, 73, 64, 176, 113, 112, 61, 153, 233, 186, 0, 127, 0, 0, 127, 0, 0, 0, 60, 55, 186, 153, 61, 163, 6, 77, 64, 241, 23, 14, 62, 226, 210, 142, 0, 127, 0, 0, 127, 0, 0, 0, 60, 4, 160, 2, 55, 160, 197, 73, 64, 17, 137, 55, 62, 226, 210, 142, 0, 127, 0, 0, 127, 0, 0, 0, 60, 4, 160, 2, 55, 91, 180, 80, 64, 130, 111, 10, 62, 226, 210, 142, 0, 127, 0, 0, 127, 0, 0, 0, 60, 117, 121, 254, 189, 103, 180, 80, 64, 254, 229, 85, 61, 153, 26, 68, 0, 127, 0, 0, 129, 0, 0, 0, 60, 248, 93, 23, 190, 107, 184, 73, 64, 176, 113, 112, 61, 153, 26, 68, 0, 127, 0, 0, 129, 0, 0, 0, 60, 72, 131, 201, 189, 229, 242, 75, 64, 20, 248, 244, 61, 153, 26, 68, 0, 127, 0, 0, 129, 0, 0, 0, 60, 72, 131, 201, 189, 229, 242, 75, 64, 20, 248, 244, 61, 164, 42, 75, 0, 127, 0, 0, 129, 0, 0, 0, 60, 255, 177, 153, 189, 163, 6, 77, 64, 241, 23, 14, 62, 164, 42, 75, 0, 127, 0, 0, 129, 0, 0, 0, 60, 255, 121, 169, 189, 91, 180, 80, 64, 191, 5, 198, 61, 164, 42, 75, 0, 127, 0, 0, 129, 0, 0, 0, 60, 244, 47, 6, 62, 122, 196, 75, 64, 112, 94, 125, 189, 120, 36, 239, 0, 127, 0, 0, 127, 0, 0, 0, 60, 51, 133, 227, 61, 91, 180, 80, 64, 160, 3, 23, 189, 120, 36, 239, 0, 127, 0, 0, 127, 0, 0, 0, 60, 163, 129, 254, 61, 103, 180, 80, 64, 254, 229, 85, 61, 120, 36, 239, 0, 127, 0, 0, 127, 0, 0, 0, 60, 221, 43, 6, 190, 122, 196, 75, 64, 96, 94, 125, 189, 207, 47, 150, 0, 127, 0, 0, 127, 0, 0, 0, 60, 5, 125, 227, 189, 108, 180, 80, 64, 160, 3, 23, 189, 207, 47, 150, 0, 127, 0, 0, 127, 0, 0, 0, 60, 251, 63, 2, 55, 103, 180, 80, 64, 168, 206, 180, 189, 207, 47, 150, 0, 127, 0, 0, 127, 0, 0, 0, 60, 255, 177, 153, 189, 163, 6, 77, 64, 241, 23, 14, 62, 226, 46, 114, 0, 127, 0, 0, 129, 0, 0, 0, 60, 4, 160, 2, 55, 160, 197, 73, 64, 17, 137, 55, 62, 226, 46, 114, 0, 127, 0, 0, 129, 0, 0, 0, 60, 4, 160, 2, 55, 91, 180, 80, 64, 130, 111, 10, 62, 226, 46, 114, 0, 127, 0, 0, 129, 0, 0, 0, 60, 221, 43, 6, 190, 122, 196, 75, 64, 96, 94, 125, 189, 133, 26, 246, 0, 127, 0, 0, 127, 0, 0, 0, 60, 248, 93, 23, 190, 107, 184, 73, 64, 176, 113, 112, 61, 133, 26, 246, 0, 127, 0, 0, 127, 0, 0, 0, 60, 117, 121, 254, 189, 103, 180, 80, 64, 254, 229, 85, 61, 133, 26, 246, 0, 127, 0, 0, 127, 0, 0, 0, 60, 163, 129, 254, 61, 103, 180, 80, 64, 254, 229, 85, 61, 153, 230, 188, 0, 127, 0, 0, 127, 0, 0, 0, 60, 29, 131, 23, 62, 107, 184, 73, 64, 176, 113, 112, 61, 153, 230, 188, 0, 127, 0, 0, 127, 0, 0, 0, 60, 87, 139, 201, 61, 229, 242, 75, 64, 20, 248, 244, 61, 153, 230, 188, 0, 127, 0, 0, 127, 0, 0, 0, 60, 87, 139, 201, 61, 229, 242, 75, 64, 20, 248, 244, 61, 164, 214, 181, 0, 127, 0, 0, 127, 0, 0, 0, 60, 55, 186, 153, 61, 163, 6, 77, 64, 241, 23, 14, 62, 164, 214, 181, 0, 127, 0, 0, 127, 0, 0, 0, 60, 39, 130, 169, 61, 91, 180, 80, 64, 191, 5, 198, 61, 164, 214, 181, 0, 127, 0, 0, 127, 0, 0, 0, 60, 244, 47, 6, 62, 122, 196, 75, 64, 112, 94, 125, 189, 47, 43, 147, 0, 127, 0, 0, 127, 0, 0, 0, 60, 251, 63, 2, 55, 118, 196, 75, 64, 37, 229, 243, 189, 47, 43, 147, 0, 127, 0, 0, 127, 0, 0, 0, 60, 251, 63, 2, 55, 103, 180, 80, 64, 168, 206, 180, 189, 47, 43, 147, 0, 127, 0, 0, 127, 0, 0, 0, 60, 5, 96, 2, 55, 206, 81, 83, 64, 29, 208, 203, 60, 10, 124, 23, 0, 127, 0, 0, 129, 0, 0, 0, 60, 5, 96, 2, 55, 116, 211, 82, 64, 176, 146, 135, 61, 10, 124, 23, 0, 127, 0, 0, 129, 0, 0, 0, 60, 189, 251, 19, 61, 116, 211, 82, 64, 30, 175, 73, 61, 10, 124, 23, 0, 127, 0, 0, 129, 0, 0, 0, 60, 159, 230, 83, 189, 120, 211, 82, 64, 255, 161, 160, 59, 199, 113, 248, 0, 127, 0, 0, 127, 0, 0, 0, 60, 5, 125, 227, 189, 108, 180, 80, 64, 160, 3, 23, 189, 199, 113, 248, 0, 127, 0, 0, 127, 0, 0, 0, 60, 117, 121, 254, 189, 103, 180, 80, 64, 254, 229, 85, 61, 199, 113, 248, 0, 127, 0, 0, 127, 0, 0, 0, 60, 175, 230, 83, 189, 120, 211, 82, 64, 207, 124, 6, 61, 215, 113, 38, 0, 127, 0, 0, 129, 0, 0, 0, 60, 117, 121, 254, 189, 103, 180, 80, 64, 254, 229, 85, 61, 215, 113, 38, 0, 127, 0, 0, 129, 0, 0, 0, 60, 255, 121, 169, 189, 91, 180, 80, 64, 191, 5, 198, 61, 215, 113, 38, 0, 127, 0, 0, 129, 0, 0, 0, 60, 5, 96, 2, 55, 116, 211, 82, 64, 176, 146, 135, 61, 232, 112, 54, 0, 127, 0, 0, 129, 0, 0, 0, 60, 79, 235, 19, 189, 116, 211, 82, 64, 238, 10, 75, 61, 232, 112, 54, 0, 127, 0, 0, 129, 0, 0, 0, 60, 255, 121, 169, 189, 91, 180, 80, 64, 191, 5, 198, 61, 232, 112, 54, 0, 127, 0, 0, 129, 0, 0, 0, 60, 5, 96, 2, 55, 116, 211, 82, 64, 176, 146, 135, 61, 25, 112, 53, 0, 127, 0, 0, 129, 0, 0, 0, 60, 4, 160, 2, 55, 91, 180, 80, 64, 130, 111, 10, 62, 25, 112, 53, 0, 127, 0, 0, 129, 0, 0, 0, 60, 39, 130, 169, 61, 91, 180, 80, 64, 191, 5, 198, 61, 25, 112, 53, 0, 127, 0, 0, 129, 0, 0, 0, 60, 159, 230, 83, 189, 120, 211, 82, 64, 255, 161, 160, 59, 235, 113, 204, 0, 127, 0, 0, 127, 0, 0, 0, 60, 5, 96, 2, 55, 120, 211, 82, 64, 62, 170, 134, 188, 235, 113, 204, 0, 127, 0, 0, 127, 0, 0, 0, 60, 251, 63, 2, 55, 103, 180, 80, 64, 168, 206, 180, 189, 235, 113, 204, 0, 127, 0, 0, 127, 0, 0, 0, 60, 127, 246, 83, 61, 116, 211, 82, 64, 126, 161, 160, 59, 24, 112, 203, 0, 127, 0, 0, 127, 0, 0, 0, 60, 51, 133, 227, 61, 91, 180, 80, 64, 160, 3, 23, 189, 24, 112, 203, 0, 127, 0, 0, 127, 0, 0, 0, 60, 251, 63, 2, 55, 103, 180, 80, 64, 168, 206, 180, 189, 24, 112, 203, 0, 127, 0, 0, 127, 0, 0, 0, 60, 127, 246, 83, 61, 116, 211, 82, 64, 126, 161, 160, 59, 52, 115, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 127, 246, 83, 61, 120, 211, 82, 64, 207, 124, 6, 61, 52, 115, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 163, 129, 254, 61, 103, 180, 80, 64, 254, 229, 85, 61, 52, 115, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 127, 246, 83, 61, 120, 211, 82, 64, 207, 124, 6, 61, 41, 113, 39, 0, 127, 0, 0, 129, 0, 0, 0, 60, 189, 251, 19, 61, 116, 211, 82, 64, 30, 175, 73, 61, 41, 113, 39, 0, 127, 0, 0, 129, 0, 0, 0, 60, 39, 130, 169, 61, 91, 180, 80, 64, 191, 5, 198, 61, 41, 113, 39, 0, 127, 0, 0, 129, 0, 0, 0, 60, 31, 28, 20, 61, 103, 67, 67, 64, 90, 254, 26, 62, 148, 214, 207, 0, 55, 248, 142, 127, 183, 49, 146, 59, 4, 160, 2, 55, 66, 123, 66, 64, 146, 47, 119, 62, 148, 214, 207, 0, 55, 248, 142, 127, 103, 50, 112, 59, 4, 160, 2, 55, 235, 85, 71, 64, 224, 42, 52, 62, 148, 214, 207, 0, 55, 248, 142, 127, 0, 0, 0, 60, 222, 11, 20, 189, 103, 67, 67, 64, 51, 64, 24, 62, 147, 41, 48, 0, 209, 11, 139, 127, 233, 50, 119, 59, 4, 160, 2, 55, 66, 123, 66, 64, 146, 47, 119, 62, 147, 41, 48, 0, 209, 11, 139, 127, 103, 50, 112, 59, 4, 160, 2, 55, 235, 85, 71, 64, 224, 42, 52, 62, 147, 41, 48, 0, 209, 11, 139, 127, 0, 0, 0, 60, 193, 117, 24, 62, 147, 113, 68, 64, 176, 113, 112, 61, 158, 255, 177, 0, 177, 9, 98, 129, 7, 49, 179, 59, 75, 137, 25, 62, 183, 40, 64, 64, 176, 113, 112, 61, 158, 255, 177, 0, 177, 9, 98, 129, 7, 53, 103, 59, 3, 252, 228, 61, 20, 152, 66, 64, 159, 156, 215, 61, 158, 255, 177, 0, 177, 9, 98, 129, 139, 51, 141, 59, 75, 137, 25, 62, 183, 40, 64, 64, 176, 113, 112, 61, 155, 247, 181, 0, 127, 0, 0, 127, 7, 53, 103, 59, 3, 252, 228, 61, 116, 9, 60, 64, 51, 119, 243, 61, 155, 247, 181, 0, 127, 0, 0, 127, 7, 53, 103, 59, 3, 252, 228, 61, 20, 152, 66, 64, 159, 156, 215, 61, 155, 247, 181, 0, 127, 0, 0, 127, 139, 51, 141, 59, 248, 93, 23, 190, 107, 184, 73, 64, 176, 113, 112, 61, 144, 1, 59, 0, 127, 0, 0, 129, 0, 0, 0, 60, 164, 113, 24, 190, 147, 113, 68, 64, 192, 113, 112, 61, 144, 1, 59, 0, 127, 0, 0, 129, 108, 51, 126, 59, 227, 243, 228, 189, 31, 134, 70, 64, 111, 126, 3, 62, 144, 1, 59, 0, 127, 0, 0, 129, 108, 51, 126, 59, 79, 235, 19, 189, 116, 211, 82, 64, 238, 10, 75, 61, 246, 124, 23, 0, 127, 0, 0, 129, 0, 0, 0, 60, 5, 96, 2, 55, 116, 211, 82, 64, 176, 146, 135, 61, 246, 124, 23, 0, 127, 0, 0, 129, 0, 0, 0, 60, 5, 96, 2, 55, 206, 81, 83, 64, 29, 208, 203, 60, 246, 124, 23, 0, 127, 0, 0, 129, 0, 0, 0, 60, 159, 230, 83, 189, 120, 211, 82, 64, 255, 161, 160, 59, 238, 125, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 175, 230, 83, 189, 120, 211, 82, 64, 207, 124, 6, 61, 238, 125, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 5, 96, 2, 55, 206, 81, 83, 64, 29, 208, 203, 60, 238, 125, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 5, 96, 2, 55, 206, 81, 83, 64, 29, 208, 203, 60, 18, 125, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 127, 246, 83, 61, 120, 211, 82, 64, 207, 124, 6, 61, 18, 125, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 127, 246, 83, 61, 116, 211, 82, 64, 126, 161, 160, 59, 18, 125, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 255, 177, 153, 189, 163, 6, 77, 64, 241, 23, 14, 62, 192, 227, 105, 0, 127, 0, 0, 129, 0, 0, 0, 60, 72, 131, 201, 189, 229, 242, 75, 64, 20, 248, 244, 61, 192, 227, 105, 0, 127, 0, 0, 129, 0, 0, 0, 60, 94, 12, 199, 188, 144, 48, 72, 64, 101, 81, 24, 62, 192, 227, 105, 0, 127, 0, 0, 129, 0, 0, 0, 60, 94, 12, 199, 188, 144, 48, 72, 64, 101, 81, 24, 62, 160, 249, 82, 0, 127, 0, 0, 129, 0, 0, 0, 60, 4, 160, 2, 55, 235, 85, 71, 64, 224, 42, 52, 62, 160, 249, 82, 0, 127, 0, 0, 129, 0, 0, 0, 60, 4, 160, 2, 55, 160, 197, 73, 64, 17, 137, 55, 62, 160, 249, 82, 0, 127, 0, 0, 129, 0, 0, 0, 60, 55, 186, 153, 61, 163, 6, 77, 64, 241, 23, 14, 62, 192, 29, 151, 0, 127, 0, 0, 127, 0, 0, 0, 60, 87, 139, 201, 61, 229, 242, 75, 64, 20, 248, 244, 61, 192, 29, 151, 0, 127, 0, 0, 127, 0, 0, 0, 60, 192, 44, 199, 60, 144, 48, 72, 64, 108, 81, 24, 62, 192, 29, 151, 0, 127, 0, 0, 127, 0, 0, 0, 60, 192, 44, 199, 60, 144, 48, 72, 64, 108, 81, 24, 62, 160, 7, 174, 0, 127, 0, 0, 127, 0, 0, 0, 60, 4, 160, 2, 55, 235, 85, 71, 64, 224, 42, 52, 62, 160, 7, 174, 0, 127, 0, 0, 127, 0, 0, 0, 60, 4, 160, 2, 55, 160, 197, 73, 64, 17, 137, 55, 62, 160, 7, 174, 0, 127, 0, 0, 127, 0, 0, 0, 60, 31, 28, 20, 61, 103, 67, 67, 64, 90, 254, 26, 62, 164, 44, 182, 0, 17, 159, 177, 127, 183, 49, 146, 59, 27, 202, 153, 60, 24, 176, 65, 64, 28, 11, 34, 62, 164, 44, 182, 0, 17, 159, 177, 127, 73, 52, 91, 59, 4, 160, 2, 55, 150, 64, 65, 64, 221, 156, 53, 62, 164, 44, 182, 0, 17, 159, 177, 127, 205, 52, 41, 59, 222, 11, 20, 189, 103, 67, 67, 64, 51, 64, 24, 62, 167, 234, 87, 0, 166, 15, 169, 127, 233, 50, 119, 59, 128, 253, 167, 188, 24, 176, 65, 64, 200, 13, 34, 62, 167, 234, 87, 0, 166, 15, 169, 127, 47, 53, 51, 59, 4, 160, 2, 55, 150, 64, 65, 64, 221, 156, 53, 62, 167, 234, 87, 0, 166, 15, 169, 127, 205, 52, 41, 59, 5, 96, 2, 55, 73, 102, 59, 64, 62, 6, 43, 62, 211, 35, 113, 0, 138, 251, 210, 127, 220, 53, 248, 58, 239, 240, 150, 189, 225, 13, 64, 64, 23, 220, 234, 61, 211, 35, 113, 0, 138, 251, 210, 127, 88, 54, 14, 59, 227, 243, 228, 189, 116, 9, 60, 64, 51, 119, 243, 61, 211, 35, 113, 0, 138, 251, 210, 127, 108, 55, 252, 58, 5, 96, 2, 55, 73, 102, 59, 64, 62, 6, 43, 62, 211, 221, 143, 0, 22, 135, 28, 127, 220, 53, 248, 58, 7, 249, 150, 61, 225, 13, 64, 64, 36, 220, 234, 61, 211, 221, 143, 0, 22, 135, 28, 127, 239, 52, 78, 59, 3, 252, 228, 61, 116, 9, 60, 64, 51, 119, 243, 61, 211, 221, 143, 0, 22, 135, 28, 127, 7, 53, 103, 59, 7, 249, 150, 61, 225, 13, 64, 64, 36, 220, 234, 61, 187, 44, 160, 0, 97, 72, 220, 127, 239, 52, 78, 59, 191, 129, 135, 61, 248, 170, 65, 64, 15, 238, 6, 62, 187, 44, 160, 0, 97, 72, 220, 127, 0, 0, 0, 60, 3, 252, 228, 61, 20, 152, 66, 64, 159, 156, 215, 61, 187, 44, 160, 0, 97, 72, 220, 127, 139, 51, 141, 59, 27, 202, 153, 60, 24, 176, 65, 64, 28, 11, 34, 62, 195, 254, 146, 0, 250, 126, 0, 129, 73, 52, 91, 59, 191, 129, 135, 61, 248, 170, 65, 64, 15, 238, 6, 62, 195, 254, 146, 0, 250, 126, 0, 129, 0, 0, 0, 60, 5, 96, 2, 55, 142, 4, 62, 64, 7, 49, 46, 62, 195, 254, 146, 0, 250, 126, 0, 129, 88, 53, 16, 59, 5, 96, 2, 55, 142, 4, 62, 64, 7, 49, 46, 62, 174, 35, 167, 0, 96, 29, 179, 127, 88, 53, 16, 59, 191, 129, 135, 61, 248, 170, 65, 64, 15, 238, 6, 62, 174, 35, 167, 0, 96, 29, 179, 127, 0, 0, 0, 60, 7, 249, 150, 61, 225, 13, 64, 64, 36, 220, 234, 61, 174, 35, 167, 0, 96, 29, 179, 127, 239, 52, 78, 59, 246, 251, 228, 61, 31, 134, 70, 64, 118, 126, 3, 62, 225, 248, 134, 0, 116, 40, 224, 127, 7, 49, 179, 59, 31, 28, 20, 61, 103, 67, 67, 64, 90, 254, 26, 62, 225, 248, 134, 0, 116, 40, 224, 127, 183, 49, 146, 59, 192, 44, 199, 60, 144, 48, 72, 64, 108, 81, 24, 62, 225, 248, 134, 0, 116, 40, 224, 127, 0, 0, 0, 60, 227, 243, 228, 189, 31, 134, 70, 64, 111, 126, 3, 62, 226, 4, 123, 0, 151, 65, 228, 127, 108, 51, 126, 59, 222, 11, 20, 189, 103, 67, 67, 64, 51, 64, 24, 62, 226, 4, 123, 0, 151, 65, 228, 127, 233, 50, 119, 59, 94, 12, 199, 188, 144, 48, 72, 64, 101, 81, 24, 62, 226, 4, 123, 0, 151, 65, 228, 127, 0, 0, 0, 60, 222, 11, 20, 189, 103, 67, 67, 64, 51, 64, 24, 62, 210, 234, 115, 0, 151, 64, 227, 127, 233, 50, 119, 59, 227, 243, 228, 189, 31, 134, 70, 64, 111, 126, 3, 62, 210, 234, 115, 0, 151, 64, 227, 127, 108, 51, 126, 59, 160, 121, 135, 189, 243, 170, 65, 64, 15, 238, 6, 62, 210, 234, 115, 0, 151, 64, 227, 127, 96, 53, 56, 59, 227, 243, 228, 189, 31, 134, 70, 64, 111, 126, 3, 62, 174, 211, 85, 0, 162, 61, 198, 127, 108, 51, 126, 59, 227, 243, 228, 189, 63, 199, 67, 64, 159, 156, 215, 61, 174, 211, 85, 0, 162, 61, 198, 127, 145, 53, 61, 59, 160, 121, 135, 189, 243, 170, 65, 64, 15, 238, 6, 62, 174, 211, 85, 0, 162, 61, 198, 127, 96, 53, 56, 59, 31, 28, 20, 61, 103, 67, 67, 64, 90, 254, 26, 62, 205, 26, 144, 0, 115, 23, 209, 127, 183, 49, 146, 59, 246, 251, 228, 61, 31, 134, 70, 64, 118, 126, 3, 62, 205, 26, 144, 0, 115, 23, 209, 127, 7, 49, 179, 59, 191, 129, 135, 61, 248, 170, 65, 64, 15, 238, 6, 62, 205, 26, 144, 0, 115, 23, 209, 127, 7, 52, 116, 59, 246, 251, 228, 61, 31, 134, 70, 64, 118, 126, 3, 62, 187, 37, 157, 0, 86, 207, 178, 127, 7, 49, 179, 59, 3, 252, 228, 61, 20, 152, 66, 64, 159, 156, 215, 61, 187, 37, 157, 0, 86, 207, 178, 127, 139, 51, 141, 59, 191, 129, 135, 61, 248, 170, 65, 64, 15, 238, 6, 62, 187, 37, 157, 0, 86, 207, 178, 127, 7, 52, 116, 59, 127, 251, 250, 189, 191, 225, 82, 61, 32, 203, 79, 62, 17, 124, 15, 0, 8, 14, 131, 127, 34, 56, 0, 56, 147, 7, 221, 189, 160, 139, 159, 61, 188, 17, 202, 188, 17, 124, 15, 0, 8, 14, 131, 127, 0, 57, 0, 56, 123, 209, 96, 190, 159, 112, 192, 61, 188, 17, 202, 188, 17, 124, 15, 0, 8, 14, 131, 127, 0, 57, 0, 54, 20, 146, 173, 190, 15, 0, 128, 52, 194, 252, 96, 62, 201, 69, 90, 0, 0, 156, 77, 127, 239, 54, 255, 51, 67, 204, 96, 190, 15, 0, 128, 52, 225, 155, 149, 62, 201, 69, 90, 0, 0, 156, 77, 127, 239, 54, 0, 48, 81, 204, 96, 190, 191, 225, 82, 61, 27, 115, 129, 62, 201, 69, 90, 0, 0, 156, 77, 127, 0, 54, 0, 48, 170, 113, 185, 190, 250, 255, 255, 52, 129, 81, 131, 190, 219, 30, 139, 0, 8, 123, 29, 127, 0, 48, 0, 56, 172, 174, 182, 190, 160, 27, 168, 61, 73, 149, 114, 190, 219, 30, 139, 0, 8, 123, 29, 127, 0, 54, 0, 56, 81, 204, 96, 190, 95, 18, 183, 61, 247, 217, 142, 190, 219, 30, 139, 0, 8, 123, 29, 127, 0, 54, 0, 54, 73, 147, 160, 190, 22, 61, 230, 61, 14, 117, 102, 190, 253, 114, 202, 0, 0, 54, 114, 127, 107, 54, 186, 59, 81, 204, 96, 190, 127, 76, 235, 61, 14, 117, 102, 190, 253, 114, 202, 0, 0, 54, 114, 127, 107, 54, 0, 59, 81, 204, 96, 190, 95, 18, 183, 61, 247, 217, 142, 190, 253, 114, 202, 0, 0, 54, 114, 127, 0, 54, 0, 59, 66, 249, 17, 190, 123, 233, 220, 61, 78, 144, 127, 189, 0, 119, 43, 0, 0, 213, 119, 127, 202, 56, 83, 58, 81, 204, 96, 190, 123, 233, 220, 61, 78, 144, 127, 189, 0, 119, 43, 0, 0, 213, 119, 127, 202, 56, 0, 59, 123, 209, 96, 190, 159, 112, 192, 61, 188, 17, 202, 188, 0, 119, 43, 0, 0, 213, 119, 127, 0, 57, 0, 59, 205, 179, 173, 62, 0, 0, 0, 0, 168, 252, 96, 62, 123, 30, 5, 0, 0, 24, 132, 127, 0, 54, 119, 56, 4, 39, 185, 62, 0, 0, 0, 0, 121, 110, 139, 190, 123, 30, 5, 0, 0, 24, 132, 127, 0, 54, 0, 58, 27, 172, 169, 62, 127, 139, 159, 61, 190, 18, 202, 188, 123, 30, 5, 0, 0, 24, 132, 127, 0, 57, 0, 56, 4, 39, 185, 62, 0, 0, 0, 0, 121, 110, 139, 190, 126, 3, 14, 0, 248, 116, 50, 127, 0, 54, 0, 58, 185, 247, 181, 62, 128, 27, 168, 61, 100, 149, 114, 190, 126, 3, 14, 0, 248, 116, 50, 127, 0, 57, 0, 58, 27, 172, 169, 62, 127, 139, 159, 61, 190, 18, 202, 188, 126, 3, 14, 0, 248, 116, 50, 127, 0, 57, 0, 56, 104, 241, 157, 61, 0, 0, 0, 0, 146, 81, 131, 190, 134, 31, 5, 0, 0, 24, 132, 127, 0, 57, 0, 52, 192, 111, 205, 61, 0, 0, 0, 0, 168, 252, 96, 62, 134, 31, 5, 0, 0, 24, 132, 127, 0, 57, 16, 55, 182, 121, 221, 61, 127, 139, 159, 61, 190, 18, 202, 188, 134, 31, 5, 0, 0, 24, 132, 127, 0, 59, 0, 56, 192, 111, 205, 61, 0, 0, 0, 0, 168, 252, 96, 62, 142, 54, 13, 0, 248, 14, 131, 127, 0, 57, 16, 55, 47, 130, 251, 61, 127, 225, 82, 61, 5, 203, 79, 62, 142, 54, 13, 0, 248, 14, 131, 127, 34, 58, 0, 56, 182, 121, 221, 61, 127, 139, 159, 61, 190, 18, 202, 188, 142, 54, 13, 0, 248, 14, 131, 127, 0, 59, 0, 56, 176, 15, 97, 62, 63, 18, 183, 61, 5, 218, 142, 190, 37, 50, 146, 0, 248, 116, 50, 127, 0, 54, 0, 54, 185, 247, 181, 62, 128, 27, 168, 61, 100, 149, 114, 190, 37, 50, 146, 0, 248, 116, 50, 127, 0, 54, 0, 52, 4, 39, 185, 62, 0, 0, 0, 0, 121, 110, 139, 190, 37, 50, 146, 0, 248, 116, 50, 127, 0, 48, 0, 52, 134, 10, 97, 62, 95, 112, 192, 61, 190, 18, 202, 188, 239, 124, 15, 0, 248, 14, 131, 127, 0, 57, 0, 54, 182, 121, 221, 61, 127, 139, 159, 61, 190, 18, 202, 188, 239, 124, 15, 0, 248, 14, 131, 127, 0, 57, 0, 52, 47, 130, 251, 61, 127, 225, 82, 61, 5, 203, 79, 62, 239, 124, 15, 0, 248, 14, 131, 127, 34, 56, 0, 52, 95, 241, 151, 62, 96, 233, 220, 61, 207, 144, 127, 189, 76, 101, 10, 0, 242, 254, 126, 127, 202, 56, 83, 58, 27, 172, 169, 62, 127, 139, 159, 61, 190, 18, 202, 188, 76, 101, 10, 0, 242, 254, 126, 127, 0, 57, 0, 58, 185, 247, 181, 62, 128, 27, 168, 61, 100, 149, 114, 190, 76, 101, 10, 0, 242, 254, 126, 127, 0, 54, 0, 58, 245, 180, 160, 62, 251, 60, 230, 61, 47, 117, 102, 190, 32, 81, 164, 0, 241, 97, 80, 127, 107, 54, 69, 58, 185, 247, 181, 62, 128, 27, 168, 61, 100, 149, 114, 190, 32, 81, 164, 0, 241, 97, 80, 127, 0, 54, 0, 58, 176, 15, 97, 62, 63, 18, 183, 61, 5, 218, 142, 190, 32, 81, 164, 0, 241, 97, 80, 127, 0, 54, 0, 59, 161, 60, 18, 62, 96, 233, 220, 61, 207, 144, 127, 189, 241, 105, 69, 0, 4, 187, 106, 127, 202, 56, 172, 59, 182, 121, 221, 61, 127, 139, 159, 61, 190, 18, 202, 188, 241, 105, 69, 0, 4, 187, 106, 127, 0, 57, 0, 60, 134, 10, 97, 62, 95, 112, 192, 61, 190, 18, 202, 188, 241, 105, 69, 0, 4, 187, 106, 127, 0, 57, 0, 59, 161, 60, 18, 62, 96, 233, 220, 61, 207, 144, 127, 189, 182, 102, 10, 0, 7, 248, 126, 127, 202, 56, 172, 59, 117, 181, 0, 62, 251, 60, 230, 61, 47, 117, 102, 190, 182, 102, 10, 0, 7, 248, 126, 127, 107, 54, 186, 59, 87, 253, 168, 61, 128, 27, 168, 61, 100, 149, 114, 190, 182, 102, 10, 0, 7, 248, 126, 127, 0, 54, 0, 60, 205, 179, 173, 62, 0, 0, 0, 0, 168, 252, 96, 62, 52, 55, 101, 0, 238, 151, 67, 127, 239, 54, 0, 0, 36, 47, 162, 62, 127, 225, 82, 61, 255, 202, 79, 62, 52, 55, 101, 0, 238, 151, 67, 127, 0, 54, 221, 39, 176, 15, 97, 62, 127, 225, 82, 61, 13, 115, 129, 62, 52, 55, 101, 0, 238, 151, 67, 127, 0, 54, 0, 48, 189, 15, 97, 62, 0, 0, 0, 0, 209, 155, 149, 62, 0, 129, 0, 0, 127, 0, 0, 127, 239, 54, 0, 48, 192, 111, 205, 61, 0, 0, 0, 0, 168, 252, 96, 62, 0, 129, 0, 0, 250, 0, 130, 127, 239, 54, 255, 51, 176, 15, 97, 62, 0, 0, 0, 0, 82, 129, 158, 190, 0, 129, 0, 0, 127, 0, 0, 127, 0, 57, 0, 48, 36, 47, 162, 62, 127, 225, 82, 61, 255, 202, 79, 62, 17, 124, 15, 0, 8, 14, 131, 127, 34, 56, 0, 56, 27, 172, 169, 62, 127, 139, 159, 61, 190, 18, 202, 188, 17, 124, 15, 0, 8, 14, 131, 127, 0, 57, 0, 56, 134, 10, 97, 62, 95, 112, 192, 61, 190, 18, 202, 188, 17, 124, 15, 0, 8, 14, 131, 127, 0, 57, 0, 54, 192, 111, 205, 61, 0, 0, 0, 0, 168, 252, 96, 62, 201, 69, 90, 0, 0, 156, 77, 127, 239, 54, 255, 51, 189, 15, 97, 62, 0, 0, 0, 0, 209, 155, 149, 62, 201, 69, 90, 0, 0, 156, 77, 127, 239, 54, 0, 48, 176, 15, 97, 62, 127, 225, 82, 61, 13, 115, 129, 62, 201, 69, 90, 0, 0, 156, 77, 127, 0, 54, 0, 48, 104, 241, 157, 61, 0, 0, 0, 0, 146, 81, 131, 190, 219, 30, 139, 0, 8, 123, 29, 127, 0, 48, 0, 56, 87, 253, 168, 61, 128, 27, 168, 61, 100, 149, 114, 190, 219, 30, 139, 0, 8, 123, 29, 127, 0, 54, 0, 56, 176, 15, 97, 62, 63, 18, 183, 61, 5, 218, 142, 190, 219, 30, 139, 0, 8, 123, 29, 127, 0, 54, 0, 54, 117, 181, 0, 62, 251, 60, 230, 61, 47, 117, 102, 190, 253, 114, 202, 0, 0, 54, 114, 127, 107, 54, 186, 59, 176, 15, 97, 62, 60, 76, 235, 61, 54, 117, 102, 190, 253, 114, 202, 0, 0, 54, 114, 127, 107, 54, 0, 59, 176, 15, 97, 62, 63, 18, 183, 61, 5, 218, 142, 190, 253, 114, 202, 0, 0, 54, 114, 127, 0, 54, 0, 59, 95, 241, 151, 62, 96, 233, 220, 61, 207, 144, 127, 189, 0, 119, 43, 0, 0, 213, 119, 127, 202, 56, 83, 58, 161, 60, 18, 62, 96, 233, 220, 61, 207, 144, 127, 189, 0, 25, 132, 0, 127, 0, 0, 127, 202, 56, 172, 59, 143, 57, 178, 61, 174, 68, 91, 63, 55, 152, 185, 61, 0, 25, 132, 0, 127, 0, 0, 127, 202, 56, 83, 58, 92, 230, 140, 62, 174, 68, 91, 63, 55, 152, 185, 61, 0, 25, 132, 0, 127, 0, 0, 127, 202, 56, 172, 59, 92, 230, 140, 62, 174, 68, 91, 63, 55, 152, 185, 61, 0, 25, 132, 0, 127, 0, 0, 127, 202, 56, 172, 59, 95, 241, 151, 62, 96, 233, 220, 61, 207, 144, 127, 189, 0, 25, 132, 0, 127, 0, 0, 127, 202, 56, 83, 58, 176, 15, 97, 62, 96, 233, 220, 61, 207, 144, 127, 189, 0, 25, 132, 0, 127, 0, 0, 127, 202, 56, 0, 59, 92, 230, 140, 62, 51, 55, 91, 63, 160, 77, 19, 190, 130, 251, 243, 0, 252, 126, 247, 127, 107, 54, 186, 59, 245, 180, 160, 62, 251, 60, 230, 61, 47, 117, 102, 190, 130, 251, 243, 0, 252, 126, 247, 127, 107, 54, 69, 58, 95, 241, 151, 62, 96, 233, 220, 61, 207, 144, 127, 189, 130, 251, 243, 0, 252, 126, 247, 127, 0, 0, 0, 60, 245, 180, 160, 62, 251, 60, 230, 61, 47, 117, 102, 190, 0, 243, 126, 0, 127, 0, 0, 129, 107, 54, 69, 58, 92, 230, 140, 62, 51, 55, 91, 63, 160, 77, 19, 190, 0, 243, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 176, 15, 97, 62, 60, 76, 235, 61, 54, 117, 102, 190, 0, 243, 126, 0, 127, 0, 0, 129, 107, 54, 0, 59, 92, 230, 140, 62, 51, 55, 91, 63, 160, 77, 19, 190, 0, 243, 126, 0, 127, 0, 0, 129, 107, 54, 186, 59, 222, 137, 126, 61, 51, 55, 91, 63, 160, 77, 19, 190, 0, 243, 126, 0, 127, 0, 0, 129, 107, 54, 69, 58, 176, 15, 97, 62, 60, 76, 235, 61, 54, 117, 102, 190, 0, 243, 126, 0, 127, 0, 0, 129, 107, 54, 0, 59, 222, 137, 126, 61, 51, 55, 91, 63, 160, 77, 19, 190, 131, 244, 12, 0, 15, 232, 123, 127, 107, 54, 69, 58, 117, 181, 0, 62, 251, 60, 230, 61, 47, 117, 102, 190, 131, 244, 12, 0, 15, 232, 123, 127, 107, 54, 186, 59, 161, 60, 18, 62, 96, 233, 220, 61, 207, 144, 127, 189, 131, 244, 12, 0, 15, 232, 123, 127, 202, 56, 172, 59, 128, 253, 167, 188, 24, 176, 65, 64, 200, 13, 34, 62, 193, 0, 109, 0, 148, 234, 194, 127, 47, 53, 51, 59, 160, 121, 135, 189, 243, 170, 65, 64, 15, 238, 6, 62, 193, 0, 109, 0, 148, 234, 194, 127, 96, 53, 56, 59, 5, 96, 2, 55, 142, 4, 62, 64, 7, 49, 46, 62, 193, 0, 109, 0, 148, 234, 194, 127, 88, 53, 16, 59, 5, 96, 2, 55, 142, 4, 62, 64, 7, 49, 46, 62, 174, 221, 89, 0, 161, 43, 185, 127, 88, 53, 16, 59, 160, 121, 135, 189, 243, 170, 65, 64, 15, 238, 6, 62, 174, 221, 89, 0, 161, 43, 185, 127, 96, 53, 56, 59, 239, 240, 150, 189, 225, 13, 64, 64, 23, 220, 234, 61, 174, 221, 89, 0, 161, 43, 185, 127, 88, 54, 14, 59, 227, 243, 228, 189, 63, 199, 67, 64, 159, 156, 215, 61, 247, 14, 125, 0, 155, 180, 1, 127, 145, 53, 61, 59, 227, 243, 228, 189, 116, 9, 60, 64, 51, 119, 243, 61, 247, 14, 125, 0, 155, 180, 1, 127, 108, 55, 252, 58, 239, 240, 150, 189, 225, 13, 64, 64, 23, 220, 234, 61, 247, 14, 125, 0, 155, 180, 1, 127, 88, 54, 14, 59 ), +"array_index_data": PoolByteArray( 0, 0, 2, 0, 1, 0, 3, 0, 5, 0, 4, 0, 6, 0, 8, 0, 7, 0, 9, 0, 11, 0, 10, 0, 12, 0, 14, 0, 13, 0, 15, 0, 17, 0, 16, 0, 18, 0, 20, 0, 19, 0, 21, 0, 23, 0, 22, 0, 24, 0, 26, 0, 25, 0, 27, 0, 29, 0, 28, 0, 30, 0, 32, 0, 31, 0, 33, 0, 35, 0, 34, 0, 36, 0, 38, 0, 37, 0, 39, 0, 41, 0, 40, 0, 42, 0, 44, 0, 43, 0, 45, 0, 47, 0, 46, 0, 48, 0, 50, 0, 49, 0, 51, 0, 53, 0, 52, 0, 54, 0, 56, 0, 55, 0, 57, 0, 59, 0, 58, 0, 60, 0, 62, 0, 61, 0, 63, 0, 65, 0, 64, 0, 66, 0, 68, 0, 67, 0, 69, 0, 71, 0, 70, 0, 72, 0, 74, 0, 73, 0, 75, 0, 77, 0, 76, 0, 78, 0, 80, 0, 79, 0, 81, 0, 83, 0, 82, 0, 84, 0, 86, 0, 85, 0, 87, 0, 89, 0, 88, 0, 90, 0, 92, 0, 91, 0, 93, 0, 95, 0, 94, 0, 96, 0, 98, 0, 97, 0, 99, 0, 101, 0, 100, 0, 102, 0, 104, 0, 103, 0, 105, 0, 107, 0, 106, 0, 108, 0, 110, 0, 109, 0, 111, 0, 113, 0, 112, 0, 114, 0, 116, 0, 115, 0, 117, 0, 119, 0, 118, 0, 120, 0, 122, 0, 121, 0, 123, 0, 125, 0, 124, 0, 126, 0, 128, 0, 127, 0, 129, 0, 131, 0, 130, 0, 132, 0, 134, 0, 133, 0, 135, 0, 137, 0, 136, 0, 138, 0, 140, 0, 139, 0, 141, 0, 143, 0, 142, 0, 144, 0, 146, 0, 145, 0, 147, 0, 149, 0, 148, 0, 150, 0, 152, 0, 151, 0, 153, 0, 155, 0, 154, 0, 156, 0, 158, 0, 157, 0, 159, 0, 161, 0, 160, 0, 162, 0, 164, 0, 163, 0, 165, 0, 167, 0, 166, 0, 168, 0, 170, 0, 169, 0, 171, 0, 173, 0, 172, 0, 174, 0, 176, 0, 175, 0, 177, 0, 179, 0, 178, 0, 180, 0, 182, 0, 181, 0, 183, 0, 185, 0, 184, 0, 186, 0, 188, 0, 187, 0, 189, 0, 191, 0, 190, 0, 192, 0, 194, 0, 193, 0, 195, 0, 197, 0, 196, 0, 198, 0, 200, 0, 199, 0, 201, 0, 203, 0, 202, 0, 204, 0, 206, 0, 205, 0, 207, 0, 209, 0, 208, 0, 210, 0, 212, 0, 211, 0, 213, 0, 215, 0, 214, 0, 216, 0, 218, 0, 217, 0, 219, 0, 221, 0, 220, 0, 222, 0, 224, 0, 223, 0, 225, 0, 227, 0, 226, 0, 228, 0, 230, 0, 229, 0, 231, 0, 233, 0, 232, 0, 234, 0, 236, 0, 235, 0, 237, 0, 239, 0, 238, 0, 240, 0, 242, 0, 241, 0, 243, 0, 245, 0, 244, 0, 246, 0, 248, 0, 247, 0, 249, 0, 251, 0, 250, 0, 252, 0, 254, 0, 253, 0, 255, 0, 1, 1, 0, 1, 2, 1, 4, 1, 3, 1, 5, 1, 7, 1, 6, 1, 8, 1, 10, 1, 9, 1, 11, 1, 13, 1, 12, 1, 14, 1, 16, 1, 15, 1, 17, 1, 19, 1, 18, 1, 20, 1, 22, 1, 21, 1, 23, 1, 25, 1, 24, 1, 26, 1, 28, 1, 27, 1, 29, 1, 31, 1, 30, 1, 32, 1, 34, 1, 33, 1, 35, 1, 37, 1, 36, 1, 38, 1, 40, 1, 39, 1, 41, 1, 43, 1, 42, 1, 44, 1, 46, 1, 45, 1, 47, 1, 49, 1, 48, 1, 50, 1, 52, 1, 51, 1, 53, 1, 55, 1, 54, 1, 56, 1, 58, 1, 57, 1, 59, 1, 61, 1, 60, 1, 62, 1, 64, 1, 63, 1, 65, 1, 67, 1, 66, 1, 68, 1, 70, 1, 69, 1, 71, 1, 73, 1, 72, 1, 74, 1, 76, 1, 75, 1, 77, 1, 79, 1, 78, 1, 80, 1, 82, 1, 81, 1, 83, 1, 85, 1, 84, 1, 86, 1, 88, 1, 87, 1, 89, 1, 91, 1, 90, 1, 92, 1, 94, 1, 93, 1, 95, 1, 97, 1, 96, 1, 98, 1, 100, 1, 99, 1, 101, 1, 103, 1, 102, 1, 104, 1, 106, 1, 105, 1, 107, 1, 109, 1, 108, 1, 110, 1, 112, 1, 111, 1, 113, 1, 115, 1, 114, 1, 116, 1, 118, 1, 117, 1, 119, 1, 121, 1, 120, 1, 122, 1, 124, 1, 123, 1, 125, 1, 127, 1, 126, 1, 128, 1, 130, 1, 129, 1, 131, 1, 133, 1, 132, 1, 134, 1, 136, 1, 135, 1, 137, 1, 139, 1, 138, 1, 140, 1, 142, 1, 141, 1, 143, 1, 145, 1, 144, 1, 146, 1, 148, 1, 147, 1, 149, 1, 151, 1, 150, 1, 152, 1, 154, 1, 153, 1, 155, 1, 157, 1, 156, 1, 158, 1, 160, 1, 159, 1, 161, 1, 163, 1, 162, 1, 164, 1, 166, 1, 165, 1, 167, 1, 169, 1, 168, 1, 170, 1, 172, 1, 171, 1, 173, 1, 175, 1, 174, 1, 176, 1, 178, 1, 177, 1, 179, 1, 181, 1, 180, 1, 182, 1, 184, 1, 183, 1, 185, 1, 187, 1, 186, 1, 188, 1, 190, 1, 189, 1, 191, 1, 193, 1, 192, 1, 194, 1, 196, 1, 195, 1, 197, 1, 199, 1, 198, 1, 200, 1, 202, 1, 201, 1, 203, 1, 205, 1, 204, 1, 206, 1, 208, 1, 207, 1, 209, 1, 211, 1, 210, 1, 212, 1, 214, 1, 213, 1, 215, 1, 217, 1, 216, 1, 218, 1, 220, 1, 219, 1, 221, 1, 223, 1, 222, 1, 224, 1, 226, 1, 225, 1, 227, 1, 229, 1, 228, 1, 230, 1, 232, 1, 231, 1, 233, 1, 235, 1, 234, 1, 236, 1, 238, 1, 237, 1, 239, 1, 241, 1, 240, 1, 242, 1, 244, 1, 243, 1, 245, 1, 247, 1, 246, 1, 248, 1, 250, 1, 249, 1, 251, 1, 253, 1, 252, 1, 254, 1, 0, 2, 255, 1, 1, 2, 3, 2, 2, 2, 4, 2, 6, 2, 5, 2, 7, 2, 9, 2, 8, 2, 10, 2, 12, 2, 11, 2, 13, 2, 15, 2, 14, 2, 16, 2, 18, 2, 17, 2, 19, 2, 21, 2, 20, 2, 22, 2, 24, 2, 23, 2, 25, 2, 27, 2, 26, 2, 28, 2, 30, 2, 29, 2, 31, 2, 33, 2, 32, 2, 34, 2, 36, 2, 35, 2, 37, 2, 39, 2, 38, 2, 40, 2, 42, 2, 41, 2, 43, 2, 45, 2, 44, 2, 46, 2, 48, 2, 47, 2, 49, 2, 51, 2, 50, 2, 52, 2, 54, 2, 53, 2, 55, 2, 57, 2, 56, 2, 58, 2, 60, 2, 59, 2, 61, 2, 63, 2, 62, 2, 64, 2, 66, 2, 65, 2, 67, 2, 69, 2, 68, 2, 70, 2, 72, 2, 71, 2, 73, 2, 75, 2, 74, 2, 76, 2, 78, 2, 77, 2, 79, 2, 81, 2, 80, 2, 82, 2, 84, 2, 83, 2, 85, 2, 87, 2, 86, 2, 88, 2, 90, 2, 89, 2, 91, 2, 93, 2, 92, 2, 94, 2, 96, 2, 95, 2, 97, 2, 99, 2, 98, 2, 100, 2, 102, 2, 101, 2, 2, 0, 0, 0, 103, 2, 0, 0, 1, 0, 104, 2, 105, 2, 107, 2, 106, 2, 108, 2, 110, 2, 109, 2, 111, 2, 113, 2, 112, 2, 114, 2, 116, 2, 115, 2, 117, 2, 119, 2, 118, 2, 120, 2, 122, 2, 121, 2, 123, 2, 125, 2, 124, 2, 126, 2, 128, 2, 127, 2, 129, 2, 131, 2, 130, 2, 132, 2, 134, 2, 133, 2, 135, 2, 137, 2, 136, 2, 138, 2, 140, 2, 139, 2, 141, 2, 143, 2, 142, 2, 144, 2, 146, 2, 145, 2, 147, 2, 149, 2, 148, 2, 150, 2, 152, 2, 151, 2, 153, 2, 155, 2, 154, 2, 156, 2, 158, 2, 157, 2, 159, 2, 161, 2, 160, 2, 162, 2, 164, 2, 163, 2, 165, 2, 167, 2, 166, 2, 168, 2, 170, 2, 169, 2, 171, 2, 173, 2, 172, 2, 174, 2, 176, 2, 175, 2, 177, 2, 179, 2, 178, 2, 180, 2, 182, 2, 181, 2, 183, 2, 185, 2, 184, 2, 186, 2, 188, 2, 187, 2, 189, 2, 191, 2, 190, 2, 192, 2, 194, 2, 193, 2, 195, 2, 197, 2, 196, 2, 198, 2, 200, 2, 199, 2, 201, 2, 203, 2, 202, 2, 204, 2, 206, 2, 205, 2, 207, 2, 209, 2, 208, 2, 210, 2, 212, 2, 211, 2, 213, 2, 215, 2, 214, 2, 216, 2, 218, 2, 217, 2, 219, 2, 221, 2, 220, 2, 222, 2, 224, 2, 223, 2, 225, 2, 227, 2, 226, 2, 228, 2, 230, 2, 229, 2, 231, 2, 233, 2, 232, 2, 234, 2, 236, 2, 235, 2, 237, 2, 239, 2, 238, 2, 240, 2, 242, 2, 241, 2, 243, 2, 245, 2, 244, 2, 246, 2, 248, 2, 247, 2, 249, 2, 251, 2, 250, 2, 252, 2, 254, 2, 253, 2, 255, 2, 1, 3, 0, 3, 2, 3, 4, 3, 3, 3, 5, 3, 7, 3, 6, 3, 8, 3, 10, 3, 9, 3, 11, 3, 13, 3, 12, 3, 14, 3, 16, 3, 15, 3, 17, 3, 19, 3, 18, 3, 20, 3, 22, 3, 21, 3, 23, 3, 25, 3, 24, 3, 26, 3, 28, 3, 27, 3, 29, 3, 31, 3, 30, 3, 32, 3, 34, 3, 33, 3, 35, 3, 37, 3, 36, 3, 38, 3, 40, 3, 39, 3, 41, 3, 43, 3, 42, 3, 44, 3, 46, 3, 45, 3, 47, 3, 49, 3, 48, 3, 50, 3, 52, 3, 51, 3, 53, 3, 55, 3, 54, 3, 56, 3, 58, 3, 57, 3, 59, 3, 61, 3, 60, 3, 62, 3, 64, 3, 63, 3, 65, 3, 67, 3, 66, 3, 68, 3, 70, 3, 69, 3, 71, 3, 73, 3, 72, 3, 74, 3, 76, 3, 75, 3, 77, 3, 79, 3, 78, 3, 80, 3, 82, 3, 81, 3, 83, 3, 85, 3, 84, 3, 86, 3, 88, 3, 87, 3, 89, 3, 91, 3, 90, 3, 92, 3, 94, 3, 93, 3, 95, 3, 97, 3, 96, 3, 98, 3, 100, 3, 99, 3, 101, 3, 103, 3, 102, 3, 104, 3, 106, 3, 105, 3, 107, 3, 109, 3, 108, 3, 110, 3, 112, 3, 111, 3, 113, 3, 115, 3, 114, 3, 116, 3, 118, 3, 117, 3, 119, 3, 121, 3, 120, 3, 122, 3, 124, 3, 123, 3, 125, 3, 127, 3, 126, 3, 128, 3, 130, 3, 129, 3, 131, 3, 133, 3, 132, 3, 134, 3, 136, 3, 135, 3, 137, 3, 139, 3, 138, 3, 140, 3, 142, 3, 141, 3, 143, 3, 145, 3, 144, 3, 146, 3, 148, 3, 147, 3, 149, 3, 151, 3, 150, 3, 152, 3, 154, 3, 153, 3, 155, 3, 157, 3, 156, 3, 158, 3, 160, 3, 159, 3, 161, 3, 163, 3, 162, 3, 164, 3, 166, 3, 165, 3, 167, 3, 169, 3, 168, 3, 170, 3, 172, 3, 171, 3, 173, 3, 175, 3, 174, 3, 176, 3, 178, 3, 177, 3, 179, 3, 181, 3, 180, 3, 182, 3, 184, 3, 183, 3, 185, 3, 187, 3, 186, 3, 179, 2, 188, 3, 178, 2, 189, 3, 191, 3, 190, 3, 192, 3, 194, 3, 193, 3, 195, 3, 197, 3, 196, 3, 198, 3, 200, 3, 199, 3, 201, 3, 203, 3, 202, 3, 204, 3, 206, 3, 205, 3, 207, 3, 209, 3, 208, 3, 210, 3, 212, 3, 211, 3, 213, 3, 215, 3, 214, 3, 216, 3, 218, 3, 217, 3, 219, 3, 221, 3, 220, 3, 222, 3, 224, 3, 223, 3, 225, 3, 227, 3, 226, 3, 228, 3, 230, 3, 229, 3, 231, 3, 233, 3, 232, 3, 234, 3, 236, 3, 235, 3, 237, 3, 239, 3, 238, 3, 240, 3, 242, 3, 241, 3, 243, 3, 245, 3, 244, 3, 246, 3, 248, 3, 247, 3, 249, 3, 251, 3, 250, 3, 252, 3, 254, 3, 253, 3, 255, 3, 1, 4, 0, 4, 2, 4, 4, 4, 3, 4, 5, 4, 7, 4, 6, 4, 8, 4, 10, 4, 9, 4, 11, 4, 13, 4, 12, 4, 14, 4, 16, 4, 15, 4, 17, 4, 19, 4, 18, 4, 20, 4, 22, 4, 21, 4, 23, 4, 25, 4, 24, 4, 26, 4, 28, 4, 27, 4, 29, 4, 31, 4, 30, 4, 32, 4, 34, 4, 33, 4, 35, 4, 37, 4, 36, 4, 38, 4, 40, 4, 39, 4, 41, 4, 43, 4, 42, 4, 44, 4, 46, 4, 45, 4, 47, 4, 49, 4, 48, 4, 50, 4, 52, 4, 51, 4, 53, 4, 55, 4, 54, 4, 56, 4, 58, 4, 57, 4, 59, 4, 61, 4, 60, 4, 62, 4, 64, 4, 63, 4, 65, 4, 67, 4, 66, 4, 68, 4, 70, 4, 69, 4, 71, 4, 73, 4, 72, 4, 74, 4, 76, 4, 75, 4, 77, 4, 79, 4, 78, 4, 80, 4, 82, 4, 81, 4, 83, 4, 85, 4, 84, 4, 86, 4, 88, 4, 87, 4, 89, 4, 91, 4, 90, 4, 92, 4, 94, 4, 93, 4, 95, 4, 97, 4, 96, 4, 98, 4, 100, 4, 99, 4, 101, 4, 103, 4, 102, 4, 104, 4, 106, 4, 105, 4, 107, 4, 109, 4, 108, 4, 110, 4, 112, 4, 111, 4, 113, 4, 115, 4, 114, 4, 116, 4, 118, 4, 117, 4, 119, 4, 121, 4, 120, 4, 122, 4, 124, 4, 123, 4, 125, 4, 127, 4, 126, 4, 128, 4, 130, 4, 129, 4, 131, 4, 133, 4, 132, 4, 134, 4, 136, 4, 135, 4, 137, 4, 139, 4, 138, 4, 140, 4, 142, 4, 141, 4, 143, 4, 145, 4, 144, 4, 146, 4, 148, 4, 147, 4, 149, 4, 151, 4, 150, 4, 152, 4, 154, 4, 153, 4, 155, 4, 157, 4, 156, 4, 158, 4, 160, 4, 159, 4, 161, 4, 163, 4, 162, 4, 164, 4, 166, 4, 165, 4, 167, 4, 169, 4, 168, 4, 170, 4, 172, 4, 171, 4, 173, 4, 175, 4, 174, 4, 176, 4, 178, 4, 177, 4, 179, 4, 181, 4, 180, 4, 182, 4, 184, 4, 183, 4, 185, 4, 187, 4, 186, 4, 188, 4, 190, 4, 189, 4, 191, 4, 65, 2, 192, 4, 192, 4, 65, 2, 66, 2, 66, 2, 64, 2, 193, 4, 194, 4, 196, 4, 195, 4, 197, 4, 199, 4, 198, 4, 200, 4, 202, 4, 201, 4, 203, 4, 205, 4, 204, 4, 206, 4, 56, 2, 57, 2, 207, 4, 209, 4, 208, 4, 210, 4, 212, 4, 211, 4, 213, 4, 215, 4, 214, 4, 216, 4, 218, 4, 217, 4, 219, 4, 221, 4, 220, 4, 222, 4, 224, 4, 223, 4, 225, 4, 227, 4, 226, 4, 228, 4, 230, 4, 229, 4, 231, 4, 233, 4, 232, 4 ), +"blend_shape_data": [ ], +"format": 97559, +"index_count": 1272, +"material": ExtResource( 1 ), +"name": "Material", +"primitive": 4, +"skeleton_aabb": [ ], +"vertex_count": 1258 +} + +[node name="Statue" type="Spatial"] + +[node name="StaticBody" type="StaticBody" parent="."] +collision_layer = 3 + +[node name="CollisionShape" type="CollisionShape" parent="StaticBody"] +transform = Transform( 0.5, 0, 0, 0, 1.7, 0, 0, 0, 0.2, 0, 1.7, -0.1 ) +shape = SubResource( 1 ) + +[node name="MeshInstance" type="MeshInstance" parent="StaticBody"] +layers = 3 +mesh = SubResource( 2 ) +material/0 = null diff --git a/Level/FactoryMusicHandler.gd b/Level/FactoryMusicHandler.gd new file mode 100644 index 0000000..bd4e77c --- /dev/null +++ b/Level/FactoryMusicHandler.gd @@ -0,0 +1,22 @@ +extends Node + + +onready var inactive_music = get_node("InactiveMusic") +onready var active_music = get_node("ActiveMusic") + +export(NodePath) var path_to_pipegame + +var pipegame + +# Called when the node enters the scene tree for the first time. +func _ready() -> void: + inactive_music.play() + + pipegame = get_node(path_to_pipegame) + + pipegame.get_node("Lever").connect("start_machine", self, "activate_active_music") + + +func activate_active_music(): + active_music.play(inactive_music.get_playback_position()) + inactive_music.stop() diff --git a/Level/InFactory.tscn b/Level/InFactory.tscn index eb56565..b0fe6c8 100644 --- a/Level/InFactory.tscn +++ b/Level/InFactory.tscn @@ -1,47 +1,439 @@ -[gd_scene load_steps=7 format=2] +[gd_scene load_steps=14 format=2] -[ext_resource path="res://Level/Buildings/DoubleDoorWall.tscn" type="PackedScene" id=1] -[ext_resource path="res://Level/Buildings/DoorWall.tscn" type="PackedScene" id=2] -[ext_resource path="res://Characters/Player/Player.tscn" type="PackedScene" id=3] +[ext_resource path="res://Level/Interactables/Keycard/Keycard.tscn" type="PackedScene" id=1] +[ext_resource path="res://Level/Interactables/Keycard/Keycard2.tscn" type="PackedScene" id=2] +[ext_resource path="res://Level/Buildings/DoubleDoorWall.tscn" type="PackedScene" id=3] +[ext_resource path="res://Level/Buildings/DoorWall.tscn" type="PackedScene" id=4] +[ext_resource path="res://Level/Interactables/Door/Door.tscn" type="PackedScene" id=5] +[ext_resource path="res://Level/Interactables/FactoryMachines/FactoryGameplay.tscn" type="PackedScene" id=6] +[ext_resource path="res://Level/Decoration/Statue.tscn" type="PackedScene" id=7] +[ext_resource path="res://Characters/Player/Player.tscn" type="PackedScene" id=8] [sub_resource type="BoxShape" id=1] -[sub_resource type="CubeMesh" id=2] +[sub_resource type="BoxShape" id=2] -[sub_resource type="BoxShape" id=3] +[sub_resource type="CubeMesh" id=3] + +[sub_resource type="CubeMesh" id=4] + +[sub_resource type="BoxShape" id=5] [node name="InFactory" type="Spatial"] [node name="Architecture" type="Spatial" parent="."] -[node name="EntryHall" type="Spatial" parent="Architecture"] -editor/display_folded = true +[node name="Cheat (delete later)" type="Spatial" parent="Architecture"] -[node name="DoubleDoorWall" parent="Architecture/EntryHall" instance=ExtResource( 1 )] +[node name="Keycard" parent="Architecture/Cheat (delete later)" instance=ExtResource( 1 )] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 1, -3 ) +card_lvl = 1 -[node name="DoorWall" parent="Architecture/EntryHall" instance=ExtResource( 2 )] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -12, 0, 2 ) - -[node name="Floor" type="StaticBody" parent="Architecture"] -editor/display_folded = true -transform = Transform( 100, 0, 0, 0, 1, 0, 0, 0, 100, 0, -1, 0 ) -collision_layer = 3 - -[node name="CollisionShape" type="CollisionShape" parent="Architecture/Floor"] -shape = SubResource( 1 ) - -[node name="MeshInstance" type="MeshInstance" parent="Architecture/Floor"] -layers = 3 -mesh = SubResource( 2 ) -material/0 = null +[node name="Keycard2" parent="Architecture/Cheat (delete later)" instance=ExtResource( 2 )] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -10, 1, -38 ) [node name="OutsideEntry" type="Area" parent="Architecture" groups=[ "OutsideEntry", ]] +editor/display_folded = true [node name="CollisionShape" type="CollisionShape" parent="Architecture/OutsideEntry"] transform = Transform( 6.4742, 0, 0, 0, 1, 0, 0, 0, 4.02915, -24.461, 0, 2.21844 ) -shape = SubResource( 3 ) +shape = SubResource( 1 ) -[node name="Player" parent="." instance=ExtResource( 3 )] +[node name="Floor" type="StaticBody" parent="Architecture"] +transform = Transform( 100, 0, 0, 0, 1, 0, 0, 0, 100, 0, -1, 0 ) +collision_layer = 3 + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/Floor"] +shape = SubResource( 2 ) + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/Floor"] +layers = 3 +mesh = SubResource( 3 ) +material/0 = null + +[node name="EntryHall" type="Spatial" parent="Architecture"] +editor/display_folded = true + +[node name="DoubleDoorWall" parent="Architecture/EntryHall" instance=ExtResource( 3 )] +transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 0, 0, 1.8 ) + +[node name="DoorWall" parent="Architecture/EntryHall" instance=ExtResource( 4 )] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -12, 0, 2 ) +visible = false + +[node name="SideWall1" type="StaticBody" parent="Architecture/EntryHall"] +editor/display_folded = true +transform = Transform( 0.2, 0, 0, 0, 2.5, 0, 0, 0, 10, 4, 2.5, -8 ) +collision_layer = 3 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/EntryHall/SideWall1"] +layers = 3 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/EntryHall/SideWall1"] +shape = SubResource( 5 ) + +[node name="SideWall2" type="StaticBody" parent="Architecture/EntryHall"] +editor/display_folded = true +transform = Transform( 0.2, 0, 0, 0, 2.5, 0, 0, 0, 10, -4, 2.5, -8 ) +collision_layer = 3 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/EntryHall/SideWall2"] +layers = 3 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/EntryHall/SideWall2"] +shape = SubResource( 5 ) + +[node name="Ceiling" type="StaticBody" parent="Architecture/EntryHall"] +editor/display_folded = true +transform = Transform( 4.2, 0, 0, 0, 0.2, 0, 0, 0, 10, 0, 5.2, -8 ) +collision_layer = 3 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/EntryHall/Ceiling"] +layers = 3 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/EntryHall/Ceiling"] +shape = SubResource( 5 ) + +[node name="DoubleDoorWall2" parent="Architecture/EntryHall" instance=ExtResource( 3 )] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -17.8 ) + +[node name="FactoryRoomWalls" type="Spatial" parent="Architecture"] + +[node name="SideWall" type="StaticBody" parent="Architecture/FactoryRoomWalls"] +editor/display_folded = true +transform = Transform( 4, 0, 0, 0, 4, 0, 0, 0, 0.2, 8, 4, -17.8 ) +collision_layer = 3 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/FactoryRoomWalls/SideWall"] +layers = 3 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/FactoryRoomWalls/SideWall"] +shape = SubResource( 5 ) + +[node name="SideWall2" type="StaticBody" parent="Architecture/FactoryRoomWalls"] +editor/display_folded = true +transform = Transform( 4, 0, 0, 0, 4, 0, 0, 0, 0.2, -8, 4, -17.8 ) +collision_layer = 3 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/FactoryRoomWalls/SideWall2"] +layers = 3 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/FactoryRoomWalls/SideWall2"] +shape = SubResource( 5 ) + +[node name="SideWall3" type="StaticBody" parent="Architecture/FactoryRoomWalls"] +editor/display_folded = true +transform = Transform( 4, 0, 0, 0, 1.5, 0, 0, 0, 0.2, 0, 6.5, -17.8 ) +collision_layer = 3 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/FactoryRoomWalls/SideWall3"] +layers = 3 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/FactoryRoomWalls/SideWall3"] +shape = SubResource( 5 ) + +[node name="SideWall4" type="StaticBody" parent="Architecture/FactoryRoomWalls"] +editor/display_folded = true +transform = Transform( 0.2, 0, 0, 0, 4, 0, 0, 0, 8.2, 11.8, 4, -25.8 ) +collision_layer = 3 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/FactoryRoomWalls/SideWall4"] +layers = 3 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/FactoryRoomWalls/SideWall4"] +shape = SubResource( 5 ) + +[node name="SideWall5" type="StaticBody" parent="Architecture/FactoryRoomWalls"] +editor/display_folded = true +transform = Transform( 0.2, 0, 0, 0, 4, 0, 0, 0, 8.2, -11.8, 4, -25.8 ) +collision_layer = 3 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/FactoryRoomWalls/SideWall5"] +layers = 3 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/FactoryRoomWalls/SideWall5"] +shape = SubResource( 5 ) + +[node name="BackWall" type="StaticBody" parent="Architecture/FactoryRoomWalls"] +editor/display_folded = true +transform = Transform( 9, 0, 0, 0, 4, 0, 0, 0, 0.2, -3, 4, -33.8 ) +collision_layer = 3 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/FactoryRoomWalls/BackWall"] +layers = 3 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/FactoryRoomWalls/BackWall"] +shape = SubResource( 5 ) + +[node name="BackWall2" type="StaticBody" parent="Architecture/FactoryRoomWalls"] +editor/display_folded = true +transform = Transform( 2, 0, 0, 0, 4, 0, 0, 0, 0.2, 10, 4, -33.8 ) +collision_layer = 2 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/FactoryRoomWalls/BackWall2"] +layers = 2 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/FactoryRoomWalls/BackWall2"] +shape = SubResource( 5 ) + +[node name="BackWall3" type="StaticBody" parent="Architecture/FactoryRoomWalls"] +editor/display_folded = true +transform = Transform( 1, 0, 0, 0, 2.7, 0, 0, 0, 0.2, 7, 5.7, -33.8 ) +collision_layer = 2 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/FactoryRoomWalls/BackWall3"] +layers = 2 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/FactoryRoomWalls/BackWall3"] +shape = SubResource( 5 ) + +[node name="BackWallMasked" type="StaticBody" parent="Architecture/FactoryRoomWalls"] +editor/display_folded = true +transform = Transform( 3, 0, 0, 0, 4, 0, 0, 0, 0.2, 9, 4, -33.8 ) +collision_layer = 0 +collision_mask = 0 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/FactoryRoomWalls/BackWallMasked"] +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/FactoryRoomWalls/BackWallMasked"] +shape = SubResource( 5 ) + +[node name="BackWallTrue" type="Spatial" parent="Architecture/FactoryRoomWalls"] +transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 8, 1.5, -33.8 ) + +[node name="Door" parent="Architecture/FactoryRoomWalls/BackWallTrue" instance=ExtResource( 5 )] +editor/display_folded = true +collision_layer = 3 +collision_mask = 3 +invert_open = true +card_door = true +door_lvl = 1 + +[node name="DoorMesh" parent="Architecture/FactoryRoomWalls/BackWallTrue/Door" index="0"] +editor/display_folded = true +layers = 2 + +[node name="Outline" parent="Architecture/FactoryRoomWalls/BackWallTrue/Door/DoorMesh" index="0"] +layers = 2 + +[node name="KnobMesh" parent="Architecture/FactoryRoomWalls/BackWallTrue/Door" index="1"] +layers = 2 + +[node name="KnobMesh2" parent="Architecture/FactoryRoomWalls/BackWallTrue/Door" index="2"] +layers = 2 + +[node name="Ceiling" type="StaticBody" parent="Architecture/FactoryRoomWalls"] +editor/display_folded = true +transform = Transform( 12, 0, 0, 0, 0.2, 0, 0, 0, 8.2, 0, 8.2, -25.8 ) +collision_layer = 3 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/FactoryRoomWalls/Ceiling"] +layers = 3 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/FactoryRoomWalls/Ceiling"] +shape = SubResource( 5 ) + +[node name="FactoryRoomInterior" type="Spatial" parent="Architecture"] +editor/display_folded = true + +[node name="PipeGame" parent="Architecture/FactoryRoomInterior" instance=ExtResource( 6 )] +transform = Transform( 1, 0, 0, 0, -4.37114e-008, -1, 0, 1, -4.37114e-008, 0, 2, -34.4 ) + +[node name="StatueBlock" type="StaticBody" parent="Architecture/FactoryRoomInterior"] +editor/display_folded = true +transform = Transform( 1.2, 0, 0, 0, 0.25, 0, 0, 0, 1.5, 9.5, 0.25, -25.8 ) +collision_layer = 3 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/FactoryRoomInterior/StatueBlock"] +layers = 3 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/FactoryRoomInterior/StatueBlock"] +shape = SubResource( 5 ) + +[node name="Statue" parent="Architecture/FactoryRoomInterior" instance=ExtResource( 7 )] +transform = Transform( -7.86805e-008, 0, -2.5, 0, 1.8, 0, 1.8, 0, -1.09278e-007, 9.5, 0.5, -25.8 ) + +[node name="OfficeSpace" type="Spatial" parent="Architecture"] + +[node name="Wall" type="StaticBody" parent="Architecture/OfficeSpace"] +editor/display_folded = true +transform = Transform( 23, 0, 0, 0, 2, 0, 0, 0, 0.2, 16, 2, -36.8 ) +collision_layer = 3 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/OfficeSpace/Wall"] +layers = 3 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/OfficeSpace/Wall"] +shape = SubResource( 5 ) + +[node name="Wall2" type="StaticBody" parent="Architecture/OfficeSpace"] +editor/display_folded = true +transform = Transform( 0.2, 0, 0, 0, 2, 0, 0, 0, 3, -10.3, 2, -36.8 ) +collision_layer = 3 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/OfficeSpace/Wall2"] +layers = 3 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/OfficeSpace/Wall2"] +shape = SubResource( 5 ) + +[node name="Wall3" type="StaticBody" parent="Architecture/OfficeSpace"] +editor/display_folded = true +transform = Transform( 0.2, 0, 0, 0, 2, 0, 0, 0, 1.5, -6.8, 2, -38.2 ) +collision_layer = 3 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/OfficeSpace/Wall3"] +layers = 3 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/OfficeSpace/Wall3"] +shape = SubResource( 5 ) + +[node name="Wall4" type="StaticBody" parent="Architecture/OfficeSpace"] +editor/display_folded = true +transform = Transform( 0.3, 0, 0, 0, 2, 0, 0, 0, 0.2, -7.25, 2, -39.4 ) +collision_layer = 3 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/OfficeSpace/Wall4"] +layers = 3 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/OfficeSpace/Wall4"] +shape = SubResource( 5 ) + +[node name="Wall5" type="StaticBody" parent="Architecture/OfficeSpace"] +editor/display_folded = true +transform = Transform( 0.3, 0, 0, 0, 2, 0, 0, 0, 0.2, -9.85, 2, -39.4 ) +collision_layer = 3 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/OfficeSpace/Wall5"] +layers = 3 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/OfficeSpace/Wall5"] +shape = SubResource( 5 ) + +[node name="Wall6" type="StaticBody" parent="Architecture/OfficeSpace"] +editor/display_folded = true +transform = Transform( 1, 0, 0, 0, 0.5, 0, 0, 0, 0.2, -8.55, 3.5, -39.4 ) +collision_layer = 3 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/OfficeSpace/Wall6"] +layers = 3 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/OfficeSpace/Wall6"] +shape = SubResource( 5 ) + +[node name="Wall7" type="StaticBody" parent="Architecture/OfficeSpace"] +editor/display_folded = true +transform = Transform( 4, 0, 0, 0, 2, 0, 0, 0, 0.2, 16, 2, -33.8 ) +collision_layer = 3 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/OfficeSpace/Wall7"] +layers = 3 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/OfficeSpace/Wall7"] +shape = SubResource( 5 ) + +[node name="Wall8" type="StaticBody" parent="Architecture/OfficeSpace"] +editor/display_folded = true +transform = Transform( 0.2, 0, 0, 0, 2, 0, 0, 0, 16.5, 38.8, 2, -20.5 ) +collision_layer = 3 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/OfficeSpace/Wall8"] +layers = 3 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/OfficeSpace/Wall8"] +shape = SubResource( 5 ) + +[node name="Wall9" type="StaticBody" parent="Architecture/OfficeSpace"] +editor/display_folded = true +transform = Transform( 0.2, 0, 0, 0, 2, 0, 0, 0, 6.8, 11.8, 2, -10.8 ) +collision_layer = 3 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/OfficeSpace/Wall9"] +layers = 3 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/OfficeSpace/Wall9"] +shape = SubResource( 5 ) + +[node name="Wall10" type="StaticBody" parent="Architecture/OfficeSpace"] +transform = Transform( 13.5, 0, 0, 0, 2, 0, 0, 0, 0.2, 25.2, 2, -4.2 ) +collision_layer = 3 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/OfficeSpace/Wall10"] +layers = 3 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/OfficeSpace/Wall10"] +shape = SubResource( 5 ) + +[node name="Ceiling" type="StaticBody" parent="Architecture/OfficeSpace"] +editor/display_folded = true +transform = Transform( 15.2, 0, 0, 0, 0.2, 0, 0, 0, 3, 4.8, 3.8, -36.8 ) +collision_layer = 3 + +[node name="MeshInstance" type="MeshInstance" parent="Architecture/OfficeSpace/Ceiling"] +layers = 3 +mesh = SubResource( 4 ) +material/0 = null + +[node name="CollisionShape" type="CollisionShape" parent="Architecture/OfficeSpace/Ceiling"] +shape = SubResource( 5 ) + +[node name="Door" parent="Architecture/OfficeSpace" instance=ExtResource( 5 )] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -9.55, 1.5, -39.5 ) +invert_open = true +card_door = true +door_lvl = 2 + +[node name="Player" parent="." instance=ExtResource( 8 )] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4, 0 ) + +[editable path="Architecture/FactoryRoomWalls/BackWallTrue/Door"] diff --git a/Level/Interactables/Door/Door.gd b/Level/Interactables/Door/Door.gd index 0c684c1..dd2c815 100644 --- a/Level/Interactables/Door/Door.gd +++ b/Level/Interactables/Door/Door.gd @@ -8,7 +8,7 @@ export(int) var door_lvl var outline: MeshInstance # const -const OPENING_SPEED = 50 +const OPENING_SPEED = 150 # private members var _startingRotY : float @@ -49,10 +49,10 @@ func do_interact(var player): # opens or closes the door func _door_move(delta): if _isOpening: - if _degrees < 100: + if _degrees < 105: _degrees += OPENING_SPEED * delta else: - _degrees = 100 + _degrees = 105 _isMoving = false else: if _degrees > 0: diff --git a/Level/Interactables/FactoryMachines/FactoryGameplay.tscn b/Level/Interactables/FactoryMachines/FactoryGameplay.tscn index 14fef59..098f353 100644 --- a/Level/Interactables/FactoryMachines/FactoryGameplay.tscn +++ b/Level/Interactables/FactoryMachines/FactoryGameplay.tscn @@ -71,7 +71,7 @@ mesh = SubResource( 3 ) material/0 = SubResource( 4 ) [node name="ExitCast" type="RayCast" parent="IO Boxes/Output1"] -transform = Transform( -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0, 1, -1.00011, 0.341612, -0.167214 ) +transform = Transform( -4.37114e-008, 1, 0, -1, -4.37114e-008, 0, 0, 0, 1, -1.00011, 0.341612, -0.167214 ) enabled = true cast_to = Vector3( 0, -0.5, 0 ) collision_mask = 3 @@ -83,7 +83,7 @@ mesh = SubResource( 3 ) material/0 = SubResource( 4 ) [node name="ExitCast" type="RayCast" parent="IO Boxes/Output2"] -transform = Transform( -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0, 1, -1.00011, 0.341612, 0.0168505 ) +transform = Transform( -4.37114e-008, 1, 0, -1, -4.37114e-008, 0, 0, 0, 1, -1.00011, 0.341612, 0.0168505 ) enabled = true cast_to = Vector3( 0, -0.5, 0 ) collision_mask = 3 @@ -95,7 +95,7 @@ mesh = SubResource( 3 ) material/0 = SubResource( 4 ) [node name="ExitCast" type="RayCast" parent="IO Boxes/Output3"] -transform = Transform( -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0, 1, -0.922591, 0.341612, 0.145537 ) +transform = Transform( -4.37114e-008, 1, 0, -1, -4.37114e-008, 0, 0, 0, 1, -0.922591, 0.341612, 0.145537 ) enabled = true cast_to = Vector3( 0, -0.5, 0 ) collision_mask = 3 @@ -104,168 +104,168 @@ collision_mask = 3 transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0 ) [node name="Pipe1_1" parent="Pipes" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -2.35, 1.25, -0.8 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -2.35, 1.25, -0.8 ) mesh_path = NodePath("../Pipe1_1/Mesh") color_cast_left = NodePath("../Pipe1_1/ColorCast") [node name="Pipe2_1" parent="Pipes" instance=ExtResource( 3 )] editor/display_folded = true -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -1.95, 1.25, -0.8 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -1.95, 1.25, -0.8 ) mesh_path = NodePath("../Pipe2_1/Mesh") color_cast_left = NodePath("../Pipe2_1/ColorCast") [node name="Pipe3_1" parent="Pipes" instance=ExtResource( 3 )] editor/display_folded = true -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -1.55, 1.25, -0.8 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -1.55, 1.25, -0.8 ) mesh_path = NodePath("../Pipe3_1/Mesh") color_cast_left = NodePath("../Pipe3_1/ColorCast") [node name="Pipe4_1" parent="Pipes" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -2.35, 1.25, -0.4 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -2.35, 1.25, -0.4 ) mesh_path = NodePath("../Pipe4_1/Mesh") color_cast_left = NodePath("../Pipe4_1/ColorCast") [node name="Pipe5_1" parent="Pipes" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -2.35, 1.25, 0 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -2.35, 1.25, 0 ) mesh_path = NodePath("../Pipe5_1/Mesh") color_cast_left = NodePath("../Pipe5_1/ColorCast") [node name="Pipe6_1" parent="Pipes" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -1.95, 1.25, 0 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -1.95, 1.25, 0 ) mesh_path = NodePath("../Pipe6_1/Mesh") color_cast_left = NodePath("../Pipe6_1/ColorCast") [node name="Fork1_1" parent="Pipes" instance=ExtResource( 4 )] -transform = Transform( 1.91069e-15, 4.37114e-08, 1, 1, -4.37114e-08, 0, 4.37114e-08, 1, -4.37114e-08, -1.55, 1.25, 0 ) +transform = Transform( 1.91069e-015, 4.37114e-008, 1, 1, -4.37114e-008, 0, 4.37114e-008, 1, -4.37114e-008, -1.55, 1.25, 0 ) x_rot = 90 [node name="Pipe7_1" parent="Pipes" instance=ExtResource( 5 )] -transform = Transform( 1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -1.55, 1.65, 0 ) +transform = Transform( 1, 0, 0, 0, -4.37114e-008, 1, 0, -1, -4.37114e-008, -1.55, 1.65, 0 ) mesh_path = NodePath("../Pipe7_1/Mesh") color_cast_left = NodePath("../Pipe7_1/ColorCast") [node name="Pipe8_1" parent="Pipes" instance=ExtResource( 5 )] editor/display_folded = true -transform = Transform( -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0, 1, -1.55, 1.25, 0.4 ) +transform = Transform( -4.37114e-008, 1, 0, -1, -4.37114e-008, 0, 0, 0, 1, -1.55, 1.25, 0.4 ) mesh_path = NodePath("../Pipe8_1/Mesh") color_cast_left = NodePath("../Pipe8_1/ColorCast") [node name="Pipe9_1" parent="Pipes" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -1.15, 1.25, 0.4 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -1.15, 1.25, 0.4 ) mesh_path = NodePath("../Pipe9_1/Mesh") color_cast_left = NodePath("../Pipe9_1/ColorCast") [node name="Pipe10_1" parent="Pipes" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -2.35, 1.25, 0.4 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -2.35, 1.25, 0.4 ) mesh_path = NodePath("../Pipe10_1/Mesh") color_cast_left = NodePath("../Pipe10_1/ColorCast") [node name="Fork2_1" parent="Pipes" instance=ExtResource( 4 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -1.95, 1.25, 0.4 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -1.95, 1.25, 0.4 ) x_rot = -90 [node name="Pipe11_1" parent="Pipes" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -2.35, 1.25, 0.8 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -2.35, 1.25, 0.8 ) mesh_path = NodePath("../Pipe11_1/Mesh") color_cast_left = NodePath("../Pipe11_1/ColorCast") [node name="Pipe12_1" parent="Pipes" instance=ExtResource( 6 )] -transform = Transform( 1.91069e-15, -4.37114e-08, 1, -1, -4.37114e-08, 0, 4.37114e-08, -1, -4.37114e-08, -1.95, 1.25, 0.8 ) +transform = Transform( 1.91069e-015, -4.37114e-008, 1, -1, -4.37114e-008, 0, 4.37114e-008, -1, -4.37114e-008, -1.95, 1.25, 0.8 ) mesh_path = NodePath("../Pipe12_1/Mesh") color_cast_left = NodePath("../Pipe12_1/ColorCastLeft") [node name="Fork3_1" parent="Pipes" instance=ExtResource( 4 )] -transform = Transform( 1.91069e-15, 4.37114e-08, 1, 1, -4.37114e-08, 0, 4.37114e-08, 1, -4.37114e-08, -1.55, 1.25, 0.8 ) +transform = Transform( 1.91069e-015, 4.37114e-008, 1, 1, -4.37114e-008, 0, 4.37114e-008, 1, -4.37114e-008, -1.55, 1.25, 0.8 ) x_rot = 90 [node name="Pipe13_1" parent="Pipes" instance=ExtResource( 5 )] -transform = Transform( -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0, 1, -1.55, 1.25, 1.2 ) +transform = Transform( -4.37114e-008, 1, 0, -1, -4.37114e-008, 0, 0, 0, 1, -1.55, 1.25, 1.2 ) mesh_path = NodePath("../Pipe13_1/Mesh") color_cast_left = NodePath("../Pipe13_1/ColorCast") [node name="Pipe14_1" parent="Pipes" instance=ExtResource( 5 )] -transform = Transform( 1.91069e-15, -4.37114e-08, 1, -1, -4.37114e-08, 0, 4.37114e-08, -1, -4.37114e-08, -1.15, 1.25, 1.2 ) +transform = Transform( 1.91069e-015, -4.37114e-008, 1, -1, -4.37114e-008, 0, 4.37114e-008, -1, -4.37114e-008, -1.15, 1.25, 1.2 ) mesh_path = NodePath("../Pipe14_1/Mesh") color_cast_left = NodePath("../Pipe14_1/ColorCast") [node name="Pipe15_1" parent="Pipes" instance=ExtResource( 5 )] -transform = Transform( 4.37114e-08, 1, -8.74228e-08, 1, -4.37114e-08, 0, -3.82137e-15, -8.74228e-08, -1, -1.15, 1.25, 0.8 ) +transform = Transform( 4.37114e-008, 1, -8.74228e-008, 1, -4.37114e-008, 0, -3.82137e-015, -8.74228e-008, -1, -1.15, 1.25, 0.8 ) mesh_path = NodePath("../Pipe15_1/Mesh") color_cast_left = NodePath("../Pipe15_1/ColorCast") [node name="Fork4_1" parent="Pipes" instance=ExtResource( 4 )] -transform = Transform( 1.91069e-15, -4.37114e-08, 1, -1, -4.37114e-08, 0, 4.37114e-08, -1, -4.37114e-08, -0.75, 1.25, 0.8 ) +transform = Transform( 1.91069e-015, -4.37114e-008, 1, -1, -4.37114e-008, 0, 4.37114e-008, -1, -4.37114e-008, -0.75, 1.25, 0.8 ) x_rot = -90 [node name="Pipe16_1" parent="Pipes" instance=ExtResource( 5 )] -transform = Transform( -4.37114e-08, 1, 4.37114e-08, 0, -4.37114e-08, 1, 1, 4.37114e-08, 1.91069e-15, -0.75, 1.65, 0.8 ) +transform = Transform( -4.37114e-008, 1, 4.37114e-008, 0, -4.37114e-008, 1, 1, 4.37114e-008, 1.91069e-015, -0.75, 1.65, 0.8 ) mesh_path = NodePath("../Pipe16_1/Mesh") color_cast_left = NodePath("../Pipe16_1/ColorCast") [node name="Pipe17_1" parent="Pipes" instance=ExtResource( 3 )] -transform = Transform( 4.37114e-08, -3.82137e-15, 1, -8.74228e-08, -1, 0, 1, -8.74228e-08, -4.37114e-08, -0.35, 1.65, 0.8 ) +transform = Transform( 4.37114e-008, -3.82137e-015, 1, -8.74228e-008, -1, 0, 1, -8.74228e-008, -4.37114e-008, -0.35, 1.65, 0.8 ) mesh_path = NodePath("../Pipe17_1/Mesh") color_cast_left = NodePath("../Pipe17_1/ColorCast") [node name="Pipe18_1" parent="Pipes" instance=ExtResource( 5 )] -transform = Transform( -4.37114e-08, -1, -4.37114e-08, 0, -4.37114e-08, 1, -1, 4.37114e-08, 1.91069e-15, -1.55, 1.65, 0.8 ) +transform = Transform( -4.37114e-008, -1, -4.37114e-008, 0, -4.37114e-008, 1, -1, 4.37114e-008, 1.91069e-015, -1.55, 1.65, 0.8 ) mesh_path = NodePath("../Pipe18_1/Mesh") color_cast_left = NodePath("../Pipe18_1/ColorCast") [node name="Pipe19_1" parent="Pipes" instance=ExtResource( 5 )] -transform = Transform( 1.91069e-15, 4.37114e-08, -1, 1, -4.37114e-08, 0, -4.37114e-08, -1, -4.37114e-08, -1.95, 1.65, 0.8 ) +transform = Transform( 1.91069e-015, 4.37114e-008, -1, 1, -4.37114e-008, 0, -4.37114e-008, -1, -4.37114e-008, -1.95, 1.65, 0.8 ) mesh_path = NodePath("../Pipe19_1/Mesh") color_cast_left = NodePath("../Pipe19_1/ColorCast") [node name="Pipe20_1" parent="Pipes" instance=ExtResource( 6 )] -transform = Transform( 1, -8.74228e-08, -8.74228e-08, -8.74228e-08, -1, 0, -8.74228e-08, 7.64274e-15, -1, -1.95, 1.65, 0.4 ) +transform = Transform( 1, -8.74228e-008, -8.74228e-008, -8.74228e-008, -1, 0, -8.74228e-008, 7.64274e-015, -1, -1.95, 1.65, 0.4 ) mesh_path = NodePath("../Pipe20_1/Mesh") color_cast_left = NodePath("../Pipe20_1/ColorCastLeft") [node name="Pipe21_1" parent="Pipes" instance=ExtResource( 3 )] -transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -1.95, 1.65, 0 ) +transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, -1.95, 1.65, 0 ) mesh_path = NodePath("../Pipe21_1/Mesh") color_cast_left = NodePath("../Pipe21_1/ColorCast") [node name="Fork5_1" parent="Pipes" instance=ExtResource( 4 )] -transform = Transform( 1, 8.74228e-08, -8.74228e-08, 8.74228e-08, -1, 0, -8.74228e-08, -7.64274e-15, -1, -1.95, 1.65, -0.4 ) +transform = Transform( 1, 8.74228e-008, -8.74228e-008, 8.74228e-008, -1, 0, -8.74228e-008, -7.64274e-015, -1, -1.95, 1.65, -0.4 ) mesh_path = NodePath("../Fork5_1/Mesh") color_cast_left = NodePath("../Fork5_1/ColorCast") z_rot = -90 [node name="Pipe22_1" parent="Pipes" instance=ExtResource( 6 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -1.95, 1.25, -0.4 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -1.95, 1.25, -0.4 ) mesh_path = NodePath("../Pipe22_1/Mesh") color_cast_left = NodePath("../Pipe22_1/ColorCastLeft") [node name="Pipe23_1" parent="Pipes" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -1.55, 1.25, -0.4 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -1.55, 1.25, -0.4 ) mesh_path = NodePath("../Pipe23_1/Mesh") color_cast_left = NodePath("../Pipe23_1/ColorCast") [node name="Fork6_1" parent="Pipes" instance=ExtResource( 4 )] -transform = Transform( 1.91069e-15, -4.37114e-08, 1, -1, -4.37114e-08, 0, 4.37114e-08, -1, -4.37114e-08, -1.15, 1.25, -0.4 ) +transform = Transform( 1.91069e-015, -4.37114e-008, 1, -1, -4.37114e-008, 0, 4.37114e-008, -1, -4.37114e-008, -1.15, 1.25, -0.4 ) x_rot = 180 [node name="Pipe24_1" parent="Pipes" instance=ExtResource( 6 )] -transform = Transform( 1.91069e-15, 4.37114e-08, 1, 1, -4.37114e-08, 0, 4.37114e-08, 1, -4.37114e-08, -1.15, 1.25, -0.8 ) +transform = Transform( 1.91069e-015, 4.37114e-008, 1, 1, -4.37114e-008, 0, 4.37114e-008, 1, -4.37114e-008, -1.15, 1.25, -0.8 ) mesh_path = NodePath("../Pipe24_1/Mesh") color_cast_left = NodePath("../Pipe24_1/ColorCastLeft") [node name="Pipe25_1" parent="Pipes" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -0.75, 1.25, -0.8 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -0.75, 1.25, -0.8 ) mesh_path = NodePath("../Pipe25_1/Mesh") color_cast_left = NodePath("../Pipe25_1/ColorCast") [node name="Fork7_1" parent="Pipes" instance=ExtResource( 4 )] -transform = Transform( 1.91069e-15, 4.37114e-08, 1, 1, -4.37114e-08, 0, 4.37114e-08, 1, -4.37114e-08, -0.35, 1.25, -0.8 ) +transform = Transform( 1.91069e-015, 4.37114e-008, 1, 1, -4.37114e-008, 0, 4.37114e-008, 1, -4.37114e-008, -0.35, 1.25, -0.8 ) mesh_path = NodePath("../Fork7_1/Mesh") color_cast_left = NodePath("../Fork7_1/ColorCast") x_rot = 90 [node name="Pipe26_1" parent="Pipes" instance=ExtResource( 5 )] editor/display_folded = true -transform = Transform( -1, 8.74228e-08, 3.82137e-15, 0, -4.37114e-08, 1, 8.74228e-08, 1, 4.37114e-08, -0.35, 1.65, -0.8 ) +transform = Transform( -1, 8.74228e-008, 3.82137e-015, 0, -4.37114e-008, 1, 8.74228e-008, 1, 4.37114e-008, -0.35, 1.65, -0.8 ) mesh_path = NodePath("../Pipe26_1/Mesh") color_cast_left = NodePath("../Pipe26_1/ColorCast") @@ -275,28 +275,28 @@ mesh_path = NodePath("../Pipe27_1/Mesh") color_cast_left = NodePath("../Pipe27_1/ColorCast") [node name="Pipe28_1" parent="Pipes" instance=ExtResource( 5 )] -transform = Transform( -1, 8.74228e-08, 0, -8.74228e-08, -1, 0, 0, 0, 1, -0.35, 1.65, 0 ) +transform = Transform( -1, 8.74228e-008, 0, -8.74228e-008, -1, 0, 0, 0, 1, -0.35, 1.65, 0 ) mesh_path = NodePath("../Pipe28_1/Mesh") color_cast_left = NodePath("../Pipe28_1/ColorCast") [node name="Pipe29_1" parent="Pipes" instance=ExtResource( 5 )] editor/display_folded = true -transform = Transform( -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0, 1, -0.35, 1.25, -0.4 ) +transform = Transform( -4.37114e-008, 1, 0, -1, -4.37114e-008, 0, 0, 0, 1, -0.35, 1.25, -0.4 ) mesh_path = NodePath("../Pipe29_1/Mesh") color_cast_left = NodePath("../Pipe29_1/ColorCast") [node name="Fork8_1" parent="Pipes" instance=ExtResource( 4 )] -transform = Transform( 1.91069e-15, -4.37114e-08, 1, -1, -4.37114e-08, 0, 4.37114e-08, -1, -4.37114e-08, 0.05, 1.25, -0.4 ) +transform = Transform( 1.91069e-015, -4.37114e-008, 1, -1, -4.37114e-008, 0, 4.37114e-008, -1, -4.37114e-008, 0.05, 1.25, -0.4 ) x_rot = -90 [node name="Pipe30_1" parent="Pipes" instance=ExtResource( 5 )] editor/display_folded = true -transform = Transform( 4.37114e-08, 1, 8.74228e-08, 1, -4.37114e-08, 0, 3.82137e-15, 8.74228e-08, -1, 0.05, 1.25, -0.8 ) +transform = Transform( 4.37114e-008, 1, 8.74228e-008, 1, -4.37114e-008, 0, 3.82137e-015, 8.74228e-008, -1, 0.05, 1.25, -0.8 ) mesh_path = NodePath("../Pipe30_1/Mesh") color_cast_left = NodePath("../Pipe30_1/ColorCast") [node name="Pipe31_1" parent="Pipes" instance=ExtResource( 5 )] -transform = Transform( -1, 8.74228e-08, 3.82137e-15, 0, -4.37114e-08, 1, 8.74228e-08, 1, 4.37114e-08, 0.05, 1.65, -0.4 ) +transform = Transform( -1, 8.74228e-008, 3.82137e-015, 0, -4.37114e-008, 1, 8.74228e-008, 1, 4.37114e-008, 0.05, 1.65, -0.4 ) mesh_path = NodePath("../Pipe31_1/Mesh") color_cast_left = NodePath("../Pipe31_1/ColorCast") @@ -307,69 +307,69 @@ color_cast_left = NodePath("../Pipe32_1/ColorCast") [node name="Pipe33_1" parent="Pipes" instance=ExtResource( 5 )] editor/display_folded = true -transform = Transform( -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0, 1, -1.15, 1.25, 0 ) +transform = Transform( -4.37114e-008, 1, 0, -1, -4.37114e-008, 0, 0, 0, 1, -1.15, 1.25, 0 ) mesh_path = NodePath("../Pipe33_1/Mesh") color_cast_left = NodePath("../Pipe33_1/ColorCast") [node name="Pipe34_1" parent="Pipes" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -0.75, 1.25, 0 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -0.75, 1.25, 0 ) mesh_path = NodePath("../Pipe34_1/Mesh") color_cast_left = NodePath("../Pipe34_1/ColorCast") [node name="Pipe35_1" parent="Pipes" instance=ExtResource( 6 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -0.35, 1.25, 0 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -0.35, 1.25, 0 ) mesh_path = NodePath("../Pipe35_1/Mesh") color_cast_left = NodePath("../Pipe35_1/ColorCastLeft") [node name="Pipe36_1" parent="Pipes" instance=ExtResource( 6 )] -transform = Transform( 4.37114e-08, -1, -8.74228e-08, -1, -4.37114e-08, 0, -3.82137e-15, 8.74228e-08, -1, -1.55, 1.65, -0.4 ) +transform = Transform( 4.37114e-008, -1, -8.74228e-008, -1, -4.37114e-008, 0, -3.82137e-015, 8.74228e-008, -1, -1.55, 1.65, -0.4 ) mesh_path = NodePath("../Pipe36_1/Mesh") color_cast_left = NodePath("../Pipe36_1/ColorCastLeft") [node name="Pipe37_1" parent="Pipes" instance=ExtResource( 5 )] -transform = Transform( 4.37114e-08, 1, -8.74228e-08, 1, -4.37114e-08, 0, -3.82137e-15, -8.74228e-08, -1, -1.55, 1.65, -0.8 ) +transform = Transform( 4.37114e-008, 1, -8.74228e-008, 1, -4.37114e-008, 0, -3.82137e-015, -8.74228e-008, -1, -1.55, 1.65, -0.8 ) mesh_path = NodePath("../Pipe37_1/Mesh") color_cast_left = NodePath("../Pipe37_1/ColorCast") [node name="Pipe38_1" parent="Pipes" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -1.15, 1.65, -0.8 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -1.15, 1.65, -0.8 ) mesh_path = NodePath("../Pipe38_1/Mesh") color_cast_left = NodePath("../Pipe38_1/ColorCast") [node name="Fork9_1" parent="Pipes" instance=ExtResource( 4 )] -transform = Transform( 1.91069e-15, 4.37114e-08, 1, 1, -4.37114e-08, 0, 4.37114e-08, 1, -4.37114e-08, -0.75, 1.65, -0.8 ) +transform = Transform( 1.91069e-015, 4.37114e-008, 1, 1, -4.37114e-008, 0, 4.37114e-008, 1, -4.37114e-008, -0.75, 1.65, -0.8 ) x_rot = 180 [node name="Pipe39_1" parent="Pipes" instance=ExtResource( 5 )] editor/display_folded = true -transform = Transform( 4.37114e-08, 1, -8.74228e-08, 1, -4.37114e-08, 0, -3.82137e-15, -8.74228e-08, -1, -0.75, 1.65, -1.2 ) +transform = Transform( 4.37114e-008, 1, -8.74228e-008, 1, -4.37114e-008, 0, -3.82137e-015, -8.74228e-008, -1, -0.75, 1.65, -1.2 ) mesh_path = NodePath("../Pipe39_1/Mesh") color_cast_left = NodePath("../Pipe39_1/ColorCast") [node name="Pipe40_1" parent="Pipes" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -0.35, 1.65, -1.2 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -0.35, 1.65, -1.2 ) mesh_path = NodePath("../Pipe40_1/Mesh") color_cast_left = NodePath("../Pipe40_1/ColorCast") [node name="Pipe41_1" parent="Pipes" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0.05, 1.65, -1.2 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 0.05, 1.65, -1.2 ) mesh_path = NodePath("../Pipe41_1/Mesh") color_cast_left = NodePath("../Pipe41_1/ColorCast") [node name="Pipe42_1" parent="Pipes" instance=ExtResource( 5 )] editor/display_folded = true -transform = Transform( 1.91069e-15, 4.37114e-08, 1, 1, -4.37114e-08, 0, 4.37114e-08, 1, -4.37114e-08, 0.45, 1.65, -1.2 ) +transform = Transform( 1.91069e-015, 4.37114e-008, 1, 1, -4.37114e-008, 0, 4.37114e-008, 1, -4.37114e-008, 0.45, 1.65, -1.2 ) mesh_path = NodePath("../Pipe42_1/Mesh") color_cast_left = NodePath("../Pipe42_1/ColorCast") [node name="Pipe43_1" parent="Pipes" instance=ExtResource( 5 )] editor/display_folded = true -transform = Transform( -1, 8.74228e-08, 0, -8.74228e-08, -1, 0, 0, 0, 1, 0.45, 1.65, -0.8 ) +transform = Transform( -1, 8.74228e-008, 0, -8.74228e-008, -1, 0, 0, 0, 1, 0.45, 1.65, -0.8 ) mesh_path = NodePath("../Pipe43_1/Mesh") color_cast_left = NodePath("../Pipe43_1/ColorCast") [node name="Pipe44_1" parent="Pipes" instance=ExtResource( 6 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0.45, 1.25, -0.8 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 0.45, 1.25, -0.8 ) mesh_path = NodePath("../Pipe44_1/Mesh") color_cast_left = NodePath("../Pipe44_1/ColorCastLeft") @@ -385,64 +385,64 @@ color_cast_left = NodePath("../Pipe46_1/ColorCast") [node name="Pipe47_1" parent="Pipes" instance=ExtResource( 5 )] editor/display_folded = true -transform = Transform( -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0, 1, -0.75, 1.65, 0.4 ) +transform = Transform( -4.37114e-008, 1, 0, -1, -4.37114e-008, 0, 0, 0, 1, -0.75, 1.65, 0.4 ) mesh_path = NodePath("../Pipe47_1/Mesh") color_cast_left = NodePath("../Pipe47_1/ColorCast") [node name="Pipe48_1" parent="Pipes" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -0.35, 1.65, 0.4 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -0.35, 1.65, 0.4 ) mesh_path = NodePath("../Pipe48_1/Mesh") color_cast_left = NodePath("../Pipe48_1/ColorCast") [node name="Pipe49_1" parent="Pipes" instance=ExtResource( 6 )] -transform = Transform( 1.91069e-15, 4.37114e-08, 1, 1, -4.37114e-08, 0, 4.37114e-08, 1, -4.37114e-08, -0.75, 1.25, 0.4 ) +transform = Transform( 1.91069e-015, 4.37114e-008, 1, 1, -4.37114e-008, 0, 4.37114e-008, 1, -4.37114e-008, -0.75, 1.25, 0.4 ) mesh_path = NodePath("../Pipe49_1/Mesh") color_cast_left = NodePath("../Pipe49_1/ColorCastLeft") [node name="Pipe50_1" parent="Pipes" instance=ExtResource( 3 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -0.35, 1.25, 0.4 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -0.35, 1.25, 0.4 ) mesh_path = NodePath("../Pipe50_1/Mesh") color_cast_left = NodePath("../Pipe50_1/ColorCast") [node name="Pipe51_1" parent="Pipes" instance=ExtResource( 5 )] editor/display_folded = true -transform = Transform( 1.91069e-15, -4.37114e-08, 1, -1, -4.37114e-08, 0, 4.37114e-08, -1, -4.37114e-08, 0.05, 1.25, 0.4 ) +transform = Transform( 1.91069e-015, -4.37114e-008, 1, -1, -4.37114e-008, 0, 4.37114e-008, -1, -4.37114e-008, 0.05, 1.25, 0.4 ) mesh_path = NodePath("../Pipe51_1/Mesh") color_cast_left = NodePath("../Pipe51_1/ColorCast") [node name="Pipe52_1" parent="Pipes" instance=ExtResource( 6 )] -transform = Transform( 1.91069e-15, 4.37114e-08, 1, 1, -4.37114e-08, 0, 4.37114e-08, 1, -4.37114e-08, 0.05, 1.25, 0 ) +transform = Transform( 1.91069e-015, 4.37114e-008, 1, 1, -4.37114e-008, 0, 4.37114e-008, 1, -4.37114e-008, 0.05, 1.25, 0 ) mesh_path = NodePath("../Pipe52_1/Mesh") color_cast_left = NodePath("../Pipe52_1/ColorCastLeft") [node name="Pipe53_1" parent="Pipes" instance=ExtResource( 3 )] editor/display_folded = true -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0.45, 1.25, 0 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 0.45, 1.25, 0 ) mesh_path = NodePath("../Pipe53_1/Mesh") color_cast_left = NodePath("../Pipe53_1/ColorCast") [node name="Pipe54_1" parent="Pipes" instance=ExtResource( 6 )] -transform = Transform( -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, 0.05, 1.65, 0.4 ) +transform = Transform( -4.37114e-008, -1, 0, 1, -4.37114e-008, 0, 0, 0, 1, 0.05, 1.65, 0.4 ) mesh_path = NodePath("../Pipe54_1/Mesh") color_cast_left = NodePath("../Pipe54_1/ColorCastLeft") [node name="Pipe55_1" parent="Pipes" instance=ExtResource( 6 )] -transform = Transform( 1.91069e-15, -4.37114e-08, 1, -1, -4.37114e-08, 0, 4.37114e-08, -1, -4.37114e-08, 0.05, 1.65, 0.8 ) +transform = Transform( 1.91069e-015, -4.37114e-008, 1, -1, -4.37114e-008, 0, 4.37114e-008, -1, -4.37114e-008, 0.05, 1.65, 0.8 ) mesh_path = NodePath("../Pipe55_1/Mesh") color_cast_left = NodePath("../Pipe55_1/ColorCastLeft") [node name="Pipe56_1" parent="Pipes" instance=ExtResource( 5 )] -transform = Transform( 4.37114e-08, 3.82137e-15, 1, 8.74228e-08, -1, 0, 1, 8.74228e-08, -4.37114e-08, 0.45, 1.65, 0.8 ) +transform = Transform( 4.37114e-008, 3.82137e-015, 1, 8.74228e-008, -1, 0, 1, 8.74228e-008, -4.37114e-008, 0.45, 1.65, 0.8 ) mesh_path = NodePath("../Pipe56_1/Mesh") color_cast_left = NodePath("../Pipe56_1/ColorCast") [node name="Pipe57_1" parent="Pipes" instance=ExtResource( 5 )] -transform = Transform( -4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, 0.45, 1.25, 0.8 ) +transform = Transform( -4.37114e-008, 1, -4.37114e-008, 0, -4.37114e-008, -1, -1, -4.37114e-008, 1.91069e-015, 0.45, 1.25, 0.8 ) mesh_path = NodePath("../Pipe57_1/Mesh") color_cast_left = NodePath("../Pipe57_1/ColorCast") [node name="Lever" parent="." instance=ExtResource( 7 )] -transform = Transform( 1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 2.35, 1.1, 0 ) +transform = Transform( 1, 0, 0, 0, -4.37114e-008, 1, 0, -1, -4.37114e-008, 2.35, 1.1, 0 ) is_machine_start = true [node name="Lights" type="Spatial" parent="."] diff --git a/Level/Interactables/FactoryMachines/PipeGame.gd b/Level/Interactables/FactoryMachines/PipeGame.gd index c0ca1fb..d2ae626 100644 --- a/Level/Interactables/FactoryMachines/PipeGame.gd +++ b/Level/Interactables/FactoryMachines/PipeGame.gd @@ -54,13 +54,10 @@ func _physics_process(delta: float) -> void: p.update_content_color(_all_colors) if _is_running and not _exit_box_num == null: - print(_exit_box_num) var collider = _out_boxes[_exit_box_num].get_node("ExitCast").get_collider() if collider.is_in_group("Pipes"): var new_color = collider.content_color if new_color != null: - print(new_color) - print(_req_exit_color) if _col_compare(new_color, _req_exit_color): _lever.blocked = false _lever.flick() @@ -106,12 +103,16 @@ func _gen_next_col(): func _set_exit_colors(var box_path): var material = SpatialMaterial.new() material.albedo_color = OUT_BOX_HIGHLIGHT_COLOR + material.emission_enabled = true + material.emission = OUT_BOX_HIGHLIGHT_COLOR box_path.material_override = material var counter = 0 for l in _lights: var material2 = SpatialMaterial.new() material2.albedo_color = _all_colors[_out_colors[counter]] + material2.emission_enabled = true + material2.emission = _all_colors[_out_colors[counter]] l.material_override = material2 _req_exit_color += material2.albedo_color / 3 diff --git a/Level/Interactables/Keycard/Keycard.tscn b/Level/Interactables/Keycard/Keycard.tscn index 4bb5ac1..0481e7f 100644 --- a/Level/Interactables/Keycard/Keycard.tscn +++ b/Level/Interactables/Keycard/Keycard.tscn @@ -1,11 +1,10 @@ -[gd_scene load_steps=10 format=2] +[gd_scene load_steps=9 format=2] [ext_resource path="res://Level/Interactables/Keycard/Keycard.gd" type="Script" id=1] -[ext_resource path="res://Resources/Models/keycard/Material_002.material" type="Material" id=2] +[ext_resource path="res://Resources/Models/keycard/card1_face.material" type="Material" id=2] [ext_resource path="res://Resources/Models/keycard/Material.material" type="Material" id=3] [ext_resource path="res://Materials/Glow.tres" type="Material" id=4] -[ext_resource path="res://Resources/Models/keycard/keycard.dae" type="PackedScene" id=5] -[ext_resource path="res://Particles/Sparkle.tscn" type="PackedScene" id=6] +[ext_resource path="res://Particles/Sparkle.tscn" type="PackedScene" id=5] [sub_resource type="ArrayMesh" id=1] resource_name = "Cube" @@ -69,12 +68,8 @@ layers = 3 mesh = SubResource( 2 ) material/0 = ExtResource( 4 ) -[node name="weirdModel" parent="." instance=ExtResource( 5 )] -transform = Transform( 0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0, 0, 0 ) -visible = false - [node name="CollisionShape" type="CollisionShape" parent="."] transform = Transform( 0.02, 0, 0, 0, 0.08, 0, 0, 0, 0.12, 0, 0, 0 ) shape = SubResource( 3 ) -[node name="Sparkle" parent="." instance=ExtResource( 6 )] +[node name="Sparkle" parent="." instance=ExtResource( 5 )] diff --git a/Level/Interactables/Keycard/Keycard2.tscn b/Level/Interactables/Keycard/Keycard2.tscn new file mode 100644 index 0000000..45fd659 --- /dev/null +++ b/Level/Interactables/Keycard/Keycard2.tscn @@ -0,0 +1,76 @@ +[gd_scene load_steps=9 format=2] + +[ext_resource path="res://Level/Interactables/Keycard/Keycard.gd" type="Script" id=1] +[ext_resource path="res://Resources/Models/keycard/card2_face.material" type="Material" id=2] +[ext_resource path="res://Resources/Models/keycard/Material.material" type="Material" id=3] +[ext_resource path="res://Materials/Glow.tres" type="Material" id=4] +[ext_resource path="res://Particles/Sparkle.tscn" type="PackedScene" id=5] + +[sub_resource type="ArrayMesh" id=1] +resource_name = "Cube" +surfaces/0 = { +"aabb": AABB( 1, -1, -1, 1.00136e-005, 2, 2.00001 ), +"array_data": PoolByteArray( 0, 0, 128, 63, 205, 204, 76, 191, 0, 0, 128, 63, 127, 0, 0, 0, 0, 0, 129, 127, 0, 0, 51, 59, 0, 0, 128, 63, 0, 0, 128, 191, 129, 202, 89, 63, 127, 0, 0, 0, 0, 0, 129, 127, 198, 44, 0, 60, 0, 0, 128, 63, 0, 0, 128, 191, 154, 153, 89, 191, 127, 0, 0, 0, 0, 0, 129, 127, 102, 59, 0, 60, 0, 0, 128, 63, 205, 204, 76, 191, 0, 0, 128, 191, 127, 0, 0, 0, 0, 0, 129, 127, 0, 60, 51, 59, 0, 0, 128, 63, 205, 204, 76, 63, 0, 0, 128, 191, 127, 0, 0, 0, 0, 0, 130, 127, 0, 60, 102, 46, 0, 0, 128, 63, 0, 0, 128, 63, 154, 153, 89, 191, 127, 0, 0, 0, 0, 0, 129, 127, 102, 59, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 154, 153, 89, 63, 127, 0, 0, 0, 0, 0, 129, 127, 204, 44, 0, 0, 0, 0, 128, 63, 205, 204, 76, 63, 0, 0, 128, 63, 127, 0, 0, 0, 0, 0, 129, 127, 0, 0, 102, 46 ), +"array_index_data": PoolByteArray( 0, 0, 2, 0, 1, 0, 2, 0, 0, 0, 3, 0, 3, 0, 0, 0, 4, 0, 4, 0, 6, 0, 5, 0, 6, 0, 4, 0, 7, 0, 7, 0, 4, 0, 0, 0 ), +"blend_shape_data": [ ], +"format": 97559, +"index_count": 18, +"material": ExtResource( 2 ), +"name": "Material.002", +"primitive": 4, +"skeleton_aabb": [ ], +"vertex_count": 8 +} +surfaces/1 = { +"aabb": AABB( -1, -1, -1, 2.00001, 2.00001, 2 ), +"array_data": PoolByteArray( 0, 0, 128, 63, 0, 0, 128, 63, 154, 153, 89, 63, 0, 127, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 0, 0, 128, 191, 0, 0, 128, 63, 154, 153, 89, 191, 0, 127, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 0, 0, 128, 191, 0, 0, 128, 63, 154, 153, 89, 63, 0, 127, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 0, 0, 128, 63, 205, 204, 76, 63, 0, 0, 128, 63, 0, 76, 101, 0, 126, 250, 4, 129, 0, 57, 0, 58, 0, 0, 128, 191, 0, 0, 128, 63, 154, 153, 89, 63, 0, 76, 101, 0, 126, 250, 4, 129, 0, 0, 0, 60, 0, 0, 128, 191, 205, 204, 76, 63, 0, 0, 128, 63, 0, 76, 101, 0, 126, 250, 4, 129, 0, 57, 0, 56, 0, 0, 128, 63, 205, 204, 76, 191, 0, 0, 128, 63, 0, 0, 127, 0, 99, 79, 0, 127, 0, 0, 0, 60, 0, 0, 128, 191, 205, 204, 76, 63, 0, 0, 128, 63, 0, 0, 127, 0, 99, 79, 0, 127, 0, 57, 0, 56, 0, 0, 128, 191, 205, 204, 76, 191, 0, 0, 128, 63, 0, 0, 127, 0, 127, 0, 0, 129, 0, 0, 0, 60, 0, 0, 128, 191, 205, 204, 76, 191, 0, 0, 128, 191, 0, 0, 129, 0, 127, 0, 0, 127, 0, 54, 0, 52, 0, 0, 128, 63, 205, 204, 76, 63, 0, 0, 128, 191, 0, 0, 129, 0, 127, 0, 0, 127, 0, 0, 0, 60, 0, 0, 128, 63, 205, 204, 76, 191, 0, 0, 128, 191, 0, 0, 129, 0, 127, 0, 0, 127, 0, 57, 0, 52, 0, 0, 128, 63, 0, 0, 128, 63, 154, 153, 89, 191, 0, 76, 155, 0, 127, 0, 0, 127, 0, 0, 0, 60, 0, 0, 128, 191, 205, 204, 76, 63, 0, 0, 128, 191, 0, 76, 155, 0, 127, 0, 0, 127, 0, 0, 0, 60, 0, 0, 128, 191, 0, 0, 128, 63, 154, 153, 89, 191, 0, 76, 155, 0, 127, 0, 0, 127, 0, 0, 0, 60, 0, 0, 128, 63, 205, 204, 76, 191, 0, 0, 128, 191, 0, 180, 155, 0, 125, 14, 246, 129, 0, 57, 0, 52, 0, 0, 128, 191, 0, 0, 128, 191, 154, 153, 89, 191, 0, 180, 155, 0, 125, 14, 246, 129, 0, 54, 104, 48, 0, 0, 128, 191, 205, 204, 76, 191, 0, 0, 128, 191, 0, 180, 155, 0, 127, 0, 0, 127, 0, 54, 0, 52, 0, 0, 128, 63, 0, 0, 128, 191, 129, 202, 89, 63, 0, 180, 101, 0, 126, 0, 0, 129, 0, 57, 117, 38, 0, 0, 128, 191, 205, 204, 76, 191, 0, 0, 128, 63, 0, 180, 101, 0, 126, 0, 0, 129, 0, 0, 0, 60, 0, 0, 128, 191, 0, 0, 128, 191, 178, 104, 89, 63, 0, 180, 101, 0, 126, 0, 0, 129, 0, 54, 130, 38, 0, 0, 128, 191, 0, 0, 128, 191, 178, 104, 89, 63, 0, 129, 0, 0, 237, 0, 131, 129, 0, 54, 130, 38, 0, 0, 128, 63, 0, 0, 128, 191, 154, 153, 89, 191, 0, 129, 0, 0, 237, 0, 131, 129, 0, 0, 0, 60, 0, 0, 128, 63, 0, 0, 128, 191, 129, 202, 89, 63, 0, 129, 0, 0, 126, 0, 0, 127, 0, 57, 117, 38, 0, 0, 128, 191, 205, 204, 76, 191, 0, 0, 128, 191, 129, 0, 0, 0, 0, 59, 112, 129, 0, 54, 0, 52, 0, 0, 128, 191, 0, 0, 128, 191, 154, 153, 89, 191, 129, 0, 0, 0, 127, 0, 0, 127, 0, 54, 104, 48, 0, 0, 128, 191, 0, 0, 128, 191, 178, 104, 89, 63, 129, 0, 0, 0, 0, 10, 130, 127, 0, 54, 130, 38, 0, 0, 128, 63, 0, 0, 128, 63, 154, 153, 89, 191, 0, 127, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 0, 0, 128, 63, 0, 0, 128, 63, 154, 153, 89, 63, 0, 76, 101, 0, 127, 0, 0, 129, 0, 0, 0, 60, 0, 0, 128, 63, 205, 204, 76, 63, 0, 0, 128, 63, 0, 0, 127, 0, 99, 79, 0, 127, 0, 57, 0, 58, 0, 0, 128, 191, 205, 204, 76, 63, 0, 0, 128, 191, 0, 0, 129, 0, 127, 0, 0, 127, 0, 0, 0, 60, 0, 0, 128, 63, 205, 204, 76, 63, 0, 0, 128, 191, 0, 76, 155, 0, 127, 0, 0, 127, 0, 0, 0, 60, 0, 0, 128, 63, 0, 0, 128, 191, 154, 153, 89, 191, 0, 180, 155, 0, 125, 14, 246, 129, 0, 0, 0, 60, 0, 0, 128, 63, 0, 0, 128, 191, 129, 202, 89, 63, 0, 181, 101, 0, 127, 0, 0, 129, 0, 57, 117, 38, 0, 0, 128, 63, 205, 204, 76, 191, 0, 0, 128, 63, 0, 181, 101, 0, 127, 0, 0, 129, 0, 0, 0, 60, 0, 0, 128, 191, 205, 204, 76, 191, 0, 0, 128, 63, 0, 181, 101, 0, 127, 0, 0, 129, 0, 0, 0, 60, 0, 0, 128, 191, 0, 0, 128, 191, 154, 153, 89, 191, 0, 129, 0, 0, 237, 0, 131, 129, 0, 54, 104, 48, 0, 0, 128, 191, 205, 204, 76, 191, 0, 0, 128, 63, 129, 0, 0, 0, 0, 126, 8, 127, 0, 0, 0, 60, 0, 0, 128, 191, 205, 204, 76, 63, 0, 0, 128, 63, 129, 0, 0, 0, 0, 59, 112, 129, 0, 57, 0, 56, 0, 0, 128, 191, 0, 0, 128, 63, 154, 153, 89, 63, 129, 0, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 0, 0, 128, 191, 0, 0, 128, 63, 154, 153, 89, 191, 129, 0, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 0, 0, 128, 191, 205, 204, 76, 63, 0, 0, 128, 191, 129, 0, 0, 0, 0, 59, 112, 129, 0, 0, 0, 60 ), +"array_index_data": PoolByteArray( 0, 0, 2, 0, 1, 0, 3, 0, 5, 0, 4, 0, 6, 0, 8, 0, 7, 0, 9, 0, 11, 0, 10, 0, 12, 0, 14, 0, 13, 0, 15, 0, 17, 0, 16, 0, 18, 0, 20, 0, 19, 0, 21, 0, 23, 0, 22, 0, 24, 0, 26, 0, 25, 0, 0, 0, 1, 0, 27, 0, 3, 0, 4, 0, 28, 0, 6, 0, 7, 0, 29, 0, 9, 0, 10, 0, 30, 0, 12, 0, 13, 0, 31, 0, 15, 0, 16, 0, 32, 0, 33, 0, 35, 0, 34, 0, 21, 0, 22, 0, 36, 0, 26, 0, 24, 0, 37, 0, 37, 0, 24, 0, 38, 0, 38, 0, 40, 0, 39, 0, 40, 0, 38, 0, 41, 0, 41, 0, 38, 0, 24, 0 ), +"blend_shape_data": [ ], +"format": 97559, +"index_count": 66, +"material": ExtResource( 3 ), +"name": "Material", +"primitive": 4, +"skeleton_aabb": [ ], +"vertex_count": 42 +} + +[sub_resource type="ArrayMesh" id=2] +surfaces/0 = { +"aabb": AABB( -1.06509, -1.07632, -1.07551, 2.13023, 2.15263, 2.15104 ), +"array_data": PoolByteArray( 14, 86, 136, 63, 174, 199, 78, 191, 170, 169, 137, 63, 127, 0, 0, 0, 0, 0, 129, 127, 0, 0, 51, 59, 146, 224, 135, 63, 198, 225, 135, 191, 20, 99, 102, 63, 127, 0, 0, 0, 0, 0, 129, 127, 198, 44, 0, 60, 187, 224, 135, 63, 191, 196, 137, 191, 79, 164, 94, 191, 127, 0, 0, 0, 0, 0, 129, 127, 102, 59, 0, 60, 4, 85, 136, 63, 185, 204, 78, 191, 76, 170, 137, 191, 127, 0, 0, 0, 0, 0, 129, 127, 0, 60, 51, 59, 4, 85, 136, 63, 185, 204, 78, 63, 76, 170, 137, 191, 127, 0, 0, 0, 0, 0, 130, 127, 0, 60, 102, 46, 187, 224, 135, 63, 187, 224, 135, 63, 95, 52, 102, 191, 127, 0, 0, 0, 0, 0, 129, 127, 102, 59, 0, 0, 187, 224, 135, 63, 191, 196, 137, 63, 79, 164, 94, 63, 127, 0, 0, 0, 0, 0, 129, 127, 204, 44, 0, 0, 4, 85, 136, 63, 107, 204, 86, 63, 4, 85, 136, 63, 127, 0, 0, 0, 0, 0, 129, 127, 0, 0, 102, 46, 187, 224, 135, 63, 191, 196, 137, 63, 79, 164, 94, 63, 0, 127, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 187, 224, 135, 191, 191, 196, 137, 63, 79, 164, 94, 191, 0, 127, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 187, 224, 135, 191, 191, 196, 137, 63, 79, 164, 94, 63, 0, 127, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 4, 85, 136, 63, 107, 204, 86, 63, 4, 85, 136, 63, 0, 76, 101, 0, 126, 250, 4, 129, 0, 57, 0, 58, 187, 224, 135, 191, 191, 196, 137, 63, 79, 164, 94, 63, 0, 76, 101, 0, 126, 250, 4, 129, 0, 0, 0, 60, 4, 85, 136, 191, 107, 204, 86, 63, 4, 85, 136, 63, 0, 76, 101, 0, 126, 250, 4, 129, 0, 57, 0, 56, 14, 86, 136, 63, 174, 199, 78, 191, 170, 169, 137, 63, 0, 0, 127, 0, 99, 79, 0, 127, 0, 0, 0, 60, 4, 85, 136, 191, 107, 204, 86, 63, 4, 85, 136, 63, 0, 0, 127, 0, 99, 79, 0, 127, 0, 57, 0, 56, 251, 83, 136, 191, 199, 209, 78, 191, 237, 170, 137, 63, 0, 0, 127, 0, 127, 0, 0, 129, 0, 0, 0, 60, 4, 85, 136, 191, 185, 204, 78, 191, 76, 170, 137, 191, 0, 0, 129, 0, 127, 0, 0, 127, 0, 54, 0, 52, 4, 85, 136, 63, 185, 204, 78, 63, 76, 170, 137, 191, 0, 0, 129, 0, 127, 0, 0, 127, 0, 0, 0, 60, 4, 85, 136, 63, 185, 204, 78, 191, 76, 170, 137, 191, 0, 0, 129, 0, 127, 0, 0, 127, 0, 57, 0, 52, 187, 224, 135, 63, 187, 224, 135, 63, 95, 52, 102, 191, 0, 76, 155, 0, 127, 0, 0, 127, 0, 0, 0, 60, 4, 85, 136, 191, 107, 204, 86, 63, 4, 85, 136, 191, 0, 76, 155, 0, 127, 0, 0, 127, 0, 0, 0, 60, 187, 224, 135, 191, 191, 196, 137, 63, 79, 164, 94, 191, 0, 76, 155, 0, 127, 0, 0, 127, 0, 0, 0, 60, 4, 85, 136, 63, 185, 204, 78, 191, 76, 170, 137, 191, 0, 180, 155, 0, 125, 14, 246, 129, 0, 57, 0, 52, 187, 224, 135, 191, 187, 224, 135, 191, 95, 52, 102, 191, 0, 180, 155, 0, 125, 14, 246, 129, 0, 54, 104, 48, 4, 85, 136, 191, 185, 204, 78, 191, 76, 170, 137, 191, 0, 180, 155, 0, 127, 0, 0, 127, 0, 54, 0, 52, 146, 224, 135, 63, 198, 225, 135, 191, 20, 99, 102, 63, 0, 180, 101, 0, 126, 0, 0, 129, 0, 57, 117, 38, 251, 83, 136, 191, 199, 209, 78, 191, 237, 170, 137, 63, 0, 180, 101, 0, 126, 0, 0, 129, 0, 0, 0, 60, 155, 225, 135, 191, 155, 225, 135, 191, 22, 255, 101, 63, 0, 180, 101, 0, 126, 0, 0, 129, 0, 54, 130, 38, 155, 225, 135, 191, 155, 225, 135, 191, 22, 255, 101, 63, 0, 129, 0, 0, 237, 0, 131, 129, 0, 54, 130, 38, 187, 224, 135, 63, 191, 196, 137, 191, 79, 164, 94, 191, 0, 129, 0, 0, 237, 0, 131, 129, 0, 0, 0, 60, 146, 224, 135, 63, 198, 225, 135, 191, 20, 99, 102, 63, 0, 129, 0, 0, 126, 0, 0, 127, 0, 57, 117, 38, 4, 85, 136, 191, 185, 204, 78, 191, 76, 170, 137, 191, 129, 0, 0, 0, 0, 59, 112, 129, 0, 54, 0, 52, 187, 224, 135, 191, 187, 224, 135, 191, 95, 52, 102, 191, 129, 0, 0, 0, 127, 0, 0, 127, 0, 54, 104, 48, 155, 225, 135, 191, 155, 225, 135, 191, 22, 255, 101, 63, 129, 0, 0, 0, 0, 10, 130, 127, 0, 54, 130, 38, 187, 224, 135, 63, 187, 224, 135, 63, 95, 52, 102, 191, 0, 127, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 187, 224, 135, 63, 191, 196, 137, 63, 79, 164, 94, 63, 0, 76, 101, 0, 127, 0, 0, 129, 0, 0, 0, 60, 4, 85, 136, 63, 107, 204, 86, 63, 4, 85, 136, 63, 0, 0, 127, 0, 99, 79, 0, 127, 0, 57, 0, 58, 4, 85, 136, 191, 107, 204, 86, 63, 4, 85, 136, 191, 0, 0, 129, 0, 127, 0, 0, 127, 0, 0, 0, 60, 4, 85, 136, 63, 185, 204, 78, 63, 76, 170, 137, 191, 0, 76, 155, 0, 127, 0, 0, 127, 0, 0, 0, 60, 187, 224, 135, 63, 191, 196, 137, 191, 79, 164, 94, 191, 0, 180, 155, 0, 125, 14, 246, 129, 0, 0, 0, 60, 146, 224, 135, 63, 198, 225, 135, 191, 20, 99, 102, 63, 0, 181, 101, 0, 127, 0, 0, 129, 0, 57, 117, 38, 14, 86, 136, 63, 174, 199, 78, 191, 170, 169, 137, 63, 0, 181, 101, 0, 127, 0, 0, 129, 0, 0, 0, 60, 251, 83, 136, 191, 199, 209, 78, 191, 237, 170, 137, 63, 0, 181, 101, 0, 127, 0, 0, 129, 0, 0, 0, 60, 187, 224, 135, 191, 187, 224, 135, 191, 95, 52, 102, 191, 0, 129, 0, 0, 237, 0, 131, 129, 0, 54, 104, 48, 251, 83, 136, 191, 199, 209, 78, 191, 237, 170, 137, 63, 129, 0, 0, 0, 0, 126, 8, 127, 0, 0, 0, 60, 4, 85, 136, 191, 107, 204, 86, 63, 4, 85, 136, 63, 129, 0, 0, 0, 0, 59, 112, 129, 0, 57, 0, 56, 187, 224, 135, 191, 191, 196, 137, 63, 79, 164, 94, 63, 129, 0, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 187, 224, 135, 191, 191, 196, 137, 63, 79, 164, 94, 191, 129, 0, 0, 0, 127, 0, 0, 127, 0, 0, 0, 60, 4, 85, 136, 191, 107, 204, 86, 63, 4, 85, 136, 191, 129, 0, 0, 0, 0, 59, 112, 129, 0, 0, 0, 60 ), +"array_index_data": PoolByteArray( 0, 0, 1, 0, 2, 0, 2, 0, 3, 0, 0, 0, 3, 0, 4, 0, 0, 0, 4, 0, 5, 0, 6, 0, 6, 0, 7, 0, 4, 0, 7, 0, 0, 0, 4, 0, 8, 0, 9, 0, 10, 0, 11, 0, 12, 0, 13, 0, 14, 0, 15, 0, 16, 0, 17, 0, 18, 0, 19, 0, 20, 0, 21, 0, 22, 0, 23, 0, 24, 0, 25, 0, 26, 0, 27, 0, 28, 0, 29, 0, 30, 0, 31, 0, 32, 0, 33, 0, 34, 0, 8, 0, 35, 0, 9, 0, 11, 0, 36, 0, 12, 0, 14, 0, 37, 0, 15, 0, 17, 0, 38, 0, 18, 0, 20, 0, 39, 0, 21, 0, 23, 0, 40, 0, 24, 0, 41, 0, 42, 0, 43, 0, 29, 0, 44, 0, 30, 0, 34, 0, 45, 0, 32, 0, 45, 0, 46, 0, 32, 0, 46, 0, 47, 0, 48, 0, 48, 0, 49, 0, 46, 0, 49, 0, 32, 0, 46, 0 ), +"blend_shape_data": [ ], +"format": 97559, +"index_count": 84, +"primitive": 4, +"skeleton_aabb": [ ], +"vertex_count": 50 +} + +[sub_resource type="BoxShape" id=3] + +[node name="Keycard" type="StaticBody" groups=[ +"Touchables", +]] +script = ExtResource( 1 ) +card_lvl = 2 + +[node name="KeycardMesh" type="MeshInstance" parent="."] +transform = Transform( 0.003, 0, 0, 0, 0.06, 0, 0, 0, 0.1, 0, 0, 0 ) +layers = 3 +mesh = SubResource( 1 ) +material/0 = null +material/1 = null + +[node name="Outline" type="MeshInstance" parent="KeycardMesh"] +visible = false +layers = 3 +mesh = SubResource( 2 ) +material/0 = ExtResource( 4 ) + +[node name="CollisionShape" type="CollisionShape" parent="."] +transform = Transform( 0.02, 0, 0, 0, 0.08, 0, 0, 0, 0.12, 0, 0, 0 ) +shape = SubResource( 3 ) + +[node name="Sparkle" parent="." instance=ExtResource( 5 )] diff --git a/Level/Interactables/Pipes/InputBoxScript.gd b/Level/Interactables/Pipes/InputBoxScript.gd index f290de3..eda4506 100644 --- a/Level/Interactables/Pipes/InputBoxScript.gd +++ b/Level/Interactables/Pipes/InputBoxScript.gd @@ -21,6 +21,9 @@ func _ready(): func load_content_color(): var material = SpatialMaterial.new() _mesh.material_override = material + material.emission_enabled = true + material.emission = content_color + material.emission_energy = 0.5 material.albedo_color = content_color func update_content_color(var unused): diff --git a/Level/Interactables/Pipes/PipeScript.gd b/Level/Interactables/Pipes/PipeScript.gd index bebaf4c..9765876 100644 --- a/Level/Interactables/Pipes/PipeScript.gd +++ b/Level/Interactables/Pipes/PipeScript.gd @@ -33,7 +33,6 @@ func _ready(): _up_cast = get_node(color_cast_up) as RayCast _mesh = get_node(mesh_path) as MeshInstance - func do_interact(var player): if(is_turned): rotate_x(x_rot * PI/180) @@ -94,15 +93,16 @@ func update_content_color(var _all_colors: Array): content_color = NULL_COLOR if _mesh != null: - var material = _mesh.get_surface_material(0) + var material = SpatialMaterial.new() if content_color != NULL_COLOR: - if material == null: - material = SpatialMaterial.new() - _mesh.material_override = material material.albedo_color = content_color + material.emission_enabled = true + material.emission = content_color + + #print(get_name()) else: if can_turn: - _mesh.material_override = fork_material - else: - _mesh.material_override = null + material = fork_material + + _mesh.material_override = material diff --git a/Level/Labyrinth.tscn b/Level/Labyrinth.tscn index f6b21ed..c3bb560 100644 --- a/Level/Labyrinth.tscn +++ b/Level/Labyrinth.tscn @@ -59,28 +59,28 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -105, 0, 30 ) transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -75, 0, -30 ) [node name="LabyrinthCorridorTrue5" parent="." instance=ExtResource( 1 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 0, 15 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 0, 0, 15 ) [node name="LabyrinthCorridorTrue6" parent="." instance=ExtResource( 1 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -30, 0, -15 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -30, 0, -15 ) [node name="LabyrinthCorridorTrue17" parent="." instance=ExtResource( 1 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -90, 0, -15 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -90, 0, -15 ) [node name="LabyrinthCorridorTrue18" parent="." instance=ExtResource( 1 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -90, 0, 15 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -90, 0, 15 ) [node name="LabyrinthCorridorTrue8" parent="." instance=ExtResource( 1 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -30, 0, -45 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -30, 0, -45 ) [node name="LabyrinthCorridorTrue12" parent="." instance=ExtResource( 1 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -60, 0, -45 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -60, 0, -45 ) [node name="LabyrinthCorridorTrue10" parent="." instance=ExtResource( 1 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 0, -45 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 0, 0, -45 ) [node name="LabyrinthCorridorTrue7" parent="." instance=ExtResource( 1 )] -transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -30, 0, 15 ) +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -30, 0, 15 ) [node name="LabyrinthCrossing" parent="." instance=ExtResource( 2 )] @@ -162,25 +162,26 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -75, 0, -60 ) transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -105, 0, -60 ) [node name="LabyrinthCorridorMasked2" parent="." instance=ExtResource( 3 )] -transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -60, 0, 15 ) +transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, -60, 0, 15 ) [node name="LabyrinthCorridorMasked3" parent="." instance=ExtResource( 3 )] -transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -60, 0, -15 ) +transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, -60, 0, -15 ) [node name="LabyrinthCorridorMasked13" parent="." instance=ExtResource( 3 )] -transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -90, 0, -45 ) +transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, -90, 0, -45 ) [node name="LabyrinthCorridorMasked8" parent="." instance=ExtResource( 3 )] -transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, -15 ) +transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, 0, 0, -15 ) [node name="Player" parent="." instance=ExtResource( 4 )] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 30, 2, 0 ) +IsOutside = false IsInLabyrinth = true [node name="OuterWalls" type="Spatial" parent="."] [node name="MeshInstance" type="MeshInstance" parent="OuterWalls"] -transform = Transform( -1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -50, 5, 35 ) +transform = Transform( -1, -8.74228e-008, 3.82137e-015, 0, -4.37114e-008, -1, 8.74228e-008, -1, 4.37114e-008, -50, 5, 35 ) layers = 3 mesh = SubResource( 1 ) material/0 = null @@ -191,7 +192,7 @@ material/0 = null shape = SubResource( 2 ) [node name="MeshInstance2" type="MeshInstance" parent="OuterWalls"] -transform = Transform( 1, 1.74846e-07, -7.64274e-15, 0, -4.37114e-08, -1, -1.74846e-07, 1, -4.37114e-08, -50, 5, -65 ) +transform = Transform( 1, 1.74846e-007, -7.64274e-015, 0, -4.37114e-008, -1, -1.74846e-007, 1, -4.37114e-008, -50, 5, -65 ) layers = 3 mesh = SubResource( 1 ) material/0 = null @@ -202,7 +203,7 @@ material/0 = null shape = SubResource( 3 ) [node name="MeshInstance3" type="MeshInstance" parent="OuterWalls"] -transform = Transform( 1.31134e-07, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, 1.31134e-07, -5.73206e-15, 4.99999, 5, -70 ) +transform = Transform( 1.31134e-007, -1, 4.37114e-008, 0, -4.37114e-008, -1, 1, 1.31134e-007, -5.73206e-015, 4.99999, 5, -70 ) layers = 3 mesh = SubResource( 1 ) material/0 = null @@ -213,7 +214,7 @@ material/0 = null shape = SubResource( 4 ) [node name="MeshInstance4" type="MeshInstance" parent="OuterWalls"] -transform = Transform( 1.31134e-07, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, 1.31134e-07, -5.73206e-15, 4.99999, 5, 70 ) +transform = Transform( 1.31134e-007, -1, 4.37114e-008, 0, -4.37114e-008, -1, 1, 1.31134e-007, -5.73206e-015, 4.99999, 5, 70 ) layers = 3 mesh = SubResource( 1 ) material/0 = null @@ -224,7 +225,7 @@ material/0 = null shape = SubResource( 5 ) [node name="MeshInstance5" type="MeshInstance" parent="OuterWalls"] -transform = Transform( 1.31134e-07, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, 1.31134e-07, -5.73206e-15, 35, 5, -7.62939e-06 ) +transform = Transform( 1.31134e-007, -1, 4.37114e-008, 0, -4.37114e-008, -1, 1, 1.31134e-007, -5.73206e-015, 35, 5, -7.62939e-006 ) layers = 3 mesh = SubResource( 1 ) material/0 = null @@ -235,7 +236,7 @@ material/0 = null shape = SubResource( 6 ) [node name="MeshInstance8" type="MeshInstance" parent="OuterWalls"] -transform = Transform( -7.98311e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -0.49, -1.62921e-07, 7.12149e-15, -95, 5, -15 ) +transform = Transform( -7.98311e-008, 1, -4.37114e-008, 0, -4.37114e-008, -1, -0.49, -1.62921e-007, 7.12149e-015, -95, 5, -15 ) layers = 3 mesh = SubResource( 1 ) material/0 = null @@ -246,7 +247,7 @@ material/0 = null shape = SubResource( 6 ) [node name="MeshInstance6" type="MeshInstance" parent="OuterWalls"] -transform = Transform( -1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 75, 5, 4.99999 ) +transform = Transform( -1, -8.74228e-008, 3.82137e-015, 0, -4.37114e-008, -1, 8.74228e-008, -1, 4.37114e-008, 75, 5, 4.99999 ) layers = 3 mesh = SubResource( 1 ) material/0 = null @@ -257,7 +258,7 @@ material/0 = null shape = SubResource( 7 ) [node name="MeshInstance7" type="MeshInstance" parent="OuterWalls"] -transform = Transform( 1, 1.74846e-07, -7.64274e-15, 0, -4.37114e-08, -1, -1.74846e-07, 1, -4.37114e-08, 75, 5, -5.00001 ) +transform = Transform( 1, 1.74846e-007, -7.64274e-015, 0, -4.37114e-008, -1, -1.74846e-007, 1, -4.37114e-008, 75, 5, -5.00001 ) layers = 3 mesh = SubResource( 1 ) material/0 = null diff --git a/Level/OutsideWorld.tscn b/Level/OutsideWorld.tscn new file mode 100644 index 0000000..00bf247 --- /dev/null +++ b/Level/OutsideWorld.tscn @@ -0,0 +1,257 @@ +[gd_scene load_steps=23 format=2] + +[ext_resource path="res://Characters/Player/Player.tscn" type="PackedScene" id=1] +[ext_resource path="res://Characters/Util/PathNavigatorForNPC.tscn" type="PackedScene" id=2] +[ext_resource path="res://Characters/Meldewesen/Meldewesen.tscn" type="PackedScene" id=3] +[ext_resource path="res://Resources/Audio/Ambience/masked_ambience.wav" type="AudioStream" id=4] +[ext_resource path="res://Resources/Audio/Ambience/melody.wav" type="AudioStream" id=5] +[ext_resource path="res://Resources/Audio/Ambience/true_ambience.wav" type="AudioStream" id=6] +[ext_resource path="res://Level/Interactables/Keycard/Keycard.tscn" type="PackedScene" id=7] +[ext_resource path="res://Level/WorkerSpawner.gd" type="Script" id=8] +[ext_resource path="res://Level/Interactables/Lever/Lever.tscn" type="PackedScene" id=9] +[ext_resource path="res://Level/Buildings/PlayerHouse.tscn" type="PackedScene" id=10] +[ext_resource path="res://Level/Buildings/Factory.tscn" type="PackedScene" id=11] +[ext_resource path="res://Level/Buildings/DoorWall.tscn" type="PackedScene" id=12] +[ext_resource path="res://Level/Buildings/BuildingBlock.tscn" type="PackedScene" id=13] +[ext_resource path="res://Util/NodeGroupNotifier.tscn" type="PackedScene" id=14] + +[sub_resource type="Curve3D" id=1] +_data = { +"points": PoolVector3Array( 0, 0, 0, 0, 0, 0, -2.79141, 0, 64.3776, 0, 0, 0, 0, 0, 0, 3.92828, 0, 58.7873, 0, 0, 0, 0, 0, 0, 25.1256, 0, 59.1506, 0, 0, 0, 0, 0, 0, 31.6821, 0, 65.5338, 0, 0, 0, 0, 0, 0, 31.843, 0, 89.6361, 0, 0, 0, 0, 0, 0, 25.1319, 7.62939e-006, 95.8734, 0, 0, 0, 0, 0, 0, 3.93893, 1.52588e-005, 95.8336, 0, 0, 0, 0, 0, 0, -2.78792, 2.28882e-005, 88.8055, 0, 0, 0, 0, 0, 0, -2.79141, 0, 64.3776 ), +"tilts": PoolRealArray( 0, 0, 0, 0, 0, 0, 0, 0, 0 ) +} + +[sub_resource type="BoxShape" id=2] + +[sub_resource type="Curve3D" id=3] +_data = { +"points": PoolVector3Array( 0, 0, 0, 0, 0, 0, -0.034779, 0, 51.8864, 0, 0, 0, 0, 0, 0, 2.70523, 0, -110.822, 0, 0, 0, 0, 0, 0, 60.8221, 0, -111.624, 0, 0, 0, 0, 0, 0, 63.3144, 0, -190.601, 0, 0, 0, 0, 0, 0, -145.322, 0.750244, -191.357 ), +"tilts": PoolRealArray( 0, 0, 0, 0, 0 ) +} + +[sub_resource type="NavigationMesh" id=4] +vertices = PoolVector3Array( -33.5588, 0.2, -114.639, -24.2588, 0.2, -109.239, -24.2588, 0.2, -114.039, -227.959, 0.2, -264.939, -235.459, 0.2, -264.939, -235.459, 0.2, -253.839, -33.5588, 0.2, -114.639, -24.2588, 0.2, -114.039, -21.8588, 0.2, -123.639, -220.459, 0.2, -264.939, -227.959, 0.2, -264.939, -235.459, 0.2, -253.839, -41.6588, 0.2, -116.739, -33.5588, 0.2, -114.639, -21.8588, 0.2, -123.639, -16.1588, 0.2, -133.239, -212.959, 0.2, -264.939, -220.459, 0.2, -264.939, -235.459, 0.2, -253.839, -5.05879, 0.2, -142.539, -84.5588, 0.2, -264.939, -92.0588, 0.2, -264.939, -212.959, 0.2, -264.939, -235.459, 0.2, -253.839, -235.459, 0.2, -242.439, -205.459, 0.2, -264.939, -107.059, 0.2, -264.939, -114.559, 0.2, -264.939, -235.459, 0.2, -186.339, -235.459, 0.2, -174.939, -41.6588, 0.2, -116.739, -16.1588, 0.2, -133.239, -10.4588, 0.2, -138.939, -52.4588, 0.2, -116.739, -197.959, 0.2, -264.939, -205.459, 0.2, -264.939, -235.459, 0.2, -242.439, -235.459, 0.2, -96.3387, -235.459, 0.2, -84.9387, -83.9588, 0.2, -84.3387, -190.459, 0.2, -264.939, -197.959, 0.2, -264.939, -235.459, 0.2, -242.439, -52.4588, 0.2, -116.739, -10.4588, 0.2, -138.939, -5.05879, 0.2, -142.539, -92.0588, 0.2, -264.939, -99.5588, 0.2, -264.939, -61.1588, 0.2, -114.339, -190.459, 0.2, -264.939, -235.459, 0.2, -242.439, -235.459, 0.2, -231.339, -182.959, 0.2, -264.939, -235.459, 0.2, -107.439, -83.9588, 0.2, -84.3387, -81.5588, 0.2, -93.9387, -235.459, 0.2, -118.839, -235.459, 0.2, -107.439, -235.459, 0.2, -96.3387, -83.9588, 0.2, -84.3387, -175.159, 0.2, -264.939, -182.959, 0.2, -264.939, -235.459, 0.2, -231.339, -175.159, 0.2, -264.939, -235.459, 0.2, -231.339, -235.459, 0.2, -219.939, -167.659, 0.2, -264.939, -107.059, 0.2, -264.939, -235.459, 0.2, -174.939, -235.459, 0.2, -163.839, -160.159, 0.2, -264.939, -167.659, 0.2, -264.939, -235.459, 0.2, -219.939, -160.159, 0.2, -264.939, -235.459, 0.2, -219.939, -235.459, 0.2, -208.839, -152.659, 0.2, -264.939, -235.459, 0.2, -141.339, -81.5588, 0.2, -93.9387, -76.4588, 0.2, -102.639, -235.459, 0.2, -152.439, -144.859, 0.2, -264.939, -152.659, 0.2, -264.939, -235.459, 0.2, -208.839, -144.859, 0.2, -264.939, -235.459, 0.2, -208.839, -235.459, 0.2, -197.439, -137.359, 0.2, -264.939, 6.94121, 0.2, -146.439, 6.3412, 0.2, -264.939, -1.4588, 0.2, -264.939, -235.459, 0.2, -141.339, -235.459, 0.2, -129.939, -81.5588, 0.2, -93.9387, 1.8412, 0.2, -145.539, 6.94121, 0.2, -146.439, -1.4588, 0.2, -264.939, -8.9588, 0.2, -264.939, -61.1588, 0.2, -114.339, -99.5588, 0.2, -264.939, -107.059, 0.2, -264.939, -69.8588, 0.2, -109.239, 1.8412, 0.2, -145.539, -8.9588, 0.2, -264.939, -16.4588, 0.2, -264.939, 1.8412, 0.2, -145.539, -16.4588, 0.2, -264.939, -23.9588, 0.2, -264.939, -5.05879, 0.2, -142.539, 1.8412, 0.2, -145.539, -23.9588, 0.2, -264.939, -31.7588, 0.2, -264.939, -235.459, 0.2, -129.939, -235.459, 0.2, -118.839, -81.5588, 0.2, -93.9387, -129.859, 0.2, -264.939, -137.359, 0.2, -264.939, -235.459, 0.2, -197.439, -5.05879, 0.2, -142.539, -31.7588, 0.2, -264.939, -39.2588, 0.2, -264.939, -5.05879, 0.2, -142.539, -39.2588, 0.2, -264.939, -46.7588, 0.2, -264.939, -129.859, 0.2, -264.939, -235.459, 0.2, -197.439, -235.459, 0.2, -186.339, -122.359, 0.2, -264.939, -5.05879, 0.2, -142.539, -46.7588, 0.2, -264.939, -54.2588, 0.2, -264.939, -5.05879, 0.2, -142.539, -54.2588, 0.2, -264.939, -62.0588, 0.2, -264.939, -76.4588, 0.2, -102.639, -69.8588, 0.2, -109.239, -107.059, 0.2, -264.939, -235.459, 0.2, -163.839, -235.459, 0.2, -152.439, -5.05879, 0.2, -142.539, -62.0588, 0.2, -264.939, -69.5588, 0.2, -264.939, -5.05879, 0.2, -142.539, -69.5588, 0.2, -264.939, -77.0588, 0.2, -264.939, -114.559, 0.2, -264.939, -122.359, 0.2, -264.939, -235.459, 0.2, -186.339, -5.05879, 0.2, -142.539, -77.0588, 0.2, -264.939, -84.5588, 0.2, -264.939, 63.9412, 0.2, -167.139, 69.9412, 0.2, -172.839, 69.3412, 0.2, -181.239, 63.9412, 0.2, -167.139, 69.3412, 0.2, -181.239, 69.6412, 0.2, -191.139, 31.2412, 0.2, -142.239, 35.7412, 0.2, -138.939, 63.9412, 0.2, -167.139, 23.7412, 0.2, -145.539, 31.2412, 0.2, -142.239, 63.9412, 0.2, -167.139, 15.3412, 0.2, -147.039, 23.7412, 0.2, -145.539, 63.9412, 0.2, -167.139, 6.94121, 0.2, -146.439, 15.3412, 0.2, -147.039, 63.9412, 0.2, -167.139, 69.6412, 0.2, -191.139, 14.4412, 0.2, -264.939, 6.3412, 0.2, -264.939, 70.8412, 0.2, -192.639, 72.3412, 0.2, -192.939, 72.3412, 0.2, -264.939, 63.9412, 0.2, -264.939, 69.6412, 0.2, -191.139, 30.9412, 0.2, -264.939, 22.8412, 0.2, -264.939, 70.8412, 0.2, -192.639, 63.9412, 0.2, -264.939, 55.8412, 0.2, -264.939, 69.6412, 0.2, -191.139, 70.8412, 0.2, -192.639, 55.8412, 0.2, -264.939, 47.4412, 0.2, -264.939, 69.6412, 0.2, -191.139, 39.3412, 0.2, -264.939, 30.9412, 0.2, -264.939, 69.6412, 0.2, -191.139, 22.8412, 0.2, -264.939, 14.4412, 0.2, -264.939, 69.6412, 0.2, -191.139, 47.4412, 0.2, -264.939, 39.3412, 0.2, -264.939, 260.441, 0.2, -253.839, 260.441, 0.2, -264.939, 248.441, 0.2, -264.939, 260.441, 0.2, -242.739, 260.441, 0.2, -253.839, 248.441, 0.2, -264.939, 260.441, 0.2, -242.739, 248.441, 0.2, -264.939, 236.741, 0.2, -264.939, 260.441, 0.2, -231.639, 260.441, 0.2, -186.939, 189.641, 0.2, -264.939, 177.941, 0.2, -264.939, 260.441, 0.2, -175.539, 260.441, 0.2, -231.639, 236.741, 0.2, -264.939, 225.041, 0.2, -264.939, 260.441, 0.2, -220.239, 73.5412, 0.2, -171.639, 72.3412, 0.2, -171.339, 72.3412, 0.2, -117.039, 80.4412, 0.2, -116.439, 108.041, 0.2, -92.4387, 260.441, 0.2, -108.639, 260.441, 0.2, -119.739, 74.7412, 0.2, -173.139, 73.5412, 0.2, -171.639, 80.4412, 0.2, -116.439, 86.4412, 0.2, -114.639, 166.241, 0.2, -264.939, 154.241, 0.2, -264.939, 74.7412, 0.2, -191.139, 177.941, 0.2, -264.939, 166.241, 0.2, -264.939, 74.7412, 0.2, -191.139, 108.041, 0.2, -92.4387, 260.441, 0.2, -130.839, 260.441, 0.2, -142.239, 74.7412, 0.2, -173.139, 86.4412, 0.2, -114.639, 93.3412, 0.2, -111.039, 260.441, 0.2, -220.239, 225.041, 0.2, -264.939, 213.341, 0.2, -264.939, 260.441, 0.2, -209.139, 74.7412, 0.2, -173.139, 93.3412, 0.2, -111.039, 97.2412, 0.2, -108.039, 72.3412, 0.2, -264.939, 72.3412, 0.2, -192.939, 73.5412, 0.2, -192.639, 84.0412, 0.2, -264.939, 260.441, 0.2, -164.439, 260.441, 0.2, -175.539, 177.941, 0.2, -264.939, 260.441, 0.2, -153.339, 260.441, 0.2, -164.439, 177.941, 0.2, -264.939, 74.7412, 0.2, -173.139, 97.2412, 0.2, -108.039, 101.141, 0.2, -104.139, 84.0412, 0.2, -264.939, 73.5412, 0.2, -192.639, 74.7412, 0.2, -191.139, 95.7412, 0.2, -264.939, 260.441, 0.2, -142.239, 260.441, 0.2, -153.339, 177.941, 0.2, -264.939, 74.7412, 0.2, -173.139, 101.141, 0.2, -104.139, 105.041, 0.2, -98.7387, 107.441, 0.2, -264.939, 95.7412, 0.2, -264.939, 74.7412, 0.2, -191.139, 260.441, 0.2, -209.139, 213.341, 0.2, -264.939, 201.341, 0.2, -264.939, 260.441, 0.2, -198.039, 119.141, 0.2, -264.939, 107.441, 0.2, -264.939, 74.7412, 0.2, -191.139, 74.7412, 0.2, -173.139, 105.041, 0.2, -98.7387, 108.041, 0.2, -92.4387, 74.7412, 0.2, -181.839, 109.541, 0.2, -85.5387, 260.441, 0.2, -86.1387, 260.441, 0.2, -97.5387, 130.841, 0.2, -264.939, 119.141, 0.2, -264.939, 74.7412, 0.2, -191.139, 108.041, 0.2, -92.4387, 109.541, 0.2, -85.5387, 260.441, 0.2, -97.5387, 260.441, 0.2, -108.639, 260.441, 0.2, -198.039, 201.341, 0.2, -264.939, 189.641, 0.2, -264.939, 260.441, 0.2, -186.939, 142.541, 0.2, -264.939, 130.841, 0.2, -264.939, 74.7412, 0.2, -191.139, 74.7412, 0.2, -191.139, 74.7412, 0.2, -181.839, 108.041, 0.2, -92.4387, 108.041, 0.2, -92.4387, 260.441, 0.2, -119.739, 260.441, 0.2, -130.839, 154.241, 0.2, -264.939, 142.541, 0.2, -264.939, 74.7412, 0.2, -191.139, 49.8412, 0.2, -114.339, 49.8412, 0.2, -108.939, 54.0412, 0.2, -111.939, 70.8412, 0.2, -171.639, 69.9412, 0.2, -172.839, 63.9412, 0.2, -167.139, 72.3412, 0.2, -171.339, 70.8412, 0.2, -171.639, 63.9412, 0.2, -167.139, 39.6412, 0.2, -135.339, 43.8412, 0.2, -130.539, 72.3412, 0.2, -117.039, 49.8412, 0.2, -114.339, 54.0412, 0.2, -111.939, 60.3412, 0.2, -114.939, 48.0412, 0.2, -122.139, 49.8412, 0.2, -114.339, 60.3412, 0.2, -114.939, 65.7412, 0.2, -116.439, 48.0412, 0.2, -122.139, 65.7412, 0.2, -116.439, 72.3412, 0.2, -117.039, 43.8412, 0.2, -130.539, 35.7412, 0.2, -138.939, 39.6412, 0.2, -135.339, 63.9412, 0.2, -167.139, 43.5412, 0.4, -102.639, 44.7412, 0.4, -103.539, 45.3412, 0.4, -109.239, -11.6588, 0.4, -91.5387, -10.7588, 0.4, -87.3387, -7.1588, 0.4, -84.0387, 29.1412, 0.4, -81.6387, 33.9412, 0.4, -84.9387, 36.6412, 0.4, -87.6387, 38.4412, 0.4, -93.9387, 37.8412, 0.4, -130.839, 33.6412, 0.4, -135.039, 29.7412, 0.4, -137.739, -0.558792, 0.4, -80.1387, 3.6412, 0.4, -78.6387, 10.2412, 0.4, -77.4387, 15.3412, 0.4, -77.4387, 21.9412, 0.4, -78.6387, 29.1412, 0.4, -81.6387, -3.55879, 0.4, -138.039, -8.3588, 0.4, -134.739, -12.2588, 0.4, -130.839, 38.4412, 0.4, -93.9387, 40.5412, 0.4, -98.1387, 45.3412, 0.4, -109.239, 29.1412, 0.4, -81.6387, 40.5412, 0.4, -98.1387, 43.5412, 0.4, -102.639, 45.3412, 0.4, -109.239, -15.8588, 0.4, -125.439, -18.2588, 0.4, -119.439, -19.4588, 0.4, -113.739, -19.1588, 0.4, -104.139, -14.6588, 0.4, -98.1387, 21.9412, 0.4, -141.039, 15.9412, 0.4, -142.239, 9.6412, 0.4, -142.239, 43.8412, 0.4, -119.739, 41.1412, 0.4, -126.039, 37.8412, 0.4, -130.839, 29.7412, 0.4, -137.739, 21.9412, 0.4, -141.039, 45.3412, 0.4, -109.239, 9.6412, 0.4, -142.239, 3.6412, 0.4, -141.039, -3.55879, 0.4, -138.039, -12.2588, 0.4, -130.839, -15.8588, 0.4, -125.439, 21.9412, 0.4, -141.039, -14.6588, 0.4, -98.1387, -0.558792, 0.4, -80.1387, 29.1412, 0.4, -81.6387, 45.3412, 0.4, -109.239, 21.9412, 0.4, -141.039, -15.8588, 0.4, -125.439, -11.6588, 0.4, -91.5387, -7.1588, 0.4, -84.0387, -0.558792, 0.4, -80.1387, -14.6588, 0.4, -98.1387, 30.3412, 100.4, -114.939, 28.8412, 100.4, -118.839, 27.0412, 100.4, -121.539, 22.5412, 100.4, -125.439, 0.941208, 100.4, -123.939, -2.05879, 100.4, -120.639, -3.8588, 100.4, -117.339, 7.2412, 100.4, -127.239, 10.5412, 100.4, -91.8387, 15.3412, 100.4, -91.8387, 19.2412, 100.4, -92.7387, 3.6412, 100.4, -93.9387, -3.8588, 100.4, -102.339, -1.1588, 100.4, -97.8387, 3.6412, 100.4, -93.9387, -3.8588, 100.4, -117.339, -5.3588, 100.4, -110.139, 19.2412, 100.4, -92.7387, 24.6412, 100.4, -95.7387, 28.8412, 100.4, -100.839, 30.9412, 100.4, -108.339, 30.3412, 100.4, -114.939, 22.5412, 100.4, -125.439, 15.3412, 100.4, -127.839, 7.2412, 100.4, -127.239, 30.3412, 100.4, -114.939, 22.5412, 100.4, -125.439, 7.2412, 100.4, -127.239, -3.8588, 100.4, -117.339, 3.6412, 100.4, -93.9387, 19.2412, 100.4, -92.7387, -14.6588, 0.4, -82.8387, -15.2588, 0.4, -85.8387, -18.8588, 0.4, -90.3387, -22.7588, 0.4, -98.7387, -23.3588, 0.4, -102.339, -27.8588, 0.4, -106.239, -73.4588, 0.4, -99.0387, -76.1588, 0.4, -94.5387, -77.9588, 0.4, -90.0387, -58.1588, 0.4, -110.439, -62.9588, 0.4, -108.339, -69.2588, 0.4, -103.839, -27.8588, 0.4, -106.239, -32.9588, 0.4, -109.239, -37.7588, 0.4, -111.039, -36.8588, 0.4, -48.9387, -31.7588, 0.4, -51.0387, -26.6588, 0.4, -54.3387, -21.5588, 0.4, -59.4387, -18.5588, 0.4, -63.9387, -16.1588, 0.4, -69.6387, -37.7588, 0.4, -111.039, -44.0588, 0.4, -112.239, -50.0588, 0.4, -112.239, -18.8588, 0.4, -90.3387, -21.2588, 0.4, -94.8387, -27.8588, 0.4, -106.239, -37.7588, 0.4, -111.039, -50.0588, 0.4, -112.239, -58.1588, 0.4, -110.439, -79.4588, 0.4, -82.5387, -79.4588, 0.4, -77.1387, -77.9588, 0.4, -69.6387, -77.9588, 0.4, -90.0387, -57.2588, 0.4, -48.9387, -49.7588, 0.4, -47.4387, -44.3588, 0.4, -47.4387, -36.8588, 0.4, -48.9387, -21.2588, 0.4, -94.8387, -22.7588, 0.4, -98.7387, -27.8588, 0.4, -106.239, -16.1588, 0.4, -69.6387, -14.6588, 0.4, -76.8387, -14.6588, 0.4, -82.8387, -77.9588, 0.4, -69.6387, -75.8588, 0.4, -64.5387, -70.7588, 0.4, -57.3387, -62.3588, 0.4, -51.0387, -57.2588, 0.4, -48.9387, -58.1588, 0.4, -110.439, -77.9588, 0.4, -90.0387, -77.9588, 0.4, -69.6387, -57.2588, 0.4, -48.9387, -36.8588, 0.4, -48.9387, -18.8588, 0.4, -90.3387, -36.8588, 0.4, -48.9387, -26.6588, 0.4, -54.3387, -21.5588, 0.4, -59.4387, -16.1588, 0.4, -69.6387, -14.6588, 0.4, -82.8387, -18.8588, 0.4, -90.3387, 50.7412, 0.4, -103.839, 48.9412, 0.4, -102.039, 47.4412, 0.4, -96.0387, 61.8412, 0.4, -110.439, 57.0412, 0.4, -108.339, 41.1412, 0.4, -86.1387, 40.5412, 0.4, -82.5387, 40.5412, 0.4, -77.1387, 45.0412, 0.4, -91.2387, 101.441, 0.4, -95.7387, 98.4412, 0.4, -100.239, 95.1412, 0.4, -103.839, 105.341, 0.4, -76.8387, 105.341, 0.4, -82.8387, 104.141, 0.4, -89.1387, 83.1412, 0.4, -48.9387, 88.2412, 0.4, -51.0387, 93.3412, 0.4, -54.3387, 98.4412, 0.4, -59.4387, 103.841, 0.4, -69.6387, 105.341, 0.4, -76.8387, 98.4412, 0.4, -59.4387, 101.441, 0.4, -63.9387, 103.841, 0.4, -69.6387, 95.1412, 0.4, -103.839, 61.8412, 0.4, -110.439, 47.4412, 0.4, -96.0387, 49.2412, 0.4, -57.3387, 83.1412, 0.4, -48.9387, 105.341, 0.4, -76.8387, 82.2412, 0.4, -111.039, 75.9412, 0.4, -112.239, 69.9412, 0.4, -112.239, 61.8412, 0.4, -110.439, 95.1412, 0.4, -103.839, 88.8412, 0.4, -108.339, 40.5412, 0.4, -77.1387, 42.0412, 0.4, -69.6387, 44.1412, 0.4, -64.5387, 49.2412, 0.4, -57.3387, 47.4412, 0.4, -96.0387, 45.0412, 0.4, -91.2387, 62.7412, 0.4, -48.9387, 70.2412, 0.4, -47.4387, 75.6412, 0.4, -47.4387, 83.1412, 0.4, -48.9387, 49.2412, 0.4, -57.3387, 57.6412, 0.4, -51.0387, -34.1588, 100.4, -66.6387, -31.7588, 100.4, -69.6387, -30.2588, 100.4, -72.6387, -42.8588, 100.4, -62.1387, -36.8588, 100.4, -64.5387, -36.8588, 100.4, -95.1387, -39.8588, 100.4, -96.6387, -44.3588, 100.4, -97.8387, -49.7588, 100.4, -97.8387, -52.4588, 100.4, -97.2387, -52.4588, 100.4, -97.2387, -62.3588, 100.4, -90.0387, -64.4588, 100.4, -74.4387, -42.8588, 100.4, -62.1387, -30.2588, 100.4, -72.6387, -36.8588, 100.4, -95.1387, -62.3588, 100.4, -90.0387, -63.8588, 100.4, -87.0387, -65.0588, 100.4, -82.2387, -64.4588, 100.4, -74.4387, -64.4588, 100.4, -74.4387, -61.4588, 100.4, -68.4387, -56.6588, 100.4, -64.2387, -49.4588, 100.4, -61.8387, -42.8588, 100.4, -62.1387, -30.2588, 100.4, -72.6387, -29.0588, 100.4, -77.1387, -29.3588, 100.4, -84.0387, -32.3588, 100.4, -90.9387, -36.8588, 100.4, -95.1387, -52.4588, 100.4, -97.2387, -58.4588, 100.4, -94.2387, -62.3588, 100.4, -90.0387, 85.8412, 100.4, -66.6387, 88.2412, 100.4, -69.6387, 89.7412, 100.4, -72.6387, 77.1412, 100.4, -62.1387, 83.1412, 100.4, -64.5387, 83.1412, 100.4, -95.1387, 80.1412, 100.4, -96.6387, 75.6412, 100.4, -97.8387, 70.2412, 100.4, -97.8387, 67.5412, 100.4, -97.2387, 67.5412, 100.4, -97.2387, 57.6412, 100.4, -90.0387, 55.5412, 100.4, -74.4387, 77.1412, 100.4, -62.1387, 89.7412, 100.4, -72.6387, 83.1412, 100.4, -95.1387, 57.6412, 100.4, -90.0387, 56.1412, 100.4, -87.0387, 54.9412, 100.4, -82.2387, 55.5412, 100.4, -74.4387, 55.5412, 100.4, -74.4387, 58.5412, 100.4, -68.4387, 63.3412, 100.4, -64.2387, 70.5412, 100.4, -61.8387, 77.1412, 100.4, -62.1387, 89.7412, 100.4, -72.6387, 90.9412, 100.4, -77.1387, 90.6412, 100.4, -84.0387, 87.6412, 100.4, -90.9387, 83.1412, 100.4, -95.1387, 67.5412, 100.4, -97.2387, 61.5412, 100.4, -94.2387, 57.6412, 100.4, -90.0387, 260.441, 0.2, -86.1387, 109.541, 0.2, -85.5387, 110.141, 0.2, -82.2387, 260.441, 0.2, -79.8387, 110.141, 0.2, -82.2387, 109.541, 0.2, -74.1387, 260.441, 0.2, -73.5387, 260.441, 0.2, -79.8387, -94.7588, 0.2, -20.7387, -74.6588, 0.2, -55.2387, -79.4588, 0.2, -61.5387, -105.259, 0.2, -21.0387, -235.459, 0.2, -51.0387, -235.459, 0.2, -42.6387, -117.859, 0.2, -19.2387, -105.259, 0.2, -21.0387, -79.4588, 0.2, -61.5387, -82.7588, 0.2, -69.0387, -116.059, 0.2, -21.0387, -235.459, 0.2, -59.7387, -235.459, 0.2, -51.0387, -117.859, 0.2, -19.2387, -117.859, 0.2, -19.2387, -116.059, 0.2, -21.0387, -82.7588, 0.2, -69.0387, -84.2588, 0.2, -78.0387, -235.459, 0.2, -68.1387, -235.459, 0.2, -59.7387, -117.859, 0.2, -19.2387, -117.859, 0.2, -19.2387, -84.2588, 0.2, -78.0387, -83.9588, 0.2, -84.3387, -235.459, 0.2, -84.9387, -235.459, 0.2, -76.5387, -235.459, 0.2, -16.8387, -117.859, 0.2, -16.8387, -117.859, 0.2, -19.2387, -235.459, 0.2, -25.5387, -235.459, 0.2, -76.5387, -235.459, 0.2, -68.1387, -117.859, 0.2, -19.2387, -235.459, 0.2, -33.9387, -235.459, 0.2, -25.5387, -117.859, 0.2, -19.2387, -235.459, 0.2, -42.6387, -235.459, 0.2, -33.9387, -117.859, 0.2, -19.2387, 30.6412, 0.2, -77.1387, 26.1412, 0.2, -75.3387, 26.4412, 0.2, -73.8387, 36.3412, 0.2, -72.6387, 35.7412, 0.2, -80.7387, 30.6412, 0.2, -77.1387, 30.6412, 0.2, -77.1387, 26.4412, 0.2, -73.8387, 24.9412, 0.2, -72.3387, 33.6412, 0.2, -55.2387, 45.3412, 0.2, -55.2387, 41.4412, 0.2, -60.0387, 36.3412, 0.2, -72.6387, 30.6412, 0.2, -77.1387, 24.9412, 0.2, -72.3387, 32.1412, 0.2, -53.7387, 33.6412, 0.2, -55.2387, 38.4412, 0.2, -65.7387, 33.6412, 0.2, -55.2387, 41.4412, 0.2, -60.0387, 38.4412, 0.2, -65.7387, -15.8588, 0.2, -59.4387, -19.1588, 0.2, -55.8387, -19.1588, 0.2, -55.2387, -12.5588, 0.2, -55.2387, -4.4588, 0.2, -76.8387, -10.1588, 0.2, -74.4387, -11.9588, 0.2, -67.2387, -5.6588, 0.2, -55.2387, -4.1588, 0.2, -53.7387, 3.0412, 0.2, -72.6387, -4.4588, 0.2, -76.8387, -9.8588, 0.2, -80.4387, -10.1588, 0.2, -74.4387, 3.0412, 0.2, -72.6387, 1.2412, 0.2, -74.7387, -4.4588, 0.2, -76.8387, -15.8588, 0.2, -59.4387, -12.5588, 0.2, -55.2387, -5.6588, 0.2, -55.2387, -11.9588, 0.2, -67.2387, 58.8412, 0.2, -45.3387, 50.1412, 0.2, -50.4387, 50.1412, 0.2, -44.1387, 58.8412, 0.2, -45.3387, 50.1412, 0.2, -44.1387, 50.1412, 0.2, -37.8387, 58.8412, 0.2, -45.3387, 50.1412, 0.2, -37.8387, 50.1412, 0.2, -31.5387, 67.8412, 0.2, -42.9387, 58.8412, 0.2, -45.3387, 50.1412, 0.2, -31.5387, 50.1412, 0.2, -24.9387, 45.9412, 0.2, 2.36133, 45.9412, 0.2, 25.7613, 48.3412, 0.2, 25.7613, 48.3412, 0.2, 2.36133, 260.441, 0.2, 29.0613, 260.441, 0.2, 17.6613, 102.341, 0.2, -57.0387, 260.441, 0.2, 17.6613, 260.441, 0.2, 6.26132, 102.341, 0.2, -57.0387, 50.1412, 0.2, 0.56131, 48.3412, 0.2, 2.36133, 48.3412, 0.2, 25.7613, 50.1412, 0.2, 0.56131, 48.3412, 0.2, 25.7613, 50.1412, 0.2, 27.5613, 102.341, 0.2, -57.0387, 95.7412, 0.2, -50.4387, 67.8412, 0.2, -42.9387, 50.1412, 0.2, -24.9387, 50.1412, 0.2, -18.6387, 67.8412, 0.2, -42.9387, 50.1412, 0.2, -18.6387, 50.1412, 0.2, -12.3387, 67.8412, 0.2, -42.9387, 50.1412, 0.2, -12.3387, 50.1412, 0.2, -6.0387, 78.0412, 0.2, -42.9387, 260.441, 0.2, 51.8613, 260.441, 0.2, 40.4613, 102.341, 0.2, -57.0387, 78.0412, 0.2, -42.9387, 50.1412, 0.2, -6.0387, 50.1412, 0.2, 0.56131, 87.0412, 0.2, -45.3387, 260.441, 0.2, 63.2613, 260.441, 0.2, 51.8613, 102.341, 0.2, -57.0387, 95.7412, 0.2, -50.4387, 87.0412, 0.2, -45.3387, 50.1412, 0.2, 0.56131, 260.441, 0.2, 40.4613, 260.441, 0.2, 29.0613, 102.341, 0.2, -57.0387, 260.441, 0.2, 74.6613, 260.441, 0.2, 63.2613, 102.341, 0.2, -57.0387, 102.341, 0.2, -57.0387, 50.1412, 0.2, 27.5613, 50.1412, 0.2, 37.7613, 102.341, 0.2, -57.0387, 50.1412, 0.2, 37.7613, 50.1412, 0.2, 47.9613, 102.341, 0.2, -57.0387, 50.1412, 0.2, 47.9613, 50.1412, 0.2, 58.1613, 102.341, 0.2, -57.0387, 50.1412, 0.2, 58.1613, 50.1412, 0.2, 68.6613, 102.341, 0.2, -57.0387, 50.1412, 0.2, 68.6613, 50.1412, 0.2, 78.8613, 260.441, 0.2, -62.1387, 260.441, 0.2, -73.5387, 109.541, 0.2, -74.1387, 260.441, 0.2, -50.7387, 260.441, 0.2, -62.1387, 109.541, 0.2, -74.1387, 260.441, 0.2, -50.7387, 109.541, 0.2, -74.1387, 107.441, 0.2, -65.7387, 260.441, 0.2, -39.3387, 102.341, 0.2, -57.0387, 50.1412, 0.2, 78.8613, 50.1412, 0.2, 89.0613, 49.8412, 0.2, 109.161, 260.441, 0.2, 109.161, 260.441, 0.2, 97.4613, 260.441, 0.2, -27.9387, 260.441, 0.2, -39.3387, 107.441, 0.2, -65.7387, 260.441, 0.2, -16.5387, 260.441, 0.2, -27.9387, 107.441, 0.2, -65.7387, 260.441, 0.2, -16.5387, 107.441, 0.2, -65.7387, 102.341, 0.2, -57.0387, 260.441, 0.2, -5.13867, 102.341, 0.2, -57.0387, 50.1412, 0.2, 89.0613, 50.1412, 0.2, 99.2613, 49.8412, 0.2, 109.161, 260.441, 0.2, 97.4613, 260.441, 0.2, 86.0613, 260.441, 0.2, 6.26132, 260.441, 0.2, -5.13867, 102.341, 0.2, -57.0387, 102.341, 0.2, -57.0387, 50.1412, 0.2, 99.2613, 49.8412, 0.2, 109.161, 260.441, 0.2, 86.0613, 260.441, 0.2, 74.6613, 13.2412, 0.2, -72.0387, 3.0412, 0.2, -72.6387, -4.1588, 0.2, -53.7387, -3.8588, 0.2, -47.1387, 31.8412, 0.2, -47.1387, 32.1412, 0.2, -53.7387, 24.9412, 0.2, -72.3387, -3.8588, 0.2, -19.5387, -3.8588, 0.2, -12.6387, 31.8412, 0.2, -12.6387, 31.8412, 0.2, -19.5387, 31.8412, 0.2, -47.1387, 24.9412, 0.2, -72.3387, 13.2412, 0.2, -72.0387, -3.8588, 0.2, -47.1387, -3.8588, 0.2, -40.2387, 31.8412, 0.2, -40.2387, 31.8412, 0.2, -26.4387, 31.8412, 0.2, -33.3387, -3.8588, 0.2, -33.3387, -3.8588, 0.2, -26.4387, -3.8588, 0.2, 1.16132, 32.1412, 0.2, 1.16132, 31.8412, 0.2, -5.73868, -3.8588, 0.2, -5.73868, -3.8588, 0.2, -26.4387, -3.8588, 0.2, -19.5387, 31.8412, 0.2, -19.5387, 31.8412, 0.2, -26.4387, -3.8588, 0.2, -12.6387, -3.8588, 0.2, -5.73868, 31.8412, 0.2, -5.73868, 31.8412, 0.2, -12.6387, 31.8412, 0.2, -33.3387, 31.8412, 0.2, -40.2387, -3.8588, 0.2, -40.2387, -3.8588, 0.2, -33.3387, -71.9588, 0.2, -52.2387, -74.6588, 0.2, -55.2387, -94.7588, 0.2, -20.7387, -93.5588, 0.2, -19.5387, -67.4588, 0.2, -48.9387, -71.9588, 0.2, -52.2387, -94.7588, 0.2, -20.7387, -22.1588, 0.2, -45.0387, -22.1588, 0.2, -52.2387, -26.6588, 0.2, -48.6387, -22.1588, 0.2, -45.0387, -26.6588, 0.2, -48.6387, -32.9588, 0.2, -45.3387, -22.1588, 0.2, -37.8387, -57.8588, 0.2, -44.1387, -93.2588, 0.2, -6.93869, -93.2588, 0.2, -0.638672, -22.1588, 0.2, -30.6387, -22.1588, 0.2, -37.8387, -32.9588, 0.2, -45.3387, -39.8588, 0.2, -43.2387, -57.8588, 0.2, -44.1387, -93.2588, 0.2, -0.638672, -93.2588, 0.2, 5.9613, -22.1588, 0.2, 6.26132, -22.1588, 0.2, -1.23868, -22.1588, 0.2, -30.6387, -39.8588, 0.2, -43.2387, -45.2588, 0.2, -42.6387, -22.1588, 0.2, -23.1387, -57.8588, 0.2, -44.1387, -93.2588, 0.2, -13.5387, -93.2588, 0.2, -6.93869, -22.1588, 0.2, -15.9387, -22.1588, 0.2, -23.1387, -45.2588, 0.2, -42.6387, -52.1588, 0.2, -42.9387, -65.3588, 0.2, -47.4387, -67.4588, 0.2, -48.9387, -93.5588, 0.2, -19.5387, -22.1588, 0.2, -1.23868, -22.1588, 0.2, -8.43869, -57.8588, 0.2, -44.1387, -57.8588, 0.2, -44.1387, -65.3588, 0.2, -47.4387, -93.5588, 0.2, -19.5387, -93.2588, 0.2, -13.5387, -22.1588, 0.2, -15.9387, -52.1588, 0.2, -42.9387, -57.8588, 0.2, -44.1387, -22.1588, 0.2, -8.43869, -17.9588, 12.4, -39.9387, -17.9588, 12.4, -28.8387, -8.05879, 12.4, -28.8387, -8.05879, 12.4, -39.9387, -8.05879, 12.4, -39.9387, -8.05879, 12.4, -51.0387, -17.9588, 12.4, -51.0387, -17.9588, 12.4, -39.9387, 36.0412, 12.4, -39.9387, 36.0412, 12.4, -28.8387, 45.9412, 12.4, -28.8387, 45.9412, 12.4, -39.9387, 45.9412, 12.4, -39.9387, 45.9412, 12.4, -51.0387, 36.0412, 12.4, -51.0387, 36.0412, 12.4, -39.9387, -17.6588, 0.4, -39.9387, -17.6588, 0.4, -29.1387, -8.3588, 0.4, -29.1387, -8.3588, 0.4, -39.9387, -8.3588, 0.4, -39.9387, -8.3588, 0.4, -50.7387, -17.6588, 0.4, -50.7387, -17.6588, 0.4, -39.9387, 36.3412, 0.4, -39.9387, 36.3412, 0.4, -29.1387, 45.6412, 0.4, -29.1387, 45.6412, 0.4, -39.9387, 45.6412, 0.4, -39.9387, 45.6412, 0.4, -50.7387, 36.3412, 0.4, -50.7387, 36.3412, 0.4, -39.9387, -17.9588, 12.4, -12.9387, -17.9588, 12.4, -1.83868, -8.05879, 12.4, -1.83868, -8.05879, 12.4, -12.9387, -8.05879, 12.4, -12.9387, -8.05879, 12.4, -24.0387, -17.9588, 12.4, -24.0387, -17.9588, 12.4, -12.9387, 36.0412, 12.4, -12.9387, 36.0412, 12.4, -1.83868, 45.9412, 12.4, -1.83868, 45.9412, 12.4, -12.9387, 45.9412, 12.4, -12.9387, 45.9412, 12.4, -24.0387, 36.0412, 12.4, -24.0387, 36.0412, 12.4, -12.9387, -17.6588, 0.4, -12.9387, -17.6588, 0.4, -2.13867, -8.3588, 0.4, -2.13867, -8.3588, 0.4, -12.9387, -8.3588, 0.4, -12.9387, -8.3588, 0.4, -23.7387, -17.6588, 0.4, -23.7387, -17.6588, 0.4, -12.9387, 36.3412, 0.4, -12.9387, 36.3412, 0.4, -2.13867, 45.6412, 0.4, -2.13867, 45.6412, 0.4, -12.9387, 45.6412, 0.4, -12.9387, 45.6412, 0.4, -23.7387, 36.3412, 0.4, -23.7387, 36.3412, 0.4, -12.9387, -235.459, 0.2, 5.36133, -117.859, 0.2, 5.36133, -117.859, 0.2, -5.73868, -235.459, 0.2, -5.73868, -235.459, 0.2, -16.8387, -235.459, 0.2, -5.73868, -117.859, 0.2, -5.73868, -117.859, 0.2, -16.8387, -105.559, 19.4, -16.8387, -113.659, 19.4, -5.73868, -113.659, 19.4, 5.36133, -105.559, 19.4, 5.36133, -97.4588, 19.4, -5.73868, -97.4588, 19.4, -16.8387, -105.559, 19.4, 5.36133, -97.4588, 19.4, 5.36133, -97.4588, 19.4, -5.73868, -105.559, 19.4, -16.8387, -113.659, 19.4, -16.8387, -113.659, 19.4, -5.73868, -105.559, 0.2, -16.5387, -113.359, 0.2, -5.73868, -113.359, 0.2, 5.06131, -105.559, 0.2, 5.06131, -97.7588, 0.2, -5.73868, -97.7588, 0.2, -16.5387, -105.559, 0.2, 5.06131, -97.7588, 0.2, 5.06131, -97.7588, 0.2, -5.73868, -105.559, 0.2, -16.5387, -113.359, 0.2, -16.5387, -113.359, 0.2, -5.73868, 36.0412, 0.2, 25.7613, 36.0412, 0.2, 2.36133, 33.6412, 0.2, 2.36133, 33.0412, 0.2, 26.0613, -3.8588, 0.2, 14.9613, -3.8588, 0.2, 21.8613, 31.8412, 0.2, 27.5613, 33.0412, 0.2, 26.0613, 33.6412, 0.2, 2.36133, 32.1412, 0.2, 1.16132, -3.8588, 0.2, 8.06131, -3.8588, 0.2, 14.9613, 31.8412, 0.2, 27.5613, 32.1412, 0.2, 1.16132, -3.8588, 0.2, 1.16132, -3.8588, 0.2, 8.06131, -3.8588, 0.2, 29.0613, 31.8412, 0.2, 29.3613, 31.8412, 0.2, 27.5613, -3.8588, 0.2, 21.8613, 36.0412, 0.2, 25.7613, 45.9412, 0.2, 25.7613, 45.9412, 0.2, 2.36133, 36.0412, 0.2, 2.36133, -17.9588, 12.4, 14.0613, -17.9588, 12.4, 25.1613, -8.05879, 12.4, 25.1613, -8.05879, 12.4, 14.0613, -8.05879, 12.4, 14.0613, -8.05879, 12.4, 2.9613, -17.9588, 12.4, 2.9613, -17.9588, 12.4, 14.0613, -17.6588, 0.4, 14.0613, -17.6588, 0.4, 24.8613, -8.3588, 0.4, 24.8613, -8.3588, 0.4, 14.0613, -8.3588, 0.4, 14.0613, -8.3588, 0.4, 3.26132, -17.6588, 0.4, 3.26132, -17.6588, 0.4, 14.0613, -17.6588, 0.2, 116.961, -17.6588, 0.2, 110.361, -20.3588, 0.2, 110.361, -17.6588, 0.2, 116.961, -20.3588, 0.2, 110.361, -22.1588, 0.2, 108.561, -235.459, 0.2, 223.761, -235.459, 0.2, 230.961, -228.859, 0.2, 230.961, -235.459, 0.2, 223.761, -228.859, 0.2, 230.961, -221.959, 0.2, 230.961, -17.6588, 0.2, 123.561, -17.6588, 0.2, 116.961, -22.1588, 0.2, 108.561, -105.559, 0.2, 9.56131, -116.059, 0.2, 9.56131, -235.459, 0.2, 216.861, -235.459, 0.2, 223.761, -221.959, 0.2, 230.961, -215.059, 0.2, 230.961, -116.059, 0.2, 9.56131, -235.459, 0.2, 54.5613, -235.459, 0.2, 61.7613, -235.459, 0.2, 209.661, -235.459, 0.2, 216.861, -215.059, 0.2, 230.961, -208.159, 0.2, 230.961, -125.659, 0.2, 230.961, -119.059, 0.2, 230.961, -17.6588, 0.2, 123.561, -116.059, 0.2, 9.56131, -235.459, 0.2, 110.961, -235.459, 0.2, 118.161, -235.459, 0.2, 202.761, -235.459, 0.2, 209.661, -208.159, 0.2, 230.961, -201.259, 0.2, 230.961, -116.059, 0.2, 9.56131, -235.459, 0.2, 61.7613, -235.459, 0.2, 68.6613, -235.459, 0.2, 195.561, -235.459, 0.2, 202.761, -201.259, 0.2, 230.961, -194.359, 0.2, 230.961, -98.3588, 0.2, 230.961, -91.4588, 0.2, 230.961, -17.6588, 0.2, 123.561, -235.459, 0.2, 188.661, -235.459, 0.2, 195.561, -194.359, 0.2, 230.961, -187.459, 0.2, 230.961, -91.4588, 0.2, 230.961, -84.5588, 0.2, 230.961, -17.6588, 0.2, 123.561, -235.459, 0.2, 181.461, -235.459, 0.2, 188.661, -187.459, 0.2, 230.961, -180.559, 0.2, 230.961, -22.1588, 0.2, 12.5613, -22.1588, 0.2, 6.26132, -93.2588, 0.2, 5.9613, -22.1588, 0.2, 12.5613, -93.2588, 0.2, 5.9613, -93.5588, 0.2, 8.36133, -22.1588, 0.2, 18.8613, -235.459, 0.2, 132.261, -235.459, 0.2, 139.161, -139.459, 0.2, 230.961, -132.559, 0.2, 230.961, -22.1588, 0.2, 25.1613, -22.1588, 0.2, 18.8613, -93.5588, 0.2, 8.36133, -116.059, 0.2, 9.56131, -235.459, 0.2, 68.6613, -235.459, 0.2, 75.8613, -22.1588, 0.2, 25.1613, -93.5588, 0.2, 8.36133, -95.0588, 0.2, 9.56131, -22.1588, 0.2, 31.7613, -105.259, 0.2, 230.961, -98.3588, 0.2, 230.961, -17.6588, 0.2, 123.561, -22.1588, 0.2, 38.0613, -22.1588, 0.2, 31.7613, -95.0588, 0.2, 9.56131, -235.459, 0.2, 174.561, -235.459, 0.2, 181.461, -180.559, 0.2, 230.961, -173.959, 0.2, 230.961, -22.1588, 0.2, 44.3613, -22.1588, 0.2, 38.0613, -95.0588, 0.2, 9.56131, -116.059, 0.2, 9.56131, -235.459, 0.2, 75.8613, -235.459, 0.2, 82.7613, -22.1588, 0.2, 50.6613, -22.1588, 0.2, 44.3613, -95.0588, 0.2, 9.56131, -22.1588, 0.2, 57.2613, -22.1588, 0.2, 50.6613, -95.0588, 0.2, 9.56131, -235.459, 0.2, 167.361, -235.459, 0.2, 174.561, -173.959, 0.2, 230.961, -167.059, 0.2, 230.961, -22.1588, 0.2, 63.5613, -22.1588, 0.2, 57.2613, -95.0588, 0.2, 9.56131, -116.059, 0.2, 9.56131, -235.459, 0.2, 104.061, -235.459, 0.2, 110.961, -22.1588, 0.2, 69.8613, -22.1588, 0.2, 63.5613, -95.0588, 0.2, 9.56131, -235.459, 0.2, 160.461, -235.459, 0.2, 167.361, -167.059, 0.2, 230.961, -160.159, 0.2, 230.961, -22.1588, 0.2, 76.1613, -22.1588, 0.2, 69.8613, -95.0588, 0.2, 9.56131, -112.159, 0.2, 230.961, -105.259, 0.2, 230.961, -17.6588, 0.2, 123.561, -22.1588, 0.2, 82.7613, -22.1588, 0.2, 76.1613, -95.0588, 0.2, 9.56131, -22.4588, 0.2, 230.961, -15.5588, 0.2, 230.961, -15.5588, 0.2, 125.361, -29.3588, 0.2, 230.961, -22.4588, 0.2, 230.961, -15.5588, 0.2, 125.361, -36.2588, 0.2, 230.961, -29.3588, 0.2, 230.961, -15.5588, 0.2, 125.361, -22.1588, 0.2, 89.0613, -22.1588, 0.2, 82.7613, -95.0588, 0.2, 9.56131, -235.459, 0.2, 153.261, -235.459, 0.2, 160.461, -160.159, 0.2, 230.961, -153.259, 0.2, 230.961, -36.2588, 0.2, 230.961, -15.5588, 0.2, 125.361, -17.6588, 0.2, 123.561, -43.1588, 0.2, 230.961, -235.459, 0.2, 132.261, -132.559, 0.2, 230.961, -125.659, 0.2, 230.961, -235.459, 0.2, 125.061, -50.0588, 0.2, 230.961, -43.1588, 0.2, 230.961, -17.6588, 0.2, 123.561, -22.1588, 0.2, 95.6613, -22.1588, 0.2, 89.0613, -95.0588, 0.2, 9.56131, -116.059, 0.2, 9.56131, -235.459, 0.2, 82.7613, -235.459, 0.2, 89.9613, -56.9588, 0.2, 230.961, -50.0588, 0.2, 230.961, -17.6588, 0.2, 123.561, -63.8588, 0.2, 230.961, -56.9588, 0.2, 230.961, -17.6588, 0.2, 123.561, -117.859, 0.2, 7.76132, -117.859, 0.2, 5.36133, -235.459, 0.2, 5.36133, -235.459, 0.2, 12.2613, -119.059, 0.2, 230.961, -112.159, 0.2, 230.961, -17.6588, 0.2, 123.561, -22.1588, 0.2, 101.961, -22.1588, 0.2, 95.6613, -95.0588, 0.2, 9.56131, -235.459, 0.2, 146.361, -235.459, 0.2, 153.261, -153.259, 0.2, 230.961, -146.359, 0.2, 230.961, -117.859, 0.2, 7.76132, -235.459, 0.2, 12.2613, -235.459, 0.2, 19.4613, -117.859, 0.2, 7.76132, -235.459, 0.2, 19.4613, -235.459, 0.2, 26.3613, -70.7588, 0.2, 230.961, -63.8588, 0.2, 230.961, -17.6588, 0.2, 123.561, -117.859, 0.2, 7.76132, -235.459, 0.2, 26.3613, -235.459, 0.2, 33.5613, -116.059, 0.2, 9.56131, -117.859, 0.2, 7.76132, -235.459, 0.2, 33.5613, -235.459, 0.2, 40.4613, -116.059, 0.2, 9.56131, -235.459, 0.2, 89.9613, -235.459, 0.2, 96.8613, -22.1588, 0.2, 108.561, -22.1588, 0.2, 101.961, -95.0588, 0.2, 9.56131, -105.559, 0.2, 9.56131, -77.6588, 0.2, 230.961, -70.7588, 0.2, 230.961, -17.6588, 0.2, 123.561, -235.459, 0.2, 118.161, -235.459, 0.2, 125.061, -125.659, 0.2, 230.961, -116.059, 0.2, 9.56131, -235.459, 0.2, 40.4613, -235.459, 0.2, 47.6613, -84.5588, 0.2, 230.961, -77.6588, 0.2, 230.961, -17.6588, 0.2, 123.561, -116.059, 0.2, 9.56131, -235.459, 0.2, 47.6613, -235.459, 0.2, 54.5613, -235.459, 0.2, 139.161, -235.459, 0.2, 146.361, -146.359, 0.2, 230.961, -139.459, 0.2, 230.961, -116.059, 0.2, 9.56131, -235.459, 0.2, 96.8613, -235.459, 0.2, 104.061, -3.8588, 0.2, 96.8613, -3.8588, 0.2, 106.761, 3.6412, 0.2, 106.761, 21.3412, 0.2, 106.761, 31.8412, 0.2, 106.761, 31.8412, 0.2, 96.8613, 3.6412, 0.2, 106.761, 11.1412, 0.2, 107.061, 21.3412, 0.2, 106.761, -3.8588, 0.2, 87.2613, -3.8588, 0.2, 96.8613, 3.6412, 0.2, 106.761, 21.3412, 0.2, 106.761, 31.8412, 0.2, 96.8613, 31.8412, 0.2, 87.2613, -3.8588, 0.2, 77.3613, -3.8588, 0.2, 87.2613, 3.6412, 0.2, 106.761, 21.3412, 0.2, 106.761, 31.8412, 0.2, 87.2613, 31.8412, 0.2, 77.6613, 31.8412, 0.2, 29.3613, -3.8588, 0.2, 29.0613, -3.8588, 0.2, 38.6613, 31.8412, 0.2, 38.9613, 31.8412, 0.2, 77.6613, 31.8412, 0.2, 68.0613, -3.8588, 0.2, 67.7613, -3.8588, 0.2, 77.3613, 3.6412, 0.2, 106.761, 21.3412, 0.2, 106.761, 31.8412, 0.2, 38.9613, -3.8588, 0.2, 38.6613, -3.8588, 0.2, 48.2613, 31.8412, 0.2, 48.5613, 31.8412, 0.2, 58.1613, -3.8588, 0.2, 57.8613, -3.8588, 0.2, 67.7613, 31.8412, 0.2, 68.0613, 31.8412, 0.2, 48.5613, -3.8588, 0.2, 48.2613, -3.8588, 0.2, 57.8613, 31.8412, 0.2, 58.1613, -17.9588, 12.4, 41.0613, -17.9588, 12.4, 52.1613, -8.05879, 12.4, 52.1613, -8.05879, 12.4, 41.0613, -8.05879, 12.4, 41.0613, -8.05879, 12.4, 29.9613, -17.9588, 12.4, 29.9613, -17.9588, 12.4, 41.0613, 36.0412, 12.4, 41.0613, 36.0412, 12.4, 52.1613, 45.9412, 12.4, 52.1613, 45.9412, 12.4, 41.0613, 45.9412, 12.4, 41.0613, 45.9412, 12.4, 29.9613, 36.0412, 12.4, 29.9613, 36.0412, 12.4, 41.0613, -17.6588, 0.4, 41.0613, -17.6588, 0.4, 51.8613, -8.3588, 0.4, 51.8613, -8.3588, 0.4, 41.0613, -8.3588, 0.4, 41.0613, -8.3588, 0.4, 30.2613, -17.6588, 0.4, 30.2613, -17.6588, 0.4, 41.0613, 36.3412, 0.4, 41.0613, 36.3412, 0.4, 51.8613, 45.6412, 0.4, 51.8613, 45.6412, 0.4, 41.0613, 45.6412, 0.4, 41.0613, 45.6412, 0.4, 30.2613, 36.3412, 0.4, 30.2613, 36.3412, 0.4, 41.0613, -17.9588, 12.4, 68.0613, -17.9588, 12.4, 79.1613, -8.05879, 12.4, 79.1613, -8.05879, 12.4, 68.0613, -8.05879, 12.4, 68.0613, -8.05879, 12.4, 56.9613, -17.9588, 12.4, 56.9613, -17.9588, 12.4, 68.0613, 36.0412, 12.4, 68.0613, 36.0412, 12.4, 79.1613, 45.9412, 12.4, 79.1613, 45.9412, 12.4, 68.0613, 45.9412, 12.4, 68.0613, 45.9412, 12.4, 56.9613, 36.0412, 12.4, 56.9613, 36.0412, 12.4, 68.0613, -17.6588, 0.4, 68.0613, -17.6588, 0.4, 78.8613, -8.3588, 0.4, 78.8613, -8.3588, 0.4, 68.0613, -8.3588, 0.4, 68.0613, -8.3588, 0.4, 57.2613, -17.6588, 0.4, 57.2613, -17.6588, 0.4, 68.0613, 36.3412, 0.4, 68.0613, 36.3412, 0.4, 78.8613, 45.6412, 0.4, 78.8613, 45.6412, 0.4, 68.0613, 45.6412, 0.4, 68.0613, 45.6412, 0.4, 57.2613, 36.3412, 0.4, 57.2613, 36.3412, 0.4, 68.0613, -17.9588, 12.4, 95.0613, -17.9588, 12.4, 106.161, -8.05879, 12.4, 106.161, -8.05879, 12.4, 95.0613, -8.05879, 12.4, 95.0613, -8.05879, 12.4, 83.9613, -17.9588, 12.4, 83.9613, -17.9588, 12.4, 95.0613, 36.0412, 12.4, 95.0613, 36.0412, 12.4, 106.161, 45.9412, 12.4, 106.161, 45.9412, 12.4, 95.0613, 45.9412, 12.4, 95.0613, 45.9412, 12.4, 83.9613, 36.0412, 12.4, 83.9613, 36.0412, 12.4, 95.0613, -17.6588, 0.4, 95.0613, -17.6588, 0.4, 105.861, -8.3588, 0.4, 105.861, -8.3588, 0.4, 95.0613, -8.3588, 0.4, 95.0613, -8.3588, 0.4, 84.2613, -17.6588, 0.4, 84.2613, -17.6588, 0.4, 95.0613, 36.3412, 0.4, 95.0613, 36.3412, 0.4, 105.861, 45.6412, 0.4, 105.861, 45.6412, 0.4, 95.0613, 45.6412, 0.4, 95.0613, 45.6412, 0.4, 84.2613, 36.3412, 0.4, 84.2613, 36.3412, 0.4, 95.0613, 48.3412, 0.2, 110.361, 40.2412, 0.2, 110.361, 40.2412, 0.2, 116.961, 253.241, 0.2, 230.961, 260.441, 0.2, 230.961, 260.441, 0.2, 223.161, 49.8412, 0.2, 109.161, 48.3412, 0.2, 110.361, 40.2412, 0.2, 116.961, 40.2412, 0.2, 123.561, 246.341, 0.2, 230.961, 253.241, 0.2, 230.961, 260.441, 0.2, 223.161, 149.141, 0.2, 230.961, 156.041, 0.2, 230.961, 260.441, 0.2, 131.661, 260.441, 0.2, 124.161, 246.341, 0.2, 230.961, 260.441, 0.2, 223.161, 260.441, 0.2, 215.661, 239.441, 0.2, 230.961, 40.2412, 0.2, 123.561, 100.541, 0.2, 230.961, 107.441, 0.2, 230.961, 239.441, 0.2, 230.961, 260.441, 0.2, 215.661, 260.441, 0.2, 207.861, 232.541, 0.2, 230.961, 162.941, 0.2, 230.961, 169.841, 0.2, 230.961, 260.441, 0.2, 146.961, 260.441, 0.2, 139.461, 232.541, 0.2, 230.961, 260.441, 0.2, 207.861, 260.441, 0.2, 200.361, 225.341, 0.2, 230.961, 40.2412, 0.2, 123.561, 107.441, 0.2, 230.961, 114.341, 0.2, 230.961, 218.441, 0.2, 230.961, 225.341, 0.2, 230.961, 260.441, 0.2, 200.361, 218.441, 0.2, 230.961, 260.441, 0.2, 200.361, 260.441, 0.2, 192.561, 211.541, 0.2, 230.961, 49.8412, 0.2, 109.161, 40.2412, 0.2, 123.561, 141.941, 0.2, 230.961, 149.141, 0.2, 230.961, 260.441, 0.2, 116.661, 260.441, 0.2, 109.161, 211.541, 0.2, 230.961, 260.441, 0.2, 192.561, 260.441, 0.2, 185.061, 204.641, 0.2, 230.961, 40.2412, 0.2, 123.561, 114.341, 0.2, 230.961, 121.241, 0.2, 230.961, 204.641, 0.2, 230.961, 260.441, 0.2, 185.061, 260.441, 0.2, 177.561, 197.441, 0.2, 230.961, 40.2412, 0.2, 123.561, 121.241, 0.2, 230.961, 128.141, 0.2, 230.961, 197.441, 0.2, 230.961, 260.441, 0.2, 177.561, 260.441, 0.2, 170.061, 190.541, 0.2, 230.961, 156.041, 0.2, 230.961, 162.941, 0.2, 230.961, 260.441, 0.2, 139.461, 260.441, 0.2, 131.661, 190.541, 0.2, 230.961, 260.441, 0.2, 170.061, 260.441, 0.2, 162.261, 183.641, 0.2, 230.961, 40.2412, 0.2, 123.561, 128.141, 0.2, 230.961, 135.041, 0.2, 230.961, 38.1412, 0.2, 125.361, 38.1412, 0.2, 230.961, 45.0412, 0.2, 230.961, 38.1412, 0.2, 125.361, 45.0412, 0.2, 230.961, 51.9412, 0.2, 230.961, 38.1412, 0.2, 125.361, 51.9412, 0.2, 230.961, 58.8412, 0.2, 230.961, 183.641, 0.2, 230.961, 260.441, 0.2, 162.261, 260.441, 0.2, 154.761, 176.741, 0.2, 230.961, 40.2412, 0.2, 123.561, 38.1412, 0.2, 125.361, 58.8412, 0.2, 230.961, 65.7412, 0.2, 230.961, 40.2412, 0.2, 123.561, 135.041, 0.2, 230.961, 141.941, 0.2, 230.961, 40.2412, 0.2, 123.561, 65.7412, 0.2, 230.961, 72.6412, 0.2, 230.961, 149.141, 0.2, 230.961, 260.441, 0.2, 124.161, 260.441, 0.2, 116.661, 40.2412, 0.2, 123.561, 72.6412, 0.2, 230.961, 79.5412, 0.2, 230.961, 40.2412, 0.2, 123.561, 79.5412, 0.2, 230.961, 86.4412, 0.2, 230.961, 169.841, 0.2, 230.961, 176.741, 0.2, 230.961, 260.441, 0.2, 154.761, 260.441, 0.2, 146.961, 40.2412, 0.2, 123.561, 86.4412, 0.2, 230.961, 93.6412, 0.2, 230.961, 40.2412, 0.2, 123.561, 93.6412, 0.2, 230.961, 100.541, 0.2, 230.961, -13.4588, 12.4, 110.961, -13.4588, 12.4, 121.161, -2.3588, 12.4, 121.161, -2.3588, 12.4, 110.961, 8.7412, 12.4, 110.961, -2.3588, 12.4, 110.961, -2.3588, 12.4, 121.161, 8.7412, 12.4, 121.161, 14.1412, 12.4, 110.961, 14.1412, 12.4, 121.161, 24.9412, 12.4, 121.161, 24.9412, 12.4, 110.961, 24.9412, 12.4, 121.161, 36.0412, 12.4, 121.161, 36.0412, 12.4, 110.961, 24.9412, 12.4, 110.961, -13.1588, 0.4, 111.261, -13.1588, 0.4, 120.861, -2.3588, 0.4, 120.861, -2.3588, 0.4, 111.261, 8.44121, 0.4, 111.261, -2.3588, 0.4, 111.261, -2.3588, 0.4, 120.861, 8.44121, 0.4, 120.861, 14.4412, 0.4, 111.261, 14.4412, 0.4, 120.861, 24.9412, 0.4, 120.861, 24.9412, 0.4, 111.261, 24.9412, 0.4, 120.861, 35.7412, 0.4, 120.861, 35.7412, 0.4, 111.261, 24.9412, 0.4, 111.261, 17.4412, 0.2, 125.361, 11.1412, 0.2, 125.061, 4.5412, 0.2, 125.361, 4.2412, 0.2, 230.961, 11.1412, 0.2, 230.961, -15.5588, 0.2, 125.361, -15.5588, 0.2, 230.961, -8.9588, 0.2, 230.961, -8.9588, 0.2, 125.361, 31.2412, 0.2, 230.961, 38.1412, 0.2, 230.961, 38.1412, 0.2, 125.361, 31.2412, 0.2, 125.361, -8.9588, 0.2, 125.361, -8.9588, 0.2, 230.961, -2.3588, 0.2, 230.961, -2.05879, 0.2, 125.361, 24.6412, 0.2, 230.961, 31.2412, 0.2, 230.961, 31.2412, 0.2, 125.361, 24.3412, 0.2, 125.361, -2.05879, 0.2, 125.361, -2.3588, 0.2, 230.961, 4.2412, 0.2, 230.961, 4.5412, 0.2, 125.361, 17.4412, 0.2, 125.361, 11.1412, 0.2, 230.961, 17.7412, 0.2, 230.961, 17.7412, 0.2, 230.961, 24.6412, 0.2, 230.961, 24.3412, 0.2, 125.361, 17.4412, 0.2, 125.361 ) +polygons = [ PoolIntArray( 2, 0, 1 ), PoolIntArray( 5, 3, 4 ), PoolIntArray( 8, 6, 7 ), PoolIntArray( 11, 9, 10 ), PoolIntArray( 15, 12, 14 ), PoolIntArray( 12, 13, 14 ), PoolIntArray( 18, 16, 17 ), PoolIntArray( 21, 19, 20 ), PoolIntArray( 25, 22, 24 ), PoolIntArray( 22, 23, 24 ), PoolIntArray( 29, 26, 28 ), PoolIntArray( 26, 27, 28 ), PoolIntArray( 33, 30, 32 ), PoolIntArray( 30, 31, 32 ), PoolIntArray( 36, 34, 35 ), PoolIntArray( 39, 37, 38 ), PoolIntArray( 42, 40, 41 ), PoolIntArray( 48, 43, 47 ), PoolIntArray( 43, 46, 47 ), PoolIntArray( 43, 44, 46 ), PoolIntArray( 44, 45, 46 ), PoolIntArray( 52, 49, 51 ), PoolIntArray( 49, 50, 51 ), PoolIntArray( 56, 53, 55 ), PoolIntArray( 53, 54, 55 ), PoolIntArray( 59, 57, 58 ), PoolIntArray( 62, 60, 61 ), PoolIntArray( 66, 63, 65 ), PoolIntArray( 63, 64, 65 ), PoolIntArray( 69, 67, 68 ), PoolIntArray( 72, 70, 71 ), PoolIntArray( 76, 73, 75 ), PoolIntArray( 73, 74, 75 ), PoolIntArray( 80, 77, 79 ), PoolIntArray( 77, 78, 79 ), PoolIntArray( 83, 81, 82 ), PoolIntArray( 87, 84, 86 ), PoolIntArray( 84, 85, 86 ), PoolIntArray( 90, 88, 89 ), PoolIntArray( 93, 91, 92 ), PoolIntArray( 97, 94, 96 ), PoolIntArray( 94, 95, 96 ), PoolIntArray( 101, 98, 100 ), PoolIntArray( 98, 99, 100 ), PoolIntArray( 104, 102, 103 ), PoolIntArray( 107, 105, 106 ), PoolIntArray( 111, 108, 110 ), PoolIntArray( 108, 109, 110 ), PoolIntArray( 114, 112, 113 ), PoolIntArray( 117, 115, 116 ), PoolIntArray( 120, 118, 119 ), PoolIntArray( 123, 121, 122 ), PoolIntArray( 127, 124, 126 ), PoolIntArray( 124, 125, 126 ), PoolIntArray( 130, 128, 129 ), PoolIntArray( 133, 131, 132 ), PoolIntArray( 138, 134, 137 ), PoolIntArray( 134, 135, 137 ), PoolIntArray( 135, 136, 137 ), PoolIntArray( 141, 139, 140 ), PoolIntArray( 144, 142, 143 ), PoolIntArray( 147, 145, 146 ), PoolIntArray( 150, 148, 149 ), PoolIntArray( 153, 151, 152 ), PoolIntArray( 156, 154, 155 ), PoolIntArray( 159, 157, 158 ), PoolIntArray( 162, 160, 161 ), PoolIntArray( 165, 163, 164 ), PoolIntArray( 171, 166, 170 ), PoolIntArray( 166, 167, 170 ), PoolIntArray( 167, 169, 170 ), PoolIntArray( 167, 168, 169 ), PoolIntArray( 175, 172, 174 ), PoolIntArray( 172, 173, 174 ), PoolIntArray( 178, 176, 177 ), PoolIntArray( 181, 179, 180 ), PoolIntArray( 185, 182, 184 ), PoolIntArray( 182, 183, 184 ), PoolIntArray( 188, 186, 187 ), PoolIntArray( 191, 189, 190 ), PoolIntArray( 194, 192, 193 ), PoolIntArray( 197, 195, 196 ), PoolIntArray( 200, 198, 199 ), PoolIntArray( 204, 201, 203 ), PoolIntArray( 201, 202, 203 ), PoolIntArray( 208, 205, 207 ), PoolIntArray( 205, 206, 207 ), PoolIntArray( 212, 209, 211 ), PoolIntArray( 209, 210, 211 ), PoolIntArray( 216, 213, 215 ), PoolIntArray( 213, 214, 215 ), PoolIntArray( 219, 217, 218 ), PoolIntArray( 223, 220, 222 ), PoolIntArray( 220, 221, 222 ), PoolIntArray( 226, 224, 225 ), PoolIntArray( 232, 227, 231 ), PoolIntArray( 227, 228, 231 ), PoolIntArray( 228, 229, 231 ), PoolIntArray( 229, 230, 231 ), PoolIntArray( 235, 233, 234 ), PoolIntArray( 239, 236, 238 ), PoolIntArray( 236, 237, 238 ), PoolIntArray( 242, 240, 241 ), PoolIntArray( 246, 243, 245 ), PoolIntArray( 243, 244, 245 ), PoolIntArray( 249, 247, 248 ), PoolIntArray( 252, 250, 251 ), PoolIntArray( 255, 253, 254 ), PoolIntArray( 259, 256, 258 ), PoolIntArray( 256, 257, 258 ), PoolIntArray( 262, 260, 261 ), PoolIntArray( 265, 263, 264 ), PoolIntArray( 268, 266, 267 ), PoolIntArray( 272, 269, 271 ), PoolIntArray( 269, 270, 271 ), PoolIntArray( 275, 273, 274 ), PoolIntArray( 279, 276, 278 ), PoolIntArray( 276, 277, 278 ), PoolIntArray( 282, 280, 281 ), PoolIntArray( 285, 283, 284 ), PoolIntArray( 289, 286, 288 ), PoolIntArray( 286, 287, 288 ), PoolIntArray( 293, 290, 292 ), PoolIntArray( 290, 291, 292 ), PoolIntArray( 296, 294, 295 ), PoolIntArray( 299, 297, 298 ), PoolIntArray( 302, 300, 301 ), PoolIntArray( 305, 303, 304 ), PoolIntArray( 308, 306, 307 ), PoolIntArray( 311, 309, 310 ), PoolIntArray( 317, 312, 316 ), PoolIntArray( 312, 313, 316 ), PoolIntArray( 313, 314, 316 ), PoolIntArray( 314, 315, 316 ), PoolIntArray( 320, 318, 319 ), PoolIntArray( 324, 321, 323 ), PoolIntArray( 321, 322, 323 ), PoolIntArray( 328, 325, 327 ), PoolIntArray( 325, 326, 327 ), PoolIntArray( 331, 329, 330 ), PoolIntArray( 334, 332, 333 ), PoolIntArray( 337, 335, 336 ), PoolIntArray( 341, 338, 340 ), PoolIntArray( 338, 339, 340 ), PoolIntArray( 344, 342, 343 ), PoolIntArray( 350, 345, 349 ), PoolIntArray( 345, 346, 349 ), PoolIntArray( 346, 348, 349 ), PoolIntArray( 346, 347, 348 ), PoolIntArray( 353, 351, 352 ), PoolIntArray( 357, 354, 356 ), PoolIntArray( 354, 355, 356 ), PoolIntArray( 360, 358, 359 ), PoolIntArray( 365, 361, 364 ), PoolIntArray( 361, 362, 364 ), PoolIntArray( 362, 363, 364 ), PoolIntArray( 368, 366, 367 ), PoolIntArray( 374, 369, 373 ), PoolIntArray( 369, 370, 373 ), PoolIntArray( 370, 371, 373 ), PoolIntArray( 371, 372, 373 ), PoolIntArray( 380, 375, 379 ), PoolIntArray( 375, 376, 379 ), PoolIntArray( 376, 378, 379 ), PoolIntArray( 376, 377, 378 ), PoolIntArray( 386, 381, 385 ), PoolIntArray( 381, 382, 385 ), PoolIntArray( 382, 383, 385 ), PoolIntArray( 383, 384, 385 ), PoolIntArray( 390, 387, 389 ), PoolIntArray( 387, 388, 389 ), PoolIntArray( 394, 391, 393 ), PoolIntArray( 391, 392, 393 ), PoolIntArray( 398, 395, 397 ), PoolIntArray( 395, 396, 397 ), PoolIntArray( 402, 399, 401 ), PoolIntArray( 399, 400, 401 ), PoolIntArray( 407, 403, 406 ), PoolIntArray( 403, 404, 406 ), PoolIntArray( 404, 405, 406 ), PoolIntArray( 412, 408, 411 ), PoolIntArray( 408, 409, 411 ), PoolIntArray( 409, 410, 411 ), PoolIntArray( 415, 413, 414 ), PoolIntArray( 421, 416, 420 ), PoolIntArray( 416, 417, 420 ), PoolIntArray( 417, 418, 420 ), PoolIntArray( 418, 419, 420 ), PoolIntArray( 424, 422, 423 ), PoolIntArray( 427, 425, 426 ), PoolIntArray( 433, 428, 432 ), PoolIntArray( 428, 431, 432 ), PoolIntArray( 428, 429, 431 ), PoolIntArray( 429, 430, 431 ), PoolIntArray( 436, 434, 435 ), PoolIntArray( 439, 437, 438 ), PoolIntArray( 442, 440, 441 ), PoolIntArray( 445, 443, 444 ), PoolIntArray( 451, 446, 450 ), PoolIntArray( 446, 447, 450 ), PoolIntArray( 447, 449, 450 ), PoolIntArray( 447, 448, 449 ), PoolIntArray( 455, 452, 454 ), PoolIntArray( 452, 453, 454 ), PoolIntArray( 459, 456, 458 ), PoolIntArray( 456, 457, 458 ), PoolIntArray( 462, 460, 461 ), PoolIntArray( 465, 463, 464 ), PoolIntArray( 470, 466, 469 ), PoolIntArray( 466, 467, 469 ), PoolIntArray( 467, 468, 469 ), PoolIntArray( 476, 471, 475 ), PoolIntArray( 471, 474, 475 ), PoolIntArray( 471, 472, 474 ), PoolIntArray( 472, 473, 474 ), PoolIntArray( 482, 477, 481 ), PoolIntArray( 477, 478, 481 ), PoolIntArray( 478, 479, 481 ), PoolIntArray( 479, 480, 481 ), PoolIntArray( 487, 483, 486 ), PoolIntArray( 483, 484, 486 ), PoolIntArray( 484, 485, 486 ), PoolIntArray( 491, 488, 490 ), PoolIntArray( 488, 489, 490 ), PoolIntArray( 497, 492, 496 ), PoolIntArray( 492, 493, 496 ), PoolIntArray( 493, 494, 496 ), PoolIntArray( 494, 495, 496 ), PoolIntArray( 503, 498, 502 ), PoolIntArray( 498, 499, 502 ), PoolIntArray( 499, 500, 502 ), PoolIntArray( 500, 501, 502 ), PoolIntArray( 506, 504, 505 ), PoolIntArray( 512, 507, 511 ), PoolIntArray( 507, 508, 511 ), PoolIntArray( 508, 509, 511 ), PoolIntArray( 509, 510, 511 ), PoolIntArray( 518, 513, 517 ), PoolIntArray( 513, 514, 517 ), PoolIntArray( 514, 515, 517 ), PoolIntArray( 515, 516, 517 ), PoolIntArray( 524, 519, 523 ), PoolIntArray( 519, 520, 523 ), PoolIntArray( 520, 521, 523 ), PoolIntArray( 521, 522, 523 ), PoolIntArray( 530, 525, 529 ), PoolIntArray( 525, 526, 529 ), PoolIntArray( 526, 527, 529 ), PoolIntArray( 527, 528, 529 ), PoolIntArray( 535, 531, 534 ), PoolIntArray( 531, 532, 534 ), PoolIntArray( 532, 533, 534 ), PoolIntArray( 540, 536, 539 ), PoolIntArray( 536, 537, 539 ), PoolIntArray( 537, 538, 539 ), PoolIntArray( 546, 541, 545 ), PoolIntArray( 541, 542, 545 ), PoolIntArray( 542, 543, 545 ), PoolIntArray( 543, 544, 545 ), PoolIntArray( 550, 547, 549 ), PoolIntArray( 547, 548, 549 ), PoolIntArray( 555, 551, 554 ), PoolIntArray( 551, 552, 554 ), PoolIntArray( 552, 553, 554 ), PoolIntArray( 560, 556, 559 ), PoolIntArray( 556, 557, 559 ), PoolIntArray( 557, 558, 559 ), PoolIntArray( 563, 561, 562 ), PoolIntArray( 568, 564, 567 ), PoolIntArray( 564, 565, 567 ), PoolIntArray( 565, 566, 567 ), PoolIntArray( 573, 569, 572 ), PoolIntArray( 569, 570, 572 ), PoolIntArray( 570, 571, 572 ), PoolIntArray( 579, 574, 578 ), PoolIntArray( 574, 575, 578 ), PoolIntArray( 575, 576, 578 ), PoolIntArray( 576, 577, 578 ), PoolIntArray( 583, 580, 582 ), PoolIntArray( 580, 581, 582 ), PoolIntArray( 588, 584, 587 ), PoolIntArray( 584, 585, 587 ), PoolIntArray( 585, 586, 587 ), PoolIntArray( 593, 589, 592 ), PoolIntArray( 589, 590, 592 ), PoolIntArray( 590, 591, 592 ), PoolIntArray( 596, 594, 595 ), PoolIntArray( 600, 597, 599 ), PoolIntArray( 597, 598, 599 ), PoolIntArray( 604, 601, 603 ), PoolIntArray( 601, 602, 603 ), PoolIntArray( 608, 605, 607 ), PoolIntArray( 605, 606, 607 ), PoolIntArray( 611, 609, 610 ), PoolIntArray( 615, 612, 614 ), PoolIntArray( 612, 613, 614 ), PoolIntArray( 618, 616, 617 ), PoolIntArray( 622, 619, 621 ), PoolIntArray( 619, 620, 621 ), PoolIntArray( 625, 623, 624 ), PoolIntArray( 630, 626, 629 ), PoolIntArray( 626, 627, 629 ), PoolIntArray( 627, 628, 629 ), PoolIntArray( 634, 631, 633 ), PoolIntArray( 631, 632, 633 ), PoolIntArray( 637, 635, 636 ), PoolIntArray( 640, 638, 639 ), PoolIntArray( 643, 641, 642 ), PoolIntArray( 646, 644, 645 ), PoolIntArray( 649, 647, 648 ), PoolIntArray( 652, 650, 651 ), PoolIntArray( 655, 653, 654 ), PoolIntArray( 661, 656, 660 ), PoolIntArray( 656, 659, 660 ), PoolIntArray( 656, 657, 659 ), PoolIntArray( 657, 658, 659 ), PoolIntArray( 664, 662, 663 ), PoolIntArray( 668, 665, 667 ), PoolIntArray( 665, 666, 667 ), PoolIntArray( 674, 669, 673 ), PoolIntArray( 669, 672, 673 ), PoolIntArray( 669, 671, 672 ), PoolIntArray( 669, 670, 671 ), PoolIntArray( 677, 675, 676 ), PoolIntArray( 680, 678, 679 ), PoolIntArray( 684, 681, 683 ), PoolIntArray( 681, 682, 683 ), PoolIntArray( 687, 685, 686 ), PoolIntArray( 690, 688, 689 ), PoolIntArray( 693, 691, 692 ), PoolIntArray( 697, 694, 696 ), PoolIntArray( 694, 695, 696 ), PoolIntArray( 701, 698, 700 ), PoolIntArray( 698, 699, 700 ), PoolIntArray( 704, 702, 703 ), PoolIntArray( 707, 705, 706 ), PoolIntArray( 710, 708, 709 ), PoolIntArray( 715, 711, 714 ), PoolIntArray( 711, 712, 714 ), PoolIntArray( 712, 713, 714 ), PoolIntArray( 718, 716, 717 ), PoolIntArray( 721, 719, 720 ), PoolIntArray( 725, 722, 724 ), PoolIntArray( 722, 723, 724 ), PoolIntArray( 728, 726, 727 ), PoolIntArray( 732, 729, 731 ), PoolIntArray( 729, 730, 731 ), PoolIntArray( 735, 733, 734 ), PoolIntArray( 738, 736, 737 ), PoolIntArray( 741, 739, 740 ), PoolIntArray( 744, 742, 743 ), PoolIntArray( 747, 745, 746 ), PoolIntArray( 750, 748, 749 ), PoolIntArray( 753, 751, 752 ), PoolIntArray( 756, 754, 755 ), PoolIntArray( 759, 757, 758 ), PoolIntArray( 762, 760, 761 ), PoolIntArray( 765, 763, 764 ), PoolIntArray( 769, 766, 768 ), PoolIntArray( 766, 767, 768 ), PoolIntArray( 772, 770, 771 ), PoolIntArray( 775, 773, 774 ), PoolIntArray( 778, 776, 777 ), PoolIntArray( 781, 779, 780 ), PoolIntArray( 785, 782, 784 ), PoolIntArray( 782, 783, 784 ), PoolIntArray( 788, 786, 787 ), PoolIntArray( 791, 789, 790 ), PoolIntArray( 794, 792, 793 ), PoolIntArray( 799, 795, 798 ), PoolIntArray( 795, 796, 798 ), PoolIntArray( 796, 797, 798 ), PoolIntArray( 803, 800, 802 ), PoolIntArray( 800, 801, 802 ), PoolIntArray( 806, 804, 805 ), PoolIntArray( 810, 807, 809 ), PoolIntArray( 807, 808, 809 ), PoolIntArray( 816, 811, 815 ), PoolIntArray( 811, 814, 815 ), PoolIntArray( 811, 813, 814 ), PoolIntArray( 811, 812, 813 ), PoolIntArray( 820, 817, 819 ), PoolIntArray( 817, 818, 819 ), PoolIntArray( 824, 821, 823 ), PoolIntArray( 821, 822, 823 ), PoolIntArray( 828, 825, 827 ), PoolIntArray( 825, 826, 827 ), PoolIntArray( 832, 829, 831 ), PoolIntArray( 829, 830, 831 ), PoolIntArray( 836, 833, 835 ), PoolIntArray( 833, 834, 835 ), PoolIntArray( 839, 837, 838 ), PoolIntArray( 843, 840, 842 ), PoolIntArray( 840, 841, 842 ), PoolIntArray( 846, 844, 845 ), PoolIntArray( 850, 847, 849 ), PoolIntArray( 847, 848, 849 ), PoolIntArray( 853, 851, 852 ), PoolIntArray( 857, 854, 856 ), PoolIntArray( 854, 855, 856 ), PoolIntArray( 862, 858, 861 ), PoolIntArray( 858, 859, 861 ), PoolIntArray( 859, 860, 861 ), PoolIntArray( 866, 863, 865 ), PoolIntArray( 863, 864, 865 ), PoolIntArray( 869, 867, 868 ), PoolIntArray( 873, 870, 872 ), PoolIntArray( 870, 871, 872 ), PoolIntArray( 876, 874, 875 ), PoolIntArray( 879, 877, 878 ), PoolIntArray( 883, 880, 882 ), PoolIntArray( 880, 881, 882 ), PoolIntArray( 887, 884, 886 ), PoolIntArray( 884, 885, 886 ), PoolIntArray( 891, 888, 890 ), PoolIntArray( 888, 889, 890 ), PoolIntArray( 895, 892, 894 ), PoolIntArray( 892, 893, 894 ), PoolIntArray( 899, 896, 898 ), PoolIntArray( 896, 897, 898 ), PoolIntArray( 903, 900, 902 ), PoolIntArray( 900, 901, 902 ), PoolIntArray( 907, 904, 906 ), PoolIntArray( 904, 905, 906 ), PoolIntArray( 911, 908, 910 ), PoolIntArray( 908, 909, 910 ), PoolIntArray( 915, 912, 914 ), PoolIntArray( 912, 913, 914 ), PoolIntArray( 919, 916, 918 ), PoolIntArray( 916, 917, 918 ), PoolIntArray( 923, 920, 922 ), PoolIntArray( 920, 921, 922 ), PoolIntArray( 927, 924, 926 ), PoolIntArray( 924, 925, 926 ), PoolIntArray( 931, 928, 930 ), PoolIntArray( 928, 929, 930 ), PoolIntArray( 935, 932, 934 ), PoolIntArray( 932, 933, 934 ), PoolIntArray( 939, 936, 938 ), PoolIntArray( 936, 937, 938 ), PoolIntArray( 943, 940, 942 ), PoolIntArray( 940, 941, 942 ), PoolIntArray( 947, 944, 946 ), PoolIntArray( 944, 945, 946 ), PoolIntArray( 951, 948, 950 ), PoolIntArray( 948, 949, 950 ), PoolIntArray( 955, 952, 954 ), PoolIntArray( 952, 953, 954 ), PoolIntArray( 959, 956, 958 ), PoolIntArray( 956, 957, 958 ), PoolIntArray( 965, 960, 964 ), PoolIntArray( 960, 961, 964 ), PoolIntArray( 961, 963, 964 ), PoolIntArray( 961, 962, 963 ), PoolIntArray( 968, 966, 967 ), PoolIntArray( 971, 969, 970 ), PoolIntArray( 977, 972, 976 ), PoolIntArray( 972, 973, 976 ), PoolIntArray( 973, 975, 976 ), PoolIntArray( 973, 974, 975 ), PoolIntArray( 980, 978, 979 ), PoolIntArray( 983, 981, 982 ), PoolIntArray( 987, 984, 986 ), PoolIntArray( 984, 985, 986 ), PoolIntArray( 990, 988, 989 ), PoolIntArray( 996, 991, 995 ), PoolIntArray( 991, 994, 995 ), PoolIntArray( 991, 993, 994 ), PoolIntArray( 991, 992, 993 ), PoolIntArray( 999, 997, 998 ), PoolIntArray( 1003, 1000, 1002 ), PoolIntArray( 1000, 1001, 1002 ), PoolIntArray( 1007, 1004, 1006 ), PoolIntArray( 1004, 1005, 1006 ), PoolIntArray( 1011, 1008, 1010 ), PoolIntArray( 1008, 1009, 1010 ), PoolIntArray( 1015, 1012, 1014 ), PoolIntArray( 1012, 1013, 1014 ), PoolIntArray( 1019, 1016, 1018 ), PoolIntArray( 1016, 1017, 1018 ), PoolIntArray( 1023, 1020, 1022 ), PoolIntArray( 1020, 1021, 1022 ), PoolIntArray( 1026, 1024, 1025 ), PoolIntArray( 1029, 1027, 1028 ), PoolIntArray( 1032, 1030, 1031 ), PoolIntArray( 1035, 1033, 1034 ), PoolIntArray( 1040, 1036, 1039 ), PoolIntArray( 1036, 1038, 1039 ), PoolIntArray( 1036, 1037, 1038 ), PoolIntArray( 1044, 1041, 1043 ), PoolIntArray( 1041, 1042, 1043 ), PoolIntArray( 1047, 1045, 1046 ), PoolIntArray( 1051, 1048, 1050 ), PoolIntArray( 1048, 1049, 1050 ), PoolIntArray( 1057, 1052, 1056 ), PoolIntArray( 1052, 1053, 1056 ), PoolIntArray( 1053, 1054, 1056 ), PoolIntArray( 1054, 1055, 1056 ), PoolIntArray( 1061, 1058, 1060 ), PoolIntArray( 1058, 1059, 1060 ), PoolIntArray( 1064, 1062, 1063 ), PoolIntArray( 1068, 1065, 1067 ), PoolIntArray( 1065, 1066, 1067 ), PoolIntArray( 1071, 1069, 1070 ), PoolIntArray( 1075, 1072, 1074 ), PoolIntArray( 1072, 1073, 1074 ), PoolIntArray( 1078, 1076, 1077 ), PoolIntArray( 1082, 1079, 1081 ), PoolIntArray( 1079, 1080, 1081 ), PoolIntArray( 1085, 1083, 1084 ), PoolIntArray( 1089, 1086, 1088 ), PoolIntArray( 1086, 1087, 1088 ), PoolIntArray( 1093, 1090, 1092 ), PoolIntArray( 1090, 1091, 1092 ), PoolIntArray( 1096, 1094, 1095 ), PoolIntArray( 1099, 1097, 1098 ), PoolIntArray( 1103, 1100, 1102 ), PoolIntArray( 1100, 1101, 1102 ), PoolIntArray( 1106, 1104, 1105 ), PoolIntArray( 1109, 1107, 1108 ), PoolIntArray( 1113, 1110, 1112 ), PoolIntArray( 1110, 1111, 1112 ), PoolIntArray( 1116, 1114, 1115 ), PoolIntArray( 1119, 1117, 1118 ), PoolIntArray( 1122, 1120, 1121 ), PoolIntArray( 1125, 1123, 1124 ), PoolIntArray( 1129, 1126, 1128 ), PoolIntArray( 1126, 1127, 1128 ), PoolIntArray( 1132, 1130, 1131 ), PoolIntArray( 1135, 1133, 1134 ), PoolIntArray( 1138, 1136, 1137 ), PoolIntArray( 1142, 1139, 1141 ), PoolIntArray( 1139, 1140, 1141 ), PoolIntArray( 1145, 1143, 1144 ), PoolIntArray( 1148, 1146, 1147 ), PoolIntArray( 1151, 1149, 1150 ), PoolIntArray( 1154, 1152, 1153 ), PoolIntArray( 1157, 1155, 1156 ), PoolIntArray( 1160, 1158, 1159 ), PoolIntArray( 1163, 1161, 1162 ), PoolIntArray( 1167, 1164, 1166 ), PoolIntArray( 1164, 1165, 1166 ), PoolIntArray( 1171, 1168, 1170 ), PoolIntArray( 1168, 1169, 1170 ), PoolIntArray( 1175, 1172, 1174 ), PoolIntArray( 1172, 1173, 1174 ), PoolIntArray( 1178, 1176, 1177 ), PoolIntArray( 1181, 1179, 1180 ), PoolIntArray( 1184, 1182, 1183 ), PoolIntArray( 1187, 1185, 1186 ), PoolIntArray( 1190, 1188, 1189 ), PoolIntArray( 1194, 1191, 1193 ), PoolIntArray( 1191, 1192, 1193 ), PoolIntArray( 1197, 1195, 1196 ), PoolIntArray( 1200, 1198, 1199 ), PoolIntArray( 1204, 1201, 1203 ), PoolIntArray( 1201, 1202, 1203 ), PoolIntArray( 1207, 1205, 1206 ), PoolIntArray( 1210, 1208, 1209 ), PoolIntArray( 1213, 1211, 1212 ), PoolIntArray( 1216, 1214, 1215 ), PoolIntArray( 1220, 1217, 1219 ), PoolIntArray( 1217, 1218, 1219 ), PoolIntArray( 1223, 1221, 1222 ), PoolIntArray( 1227, 1224, 1226 ), PoolIntArray( 1224, 1225, 1226 ), PoolIntArray( 1230, 1228, 1229 ), PoolIntArray( 1233, 1231, 1232 ), PoolIntArray( 1236, 1234, 1235 ), PoolIntArray( 1239, 1237, 1238 ), PoolIntArray( 1242, 1240, 1241 ), PoolIntArray( 1246, 1243, 1245 ), PoolIntArray( 1243, 1244, 1245 ), PoolIntArray( 1249, 1247, 1248 ), PoolIntArray( 1252, 1250, 1251 ), PoolIntArray( 1255, 1253, 1254 ), PoolIntArray( 1258, 1256, 1257 ), PoolIntArray( 1261, 1259, 1260 ), PoolIntArray( 1264, 1262, 1263 ), PoolIntArray( 1267, 1265, 1266 ), PoolIntArray( 1270, 1268, 1269 ), PoolIntArray( 1274, 1271, 1273 ), PoolIntArray( 1271, 1272, 1273 ), PoolIntArray( 1280, 1275, 1279 ), PoolIntArray( 1275, 1276, 1279 ), PoolIntArray( 1276, 1278, 1279 ), PoolIntArray( 1276, 1277, 1278 ), PoolIntArray( 1284, 1281, 1283 ), PoolIntArray( 1281, 1282, 1283 ), PoolIntArray( 1288, 1285, 1287 ), PoolIntArray( 1285, 1286, 1287 ), PoolIntArray( 1292, 1289, 1291 ), PoolIntArray( 1289, 1290, 1291 ), PoolIntArray( 1296, 1293, 1295 ), PoolIntArray( 1293, 1294, 1295 ), PoolIntArray( 1300, 1297, 1299 ), PoolIntArray( 1297, 1298, 1299 ), PoolIntArray( 1304, 1301, 1303 ), PoolIntArray( 1301, 1302, 1303 ), PoolIntArray( 1308, 1305, 1307 ), PoolIntArray( 1305, 1306, 1307 ), PoolIntArray( 1312, 1309, 1311 ), PoolIntArray( 1309, 1310, 1311 ), PoolIntArray( 1316, 1313, 1315 ), PoolIntArray( 1313, 1314, 1315 ), PoolIntArray( 1320, 1317, 1319 ), PoolIntArray( 1317, 1318, 1319 ), PoolIntArray( 1324, 1321, 1323 ), PoolIntArray( 1321, 1322, 1323 ), PoolIntArray( 1328, 1325, 1327 ), PoolIntArray( 1325, 1326, 1327 ), PoolIntArray( 1332, 1329, 1331 ), PoolIntArray( 1329, 1330, 1331 ), PoolIntArray( 1336, 1333, 1335 ), PoolIntArray( 1333, 1334, 1335 ), PoolIntArray( 1340, 1337, 1339 ), PoolIntArray( 1337, 1338, 1339 ), PoolIntArray( 1344, 1341, 1343 ), PoolIntArray( 1341, 1342, 1343 ), PoolIntArray( 1348, 1345, 1347 ), PoolIntArray( 1345, 1346, 1347 ), PoolIntArray( 1352, 1349, 1351 ), PoolIntArray( 1349, 1350, 1351 ), PoolIntArray( 1356, 1353, 1355 ), PoolIntArray( 1353, 1354, 1355 ), PoolIntArray( 1360, 1357, 1359 ), PoolIntArray( 1357, 1358, 1359 ), PoolIntArray( 1364, 1361, 1363 ), PoolIntArray( 1361, 1362, 1363 ), PoolIntArray( 1368, 1365, 1367 ), PoolIntArray( 1365, 1366, 1367 ), PoolIntArray( 1372, 1369, 1371 ), PoolIntArray( 1369, 1370, 1371 ), PoolIntArray( 1376, 1373, 1375 ), PoolIntArray( 1373, 1374, 1375 ), PoolIntArray( 1380, 1377, 1379 ), PoolIntArray( 1377, 1378, 1379 ), PoolIntArray( 1384, 1381, 1383 ), PoolIntArray( 1381, 1382, 1383 ), PoolIntArray( 1388, 1385, 1387 ), PoolIntArray( 1385, 1386, 1387 ), PoolIntArray( 1391, 1389, 1390 ), PoolIntArray( 1394, 1392, 1393 ), PoolIntArray( 1398, 1395, 1397 ), PoolIntArray( 1395, 1396, 1397 ), PoolIntArray( 1401, 1399, 1400 ), PoolIntArray( 1405, 1402, 1404 ), PoolIntArray( 1402, 1403, 1404 ), PoolIntArray( 1409, 1406, 1408 ), PoolIntArray( 1406, 1407, 1408 ), PoolIntArray( 1412, 1410, 1411 ), PoolIntArray( 1416, 1413, 1415 ), PoolIntArray( 1413, 1414, 1415 ), PoolIntArray( 1420, 1417, 1419 ), PoolIntArray( 1417, 1418, 1419 ), PoolIntArray( 1424, 1421, 1423 ), PoolIntArray( 1421, 1422, 1423 ), PoolIntArray( 1427, 1425, 1426 ), PoolIntArray( 1430, 1428, 1429 ), PoolIntArray( 1434, 1431, 1433 ), PoolIntArray( 1431, 1432, 1433 ), PoolIntArray( 1440, 1435, 1439 ), PoolIntArray( 1435, 1436, 1439 ), PoolIntArray( 1436, 1438, 1439 ), PoolIntArray( 1436, 1437, 1438 ), PoolIntArray( 1444, 1441, 1443 ), PoolIntArray( 1441, 1442, 1443 ), PoolIntArray( 1447, 1445, 1446 ), PoolIntArray( 1451, 1448, 1450 ), PoolIntArray( 1448, 1449, 1450 ), PoolIntArray( 1454, 1452, 1453 ), PoolIntArray( 1458, 1455, 1457 ), PoolIntArray( 1455, 1456, 1457 ), PoolIntArray( 1462, 1459, 1461 ), PoolIntArray( 1459, 1460, 1461 ), PoolIntArray( 1466, 1463, 1465 ), PoolIntArray( 1463, 1464, 1465 ), PoolIntArray( 1469, 1467, 1468 ), PoolIntArray( 1472, 1470, 1471 ), PoolIntArray( 1475, 1473, 1474 ), PoolIntArray( 1478, 1476, 1477 ), PoolIntArray( 1482, 1479, 1481 ), PoolIntArray( 1479, 1480, 1481 ), PoolIntArray( 1486, 1483, 1485 ), PoolIntArray( 1483, 1484, 1485 ), PoolIntArray( 1489, 1487, 1488 ), PoolIntArray( 1492, 1490, 1491 ), PoolIntArray( 1495, 1493, 1494 ), PoolIntArray( 1498, 1496, 1497 ), PoolIntArray( 1501, 1499, 1500 ), PoolIntArray( 1505, 1502, 1504 ), PoolIntArray( 1502, 1503, 1504 ), PoolIntArray( 1508, 1506, 1507 ), PoolIntArray( 1511, 1509, 1510 ), PoolIntArray( 1515, 1512, 1514 ), PoolIntArray( 1512, 1513, 1514 ), PoolIntArray( 1519, 1516, 1518 ), PoolIntArray( 1516, 1517, 1518 ), PoolIntArray( 1523, 1520, 1522 ), PoolIntArray( 1520, 1521, 1522 ), PoolIntArray( 1527, 1524, 1526 ), PoolIntArray( 1524, 1525, 1526 ), PoolIntArray( 1531, 1528, 1530 ), PoolIntArray( 1528, 1529, 1530 ), PoolIntArray( 1535, 1532, 1534 ), PoolIntArray( 1532, 1533, 1534 ), PoolIntArray( 1539, 1536, 1538 ), PoolIntArray( 1536, 1537, 1538 ), PoolIntArray( 1543, 1540, 1542 ), PoolIntArray( 1540, 1541, 1542 ), PoolIntArray( 1548, 1544, 1547 ), PoolIntArray( 1544, 1545, 1547 ), PoolIntArray( 1545, 1546, 1547 ), PoolIntArray( 1552, 1549, 1551 ), PoolIntArray( 1549, 1550, 1551 ), PoolIntArray( 1556, 1553, 1555 ), PoolIntArray( 1553, 1554, 1555 ), PoolIntArray( 1560, 1557, 1559 ), PoolIntArray( 1557, 1558, 1559 ), PoolIntArray( 1564, 1561, 1563 ), PoolIntArray( 1561, 1562, 1563 ), PoolIntArray( 1568, 1565, 1567 ), PoolIntArray( 1565, 1566, 1567 ), PoolIntArray( 1571, 1569, 1570 ), PoolIntArray( 1575, 1572, 1574 ), PoolIntArray( 1572, 1573, 1574 ) ] +agent/radius = 2.0 + +[sub_resource type="PlaneMesh" id=5] +size = Vector2( 500, 500 ) + +[sub_resource type="ConcavePolygonShape" id=6] +data = PoolVector3Array( 250, 0, 250, -250, 0, 250, 250, 0, -250, -250, 0, 250, -250, 0, -250, 250, 0, -250 ) + +[sub_resource type="ProceduralSky" id=7] + +[sub_resource type="Environment" id=8] +background_mode = 2 +background_sky = SubResource( 7 ) + +[node name="World" type="Navigation"] + +[node name="Player" parent="." instance=ExtResource( 1 )] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 18.5724, 0, 79.2998 ) + +[node name="PathNavigatorForNPC" parent="." instance=ExtResource( 2 )] +curve = SubResource( 1 ) +body_nodepath = NodePath("Meldewesen") + +[node name="Meldewesen" parent="PathNavigatorForNPC" instance=ExtResource( 3 )] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -2.14131, 0, 101.825 ) + +[node name="Enemies" type="Spatial" parent="."] + +[node name="Meldewesen2" parent="Enemies" instance=ExtResource( 3 )] +transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 14.9623, 0, 52.3728 ) +_visibility_path = NodePath("../../Enemies/Meldewesen2/Visibility") + +[node name="Meldewesen3" parent="Enemies" instance=ExtResource( 3 )] +transform = Transform( -1, 0, -8.74228e-008, 0, 1, 0, 8.74228e-008, 0, -1, 70.7133, 0, 4.86107 ) +_visibility_path = NodePath("../../Enemies/Meldewesen2/Visibility") + +[node name="Meldewesen4" parent="Enemies" instance=ExtResource( 3 )] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 56.7007, 0, 24.1842 ) +_visibility_path = NodePath("../../Enemies/Meldewesen2/Visibility") + +[node name="MaskedAmbience" type="AudioStreamPlayer" parent="."] +stream = ExtResource( 4 ) +autoplay = true +bus = "Masked" + +[node name="Melody" type="AudioStreamPlayer" parent="."] +stream = ExtResource( 5 ) +autoplay = true + +[node name="TrueAmbience" type="AudioStreamPlayer" parent="."] +stream = ExtResource( 6 ) +autoplay = true +bus = "True" + +[node name="Collectibles" type="Spatial" parent="."] +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 15.0831, 1.63203, 13.0809 ) + +[node name="Keycard" parent="Collectibles" instance=ExtResource( 7 )] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 8.09239, 0, 67.8154 ) + +[node name="Key" parent="Collectibles" groups=[ +"Collectibles", +] instance=ExtResource( 7 )] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -75.0183, 0, -2.86102e-006 ) + +[node name="ForbiddenArea" type="Area" parent="Collectibles/Key" groups=[ +"Forbidden", +]] + +[node name="CollisionShape" type="CollisionShape" parent="Collectibles/Key/ForbiddenArea"] +transform = Transform( 15, 0, 0, 0, 1, 0, 0, 0, 15, -12.1728, 0, -9.53674e-007 ) +shape = SubResource( 2 ) + +[node name="WorkerSpawner" type="Spatial" parent="."] +editor/display_folded = true + +[node name="WorkerSpawner" type="Spatial" parent="WorkerSpawner"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -3.83828, 0, -19.6123 ) +script = ExtResource( 8 ) +_nodepath = NodePath("../Path") +_offset = 96.0 + +[node name="WorkerSpawner2" type="Spatial" parent="WorkerSpawner"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 31.1216, 0, -36.1276 ) +script = ExtResource( 8 ) +_nodepath = NodePath("../Path") +_offset = 157.0 + +[node name="WorkerSpawner3" type="Spatial" parent="WorkerSpawner"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -4.36571, 0, 52.7015 ) +script = ExtResource( 8 ) +_nodepath = NodePath("../Path") + +[node name="WorkerSpawner4" type="Spatial" parent="WorkerSpawner"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 31.4463, 0, 43.5124 ) +script = ExtResource( 8 ) +_nodepath = NodePath("../Path") +_offset = 250.0 + +[node name="Path" type="Path" parent="WorkerSpawner"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.127018, 0, 0.00287628 ) +curve = SubResource( 3 ) + +[node name="PathFollow" type="PathFollow" parent="WorkerSpawner/Path"] +transform = Transform( 0.981009, 0.00261139, -0.193941, -0.00238476, 0.999996, 0.00140191, 0.193943, -0.000912789, 0.98101, -15.7672, 0.284373, -190.888 ) +offset = 380.29 + +[node name="Touchables" type="Spatial" parent="."] +editor/display_folded = true + +[node name="Lever" parent="Touchables" instance=ExtResource( 9 )] +transform = Transform( 1.19249e-008, 0, -1, 0, 1, 0, 1, 0, 1.19249e-008, 25.749, 2.20599, 77.1957 ) + +[node name="NavigationMeshInstance" type="NavigationMeshInstance" parent="."] +navmesh = SubResource( 4 ) + +[node name="PlayerHouse" parent="NavigationMeshInstance" instance=ExtResource( 10 )] +transform = Transform( 0.9, 0, 0, 0, 1, 0, 0, 0, 1, 15.0218, 0, 77.8091 ) + +[node name="SaveArea" type="Area" parent="NavigationMeshInstance/PlayerHouse" groups=[ +"Savehouse", +]] +editor/display_folded = true +transform = Transform( -2.76707e-008, 0, 0.633032, 0, 1, 0, -0.385105, 0, -1.68335e-008, -0.163094, 1.63203, -5.18841 ) + +[node name="CollisionShape" type="CollisionShape" parent="NavigationMeshInstance/PlayerHouse/SaveArea"] +transform = Transform( 15, 0, 0, 0, 1, 0, 0, 0, 15, -12.1728, 0, -9.53674e-007 ) +shape = SubResource( 2 ) + +[node name="MeldewesenHouse" parent="NavigationMeshInstance" instance=ExtResource( 10 )] +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 82.8181, 0, 14.3189 ) + +[node name="ForbiddenArea" type="Area" parent="NavigationMeshInstance/MeldewesenHouse" groups=[ +"Forbidden", +]] +transform = Transform( 1, 0, 1.06581e-014, 0, 1, 0, -1.06581e-014, 0, 1, 11.3143, 1.63203, -19.6591 ) + +[node name="CollisionShape" type="CollisionShape" parent="NavigationMeshInstance/MeldewesenHouse/ForbiddenArea"] +transform = Transform( 15, 0, 0, 0, 1, 0, 0, 0, 15, -12.1728, 0, -9.53674e-007 ) +shape = SubResource( 2 ) + +[node name="Factory" parent="NavigationMeshInstance" instance=ExtResource( 11 )] +transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, 12.9505, 0, -109.851 ) + +[node name="DoorWall" parent="NavigationMeshInstance" instance=ExtResource( 12 )] +transform = Transform( -6.15088e-008, 0, 1.40716, 0, 1.40716, 0, -1.40716, 0, -6.15088e-008, 72.1424, -0.0216179, 64.9277 ) + +[node name="BuildingBlocks" type="Spatial" parent="NavigationMeshInstance"] +editor/display_folded = true + +[node name="BuildingBlock" parent="NavigationMeshInstance/BuildingBlocks" instance=ExtResource( 13 )] +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -13, 0, -13 ) + +[node name="BuildingBlock2" parent="NavigationMeshInstance/BuildingBlocks" instance=ExtResource( 13 )] +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 41, 0, -13 ) + +[node name="BuildingBlock11" parent="NavigationMeshInstance/BuildingBlocks" instance=ExtResource( 13 )] +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 41, 0.047, 41.124 ) + +[node name="BuildingBlock14" parent="NavigationMeshInstance/BuildingBlocks" instance=ExtResource( 13 )] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 62.4331, 0.047, -6.91832 ) + +[node name="BuildingBlock19" parent="NavigationMeshInstance/BuildingBlocks" instance=ExtResource( 13 )] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 62.4331, 0.047, 34.9624 ) + +[node name="BuildingBlock12" parent="NavigationMeshInstance/BuildingBlocks" instance=ExtResource( 13 )] +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -13, 0, 14 ) + +[node name="BuildingBlock13" parent="NavigationMeshInstance/BuildingBlocks" instance=ExtResource( 13 )] +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -13, 0, 41 ) + +[node name="BuildingBlock15" parent="NavigationMeshInstance/BuildingBlocks" instance=ExtResource( 13 )] +transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, 41, 0, 95 ) + +[node name="BuildingBlock21" parent="NavigationMeshInstance/BuildingBlocks" instance=ExtResource( 13 )] +transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, 41, 0, 68 ) + +[node name="BuildingBlock16" parent="NavigationMeshInstance/BuildingBlocks" instance=ExtResource( 13 )] +transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, -13, 0, 68 ) + +[node name="BuildingBlock20" parent="NavigationMeshInstance/BuildingBlocks" instance=ExtResource( 13 )] +transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, -13, 0, 95 ) + +[node name="BuildingBlock17" parent="NavigationMeshInstance/BuildingBlocks" instance=ExtResource( 13 )] +transform = Transform( -1, 0, 8.74228e-008, 0, 1, 0, -8.74228e-008, 0, -1, -2.27536, 0, 116 ) + +[node name="BuildingBlock18" parent="NavigationMeshInstance/BuildingBlocks" instance=ExtResource( 13 )] +transform = Transform( -1, 0, 8.74228e-008, 0, 1, 0, -8.74228e-008, 0, -1, 25.0542, 0, 116 ) + +[node name="BuildingBlock3" parent="NavigationMeshInstance/BuildingBlocks" instance=ExtResource( 13 )] +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, 41, 0, -40 ) + +[node name="BuildingBlock4" parent="NavigationMeshInstance/BuildingBlocks" instance=ExtResource( 13 )] +transform = Transform( -4.37114e-008, 0, 1, 0, 1, 0, -1, 0, -4.37114e-008, -13, 0, -40 ) + +[node name="Ground" type="MeshInstance" parent="NavigationMeshInstance"] +editor/display_folded = true +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 12.4412, -0.0216179, -17.0387 ) +layers = 3 +mesh = SubResource( 5 ) +material/0 = null + +[node name="StaticBody" type="StaticBody" parent="NavigationMeshInstance/Ground"] +collision_layer = 7 +collision_mask = 7 + +[node name="CollisionShape" type="CollisionShape" parent="NavigationMeshInstance/Ground/StaticBody"] +shape = SubResource( 6 ) + +[node name="Environment" type="Spatial" parent="."] +editor/display_folded = true + +[node name="WorldEnvironment" type="WorldEnvironment" parent="Environment"] +environment = SubResource( 8 ) + +[node name="DirectionalLight" type="DirectionalLight" parent="Environment"] +transform = Transform( 0.642788, -0.262003, -0.719846, -8.21505e-008, -0.939693, 0.34202, -0.766044, -0.219847, -0.604023, 0, 7, 0 ) +layers = 3 +shadow_enabled = true + +[node name="NodeGroupNotifier" parent="." instance=ExtResource( 14 )] +group_name = "Navigator" +node_to_send = NodePath("..") diff --git a/Level/World.tscn b/Level/World.tscn index 620ad6f..a920568 100644 --- a/Level/World.tscn +++ b/Level/World.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=23 format=2] +[gd_scene load_steps=25 format=2] [ext_resource path="res://Characters/Player/Player.tscn" type="PackedScene" id=1] [ext_resource path="res://Characters/Meldewesen/Meldewesen.tscn" type="PackedScene" id=2] @@ -13,7 +13,9 @@ [ext_resource path="res://Level/Buildings/DoorWall.tscn" type="PackedScene" id=11] [ext_resource path="res://Util/NodeGroupNotifier.tscn" type="PackedScene" id=12] [ext_resource path="res://Characters/Util/PathNavigatorForNPC.tscn" type="PackedScene" id=13] -[ext_resource path="res://Util/AmbiencePlayer.tscn" type="PackedScene" id=14] +[ext_resource path="res://Resources/Audio/Ambience/melody.wav" type="AudioStream" id=14] +[ext_resource path="res://Resources/Audio/Ambience/true_ambience.wav" type="AudioStream" id=15] +[ext_resource path="res://Resources/Audio/Ambience/masked_ambience.wav" type="AudioStream" id=16] [sub_resource type="BoxShape" id=1] @@ -122,7 +124,7 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.127018, 0, 0.00287628 ) curve = SubResource( 2 ) [node name="PathFollow" type="PathFollow" parent="WorkerSpawner/Path"] -transform = Transform( -0.510583, 0.00566525, -0.85981, 0.00234889, 0.999984, 0.005194, 0.859825, 0.000632378, -0.510588, -15.7672, 0.284373, -190.888 ) +transform = Transform( -0.998276, 0.00481672, 0.0584792, 0.0049628, 0.999985, 0.00235273, -0.0584669, 0.0026389, -0.998284, -15.7672, 0.284373, -190.888 ) offset = 380.29 [node name="Worker" parent="WorkerSpawner/Path/PathFollow" instance=ExtResource( 5 )] @@ -344,8 +346,16 @@ body_nodepath = NodePath("Meldewesen") [node name="Meldewesen" parent="PathNavigatorForNPC" instance=ExtResource( 2 )] -[node name="AmbiencePlayer" parent="." instance=ExtResource( 14 )] +[node name="Melody" type="AudioStreamPlayer" parent="."] +stream = ExtResource( 14 ) +autoplay = true -[node name="AmbiencePlayer" parent="." instance=ExtResource( 12 )] -group_name = "" -node_to_send = NodePath("") +[node name="TrueAmbience" type="AudioStreamPlayer" parent="."] +stream = ExtResource( 15 ) +autoplay = true +bus = "True" + +[node name="MaskedAmbience" type="AudioStreamPlayer" parent="."] +stream = ExtResource( 16 ) +autoplay = true +bus = "Masked" diff --git a/Resources/Audio/FactoryMusic/active.wav b/Resources/Audio/FactoryMusic/active.wav new file mode 100644 index 0000000..baeb13a Binary files /dev/null and b/Resources/Audio/FactoryMusic/active.wav differ diff --git a/Resources/Audio/FactoryMusic/active.wav.import b/Resources/Audio/FactoryMusic/active.wav.import new file mode 100644 index 0000000..2bda3de --- /dev/null +++ b/Resources/Audio/FactoryMusic/active.wav.import @@ -0,0 +1,21 @@ +[remap] + +importer="wav" +type="AudioStreamSample" +path="res://.import/active.wav-4ab4c359a21097fa24ca1d75209d89dc.sample" + +[deps] + +source_file="res://Resources/Audio/FactoryMusic/active.wav" +dest_files=[ "res://.import/active.wav-4ab4c359a21097fa24ca1d75209d89dc.sample" ] + +[params] + +force/8_bit=false +force/mono=false +force/max_rate=false +force/max_rate_hz=44100 +edit/trim=true +edit/normalize=true +edit/loop=true +compress/mode=0 diff --git a/Resources/Audio/FactoryMusic/inactive.wav b/Resources/Audio/FactoryMusic/inactive.wav new file mode 100644 index 0000000..c67d96a Binary files /dev/null and b/Resources/Audio/FactoryMusic/inactive.wav differ diff --git a/Resources/Audio/FactoryMusic/inactive.wav.import b/Resources/Audio/FactoryMusic/inactive.wav.import new file mode 100644 index 0000000..39e8460 --- /dev/null +++ b/Resources/Audio/FactoryMusic/inactive.wav.import @@ -0,0 +1,21 @@ +[remap] + +importer="wav" +type="AudioStreamSample" +path="res://.import/inactive.wav-e8c09df3ca5d758dc631b5c90a37fd8c.sample" + +[deps] + +source_file="res://Resources/Audio/FactoryMusic/inactive.wav" +dest_files=[ "res://.import/inactive.wav-e8c09df3ca5d758dc631b5c90a37fd8c.sample" ] + +[params] + +force/8_bit=false +force/mono=false +force/max_rate=false +force/max_rate_hz=44100 +edit/trim=true +edit/normalize=true +edit/loop=true +compress/mode=0 diff --git a/Resources/Models/Material.material b/Resources/Models/Material.material new file mode 100644 index 0000000..6f8c5bf Binary files /dev/null and b/Resources/Models/Material.material differ diff --git a/Resources/Models/Statue.dae b/Resources/Models/Statue.dae new file mode 100644 index 0000000..1447d74 --- /dev/null +++ b/Resources/Models/Statue.dae @@ -0,0 +1,521 @@ + + + + + Blender User + Blender 2.80.75 commit date:2019-07-29, commit time:14:47, hash:f6cb5f54494e + + 2020-01-27T13:23:07 + 2020-01-27T13:23:07 + + Z_UP + + + + + + + 39.59775 + 1.777778 + 0.1 + 100 + + + + + + 0 + 0 + 10 + + + + + + + + + 1000 1000 1000 + 1 + 0 + 0.00111109 + + + + + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1000 + 29.99998 + 75 + 0.15 + 0 + 1 + 2 + 0.04999995 + 30.002 + 1 + 3 + 2880 + 3 + 1 + 1 + 0.1 + 0.1 + 1 + + + + + + + + + + + 0 0 0 1 + + + 0.8 0.8 0.8 1 + + + 1.45 + + + + + + + + + + + + + + + + + -0.3136237 0.2250559 0.1124212 -0.3621953 0.2564812 4.76837e-7 -0.1254352 0.225056 0.1124212 -0.07769 0.2723267 2.38419e-7 -0.2965065 0.06239348 0.1078672 -0.1425524 0.06239348 0.1078672 -0.08391022 0.2368976 0.08208394 -0.1079246 0.02466666 0.07790303 -0.3568014 0.2368976 0.08208394 -0.3311735 0.02466666 0.07790303 -0.275179 0.1438508 0.856311 -0.06212717 0.1438508 0.856311 -0.275179 -0.09062242 0.8565167 -0.08700782 -0.09062236 0.8565167 -0.2380132 0.2145377 1.534551 7.75605e-6 0.2145378 1.534554 -0.2276302 -0.05478888 1.534551 7.77096e-6 -0.05478882 1.534551 -0.3390051 -0.2197142 2.38419e-7 -0.316509 -0.2029233 0.05148506 -0.12255 -0.2029233 0.05148482 -0.1000534 -0.2197142 2.38419e-7 -0.7127165 0.1588592 2.703805 7.75605e-6 0.1304788 2.782779 -0.7119044 -0.04634052 2.703805 7.77096e-6 -0.05582487 2.78278 -0.271937 -0.1512527 2.3052 7.78586e-6 -0.1761371 2.232815 -0.2035213 -0.1796235 2.525708 -1.582511 0.1037648 2.664989 -1.582137 -0.008029878 2.664989 -1.58139 0.003209352 2.552096 -1.58326 0.09160006 2.552096 -0.3780068 -0.05618214 2.178072 -0.3860138 0.2013369 2.178072 -2.098451 0.09625852 2.646008 -2.098169 -0.01130497 2.646008 -2.097406 -0.01244318 2.55369 -2.099215 0.09625852 2.55369 -2.360683 0.08615601 2.6273 -2.360515 -0.001308977 2.6273 -2.360062 -0.002234518 2.572397 -2.361137 0.08615624 2.572397 -2.503524 0.104613 2.634662 -2.503312 -0.02303826 2.634662 -2.502737 -0.02431738 2.596269 -2.5041 0.1046132 2.596269 -2.650528 0.07484447 2.613485 -2.650464 -0.004545748 2.613485 -2.65029 -0.005384266 2.586288 -2.650703 0.07484447 2.586288 -2.425396 -0.01327598 2.584333 -2.42591 -0.01217353 2.630981 -2.404623 -0.04632866 2.628068 -2.404139 -0.04734265 2.577292 -2.457096 -0.06250011 2.581349 -2.457594 -0.06144201 2.630061 -2.528532 -0.06040132 2.626021 -2.528025 -0.06148135 2.587125 -2.53989 -0.04030573 2.587871 -2.5404 -0.03921449 2.62625 -2.469486 -0.03291499 2.58396 -2.469998 -0.03181827 2.630866 -0.6557965 -0.0561822 2.498846 -0.6590515 0.1777219 2.498846 -0.0924564 0.08085912 2.78278 -0.09245645 -0.01490813 2.782779 0.275195 0.1438508 0.856311 0.0621432 0.1438508 0.856311 0.275195 -0.09062236 0.8565167 0.08702385 -0.09062236 0.8565167 0.2380287 0.2145378 1.534551 0.2276458 -0.05478882 1.534551 0.712732 0.1588593 2.703805 0.7119199 -0.0463404 2.703805 0.2719526 -0.1512526 2.3052 0.2035368 -0.1796234 2.52571 1.582526 0.103765 2.664989 1.582153 -0.008029758 2.664989 1.581405 0.003209471 2.552096 1.583276 0.09160017 2.552096 0.3780224 -0.05618214 2.178072 0.3860294 0.201337 2.178072 2.098466 0.09625852 2.646008 2.098184 -0.01130473 2.646008 2.097421 -0.01244318 2.55369 2.09923 0.09625875 2.55369 2.360698 0.08615624 2.6273 2.36053 -0.001308739 2.6273 2.360077 -0.00223428 2.572397 2.361153 0.08615624 2.572397 2.503539 0.1046132 2.634662 2.503327 -0.02303802 2.634662 2.502752 -0.02431714 2.596269 2.504115 0.1046134 2.596269 2.650544 0.07484471 2.613485 2.650479 -0.004545509 2.613485 2.650306 -0.005384027 2.586288 2.650718 0.07484471 2.586288 2.425411 -0.01327574 2.584333 2.425925 -0.01217353 2.630981 2.404639 -0.04632842 2.628068 2.404155 -0.04734241 2.577292 2.457111 -0.06249988 2.581349 2.45761 -0.06144177 2.630061 2.528547 -0.06040108 2.626021 2.52804 -0.06148135 2.587125 2.539906 -0.04030549 2.587871 2.540416 -0.03921425 2.62625 2.469501 -0.03291475 2.58396 2.470014 -0.03181803 2.630866 0.655812 -0.05618214 2.498846 0.659067 0.1777219 2.498846 0.09247148 0.08085918 2.78278 0.09247153 -0.01490813 2.782779 7.75605e-6 0.2217673 2.184246 -0.06614995 -0.1317675 3.026059 -0.3252962 0.2067002 2.728287 7.75605e-6 0.2092794 2.570266 7.77096e-6 -0.1385754 2.675025 -0.3252967 -0.09668219 2.728286 0.3253118 0.2067002 2.728287 0.3253121 -0.09668213 2.728286 7.7635e-6 0.09671157 2.971201 7.77096e-6 -0.09178817 2.871714 -0.1117932 0.05039 2.98305 -0.1117933 -0.02987253 2.926816 0.1118087 0.05039006 2.98305 0.1118087 -0.02987253 2.926813 7.77096e-6 -0.167016 2.928118 7.7635e-6 0.1186321 3.071542 -0.1258613 0.05538463 3.045728 -0.1499225 -0.05870223 3.002485 0.1258768 0.05538463 3.045728 0.1499378 -0.05870217 3.002485 7.78586e-6 -0.1759448 3.114619 -0.09839493 -0.1196138 3.1867 0.0984103 -0.1196138 3.1867 7.7635e-6 0.1190894 3.183866 -0.1310267 0.06185758 3.183867 -0.1478194 -0.05870217 3.151881 0.1310423 0.06185764 3.183867 0.1479611 -0.05870217 3.151881 7.77096e-6 -0.06619775 3.294156 -0.03611308 -0.04957097 3.294156 0.03612875 -0.04923927 3.294156 7.77096e-6 0.0164386 3.294157 -0.05173361 -0.004902124 3.294157 -0.05173367 -0.03283387 3.294157 0.05174875 -0.004902064 3.294156 0.05174875 -0.03283387 3.294157 -0.1110783 0.03686869 3.261012 -0.1242551 -0.05222129 3.261011 -0.08275222 -0.09669065 3.261008 7.78586e-6 -0.135191 3.261008 0.08276778 -0.09669065 3.261008 7.7635e-6 0.08828479 3.261011 0.1110939 0.03686869 3.261008 0.1242707 -0.05222129 3.261011 7.78586e-6 -0.2413924 3.038773 0.1118087 -0.1284121 3.101936 -0.1117933 -0.128412 3.101936 0.1488867 -0.05870217 3.069432 -0.148871 -0.05870223 3.069432 7.77096e-6 -0.02487951 3.301868 7.78586e-6 -0.1792338 3.152687 -0.07504653 -0.1387632 3.20353 0.07506221 -0.1387632 3.20353 7.77096e-6 -0.1701089 2.969028 7.78586e-6 -0.1534131 2.884321 -0.1117933 -0.1188797 2.938077 0.1118088 -0.1188797 2.938077 -0.1117933 -0.1052792 3.059036 0.1118088 -0.1052792 3.040532 7.78586e-6 -0.1773562 3.019567 -0.07370173 -0.1146776 3.000847 0.07371717 -0.1146777 3.000847 0.06616544 -0.1317675 3.02606 -0.03614413 -0.1486824 3.050989 0.03615963 -0.1513609 3.050989 -0.02429789 -0.148748 3.127964 0.02431333 -0.1487481 3.127964 -0.02050662 -0.1582557 3.026373 0.01877313 -0.1582455 3.026373 -0.2195294 -0.2528313 0.05148482 -0.2195491 0.02466666 0.09396481 -0.2195292 -0.2922049 2.38419e-7 -0.2195294 0.2790067 0.08939051 -0.2195295 0.3095799 2.38419e-7 -0.2195294 0.2250559 0.114892 -0.2195294 0.06239348 0.1078672 0.1256922 0.2250564 0.112421 0.0771206 0.2564817 0 0.3138806 0.2250564 0.112421 0.3616258 0.2723272 0 0.1428094 0.06239396 0.107867 0.2967634 0.06239396 0.107867 0.3554056 0.236898 0.0820837 0.3313912 0.02466714 0.07790279 0.08251446 0.236898 0.0820837 0.1081423 0.02466714 0.07790279 0.1003108 -0.2197138 0 0.1228069 -0.2029229 0.05148458 0.3167659 -0.2029228 0.05148458 0.3392624 -0.2197138 0 0.2197864 -0.2528309 0.05148458 0.2197667 0.02466714 0.09396433 0.2197866 -0.2922044 0 0.2197864 0.2790071 0.08939027 0.2197864 0.3095804 0 0.2197864 0.2250565 0.1148915 0.2197864 0.06239396 0.107867 + + + + + + + + + + 0 -0.979745 -0.2002493 0.8977392 -0.107286 0.4272636 -0.9920431 -0.1205116 0.03643715 0.241175 0.9182592 0.314062 -0.07763791 -0.1508679 0.9855006 0.6035657 -0.08570688 0.7926934 0.02373284 0.4272251 0.9038338 0 -0.3457726 0.9383183 -0.5951345 -0.08760213 0.7988372 -0.9975365 -0.03845673 0.05867022 0.9899174 -0.1051262 -0.09493172 -0.9936036 -0.1056733 0.03981447 -1.33651e-7 0.9940555 0.1088755 1.2726e-6 0.9946129 -0.1036593 0 -0.9986064 0.0527755 0.987083 -0.1048485 -0.1211362 0.4341609 -0.7155649 0.5472397 -8.40138e-7 0 -1 -0.06413632 -0.9364603 0.3448606 0.1148976 0.9891437 0.09161567 0.261818 0.9647844 0.02534604 -0.1246845 -0.9836049 -0.1302884 -0.5672674 -0.8125064 -0.134317 -0.03675776 -9.64444e-5 0.9993242 -0.06223511 -0.9975842 0.03086483 -0.04456543 -1.48752e-4 0.9990065 -1.18198e-6 -0.9642282 0.2650738 -0.973703 -0.03753793 -0.2247077 -0.7558982 -0.01051932 -0.6546047 -0.05333864 0.9980544 0.03228724 -0.2618177 0.9647846 0.0253458 -0.07113558 -1.8674e-4 0.9974666 -0.01052546 0.994197 -0.1070587 -0.003089845 -5.14181e-5 -0.9999953 0.03035598 -0.9994602 0.01257336 0.1280506 0.9917658 -0.001915037 -0.03851914 0.9992579 3.18795e-4 -0.07120567 -8.66617e-4 -0.9974614 -0.03798073 -0.9992064 0.01200562 0.06777536 7.16769e-4 -0.9977004 -0.05586671 0.003871321 -0.9984307 0.1450623 -0.9891073 0.02497428 -0.05754381 -0.05118334 0.9970301 -0.9999674 -0.005142211 -0.006223201 -0.1291913 -0.9911738 0.02973467 -0.1424579 -1.15531e-4 0.9898009 -0.198882 0.9800189 0.002990067 -0.4065714 0.9132549 -0.02579212 0.7160703 -0.6978043 0.01767772 0.2766552 -0.9607215 0.02182269 -0.01260077 -0.9996876 0.02158558 -0.8723514 -0.4888744 0.002217173 -0.105711 0.9940977 -0.02439749 0.04749965 7.90701e-5 0.9988713 0.05246883 -0.05236554 0.9972487 -0.02591794 0.07711148 -0.9966856 -0.1523015 -0.001610338 -0.9883328 -0.0581181 0.9926052 -0.1065711 -0.05748659 -7.99957e-4 -0.998346 -0.08637726 0.9962625 -1.7911e-4 -0.125967 0.9903282 0.05815917 -0.1418501 -0.9430639 0.3008475 -0.06319618 -2.2664e-6 0.9980012 -0.9975364 0.03845673 -0.05867099 -0.5672672 0.8125066 0.134317 -0.03675788 9.64447e-5 -0.9993242 -0.06223511 0.9975842 -0.03086513 -0.04456603 1.48751e-4 -0.9990065 -0.973703 0.03753787 0.2247077 -0.0863772 -0.9962626 1.79154e-4 -0.07113569 1.86741e-4 -0.9974666 -0.01052588 -0.9941969 0.1070596 -0.003090918 5.1418e-5 0.9999952 0.03035616 0.9994601 -0.01257592 0.1280506 -0.9917658 0.001915097 -0.03851836 -0.9992579 -3.21257e-4 -0.07120716 8.66619e-4 0.9974612 -0.03798139 0.9992064 -0.01200819 0.06777536 -7.16769e-4 0.9977004 -0.05586618 -0.003871381 0.9984309 0.1450621 0.9891074 -0.02496916 -0.05754381 0.05118334 -0.9970301 -0.9999674 0.005142211 0.006223201 -0.1291918 0.9911737 -0.02973473 -0.1424579 1.15531e-4 -0.9898009 -0.1988818 -0.980019 -0.002990067 -0.4065709 -0.9132552 0.02579194 0.7160743 0.6978002 -0.0176779 0.2766522 0.9607223 -0.02182269 -0.01259732 0.9996877 -0.02158546 -0.8723547 0.4888687 -0.002220034 -0.105711 -0.9940975 0.02439755 0.04750001 -7.88819e-5 -0.9988713 0.05246913 0.05236625 -0.9972486 -0.02590835 -0.07711148 0.9966858 -0.1523014 0.001610338 0.9883328 -0.05811774 -0.9926051 0.1065722 -0.05748659 7.99957e-4 0.998346 -0.1259669 -0.9903282 -0.05815929 -0.1418503 0.943063 -0.3008499 -0.06319618 2.2664e-6 -0.9980012 -0.9943724 -0.06079238 0.08676356 -0.7558984 0.01051872 0.6546046 0.05333852 0.9980544 0.03228724 -1.44531e-7 0.9999382 -0.01112675 0 0.9999382 -0.01112675 -0.9870829 -0.1048486 -0.1211369 1.32042e-7 -0.9946129 0.1036596 0 0.9986064 -0.0527755 0.1246846 -0.9836049 -0.1302884 -0.1148975 0.9891438 0.0916149 -0.06413602 0.9364591 -0.3448637 -0.467067 -0.8703561 -0.1559773 0.2768203 0.7643621 0.5823412 -0.3311686 -0.7483605 0.5747035 -0.2278813 -4.79874e-6 0.973689 -0.2278808 4.63606e-6 -0.9736891 -0.3311701 0.74836 -0.5747031 0.2768197 -0.7643625 -0.5823409 0.3086993 0.5458036 -0.7789758 0.30869 -0.5457869 0.7789912 -0.5368881 -0.8286933 -0.1581725 -0.5368872 0.8286932 0.1581767 -0.9943727 0.06078904 -0.08676159 -0.4670645 0.8703572 0.1559777 -0.4875778 0.1096137 0.8661714 -0.4875869 -0.1095858 -0.8661697 0.3922682 0.9057889 -0.1602253 0.899541 0.2506694 -0.3577581 -0.9304721 0.2839751 -0.2314735 -0.4081912 0.8918626 -0.1948363 -0.8822423 -0.05909299 -0.4670726 -0.882247 0.05910629 0.4670617 -0.9796789 0.2001832 0.01249468 -0.8096746 -0.5832043 0.065575 -0.4002548 0.9163964 -0.003730356 0.4386295 0.8967671 -0.0584228 0.979757 0.1998888 0.01099938 -0.884751 0.4659584 -0.009932875 -0.3605515 0.7750312 -0.5189697 -0.6868825 -0.6410781 0.3423614 0.9749489 0.08195883 0.206779 -0.3758797 0.8605948 0.3436442 -0.3605452 -0.7750332 0.518971 -0.9466826 0.1400153 0.2901514 -0.6868822 0.641079 -0.3423604 0.3896527 0.8418396 0.3734659 0.1279422 -0.1219038 0.9842613 -0.415701 8.36313e-7 0.9095014 -0.3270879 -0.3053695 0.8942948 -0.1974929 -0.4245314 0.8836117 0.1984423 -0.4226934 0.88428 -0.1959772 0.4234226 0.8844808 0.1702939 0.4127997 0.8947606 0.4503946 0.06663954 0.8903393 0.32712 -0.3053509 0.8942893 -0.7059494 0.6958034 -0.132262 -0.7139156 -0.6916518 0.109281 -0.8232741 0.5311987 0.200119 -0.8122779 -0.5528922 0.1857824 -0.128283 -0.1198442 0.9844699 -0.07544219 0.182933 0.9802265 0.07548362 0.1829324 0.9802235 -0.6051617 -0.7334786 -0.3094972 -0.6051617 0.7334781 0.3094982 -0.7205291 0.1992036 0.6641956 -0.7275126 -0.1970976 -0.6571742 -0.4008971 -0.8748957 -0.2717334 -0.4008973 0.8748955 0.2717341 -0.1068781 0.9856259 -0.1308382 -0.7272561 0.6794162 0.09742856 -0.6162184 0.7853342 0.05937319 0.9795212 0.2007532 0.01537752 -0.9795215 0.2007512 0.01538527 -0.2636632 0.9542941 -0.1407293 -0.2636649 -0.9542936 0.1407291 -0.5019496 -0.8647212 0.01742851 -0.4848223 0.868945 0.09940969 0.07763487 -0.1508573 0.9855024 -0.4109187 -0.7984854 0.4399625 -0.3321655 0.8924655 0.30524 -0.2553477 0.7205488 0.6446759 0.1191191 -0.5481711 0.8278401 0.8977391 -0.107286 0.4272637 -0.9920431 -0.1205116 0.03643691 0.2411746 0.9182589 0.3140627 -0.07763999 -0.1508672 0.9855005 0.6035665 -0.08570694 0.7926927 0.02373093 0.4272223 0.9038352 0 -0.3457779 0.9383165 -0.5951347 -0.08760213 0.798837 0.4341611 -0.715565 0.5472393 0 0 -1 0.07763463 -0.1508564 0.9855026 -0.4109195 -0.798484 0.4399643 -0.332166 0.8924649 0.305241 -0.2553473 0.7205483 0.6446766 0.1191172 -0.5481721 0.8278396 -1.98681e-7 0.979745 0.2002498 -0.9995851 -2.52908e-5 -0.02880293 0.002843141 -0.9941166 -0.1082783 -0.9898874 -0.1051234 -0.0952475 -0.6957931 -0.7109696 -0.1019525 -0.616218 -0.7853345 -0.05937314 -0.6306796 -0.716937 -0.29706 0 -0.979745 -0.2002493 0.9706382 -0.04411566 0.2364642 0.9932507 -0.1129115 0.02653241 -0.9683071 -0.04715549 0.2452707 -0.8977074 -0.1074417 0.4272913 0.2915532 0.8700041 0.3976051 -0.1413406 -0.1231266 0.9822742 0.5985444 -0.08342224 0.7967342 0.2594615 0.7249176 0.6381021 -0.119127 -0.5480841 0.8278965 -0.5882422 -0.08441841 0.8042665 -0.9975504 6.15199e-5 0.06995224 0.9902511 -0.1015356 -0.09535837 -0.9995943 2.50074e-5 0.02848148 0.002842843 0.9941165 0.1082787 -0.002853274 0.9940745 0.1086635 -2.05133e-7 0.9946128 -0.1036596 0 -0.9986064 0.05277544 0.9958299 1.09693e-6 -0.09122967 0.4109185 -0.7984829 0.4399672 0 5.00674e-7 -1 -6.91398e-7 -2.63246e-6 -1 0.260667 0.9644612 0.04321271 0.3801521 0.8643524 0.3292102 0 -0.985233 -0.1712192 -0.03676456 -1.22625e-4 0.999324 -0.03934502 -0.9942846 -0.09924811 -0.04457008 -1.76359e-4 0.9990063 1.24975e-7 -0.9999292 -0.01190245 -0.9733064 -0.03026247 -0.2275056 -0.7604218 -0.02364349 -0.6489992 -0.3801518 0.8643526 0.3292101 -0.2606672 0.9644612 0.04321229 -0.0711528 -1.36725e-4 0.9974655 0.009028255 0.9999592 -7.4668e-5 -0.00308609 -6.53081e-5 -0.9999953 0.009956538 -0.995038 -0.09899646 0.1278681 0.9917906 -0.001053869 -0.03851801 0.9992579 3.2304e-4 -0.07109242 -0.001182973 -0.9974691 -0.0392456 -0.9990931 0.01651829 0.06753271 3.47164e-4 -0.9977171 -0.08026844 0.05422639 -0.9952973 0.1405554 -0.9894515 0.03506982 -0.06066232 -0.04480254 0.9971523 -0.9999791 -8.07436e-4 0.006416797 -0.1290296 -0.9911533 0.03108847 -0.1425414 -2.36891e-4 0.9897888 -0.1990808 0.9799822 0.001277685 -0.4068078 0.9131419 -0.0260632 0.7143266 -0.6995041 0.020778 0.2751148 -0.9611194 0.02369362 -0.01623195 -0.9994889 0.02754205 -0.8724159 -0.4887591 0.002298831 -0.1025137 0.9942902 -0.02963322 0.06364661 -0.04536974 0.9969407 0.056176 1.07911e-4 0.998421 0.05185258 0.002985954 0.9986504 0.007997393 -0.02381283 0.9996845 -0.1134252 0.132734 -0.9846403 -0.1660723 -0.01103848 -0.9860519 -0.1793609 -0.00218302 -0.983781 -0.192498 0.08199405 -0.9778658 -0.08866745 0.9937212 0.0682376 -0.05740743 -0.001214802 -0.9983502 -0.01201802 0.9998924 -0.008420228 -0.06303608 -2.49495e-4 0.9980112 -0.9975503 -6.13329e-5 -0.0699529 -0.03676331 1.22625e-4 -0.999324 -0.03934496 0.9942846 0.09924811 -0.0445699 1.764e-4 -0.9990063 -0.9733064 0.03026247 0.2275056 -0.01201796 -0.9998924 0.008420288 -0.0711528 1.36401e-4 -0.9974655 0.009028494 -0.9999593 7.20132e-5 -0.003085792 6.53082e-5 0.9999953 0.0099563 0.995038 0.09899652 0.1278685 -0.9917906 0.00105834 -0.0385192 -0.9992578 -3.18893e-4 -0.07109123 0.001182734 0.9974692 -0.03924548 0.9990931 -0.01651823 0.06753271 -3.47164e-4 0.9977171 -0.08027273 -0.05422544 0.995297 0.1405517 0.9894521 -0.03506982 -0.06066226 0.04480338 -0.9971524 -0.9999791 8.14338e-4 -0.006416797 -0.1290298 0.9911533 -0.03108853 -0.1425414 2.36891e-4 -0.9897888 -0.1990808 -0.9799822 -0.001277208 -0.4068048 -0.9131434 0.02605855 0.7143242 0.6995064 -0.02077794 0.2751179 0.9611186 -0.02369385 -0.01623231 0.9994887 -0.02754807 -0.8724159 0.4887591 -0.002298831 -0.1025134 -0.9942902 0.02963316 0.06364685 0.04536992 -0.9969407 0.056176 -1.07911e-4 -0.998421 0.05185246 -0.002985954 -0.9986503 0.007997393 0.02381289 -0.9996845 -0.1134286 -0.1327339 0.98464 -0.1660725 0.01103878 0.9860519 -0.1793564 0.002182364 0.9837818 -0.1924979 -0.08199405 0.9778658 -0.08866727 -0.9937213 -0.0682376 -0.05740743 0.001214802 0.9983501 -0.06303757 2.49472e-4 -0.9980112 -0.9911079 -1.47218e-6 0.1330606 -0.7604218 0.02364403 0.648999 0.05298173 0.9985611 0.008298814 -0.05298185 0.998561 0.008298814 -0.9958299 9.95123e-7 -0.09123039 1.3771e-6 -0.9946129 0.1036593 0 0.9986065 -0.0527755 0 -0.985233 -0.1712192 -0.3711959 -0.9226522 -0.1045309 -0.4494727 0.8375674 0.3105725 0.0438525 -0.6374639 0.7692312 -0.2278798 -1.97251e-6 0.9736894 -0.2278793 1.99849e-6 -0.9736894 0.04385221 0.6374643 -0.7692311 -0.4494715 -0.837568 -0.3105727 0.1746358 0.4595907 -0.870792 0.1746595 -0.4595888 0.8707883 -0.379543 -0.8577002 -0.3468394 -0.3795446 0.8576996 0.3468391 -0.9911087 1.47215e-6 -0.133055 -0.3711957 0.9226521 0.1045317 -0.4703356 0.1768772 0.8645803 -0.4703366 -0.1768773 -0.8645797 0.4081912 0.8918626 -0.1948363 0.9304728 0.2839727 -0.2314733 -0.8995352 0.2506688 -0.3577732 -0.3922692 0.9057885 -0.1602255 -0.9878233 0.149249 -0.04393118 -0.7781069 -0.5528755 -0.2981252 -0.7809764 -0.6244402 0.01226687 -0.4386299 0.8967668 -0.05842262 0.4002547 0.9163964 -0.003730237 0.9876663 0.1502717 -0.0439735 -0.811539 0.5539775 -0.1857785 -0.2373719 0.8998789 -0.3658861 -0.8143273 -0.5418492 0.2080162 -0.7302926 -0.5942031 0.3370392 0.9466769 0.1400256 0.2901653 -0.3896462 0.8418493 0.3734508 -0.2373722 -0.8998788 0.365886 -0.975225 0.08124905 0.2057543 -0.8136646 0.5425221 -0.2088536 -0.7302902 0.594205 -0.3370409 0.3758797 0.8605948 0.3436439 0.0858314 -0.1828225 0.9793921 -0.4503983 0.06660646 0.8903398 -0.3271101 -0.3053533 0.8942922 -0.1963938 -0.4266614 0.8828304 0.1974885 -0.4245318 0.8836126 -0.1702716 0.4128013 0.8947641 0.1960036 0.4234159 0.8844782 0.4157032 6.20956e-5 0.9095004 0.3230451 -0.3076739 0.8949741 -0.8572254 0.3898603 -0.3364128 -0.8646073 -0.3804018 0.3282511 -0.7786008 0.6274006 -0.0122233 -0.8019147 0.5922433 -0.07861816 -0.8849996 -0.4654551 0.01128727 -0.0841667 -0.1828486 0.9795317 -0.1474062 2.39014e-7 0.9890761 0.1474123 6.75183e-5 0.9890752 -0.510471 -0.8275943 -0.2334678 -0.7579766 -0.6498607 -0.05614757 -0.5104727 0.8275926 0.2334703 -0.7579779 0.6498594 0.05614703 -0.7277945 0.5903834 0.348945 -0.7014921 -0.690302 -0.1771781 -0.3589659 -0.8911461 0.2774926 -0.3589659 0.8911462 -0.2774926 -0.5506849 0.7582466 0.3490105 -0.4877347 0.8727406 -0.02094578 -0.6514456 0.7042474 0.2822311 -0.2457104 0.9667667 -0.07062941 -0.2362623 -0.9710395 0.03553253 -0.365645 -0.9132686 -0.1795671 -0.6492853 -0.6694239 -0.3609712 -0.4088082 0.8889255 0.2066097 -0.5478395 0.7828711 0.2949317 0.141341 -0.1231036 0.9822771 -0.4341614 -0.7155666 0.5472371 -0.2963501 0.9244266 0.2400256 -0.02373284 0.4272252 0.9038337 0 -0.3457726 0.9383184 0.9706383 -0.04411572 0.2364639 0.9932509 -0.1129112 0.02653259 -0.9683072 -0.04715538 0.2452706 -0.8977064 -0.1074423 0.4272931 0.2915531 0.8700035 0.3976064 -0.1413387 -0.1231275 0.9822745 0.5985445 -0.0834223 0.7967342 0.2594614 0.7249176 0.6381021 -0.1191252 -0.5480857 0.8278957 -0.5882421 -0.08441847 0.8042666 0.4109191 -0.7984825 0.4399673 0.1413391 -0.1231035 0.9822774 -0.4341617 -0.7155662 0.5472374 -0.29635 0.9244268 0.2400244 -0.02373075 0.4272226 0.9038351 0 0.9797449 0.2002499 1.98681e-7 0.9797449 0.2002499 -0.9935899 0.1056807 -0.04013466 -0.002853214 -0.9940744 -0.1086649 0 -0.9940553 -0.1088761 -0.9902219 -0.1015238 -0.09567528 -0.5019309 -0.8649075 -7.80998e-4 -0.6514431 -0.7042466 -0.2822387 -0.07429653 -0.9909916 0.1114262 + + + + + + + + + + 0.59874 0.125 0.59874 0.209359 0.59874 0.04064095 0.625 0.5 0.5168073 0.5 0.375 0.4415208 0.875 0.5 0.875 0.75 0.625 0.75 0.375 0.625 0.125 0.75 0.125 0.625 0.625 0.625 0.5168073 0.75 0.5168073 0.625 0.59874 0.209359 0.375 0.25 0.40126 0.2158681 0.40126 0.2158681 0.375 0.125 0.40126 0.125 0.59874 0.04064095 0.625 0.125 0.59874 0.125 0.59874 0.04064095 0.375 0 0.625 0 0.40126 0.03413188 0.59874 0.04064095 0.40126 0.03413188 0.59874 0.209359 0.40126 0.2158681 0.59874 0.209359 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.125 0.40126 0.03413188 0.40126 0.2158681 0.40126 0.2158681 0.40126 0.03413188 0.40126 0.2158681 0.59874 0.209359 0.59874 0.04064095 0.59874 0.04064095 0.40126 0.2158681 0.59874 0.209359 0.59874 0.209359 0.4334792 1 0.375 0.875 0.4334792 0.875 0.625 1 0.4334792 1 0.625 0.75 0.59874 0.209359 0.59874 0.209359 0.59874 0.125 0 0 0 0 0 0 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.209359 0.59874 0.04064095 0.59874 0.209359 0.59874 0.209359 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.209359 0 0 0 0 0 0 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0 0 0 0 0 0 0 0 0.59874 0.209359 0 0 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.40126 0.2158681 0.40126 0.03413188 0.40126 0.2158681 0.59874 0.209359 0.59874 0.04064095 0.59874 0.04064095 0 0 0 0 0 0 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0 0 0 0 0 0 0.59874 0.04064095 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0 0 0 0 0 0 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0 0 0 0 0 0 0 0 0 0 0 0 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.40126 0.03413188 0.59874 0.04064095 0.40126 0.125 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.125 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.209359 0.59874 0.125 0.40126 0.125 0 0 0.59874 0.125 0.40126 0.03413188 0.59874 0.04064095 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.209359 0 0 0 0 0 0 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0 0 0 0 0 0 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.125 0.40126 0.03413188 0.40126 0.03413188 0 0 0 0 0 0 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0 0 0 0 0 0 0.59874 0.04064095 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0 0 0 0 0 0 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0 0 0 0 0 0 0 0 0 0 0 0 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.40126 0.03413188 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.125 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.209359 0.59874 0.125 0.40126 0.125 0 0 0.59874 0.125 0.2808775 0.07425719 0.3143374 0.07425719 0.2808775 0.07425719 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.20063 0.107934 0 0 0.40126 0.03413188 0.20063 0.107934 0.40126 0.03413188 0.40126 0.2158681 0.40126 0.03413188 0.40126 0.2158681 0.40126 0.2158681 0.59874 0.209359 0.40126 0.2158681 0.59874 0.209359 0.40126 0.03413188 0.40126 0.2158681 0.40126 0.03413188 0.59874 0.209359 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.209359 0.59874 0.04064095 0.59874 0.209359 0.59874 0.209359 0.59874 0.209359 0.59874 0.209359 0.59874 0.209359 0 0 0.59874 0.125 0.2808775 0.07425719 0 0 0 0 0.3702741 0.1055161 0 0 0.40126 0.125 0.4639166 0.1265599 0.59874 0.209359 0.4001552 0.1399207 0.3702741 0.1055161 0.59874 0.125 0.4639166 0.1265599 0.2808775 0.07425719 0.59874 0.125 0.3143374 0.07425719 0.3143374 0.07425719 0 0 0 0 0.2808775 0.07425719 0 0 0.40126 0.125 0.3143374 0.07425719 0 0 0.2808775 0.07425719 0.4639166 0.1265599 0 0 0.3702741 0.1055161 0.4639166 0.1265599 0.4001552 0.1399207 0.4639166 0.1265599 0.3143374 0.07425719 0 0 0.3143374 0.07425719 0.3702741 0.1055161 0.4639166 0.1265599 0.3702741 0.1055161 0.3702741 0.1055161 0 0 0 0 0 0 0.3143374 0.07425719 0.3143374 0.07425719 0.4001552 0.1399207 0.4639166 0.1265599 0.4639166 0.1265599 0 0 0.2808775 0.07425719 0.2808775 0.07425719 0.2808775 0.07425719 0.3143374 0.07425719 0.3143374 0.07425719 0.3702741 0.1055161 0.4639166 0.1265599 0.3702741 0.1055161 0 0 0.3702741 0.1055161 0 0 0.4639166 0.1265599 0.4639166 0.1265599 0.4639166 0.1265599 0.3143374 0.07425719 0.3143374 0.07425719 0.3143374 0.07425719 0 0 0.3702741 0.1055161 0.2319583 0.06327998 0.4639166 0.1265599 0.4639166 0.1265599 0.3479375 0.09491997 0 0 0 0 0 0 0 0 0 0 0.2808775 0.07425719 0.2808775 0.07425719 0 0 0.1571686 0.03712856 0.1571686 0.03712856 0 0 0.1571686 0.03712856 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1786231 0.05354446 0 0 0 0 0.2160179 0.06662011 0 0 0 0 0.235753 0.05569285 0.1571686 0.03712856 0.1571686 0.03712856 0 0 0.2319583 0.06327998 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1786231 0.05354446 0.3001164 0.1049405 0.2000776 0.06996029 0.2160179 0.06662011 0.3001164 0.1049405 0.2000776 0.06996029 0.3662297 0.128696 0.4639166 0.1265599 0.4001552 0.1399207 0.3662297 0.128696 0.3143374 0.07425719 0.4001552 0.1399207 0.308497 0.08684551 0.235753 0.05569285 0.3143374 0.07425719 0.2679347 0.08031666 0.3340356 0.1167629 0.3001164 0.1049405 0.3340356 0.1167629 0.308497 0.08684551 0.3662297 0.128696 0.3143374 0.07425719 0.2808775 0.07425719 0.1571686 0.03712856 0.4639166 0.1265599 0.2319583 0.06327998 0.3702741 0.1055161 0.1571686 0.03712856 0 0 0 0 0.2319583 0.06327998 0 0 0 0 0.3359822 0.0974251 0.324027 0.09993022 0.2160179 0.06662011 0.2518439 0.06800478 0.2679347 0.08031666 0.1786231 0.05354446 0.5168073 0.5 0.625 0.625 0.5168073 0.625 0.4334792 0.7500001 0.375 0.875 0.375 0.7807167 0.125 0.5 0.375 0.625 0.125 0.625 0.40126 0.03413188 0.375 0.125 0.375 0 0.59874 0.209359 0.625 0.125 0.625 0.25 0.625 0.5 0.5168073 0.5 0.375 0.4415208 0.875 0.5 0.875 0.75 0.625 0.75 0.375 0.625 0.125 0.75 0.125 0.625 0.625 0.625 0.5168073 0.75 0.5168073 0.625 0.59874 0.209359 0.375 0.25 0.40126 0.2158681 0.40126 0.2158681 0.375 0.125 0.40126 0.125 0.59874 0.04064095 0.625 0.125 0.59874 0.125 0.59874 0.04064095 0.375 0 0.625 0 0.4334792 1 0.375 0.875 0.4334792 0.875 0.625 1 0.4334792 1 0.625 0.75 0.5168073 0.5 0.625 0.625 0.5168073 0.625 0.4334792 0.7500001 0.375 0.875 0.375 0.7807167 0.125 0.5 0.375 0.625 0.125 0.625 0.40126 0.03413188 0.375 0.125 0.375 0 0.59874 0.209359 0.625 0.125 0.625 0.25 0.59874 0.04064095 0.59874 0.125 0.59874 0.04064095 0.40126 0.03413188 0 0 0.59874 0.04064095 0.40126 0.2158681 0.40126 0.03413188 0.40126 0.125 0.40126 0.2158681 0.59874 0.04064095 0.59874 0.209359 0.324027 0.09993022 0.3340356 0.1167629 0.3001164 0.1049405 0.3340356 0.1167629 0.3967 0.1176871 0.3662297 0.128696 0.3479375 0.09491997 0.3967 0.1176871 0.3359822 0.0974251 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.125 0.59874 0.125 0.59874 0.209359 0.59874 0.209359 0.375 0.4415208 0.375 0.25 0.625 0.5 0.375 0.25 0.625 0.25 0.625 0.5 0.625 0.75 0.625 0.5584792 0.875 0.5 0.625 0.5584792 0.7668073 0.5 0.875 0.5 0.375 0.625 0.375 0.75 0.125 0.75 0.625 0.625 0.625 0.75 0.5168073 0.75 0.59874 0.209359 0.625 0.25 0.375 0.25 0.40126 0.2158681 0.375 0.25 0.375 0.125 0.59874 0.04064095 0.625 0 0.625 0.125 0.59874 0.04064095 0.40126 0.03413188 0.375 0 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.209359 0.40126 0.2158681 0.40126 0.2158681 0.59874 0.04064095 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.2158681 0.40126 0.2158681 0.40126 0.125 0.40126 0.125 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.2158681 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.209359 0.59874 0.209359 0.59874 0.04064095 0.40126 0.2158681 0.40126 0.2158681 0.59874 0.209359 0.4334792 1 0.375 0.9692834 0.375 0.875 0.4334792 0.875 0.4334792 0.7500001 0.4334792 1 0.4334792 0.7500001 0.625 0.75 0.4334792 1 0.625 0.75 0.625 0.875 0.625 1 0.59874 0.209359 0.59874 0.209359 0.59874 0.04064095 0.59874 0.209359 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.209359 0.59874 0.209359 0 0 0 0 0 0 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0 0 0 0 0 0 0 0 0 0 0.59874 0.209359 0.59874 0.04064095 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.209359 0.59874 0.04064095 0.59874 0.209359 0.59874 0.209359 0.59874 0.04064095 0 0 0 0 0 0 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0 0 0 0 0 0 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0 0 0 0 0 0 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.125 0.40126 0.2158681 0.40126 0.03413188 0.40126 0.125 0.40126 0.03413188 0 0 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0 0 0 0 0 0 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0 0 0 0 0 0 0.59874 0.04064095 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.125 0 0 0.40126 0.03413188 0 0 0 0 0 0 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0 0 0 0 0 0 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0 0 0 0 0 0 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.40126 0.03413188 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.125 0.40126 0.03413188 0 0 0.2808775 0.07425719 0.3143374 0.07425719 0.3143374 0.07425719 0.40126 0.03413188 0.40126 0.03413188 0.59874 0.04064095 0.20063 0.107934 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.03413188 0.40126 0.2158681 0.59874 0.209359 0.40126 0.2158681 0.40126 0.2158681 0.40126 0.03413188 0.40126 0.2158681 0.40126 0.2158681 0.59874 0.209359 0.59874 0.209359 0.59874 0.04064095 0.59874 0.209359 0.59874 0.209359 0.59874 0.04064095 0.2808775 0.07425719 0.2808775 0.07425719 0 0 0.3702741 0.1055161 0 0 0 0 0.4639166 0.1265599 0.59874 0.125 0.59874 0.209359 0.3702741 0.1055161 0.40126 0.125 0.59874 0.125 0.2808775 0.07425719 0.40126 0.125 0.59874 0.125 0.3143374 0.07425719 0.59874 0.125 0 0 0.2808775 0.07425719 0 0 0 0 0.3143374 0.07425719 0 0 0 0 0.4639166 0.1265599 0.4001552 0.1399207 0 0 0.4639166 0.1265599 0.4001552 0.1399207 0.4001552 0.1399207 0.3143374 0.07425719 0 0 0 0 0.3702741 0.1055161 0.4639166 0.1265599 0.4639166 0.1265599 0.3702741 0.1055161 0.3702741 0.1055161 0 0 0 0 0 0 0.3143374 0.07425719 0.4001552 0.1399207 0.4001552 0.1399207 0.4639166 0.1265599 0 0 0 0 0.2808775 0.07425719 0.2808775 0.07425719 0.2808775 0.07425719 0.3143374 0.07425719 0.3702741 0.1055161 0.4639166 0.1265599 0.4639166 0.1265599 0 0 0.3702741 0.1055161 0.3702741 0.1055161 0 0 0 0 0.3702741 0.1055161 0.2319583 0.06327998 0.2319583 0.06327998 0.3479375 0.09491997 0.2319583 0.06327998 0.4639166 0.1265599 0.3479375 0.09491997 0 0 0.3702741 0.1055161 0 0 0 0 0 0 0 0 0.2808775 0.07425719 0 0 0 0 0.1571686 0.03712856 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1786231 0.05354446 0.2000776 0.06996029 0 0 0.2160179 0.06662011 0.2000776 0.06996029 0 0 0.1571686 0.03712856 0.3143374 0.07425719 0.235753 0.05569285 0.3143374 0.07425719 0.3143374 0.07425719 0.235753 0.05569285 0 0 0.2319583 0.06327998 0.2319583 0.06327998 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1786231 0.05354446 0.2679347 0.08031666 0.3001164 0.1049405 0.2160179 0.06662011 0.324027 0.09993022 0.3001164 0.1049405 0.3662297 0.128696 0.3967 0.1176871 0.4639166 0.1265599 0.3662297 0.128696 0.308497 0.08684551 0.3143374 0.07425719 0.308497 0.08684551 0 0 0.235753 0.05569285 0.2679347 0.08031666 0 0 0.3340356 0.1167629 0.3340356 0.1167629 0 0 0.308497 0.08684551 0.1571686 0.03712856 0.1786231 0.05354446 0 0 0.2319583 0.06327998 0.2160179 0.06662011 0 0 0.2160179 0.06662011 0.2319583 0.06327998 0.3359822 0.0974251 0.2319583 0.06327998 0.3479375 0.09491997 0.3359822 0.0974251 0.1786231 0.05354446 0.1571686 0.03712856 0.2518439 0.06800478 0.1571686 0.03712856 0.235753 0.05569285 0.2518439 0.06800478 0.5168073 0.5 0.625 0.5 0.625 0.625 0.4334792 0.7500001 0.4334792 0.875 0.375 0.875 0.125 0.5 0.375 0.5 0.375 0.625 0.40126 0.03413188 0.40126 0.125 0.375 0.125 0.59874 0.209359 0.59874 0.125 0.625 0.125 0.375 0.4415208 0.375 0.25 0.625 0.5 0.375 0.25 0.625 0.25 0.625 0.5 0.625 0.75 0.625 0.5584792 0.875 0.5 0.625 0.5584792 0.7668073 0.5 0.875 0.5 0.375 0.625 0.375 0.75 0.125 0.75 0.625 0.625 0.625 0.75 0.5168073 0.75 0.59874 0.209359 0.625 0.25 0.375 0.25 0.40126 0.2158681 0.375 0.25 0.375 0.125 0.59874 0.04064095 0.625 0 0.625 0.125 0.59874 0.04064095 0.40126 0.03413188 0.375 0 0.4334792 1 0.375 0.9692834 0.375 0.875 0.4334792 0.875 0.4334792 0.7500001 0.4334792 1 0.4334792 0.7500001 0.625 0.75 0.4334792 1 0.625 0.75 0.625 0.875 0.625 1 0.5168073 0.5 0.625 0.5 0.625 0.625 0.4334792 0.7500001 0.4334792 0.875 0.375 0.875 0.125 0.5 0.375 0.5 0.375 0.625 0.40126 0.03413188 0.40126 0.125 0.375 0.125 0.59874 0.209359 0.59874 0.125 0.625 0.125 0.59874 0.04064095 0.59874 0.209359 0.59874 0.04064095 0.59874 0.04064095 0.59874 0.209359 0.59874 0.125 0.40126 0.03413188 0.40126 0.2158681 0 0 0.40126 0.2158681 0.40126 0.03413188 0.40126 0.125 0.40126 0.03413188 0.40126 0.2158681 0.40126 0.125 0.40126 0.2158681 0.40126 0.03413188 0.59874 0.04064095 0.324027 0.09993022 0.3359822 0.0974251 0.3340356 0.1167629 0.3340356 0.1167629 0.3359822 0.0974251 0.3967 0.1176871 0.3479375 0.09491997 0.4639166 0.1265599 0.3967 0.1176871 + + + + + + + + + + + + + + +

190 0 0 13 0 1 12 0 2 7 1 3 20 1 4 21 1 5 9 2 6 8 2 7 1 2 8 187 3 9 3 3 10 188 3 11 185 4 12 19 4 13 184 4 14 5 5 15 6 5 16 2 5 17 2 6 18 187 6 19 189 6 20 4 7 21 185 7 22 190 7 23 4 8 24 8 8 25 9 8 26 10 9 27 16 9 28 14 9 29 5 10 30 11 10 31 13 10 32 4 11 33 10 11 34 0 11 35 189 12 36 10 12 37 11 12 38 11 13 39 14 13 40 15 13 41 13 14 42 16 14 43 12 14 44 11 15 45 17 15 46 13 15 47 21 16 48 184 16 49 186 16 50 3 17 51 21 17 52 1 17 53 28 18 54 119 18 55 120 18 56 27 19 57 26 19 58 28 19 59 63 20 60 24 20 61 28 20 62 16 21 63 27 21 64 26 21 65 33 22 66 16 22 67 26 22 68 30 23 69 35 23 70 36 23 71 24 24 72 31 24 73 63 24 74 24 25 75 29 25 76 30 25 77 28 26 78 76 26 79 119 26 80 16 27 81 34 27 82 14 27 83 64 28 84 33 28 85 63 28 86 115 29 87 34 29 88 118 29 89 76 30 90 74 30 91 111 30 92 35 31 93 40 31 94 36 31 95 32 32 96 35 32 97 29 32 98 32 33 99 37 33 100 38 33 101 31 34 102 36 34 103 37 34 104 39 35 105 46 35 106 43 35 107 38 36 108 39 36 109 35 36 110 38 37 111 41 37 112 42 37 113 36 38 114 41 38 115 37 38 116 45 39 117 50 39 118 46 39 119 61 40 120 58 40 121 59 40 122 52 41 123 45 41 124 51 41 125 62 42 126 57 42 127 56 42 128 48 43 129 50 43 130 49 43 131 45 44 132 48 44 133 49 44 134 44 45 135 47 45 136 48 45 137 46 46 138 47 46 139 43 46 140 62 47 141 51 47 142 61 47 143 40 48 144 54 48 145 41 48 146 53 49 147 55 49 148 54 49 149 56 50 150 58 50 151 55 50 152 57 51 153 59 51 154 58 51 155 59 52 156 62 52 157 61 52 158 43 53 159 44 53 160 52 53 161 52 54 162 56 54 163 53 54 164 51 55 165 55 55 166 61 55 167 51 56 168 45 56 169 46 56 170 22 57 171 32 57 172 29 57 173 31 58 174 64 58 175 63 58 176 117 59 177 34 59 178 64 59 179 22 60 180 117 60 181 64 60 182 24 61 183 28 61 184 120 61 185 117 62 186 24 62 187 120 62 188 67 63 189 72 63 190 71 63 191 81 64 192 72 64 193 75 64 194 78 65 195 83 65 196 84 65 197 74 66 198 79 66 199 111 66 200 74 67 201 77 67 202 78 67 203 72 68 204 82 68 205 71 68 206 121 69 207 82 69 208 112 69 209 83 70 210 88 70 211 84 70 212 80 71 213 83 71 214 77 71 215 80 72 216 85 72 217 86 72 218 79 73 219 84 73 220 85 73 221 87 74 222 94 74 223 91 74 224 86 75 225 87 75 226 83 75 227 86 76 228 89 76 229 90 76 230 84 77 231 89 77 232 85 77 233 93 78 234 98 78 235 94 78 236 109 79 237 106 79 238 107 79 239 100 80 240 93 80 241 99 80 242 110 81 243 105 81 244 104 81 245 96 82 246 98 82 247 97 82 248 93 83 249 96 83 250 97 83 251 92 84 252 95 84 253 96 84 254 94 85 255 95 85 256 91 85 257 110 86 258 99 86 259 109 86 260 88 87 261 102 87 262 89 87 263 101 88 264 103 88 265 102 88 266 104 89 267 106 89 268 103 89 269 105 90 270 107 90 271 106 90 272 107 91 273 110 91 274 109 91 275 91 92 276 92 92 277 100 92 278 100 93 279 104 93 280 101 93 281 99 94 282 103 94 283 109 94 284 99 95 285 93 95 286 94 95 287 73 96 288 80 96 289 77 96 290 79 97 291 112 97 292 111 97 293 73 98 294 121 98 295 112 98 296 74 99 297 76 99 298 122 99 299 121 100 300 74 100 301 122 100 302 113 101 303 128 101 304 127 101 305 112 102 306 81 102 307 111 102 308 115 103 309 118 103 310 82 103 311 115 104 312 71 104 313 15 104 314 14 105 315 115 105 316 15 105 317 17 106 318 68 106 319 70 106 320 71 107 321 68 107 322 67 107 323 70 108 324 72 108 325 69 108 326 27 109 327 72 109 328 75 109 329 75 110 330 27 110 331 76 110 332 76 111 333 119 111 334 122 111 335 113 112 336 123 112 337 23 112 338 65 113 339 118 113 340 117 113 341 66 114 342 119 114 343 25 114 344 65 115 345 120 115 346 66 115 347 113 116 348 122 116 349 114 116 350 114 117 351 119 117 352 25 117 353 113 118 354 118 118 355 121 118 356 128 119 357 123 119 358 127 119 359 126 120 360 123 120 361 125 120 362 66 121 363 124 121 364 126 121 365 114 122 366 124 122 367 128 122 368 65 123 369 126 123 370 125 123 371 65 124 372 123 124 373 23 124 374 124 125 375 171 125 376 128 125 377 124 126 378 170 126 379 126 126 380 123 127 381 133 127 382 127 127 383 127 128 384 134 128 385 128 128 386 125 129 387 132 129 388 131 129 389 123 130 390 131 130 391 130 130 392 126 131 393 170 131 394 132 131 395 128 132 396 171 132 397 134 132 398 140 133 399 131 133 400 163 133 401 132 134 402 170 134 403 172 134 404 130 135 405 139 135 406 138 135 407 130 136 408 141 136 409 133 136 410 133 137 411 142 137 412 162 137 413 160 138 414 142 138 415 162 138 416 167 139 417 154 139 418 155 139 419 136 140 420 153 140 421 152 140 422 141 141 423 158 141 424 142 141 425 139 142 426 156 142 427 138 142 428 166 143 429 154 143 430 153 143 431 139 144 432 152 144 433 151 144 434 137 145 435 155 145 436 158 145 437 141 146 438 156 146 439 157 146 440 164 147 441 145 147 442 150 147 443 147 148 444 152 148 445 148 148 446 148 149 447 153 149 448 144 149 449 143 150 450 153 150 451 154 150 452 143 151 453 155 151 454 145 151 455 147 152 456 156 152 457 151 152 458 149 153 459 156 153 460 146 153 461 149 154 462 158 154 463 157 154 464 150 155 465 155 155 466 158 155 467 179 156 468 135 156 469 181 156 470 178 157 471 135 157 472 180 157 473 173 158 474 160 158 475 162 158 476 140 159 477 161 159 478 136 159 479 144 160 480 164 160 481 148 160 482 147 161 483 164 161 484 146 161 485 164 162 486 149 162 487 146 162 488 180 163 489 165 163 490 166 163 491 181 164 492 165 164 493 167 164 494 179 165 495 174 165 496 159 165 497 178 166 498 174 166 499 159 166 500 129 167 501 170 167 502 169 167 503 129 168 504 171 168 505 169 168 506 176 169 507 173 169 508 171 169 509 183 170 510 168 170 511 174 170 512 168 171 513 176 171 514 129 171 515 134 172 516 133 172 517 162 172 518 132 173 519 163 173 520 131 173 521 160 174 522 181 174 523 137 174 524 161 175 525 180 175 526 136 175 527 116 176 528 182 176 529 178 176 530 177 177 531 183 177 532 179 177 533 20 178 534 185 178 535 184 178 536 18 179 537 184 179 538 19 179 539 1 180 540 187 180 541 188 180 542 0 181 543 187 181 544 8 181 545 5 182 546 185 182 547 7 182 548 198 183 549 203 183 550 204 183 551 200 184 552 199 184 553 192 184 554 208 185 555 194 185 556 209 185 557 206 186 558 202 186 559 205 186 560 196 187 561 197 187 562 193 187 563 193 188 564 208 188 565 210 188 566 195 189 567 206 189 568 211 189 569 195 190 570 199 190 571 200 190 572 204 191 573 205 191 574 207 191 575 194 192 576 204 192 577 192 192 578 203 193 579 206 193 580 205 193 581 201 194 582 205 194 583 202 194 584 192 195 585 208 195 586 209 195 587 191 196 588 208 196 589 199 196 590 196 197 591 206 197 592 198 197 593 69 198 594 211 198 595 195 198 596 67 199 597 196 199 598 69 199 599 68 200 600 191 200 601 210 200 602 68 201 603 195 201 604 70 201 605 182 202 606 168 202 607 174 202 608 168 203 609 175 203 610 129 203 611 172 204 612 175 204 613 116 204 614 12 205 615 4 205 616 190 205 617 190 205 618 5 205 619 13 205 620 21 206 621 3 206 622 7 206 623 3 207 624 6 207 625 7 207 626 1 208 627 18 208 628 9 208 629 18 209 630 19 209 631 9 209 632 187 210 633 6 210 634 3 210 635 185 211 636 9 211 637 19 211 638 5 212 639 7 212 640 6 212 641 2 213 642 6 213 643 187 213 644 4 214 645 9 214 646 185 214 647 4 215 648 0 215 649 8 215 650 10 216 651 12 216 652 16 216 653 5 217 654 2 217 655 11 217 656 4 218 657 12 218 658 10 218 659 11 219 660 2 219 661 189 219 662 189 220 663 0 220 664 10 220 665 11 221 666 10 221 667 14 221 668 13 222 669 17 222 670 16 222 671 11 223 672 15 223 673 17 223 674 21 224 675 20 224 676 184 224 677 186 192 678 18 192 679 21 192 680 18 225 681 1 225 682 21 225 683 1 226 684 188 226 685 3 226 686 28 227 687 26 227 688 63 227 689 26 228 690 33 228 691 63 228 692 16 229 693 17 229 694 27 229 695 30 230 696 29 230 697 35 230 698 24 231 699 30 231 700 31 231 701 24 232 702 22 232 703 29 232 704 28 233 705 27 233 706 76 233 707 16 234 708 33 234 709 34 234 710 64 235 711 34 235 712 33 235 713 81 236 714 75 236 715 111 236 716 75 237 717 76 237 718 111 237 719 35 238 720 39 238 721 40 238 722 32 239 723 38 239 724 35 239 725 32 240 726 31 240 727 37 240 728 31 241 729 30 241 730 36 241 731 39 242 732 42 242 733 46 242 734 38 243 735 42 243 736 39 243 737 38 244 738 37 244 739 41 244 740 36 245 741 40 245 742 41 245 743 45 246 744 49 246 745 50 246 746 61 247 747 55 247 748 58 247 749 52 248 750 44 248 751 45 248 752 62 249 753 60 249 754 57 249 755 48 250 756 47 250 757 50 250 758 45 251 759 44 251 760 48 251 761 44 252 762 43 252 763 47 252 764 46 253 765 50 253 766 47 253 767 62 254 768 52 254 769 51 254 770 40 255 771 53 255 772 54 255 773 53 256 774 56 256 775 55 256 776 56 257 777 57 257 778 58 257 779 57 258 780 60 258 781 59 258 782 59 259 783 60 259 784 62 259 785 53 260 786 40 260 787 52 260 788 40 261 789 39 261 790 52 261 791 39 262 792 43 262 793 52 262 794 52 263 795 62 263 796 56 263 797 51 264 798 54 264 799 55 264 800 46 265 801 42 265 802 51 265 803 42 266 804 41 266 805 51 266 806 41 267 807 54 267 808 51 267 809 22 268 810 64 268 811 32 268 812 31 269 813 32 269 814 64 269 815 117 270 816 118 270 817 34 270 818 117 271 819 22 271 820 24 271 821 67 272 822 69 272 823 72 272 824 78 273 825 77 273 826 83 273 827 74 274 828 78 274 829 79 274 830 74 275 831 73 275 832 77 275 833 72 276 834 81 276 835 82 276 836 121 277 837 118 277 838 82 277 839 83 278 840 87 278 841 88 278 842 80 279 843 86 279 844 83 279 845 80 280 846 79 280 847 85 280 848 79 281 849 78 281 850 84 281 851 87 282 852 90 282 853 94 282 854 86 283 855 90 283 856 87 283 857 86 284 858 85 284 859 89 284 860 84 285 861 88 285 862 89 285 863 93 286 864 97 286 865 98 286 866 109 287 867 103 287 868 106 287 869 100 288 870 92 288 871 93 288 872 110 289 873 108 289 874 105 289 875 96 290 876 95 290 877 98 290 878 93 291 879 92 291 880 96 291 881 92 292 882 91 292 883 95 292 884 94 293 885 98 293 886 95 293 887 110 294 888 100 294 889 99 294 890 88 295 891 101 295 892 102 295 893 101 296 894 104 296 895 103 296 896 104 297 897 105 297 898 106 297 899 105 298 900 108 298 901 107 298 902 107 299 903 108 299 904 110 299 905 101 300 906 88 300 907 100 300 908 88 301 909 87 301 910 100 301 911 87 302 912 91 302 913 100 302 914 100 303 915 110 303 916 104 303 917 99 304 918 102 304 919 103 304 920 94 305 921 90 305 922 99 305 923 90 306 924 89 306 925 99 306 926 89 307 927 102 307 928 99 307 929 73 308 930 112 308 931 80 308 932 79 309 933 80 309 934 112 309 935 121 310 936 73 310 937 74 310 938 113 311 939 114 311 940 128 311 941 112 312 942 82 312 943 81 312 944 115 313 945 82 313 946 71 313 947 14 314 948 34 314 949 115 314 950 17 315 951 15 315 952 68 315 953 71 316 954 15 316 955 68 316 956 70 317 957 17 317 958 72 317 959 27 318 960 17 318 961 72 318 962 113 319 963 127 319 964 123 319 965 65 320 966 23 320 967 118 320 968 66 321 969 120 321 970 119 321 971 65 322 972 117 322 973 120 322 974 113 323 975 121 323 976 122 323 977 114 324 978 122 324 979 119 324 980 113 325 981 23 325 982 118 325 983 128 326 984 124 326 985 123 326 986 126 327 987 124 327 988 123 327 989 66 328 990 25 328 991 124 328 992 114 329 993 25 329 994 124 329 995 65 330 996 66 330 997 126 330 998 65 331 999 125 331 1000 123 331 1001 124 332 1002 169 332 1003 171 332 1004 124 333 1005 169 333 1006 170 333 1007 123 334 1008 130 334 1009 133 334 1010 127 335 1011 133 335 1012 134 335 1013 125 336 1014 126 336 1015 132 336 1016 123 337 1017 125 337 1018 131 337 1019 140 338 1020 139 338 1021 131 338 1022 161 339 1023 163 339 1024 172 339 1025 163 340 1026 132 340 1027 172 340 1028 130 341 1029 131 341 1030 139 341 1031 130 342 1032 138 342 1033 141 342 1034 133 343 1035 141 343 1036 142 343 1037 160 344 1038 137 344 1039 142 344 1040 167 345 1041 165 345 1042 154 345 1043 152 346 1044 140 346 1045 136 346 1046 136 347 1047 166 347 1048 153 347 1049 141 348 1050 157 348 1051 158 348 1052 139 349 1053 151 349 1054 156 349 1055 166 350 1056 165 350 1057 154 350 1058 139 351 1059 140 351 1060 152 351 1061 158 352 1062 142 352 1063 137 352 1064 137 353 1065 167 353 1066 155 353 1067 141 354 1068 138 354 1069 156 354 1070 164 355 1071 143 355 1072 145 355 1073 147 356 1074 151 356 1075 152 356 1076 148 357 1077 152 357 1078 153 357 1079 143 358 1080 144 358 1081 153 358 1082 143 359 1083 154 359 1084 155 359 1085 147 360 1086 146 360 1087 156 360 1088 149 361 1089 157 361 1090 156 361 1091 149 362 1092 150 362 1093 158 362 1094 150 363 1095 145 363 1096 155 363 1097 179 364 1098 159 364 1099 135 364 1100 178 365 1101 159 365 1102 135 365 1103 162 366 1104 134 366 1105 173 366 1106 134 367 1107 171 367 1108 173 367 1109 140 368 1110 163 368 1111 161 368 1112 144 369 1113 143 369 1114 164 369 1115 147 370 1116 148 370 1117 164 370 1118 164 371 1119 150 371 1120 149 371 1121 166 372 1122 136 372 1123 180 372 1124 180 373 1125 135 373 1126 165 373 1127 167 374 1128 137 374 1129 181 374 1130 181 375 1131 135 375 1132 165 375 1133 179 376 1134 183 376 1135 174 376 1136 178 377 1137 182 377 1138 174 377 1139 129 378 1140 175 378 1141 170 378 1142 129 379 1143 176 379 1144 171 379 1145 176 380 1146 177 380 1147 173 380 1148 183 381 1149 177 381 1150 168 381 1151 168 382 1152 177 382 1153 176 382 1154 160 383 1155 179 383 1156 181 383 1157 161 384 1158 178 384 1159 180 384 1160 178 385 1161 161 385 1162 116 385 1163 161 386 1164 172 386 1165 116 386 1166 179 387 1167 160 387 1168 177 387 1169 160 388 1170 173 388 1171 177 388 1172 20 389 1173 7 389 1174 185 389 1175 18 390 1176 186 390 1177 184 390 1178 1 391 1179 8 391 1180 187 391 1181 0 392 1182 189 392 1183 187 392 1184 5 393 1185 190 393 1186 185 393 1187 204 394 1188 194 394 1189 198 394 1190 194 395 1191 197 395 1192 198 395 1193 192 396 1194 201 396 1195 200 396 1196 201 397 1197 202 397 1198 200 397 1199 208 398 1200 197 398 1201 194 398 1202 206 399 1203 200 399 1204 202 399 1205 196 400 1206 198 400 1207 197 400 1208 193 401 1209 197 401 1210 208 401 1211 195 402 1212 200 402 1213 206 402 1214 195 403 1215 191 403 1216 199 403 1217 204 404 1218 203 404 1219 205 404 1220 207 192 1221 201 192 1222 204 192 1223 201 192 1224 192 192 1225 204 192 1226 192 192 1227 209 192 1228 194 192 1229 203 405 1230 198 405 1231 206 405 1232 201 406 1233 207 406 1234 205 406 1235 192 407 1236 199 407 1237 208 407 1238 191 408 1239 210 408 1240 208 408 1241 196 189 1242 211 189 1243 206 189 1244 195 409 1245 70 409 1246 69 409 1247 69 410 1248 196 410 1249 211 410 1250 67 411 1251 193 411 1252 196 411 1253 193 412 1254 67 412 1255 210 412 1256 67 413 1257 68 413 1258 210 413 1259 68 414 1260 191 414 1261 195 414 1262 182 415 1263 116 415 1264 168 415 1265 168 416 1266 116 416 1267 175 416 1268 172 417 1269 170 417 1270 175 417 1271

+
+
+
+
+ + + + + -0.3944958 0 0 -0.004615413 0 -0.3944958 0 0 0 0 -0.3944958 2.003159 0 0 0 1 + + 1 0 0 0.0179055 0 0 1 -0.2423652 0 -1 0 5.166339 0 0 0 1 + + 1.000001 -0.003091882 -0.002315193 -7.34329e-4 0.001318806 -0.9999927 -0.0082227 4.435782 -0.002319008 0.002304176 -0.9999663 0.07676125 0 0 0 1 + + 0.9998379 0.006060884 0.009082318 1.86265e-9 0.005936505 -0.999886 0.0138846 0.4935116 0.008681806 -0.01382839 -0.999306 0 0 0 0 1 + + 0.996527 -0.02850878 -0.07824505 -0.4110366 -0.03835464 -0.9911132 -0.1273714 -0.1899606 -0.07391542 0.1299301 -0.9887701 0.01184772 0 0 0 1 + + 0.9999303 0.01170216 0.001602556 0 -0.01053481 0.9449643 -0.327004 1.479514 -0.005341014 0.3269643 0.9450216 -2.42144e-8 0 0 0 1 + + 0.994675 -0.1029212 -0.005343907 0 -0.01083558 -0.1560032 0.9876972 2.136392 -0.1024886 -0.9823797 -0.1562878 0 0 0 0 0.9999999 + + 0.9980522 0.04579437 -0.04236108 0 -0.04723386 0.9983176 -0.03362863 0.7574512 0.04074981 0.035564 0.9985361 7.07805e-8 0 0 0 0.9999999 + + + 1 + 0 + -0.0860362 + 0.00540018 + 0.2590292 + 0.02276325 + + + + + + 1 + 0 + -0.04609346 + + + + + + 1 + 0 + -0.1368299 + + + + + + 0 + -0.1226987 + + + + + 0.9983114 -0.03929174 0.0427881 1.86265e-9 0.04143073 0.9978741 -0.05030762 0.4986201 -0.04072046 0.0519954 0.9978169 -1.49012e-8 0 0 0 1 + + 0.9982492 0.03261304 -0.04934306 1.86265e-9 -0.02967899 0.9978124 0.05906957 0.6849217 0.05116158 -0.0575017 0.9970335 -7.45058e-9 0 0 0 0.9999999 + + 0.9660841 0.03960171 0.2551727 0 0.0289651 0.9653155 -0.2594748 1.906374 -0.2565978 0.2580656 0.9314287 0 0 0 0 0.9999999 + + 0.9784673 0.01519885 -0.2058414 -1.02445e-8 0.0286502 0.9776294 0.2083747 0.4449437 0.2044036 -0.2097852 0.956143 5.40167e-8 0 0 0 1 + + + 1 + 0 + 0.05608916 + 0 + 0.05214023 + -0.9017291 + + + + + + 1 + 0 + 0.2297248 + + + + + 0.1566387 -0.9729277 -0.1699285 -0.7165431 0.3927272 0.2192218 -0.8931445 1.358655 0.9062172 0.07316542 0.4164339 -0.09403402 0 0 0 0.9999999 + + 0.910921 -0.1355969 -0.3896619 2.98023e-8 0.05332001 0.9752201 -0.2147156 1.006109 0.4091209 0.1748121 0.8955783 -8.9407e-8 0 0 0 0.9999999 + + 0.9995114 -0.02960618 -0.01001142 -1.49012e-8 0.02950897 0.999517 -0.009722391 2.342831 0.01029444 0.009422215 0.9999025 4.94765e-8 0 0 0 0.9999999 + + 0.9976557 0.05939147 0.03399107 4.96924e-4 -0.06006377 0.9980115 0.01911042 2.031381 -0.03278849 -0.02110725 0.9992394 0.01646534 0 0 0 1 + + + 0 + 0.01153302 + -0.5709696 + 0.03048467 + -0.00643301 + + + + + + 0 + -0.001293182 + -2.031038 + -0.01278018 + 0.01945519 + + + + + + 1 + 0 + -2.341931 + 0.05460321 + 0 + + + + + 0.2835399 0.8494658 -0.4449862 -3.548195 -0.9573905 0.2242135 -0.1820207 2.845811 -0.05484845 0.4776357 0.876844 -1.136689 0 0 0 0.9999999 + + + 0 + -0.0464766 + -0.1140131 + 0.6854739 + 0.03025746 + + + + + + 0 + 0.2147357 + + + + + 0.1571787 0.9744234 0.160605 0.7170053 -0.3941007 0.2110051 -0.8945175 1.352301 -0.9055272 0.07730467 0.4171863 -0.09109336 0 0 0 0.9999999 + + 0.9108176 0.1359081 0.3897953 0 -0.05343262 0.975121 -0.2151373 1.004177 -0.4093365 0.175123 0.8954191 8.9407e-8 0 0 0 0.9999999 + + 0.99956 0.02961295 0.001705905 0 -0.02961093 0.9995608 -0.001197537 2.342784 -0.001740619 0.001146497 0.9999979 7.59028e-8 0 0 0 1 + + 0.9979059 -0.05959519 -0.02514223 -3.08108e-4 0.05988323 0.9981464 0.01086217 2.031295 0.0244483 -0.01234502 0.9996248 -0.003372741 0 0 0 1 + + + 0 + -0.01153302 + 0.5709696 + 0.03048467 + -0.00643301 + + + + + + 0 + 0.001293182 + 2.031038 + -0.01278018 + 0.002634763 + + + + + + 1 + 0 + 2.341931 + 0.05460321 + 0 + + + + + 0.2798421 -0.8495131 0.4472312 3.549179 0.9588299 0.2238684 -0.1747233 2.846096 0.04830879 0.4777135 0.8771863 -1.135785 0 0 0 0.9999999 + + + 0 + 0.0464766 + 0.1140131 + 0.6854739 + 0.03025746 + + + + + + 0 + -0.2147357 + + + + + + 1 + 0 + 0.002523183 + + + + + + 1 + 0 + 0.08157896 + + + + + 0.9937658 0.04374143 0.1025368 0.3828274 0.05656203 -0.9904591 -0.1256634 -0.1861888 0.09606678 0.1306797 -0.986753 0.0205323 0 0 0 1 + + 0.9999324 -0.01155403 -0.001199075 -2.98023e-8 0.01052733 0.9450029 -0.3268923 1.479978 0.004910044 0.3268577 0.9450608 -7.45058e-9 0 0 0 1 + + 0.9946805 0.1028808 0.005113255 0 0.01103212 -0.1557528 0.9877345 2.137379 0.1024153 -0.9824237 -0.1560593 2.98023e-8 0 0 0 1 + + 0.998045 -0.04576844 0.04255965 0 0.04719897 0.9983323 -0.03323786 0.7574525 -0.04096743 0.03518166 0.9985409 -4.80562e-7 0 0 0 1 + + + 1 + 0 + 0.0860362 + -0.00540018 + 0.2590292 + 0.02276325 + + + + + + 1 + 0 + 0.04609346 + + + + + + 1 + 0 + 0.1368299 + + + + + + 0 + 0.1226987 + + + + + + 0 + 0.002322435 + + + + + + 0 + -0.005381584 + -0.001525878 + 0.001137137 + 0.4935081 + + + + + 0.0535514 -0.9985145 -0.01004708 -6.086178 0.02219506 0.01124924 -0.9996904 6.69336 0.9983184 0.05331176 0.02276451 0.1598076 0 0 0 1 + + + 0 + 0.01153302 + -0.5709696 + 0.03048467 + -0.006432771 + + + + + -0.9995255 -0.02100065 0.02253481 -0.5796472 -0.02238136 -0.007513711 -0.9997213 0.1989555 0.02116412 -0.9997514 0.007039995 -0.1852719 0 0 0 1 + + -0.9998377 0.02116411 0.02238211 -0.007385135 -0.02099825 -0.9997513 0.007516687 -7.461679 0.02275291 0.007040355 0.9997563 -2.008704 0 0 0 1 + + + 0 + 0 + 0.4400702 + 0 + + + + + + 0 + 0.6648307 + -0.01028215 + -0.4894897 + 0.003678798 + + + + + 0.0535514 0.9985145 0.01004708 6.050367 -0.02219506 0.01124924 -0.9996904 6.69336 -0.9983184 0.05331176 0.02276451 0.1598076 0 0 0 1 + + + 0 + -0.01153302 + 0.5709696 + 0.03048467 + -0.006432771 + + + + + -0.9995255 0.02100065 -0.02253481 0.5438362 0.02238136 -0.007513711 -0.9997213 0.1989555 -0.02116412 -0.9997514 0.007039995 -0.1852719 0 0 0 1 + + -0.9998377 -0.02116411 -0.02238211 0.007385135 0.02099825 -0.9997513 0.007516687 -7.461679 -0.02275291 0.007040355 0.9997563 -2.008704 0 0 0 1 + + + 0 + 0 + 0.4400702 + 0 + + + + + + 0 + -0.6648307 + 0.01028215 + -0.4894897 + 0.003678798 + + + + + + 0 + 0 + 0 + -0.1060328 + + + + + + 0.6859207 -0.3240135 0.6515582 7.358891 0.7276763 0.3054208 -0.6141704 -6.925791 0 0.8953956 0.4452714 4.958309 0 0 0 1 + + + + -0.2908646 -0.7711008 0.5663932 4.076245 0.9551712 -0.1998834 0.2183912 1.005454 -0.05518906 0.6045247 0.7946723 5.903862 0 0 0 1 + + + + 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/Resources/Models/Statue.dae.import b/Resources/Models/Statue.dae.import new file mode 100644 index 0000000..0539921 --- /dev/null +++ b/Resources/Models/Statue.dae.import @@ -0,0 +1,1062 @@ +[remap] + +importer="scene" +type="PackedScene" +path="res://.import/Statue.dae-af777cfd88da1142efb9afe694dfdaef.scn" + +[deps] + +source_file="res://Resources/Models/Statue.dae" +dest_files=[ "res://.import/Statue.dae-af777cfd88da1142efb9afe694dfdaef.scn" ] + +[params] + +nodes/root_type="Spatial" +nodes/root_name="Scene Root" +nodes/root_scale=1.0 +nodes/custom_script="" +nodes/storage=0 +materials/location=1 +materials/storage=1 +materials/keep_on_reimport=true +meshes/compress=true +meshes/ensure_tangents=true +meshes/storage=0 +meshes/light_baking=0 +meshes/lightmap_texel_size=0.1 +external_files/store_in_subdir=false +animation/import=true +animation/fps=15 +animation/filter_script="" +animation/storage=false +animation/keep_custom_tracks=false +animation/optimizer/enabled=true +animation/optimizer/max_linear_error=0.05 +animation/optimizer/max_angular_error=0.01 +animation/optimizer/max_angle=22 +animation/optimizer/remove_unused_tracks=true +animation/clips/amount=0 +animation/clip_1/name="" +animation/clip_1/start_frame=0 +animation/clip_1/end_frame=0 +animation/clip_1/loops=false +animation/clip_2/name="" +animation/clip_2/start_frame=0 +animation/clip_2/end_frame=0 +animation/clip_2/loops=false +animation/clip_3/name="" +animation/clip_3/start_frame=0 +animation/clip_3/end_frame=0 +animation/clip_3/loops=false +animation/clip_4/name="" +animation/clip_4/start_frame=0 +animation/clip_4/end_frame=0 +animation/clip_4/loops=false +animation/clip_5/name="" +animation/clip_5/start_frame=0 +animation/clip_5/end_frame=0 +animation/clip_5/loops=false +animation/clip_6/name="" +animation/clip_6/start_frame=0 +animation/clip_6/end_frame=0 +animation/clip_6/loops=false +animation/clip_7/name="" +animation/clip_7/start_frame=0 +animation/clip_7/end_frame=0 +animation/clip_7/loops=false +animation/clip_8/name="" +animation/clip_8/start_frame=0 +animation/clip_8/end_frame=0 +animation/clip_8/loops=false +animation/clip_9/name="" +animation/clip_9/start_frame=0 +animation/clip_9/end_frame=0 +animation/clip_9/loops=false +animation/clip_10/name="" +animation/clip_10/start_frame=0 +animation/clip_10/end_frame=0 +animation/clip_10/loops=false +animation/clip_11/name="" +animation/clip_11/start_frame=0 +animation/clip_11/end_frame=0 +animation/clip_11/loops=false +animation/clip_12/name="" +animation/clip_12/start_frame=0 +animation/clip_12/end_frame=0 +animation/clip_12/loops=false +animation/clip_13/name="" +animation/clip_13/start_frame=0 +animation/clip_13/end_frame=0 +animation/clip_13/loops=false +animation/clip_14/name="" +animation/clip_14/start_frame=0 +animation/clip_14/end_frame=0 +animation/clip_14/loops=false +animation/clip_15/name="" +animation/clip_15/start_frame=0 +animation/clip_15/end_frame=0 +animation/clip_15/loops=false +animation/clip_16/name="" +animation/clip_16/start_frame=0 +animation/clip_16/end_frame=0 +animation/clip_16/loops=false +animation/clip_17/name="" +animation/clip_17/start_frame=0 +animation/clip_17/end_frame=0 +animation/clip_17/loops=false +animation/clip_18/name="" +animation/clip_18/start_frame=0 +animation/clip_18/end_frame=0 +animation/clip_18/loops=false +animation/clip_19/name="" +animation/clip_19/start_frame=0 +animation/clip_19/end_frame=0 +animation/clip_19/loops=false +animation/clip_20/name="" +animation/clip_20/start_frame=0 +animation/clip_20/end_frame=0 +animation/clip_20/loops=false +animation/clip_21/name="" +animation/clip_21/start_frame=0 +animation/clip_21/end_frame=0 +animation/clip_21/loops=false +animation/clip_22/name="" +animation/clip_22/start_frame=0 +animation/clip_22/end_frame=0 +animation/clip_22/loops=false +animation/clip_23/name="" +animation/clip_23/start_frame=0 +animation/clip_23/end_frame=0 +animation/clip_23/loops=false +animation/clip_24/name="" +animation/clip_24/start_frame=0 +animation/clip_24/end_frame=0 +animation/clip_24/loops=false +animation/clip_25/name="" +animation/clip_25/start_frame=0 +animation/clip_25/end_frame=0 +animation/clip_25/loops=false +animation/clip_26/name="" +animation/clip_26/start_frame=0 +animation/clip_26/end_frame=0 +animation/clip_26/loops=false +animation/clip_27/name="" +animation/clip_27/start_frame=0 +animation/clip_27/end_frame=0 +animation/clip_27/loops=false +animation/clip_28/name="" +animation/clip_28/start_frame=0 +animation/clip_28/end_frame=0 +animation/clip_28/loops=false +animation/clip_29/name="" +animation/clip_29/start_frame=0 +animation/clip_29/end_frame=0 +animation/clip_29/loops=false +animation/clip_30/name="" +animation/clip_30/start_frame=0 +animation/clip_30/end_frame=0 +animation/clip_30/loops=false +animation/clip_31/name="" +animation/clip_31/start_frame=0 +animation/clip_31/end_frame=0 +animation/clip_31/loops=false +animation/clip_32/name="" +animation/clip_32/start_frame=0 +animation/clip_32/end_frame=0 +animation/clip_32/loops=false +animation/clip_33/name="" +animation/clip_33/start_frame=0 +animation/clip_33/end_frame=0 +animation/clip_33/loops=false +animation/clip_34/name="" +animation/clip_34/start_frame=0 +animation/clip_34/end_frame=0 +animation/clip_34/loops=false +animation/clip_35/name="" +animation/clip_35/start_frame=0 +animation/clip_35/end_frame=0 +animation/clip_35/loops=false +animation/clip_36/name="" +animation/clip_36/start_frame=0 +animation/clip_36/end_frame=0 +animation/clip_36/loops=false +animation/clip_37/name="" +animation/clip_37/start_frame=0 +animation/clip_37/end_frame=0 +animation/clip_37/loops=false +animation/clip_38/name="" +animation/clip_38/start_frame=0 +animation/clip_38/end_frame=0 +animation/clip_38/loops=false +animation/clip_39/name="" +animation/clip_39/start_frame=0 +animation/clip_39/end_frame=0 +animation/clip_39/loops=false +animation/clip_40/name="" +animation/clip_40/start_frame=0 +animation/clip_40/end_frame=0 +animation/clip_40/loops=false +animation/clip_41/name="" +animation/clip_41/start_frame=0 +animation/clip_41/end_frame=0 +animation/clip_41/loops=false +animation/clip_42/name="" +animation/clip_42/start_frame=0 +animation/clip_42/end_frame=0 +animation/clip_42/loops=false +animation/clip_43/name="" +animation/clip_43/start_frame=0 +animation/clip_43/end_frame=0 +animation/clip_43/loops=false +animation/clip_44/name="" +animation/clip_44/start_frame=0 +animation/clip_44/end_frame=0 +animation/clip_44/loops=false +animation/clip_45/name="" +animation/clip_45/start_frame=0 +animation/clip_45/end_frame=0 +animation/clip_45/loops=false +animation/clip_46/name="" +animation/clip_46/start_frame=0 +animation/clip_46/end_frame=0 +animation/clip_46/loops=false +animation/clip_47/name="" +animation/clip_47/start_frame=0 +animation/clip_47/end_frame=0 +animation/clip_47/loops=false +animation/clip_48/name="" +animation/clip_48/start_frame=0 +animation/clip_48/end_frame=0 +animation/clip_48/loops=false +animation/clip_49/name="" +animation/clip_49/start_frame=0 +animation/clip_49/end_frame=0 +animation/clip_49/loops=false +animation/clip_50/name="" +animation/clip_50/start_frame=0 +animation/clip_50/end_frame=0 +animation/clip_50/loops=false +animation/clip_51/name="" +animation/clip_51/start_frame=0 +animation/clip_51/end_frame=0 +animation/clip_51/loops=false +animation/clip_52/name="" +animation/clip_52/start_frame=0 +animation/clip_52/end_frame=0 +animation/clip_52/loops=false +animation/clip_53/name="" +animation/clip_53/start_frame=0 +animation/clip_53/end_frame=0 +animation/clip_53/loops=false +animation/clip_54/name="" +animation/clip_54/start_frame=0 +animation/clip_54/end_frame=0 +animation/clip_54/loops=false +animation/clip_55/name="" +animation/clip_55/start_frame=0 +animation/clip_55/end_frame=0 +animation/clip_55/loops=false +animation/clip_56/name="" +animation/clip_56/start_frame=0 +animation/clip_56/end_frame=0 +animation/clip_56/loops=false +animation/clip_57/name="" +animation/clip_57/start_frame=0 +animation/clip_57/end_frame=0 +animation/clip_57/loops=false +animation/clip_58/name="" +animation/clip_58/start_frame=0 +animation/clip_58/end_frame=0 +animation/clip_58/loops=false +animation/clip_59/name="" +animation/clip_59/start_frame=0 +animation/clip_59/end_frame=0 +animation/clip_59/loops=false +animation/clip_60/name="" +animation/clip_60/start_frame=0 +animation/clip_60/end_frame=0 +animation/clip_60/loops=false +animation/clip_61/name="" +animation/clip_61/start_frame=0 +animation/clip_61/end_frame=0 +animation/clip_61/loops=false +animation/clip_62/name="" +animation/clip_62/start_frame=0 +animation/clip_62/end_frame=0 +animation/clip_62/loops=false +animation/clip_63/name="" +animation/clip_63/start_frame=0 +animation/clip_63/end_frame=0 +animation/clip_63/loops=false +animation/clip_64/name="" +animation/clip_64/start_frame=0 +animation/clip_64/end_frame=0 +animation/clip_64/loops=false +animation/clip_65/name="" +animation/clip_65/start_frame=0 +animation/clip_65/end_frame=0 +animation/clip_65/loops=false +animation/clip_66/name="" +animation/clip_66/start_frame=0 +animation/clip_66/end_frame=0 +animation/clip_66/loops=false +animation/clip_67/name="" +animation/clip_67/start_frame=0 +animation/clip_67/end_frame=0 +animation/clip_67/loops=false +animation/clip_68/name="" +animation/clip_68/start_frame=0 +animation/clip_68/end_frame=0 +animation/clip_68/loops=false +animation/clip_69/name="" +animation/clip_69/start_frame=0 +animation/clip_69/end_frame=0 +animation/clip_69/loops=false +animation/clip_70/name="" +animation/clip_70/start_frame=0 +animation/clip_70/end_frame=0 +animation/clip_70/loops=false +animation/clip_71/name="" +animation/clip_71/start_frame=0 +animation/clip_71/end_frame=0 +animation/clip_71/loops=false +animation/clip_72/name="" +animation/clip_72/start_frame=0 +animation/clip_72/end_frame=0 +animation/clip_72/loops=false +animation/clip_73/name="" +animation/clip_73/start_frame=0 +animation/clip_73/end_frame=0 +animation/clip_73/loops=false +animation/clip_74/name="" +animation/clip_74/start_frame=0 +animation/clip_74/end_frame=0 +animation/clip_74/loops=false +animation/clip_75/name="" +animation/clip_75/start_frame=0 +animation/clip_75/end_frame=0 +animation/clip_75/loops=false +animation/clip_76/name="" +animation/clip_76/start_frame=0 +animation/clip_76/end_frame=0 +animation/clip_76/loops=false +animation/clip_77/name="" +animation/clip_77/start_frame=0 +animation/clip_77/end_frame=0 +animation/clip_77/loops=false +animation/clip_78/name="" +animation/clip_78/start_frame=0 +animation/clip_78/end_frame=0 +animation/clip_78/loops=false +animation/clip_79/name="" +animation/clip_79/start_frame=0 +animation/clip_79/end_frame=0 +animation/clip_79/loops=false +animation/clip_80/name="" +animation/clip_80/start_frame=0 +animation/clip_80/end_frame=0 +animation/clip_80/loops=false +animation/clip_81/name="" +animation/clip_81/start_frame=0 +animation/clip_81/end_frame=0 +animation/clip_81/loops=false +animation/clip_82/name="" +animation/clip_82/start_frame=0 +animation/clip_82/end_frame=0 +animation/clip_82/loops=false +animation/clip_83/name="" +animation/clip_83/start_frame=0 +animation/clip_83/end_frame=0 +animation/clip_83/loops=false +animation/clip_84/name="" +animation/clip_84/start_frame=0 +animation/clip_84/end_frame=0 +animation/clip_84/loops=false +animation/clip_85/name="" +animation/clip_85/start_frame=0 +animation/clip_85/end_frame=0 +animation/clip_85/loops=false +animation/clip_86/name="" +animation/clip_86/start_frame=0 +animation/clip_86/end_frame=0 +animation/clip_86/loops=false +animation/clip_87/name="" +animation/clip_87/start_frame=0 +animation/clip_87/end_frame=0 +animation/clip_87/loops=false +animation/clip_88/name="" +animation/clip_88/start_frame=0 +animation/clip_88/end_frame=0 +animation/clip_88/loops=false +animation/clip_89/name="" +animation/clip_89/start_frame=0 +animation/clip_89/end_frame=0 +animation/clip_89/loops=false +animation/clip_90/name="" +animation/clip_90/start_frame=0 +animation/clip_90/end_frame=0 +animation/clip_90/loops=false +animation/clip_91/name="" +animation/clip_91/start_frame=0 +animation/clip_91/end_frame=0 +animation/clip_91/loops=false +animation/clip_92/name="" +animation/clip_92/start_frame=0 +animation/clip_92/end_frame=0 +animation/clip_92/loops=false +animation/clip_93/name="" +animation/clip_93/start_frame=0 +animation/clip_93/end_frame=0 +animation/clip_93/loops=false +animation/clip_94/name="" +animation/clip_94/start_frame=0 +animation/clip_94/end_frame=0 +animation/clip_94/loops=false +animation/clip_95/name="" +animation/clip_95/start_frame=0 +animation/clip_95/end_frame=0 +animation/clip_95/loops=false +animation/clip_96/name="" +animation/clip_96/start_frame=0 +animation/clip_96/end_frame=0 +animation/clip_96/loops=false +animation/clip_97/name="" +animation/clip_97/start_frame=0 +animation/clip_97/end_frame=0 +animation/clip_97/loops=false +animation/clip_98/name="" +animation/clip_98/start_frame=0 +animation/clip_98/end_frame=0 +animation/clip_98/loops=false +animation/clip_99/name="" +animation/clip_99/start_frame=0 +animation/clip_99/end_frame=0 +animation/clip_99/loops=false +animation/clip_100/name="" +animation/clip_100/start_frame=0 +animation/clip_100/end_frame=0 +animation/clip_100/loops=false +animation/clip_101/name="" +animation/clip_101/start_frame=0 +animation/clip_101/end_frame=0 +animation/clip_101/loops=false +animation/clip_102/name="" +animation/clip_102/start_frame=0 +animation/clip_102/end_frame=0 +animation/clip_102/loops=false +animation/clip_103/name="" +animation/clip_103/start_frame=0 +animation/clip_103/end_frame=0 +animation/clip_103/loops=false +animation/clip_104/name="" +animation/clip_104/start_frame=0 +animation/clip_104/end_frame=0 +animation/clip_104/loops=false +animation/clip_105/name="" +animation/clip_105/start_frame=0 +animation/clip_105/end_frame=0 +animation/clip_105/loops=false +animation/clip_106/name="" +animation/clip_106/start_frame=0 +animation/clip_106/end_frame=0 +animation/clip_106/loops=false +animation/clip_107/name="" +animation/clip_107/start_frame=0 +animation/clip_107/end_frame=0 +animation/clip_107/loops=false +animation/clip_108/name="" +animation/clip_108/start_frame=0 +animation/clip_108/end_frame=0 +animation/clip_108/loops=false +animation/clip_109/name="" +animation/clip_109/start_frame=0 +animation/clip_109/end_frame=0 +animation/clip_109/loops=false +animation/clip_110/name="" +animation/clip_110/start_frame=0 +animation/clip_110/end_frame=0 +animation/clip_110/loops=false +animation/clip_111/name="" +animation/clip_111/start_frame=0 +animation/clip_111/end_frame=0 +animation/clip_111/loops=false +animation/clip_112/name="" +animation/clip_112/start_frame=0 +animation/clip_112/end_frame=0 +animation/clip_112/loops=false +animation/clip_113/name="" +animation/clip_113/start_frame=0 +animation/clip_113/end_frame=0 +animation/clip_113/loops=false +animation/clip_114/name="" +animation/clip_114/start_frame=0 +animation/clip_114/end_frame=0 +animation/clip_114/loops=false +animation/clip_115/name="" +animation/clip_115/start_frame=0 +animation/clip_115/end_frame=0 +animation/clip_115/loops=false +animation/clip_116/name="" +animation/clip_116/start_frame=0 +animation/clip_116/end_frame=0 +animation/clip_116/loops=false +animation/clip_117/name="" +animation/clip_117/start_frame=0 +animation/clip_117/end_frame=0 +animation/clip_117/loops=false +animation/clip_118/name="" +animation/clip_118/start_frame=0 +animation/clip_118/end_frame=0 +animation/clip_118/loops=false +animation/clip_119/name="" +animation/clip_119/start_frame=0 +animation/clip_119/end_frame=0 +animation/clip_119/loops=false +animation/clip_120/name="" +animation/clip_120/start_frame=0 +animation/clip_120/end_frame=0 +animation/clip_120/loops=false +animation/clip_121/name="" +animation/clip_121/start_frame=0 +animation/clip_121/end_frame=0 +animation/clip_121/loops=false +animation/clip_122/name="" +animation/clip_122/start_frame=0 +animation/clip_122/end_frame=0 +animation/clip_122/loops=false +animation/clip_123/name="" +animation/clip_123/start_frame=0 +animation/clip_123/end_frame=0 +animation/clip_123/loops=false +animation/clip_124/name="" +animation/clip_124/start_frame=0 +animation/clip_124/end_frame=0 +animation/clip_124/loops=false +animation/clip_125/name="" +animation/clip_125/start_frame=0 +animation/clip_125/end_frame=0 +animation/clip_125/loops=false +animation/clip_126/name="" +animation/clip_126/start_frame=0 +animation/clip_126/end_frame=0 +animation/clip_126/loops=false +animation/clip_127/name="" +animation/clip_127/start_frame=0 +animation/clip_127/end_frame=0 +animation/clip_127/loops=false +animation/clip_128/name="" +animation/clip_128/start_frame=0 +animation/clip_128/end_frame=0 +animation/clip_128/loops=false +animation/clip_129/name="" +animation/clip_129/start_frame=0 +animation/clip_129/end_frame=0 +animation/clip_129/loops=false +animation/clip_130/name="" +animation/clip_130/start_frame=0 +animation/clip_130/end_frame=0 +animation/clip_130/loops=false +animation/clip_131/name="" +animation/clip_131/start_frame=0 +animation/clip_131/end_frame=0 +animation/clip_131/loops=false +animation/clip_132/name="" +animation/clip_132/start_frame=0 +animation/clip_132/end_frame=0 +animation/clip_132/loops=false +animation/clip_133/name="" +animation/clip_133/start_frame=0 +animation/clip_133/end_frame=0 +animation/clip_133/loops=false +animation/clip_134/name="" +animation/clip_134/start_frame=0 +animation/clip_134/end_frame=0 +animation/clip_134/loops=false +animation/clip_135/name="" +animation/clip_135/start_frame=0 +animation/clip_135/end_frame=0 +animation/clip_135/loops=false +animation/clip_136/name="" +animation/clip_136/start_frame=0 +animation/clip_136/end_frame=0 +animation/clip_136/loops=false +animation/clip_137/name="" +animation/clip_137/start_frame=0 +animation/clip_137/end_frame=0 +animation/clip_137/loops=false +animation/clip_138/name="" +animation/clip_138/start_frame=0 +animation/clip_138/end_frame=0 +animation/clip_138/loops=false +animation/clip_139/name="" +animation/clip_139/start_frame=0 +animation/clip_139/end_frame=0 +animation/clip_139/loops=false +animation/clip_140/name="" +animation/clip_140/start_frame=0 +animation/clip_140/end_frame=0 +animation/clip_140/loops=false +animation/clip_141/name="" +animation/clip_141/start_frame=0 +animation/clip_141/end_frame=0 +animation/clip_141/loops=false +animation/clip_142/name="" +animation/clip_142/start_frame=0 +animation/clip_142/end_frame=0 +animation/clip_142/loops=false +animation/clip_143/name="" +animation/clip_143/start_frame=0 +animation/clip_143/end_frame=0 +animation/clip_143/loops=false +animation/clip_144/name="" +animation/clip_144/start_frame=0 +animation/clip_144/end_frame=0 +animation/clip_144/loops=false +animation/clip_145/name="" +animation/clip_145/start_frame=0 +animation/clip_145/end_frame=0 +animation/clip_145/loops=false +animation/clip_146/name="" +animation/clip_146/start_frame=0 +animation/clip_146/end_frame=0 +animation/clip_146/loops=false +animation/clip_147/name="" +animation/clip_147/start_frame=0 +animation/clip_147/end_frame=0 +animation/clip_147/loops=false +animation/clip_148/name="" +animation/clip_148/start_frame=0 +animation/clip_148/end_frame=0 +animation/clip_148/loops=false +animation/clip_149/name="" +animation/clip_149/start_frame=0 +animation/clip_149/end_frame=0 +animation/clip_149/loops=false +animation/clip_150/name="" +animation/clip_150/start_frame=0 +animation/clip_150/end_frame=0 +animation/clip_150/loops=false +animation/clip_151/name="" +animation/clip_151/start_frame=0 +animation/clip_151/end_frame=0 +animation/clip_151/loops=false +animation/clip_152/name="" +animation/clip_152/start_frame=0 +animation/clip_152/end_frame=0 +animation/clip_152/loops=false +animation/clip_153/name="" +animation/clip_153/start_frame=0 +animation/clip_153/end_frame=0 +animation/clip_153/loops=false +animation/clip_154/name="" +animation/clip_154/start_frame=0 +animation/clip_154/end_frame=0 +animation/clip_154/loops=false +animation/clip_155/name="" +animation/clip_155/start_frame=0 +animation/clip_155/end_frame=0 +animation/clip_155/loops=false +animation/clip_156/name="" +animation/clip_156/start_frame=0 +animation/clip_156/end_frame=0 +animation/clip_156/loops=false +animation/clip_157/name="" +animation/clip_157/start_frame=0 +animation/clip_157/end_frame=0 +animation/clip_157/loops=false +animation/clip_158/name="" +animation/clip_158/start_frame=0 +animation/clip_158/end_frame=0 +animation/clip_158/loops=false +animation/clip_159/name="" +animation/clip_159/start_frame=0 +animation/clip_159/end_frame=0 +animation/clip_159/loops=false +animation/clip_160/name="" +animation/clip_160/start_frame=0 +animation/clip_160/end_frame=0 +animation/clip_160/loops=false +animation/clip_161/name="" +animation/clip_161/start_frame=0 +animation/clip_161/end_frame=0 +animation/clip_161/loops=false +animation/clip_162/name="" +animation/clip_162/start_frame=0 +animation/clip_162/end_frame=0 +animation/clip_162/loops=false +animation/clip_163/name="" +animation/clip_163/start_frame=0 +animation/clip_163/end_frame=0 +animation/clip_163/loops=false +animation/clip_164/name="" +animation/clip_164/start_frame=0 +animation/clip_164/end_frame=0 +animation/clip_164/loops=false +animation/clip_165/name="" +animation/clip_165/start_frame=0 +animation/clip_165/end_frame=0 +animation/clip_165/loops=false +animation/clip_166/name="" +animation/clip_166/start_frame=0 +animation/clip_166/end_frame=0 +animation/clip_166/loops=false +animation/clip_167/name="" +animation/clip_167/start_frame=0 +animation/clip_167/end_frame=0 +animation/clip_167/loops=false +animation/clip_168/name="" +animation/clip_168/start_frame=0 +animation/clip_168/end_frame=0 +animation/clip_168/loops=false +animation/clip_169/name="" +animation/clip_169/start_frame=0 +animation/clip_169/end_frame=0 +animation/clip_169/loops=false +animation/clip_170/name="" +animation/clip_170/start_frame=0 +animation/clip_170/end_frame=0 +animation/clip_170/loops=false +animation/clip_171/name="" +animation/clip_171/start_frame=0 +animation/clip_171/end_frame=0 +animation/clip_171/loops=false +animation/clip_172/name="" +animation/clip_172/start_frame=0 +animation/clip_172/end_frame=0 +animation/clip_172/loops=false +animation/clip_173/name="" +animation/clip_173/start_frame=0 +animation/clip_173/end_frame=0 +animation/clip_173/loops=false +animation/clip_174/name="" +animation/clip_174/start_frame=0 +animation/clip_174/end_frame=0 +animation/clip_174/loops=false +animation/clip_175/name="" +animation/clip_175/start_frame=0 +animation/clip_175/end_frame=0 +animation/clip_175/loops=false +animation/clip_176/name="" +animation/clip_176/start_frame=0 +animation/clip_176/end_frame=0 +animation/clip_176/loops=false +animation/clip_177/name="" +animation/clip_177/start_frame=0 +animation/clip_177/end_frame=0 +animation/clip_177/loops=false +animation/clip_178/name="" +animation/clip_178/start_frame=0 +animation/clip_178/end_frame=0 +animation/clip_178/loops=false +animation/clip_179/name="" +animation/clip_179/start_frame=0 +animation/clip_179/end_frame=0 +animation/clip_179/loops=false +animation/clip_180/name="" +animation/clip_180/start_frame=0 +animation/clip_180/end_frame=0 +animation/clip_180/loops=false +animation/clip_181/name="" +animation/clip_181/start_frame=0 +animation/clip_181/end_frame=0 +animation/clip_181/loops=false +animation/clip_182/name="" +animation/clip_182/start_frame=0 +animation/clip_182/end_frame=0 +animation/clip_182/loops=false +animation/clip_183/name="" +animation/clip_183/start_frame=0 +animation/clip_183/end_frame=0 +animation/clip_183/loops=false +animation/clip_184/name="" +animation/clip_184/start_frame=0 +animation/clip_184/end_frame=0 +animation/clip_184/loops=false +animation/clip_185/name="" +animation/clip_185/start_frame=0 +animation/clip_185/end_frame=0 +animation/clip_185/loops=false +animation/clip_186/name="" +animation/clip_186/start_frame=0 +animation/clip_186/end_frame=0 +animation/clip_186/loops=false +animation/clip_187/name="" +animation/clip_187/start_frame=0 +animation/clip_187/end_frame=0 +animation/clip_187/loops=false +animation/clip_188/name="" +animation/clip_188/start_frame=0 +animation/clip_188/end_frame=0 +animation/clip_188/loops=false +animation/clip_189/name="" +animation/clip_189/start_frame=0 +animation/clip_189/end_frame=0 +animation/clip_189/loops=false +animation/clip_190/name="" +animation/clip_190/start_frame=0 +animation/clip_190/end_frame=0 +animation/clip_190/loops=false +animation/clip_191/name="" +animation/clip_191/start_frame=0 +animation/clip_191/end_frame=0 +animation/clip_191/loops=false +animation/clip_192/name="" +animation/clip_192/start_frame=0 +animation/clip_192/end_frame=0 +animation/clip_192/loops=false +animation/clip_193/name="" +animation/clip_193/start_frame=0 +animation/clip_193/end_frame=0 +animation/clip_193/loops=false +animation/clip_194/name="" +animation/clip_194/start_frame=0 +animation/clip_194/end_frame=0 +animation/clip_194/loops=false +animation/clip_195/name="" +animation/clip_195/start_frame=0 +animation/clip_195/end_frame=0 +animation/clip_195/loops=false +animation/clip_196/name="" +animation/clip_196/start_frame=0 +animation/clip_196/end_frame=0 +animation/clip_196/loops=false +animation/clip_197/name="" +animation/clip_197/start_frame=0 +animation/clip_197/end_frame=0 +animation/clip_197/loops=false +animation/clip_198/name="" +animation/clip_198/start_frame=0 +animation/clip_198/end_frame=0 +animation/clip_198/loops=false +animation/clip_199/name="" +animation/clip_199/start_frame=0 +animation/clip_199/end_frame=0 +animation/clip_199/loops=false +animation/clip_200/name="" +animation/clip_200/start_frame=0 +animation/clip_200/end_frame=0 +animation/clip_200/loops=false +animation/clip_201/name="" +animation/clip_201/start_frame=0 +animation/clip_201/end_frame=0 +animation/clip_201/loops=false +animation/clip_202/name="" +animation/clip_202/start_frame=0 +animation/clip_202/end_frame=0 +animation/clip_202/loops=false +animation/clip_203/name="" +animation/clip_203/start_frame=0 +animation/clip_203/end_frame=0 +animation/clip_203/loops=false +animation/clip_204/name="" +animation/clip_204/start_frame=0 +animation/clip_204/end_frame=0 +animation/clip_204/loops=false +animation/clip_205/name="" +animation/clip_205/start_frame=0 +animation/clip_205/end_frame=0 +animation/clip_205/loops=false +animation/clip_206/name="" +animation/clip_206/start_frame=0 +animation/clip_206/end_frame=0 +animation/clip_206/loops=false +animation/clip_207/name="" +animation/clip_207/start_frame=0 +animation/clip_207/end_frame=0 +animation/clip_207/loops=false +animation/clip_208/name="" +animation/clip_208/start_frame=0 +animation/clip_208/end_frame=0 +animation/clip_208/loops=false +animation/clip_209/name="" +animation/clip_209/start_frame=0 +animation/clip_209/end_frame=0 +animation/clip_209/loops=false +animation/clip_210/name="" +animation/clip_210/start_frame=0 +animation/clip_210/end_frame=0 +animation/clip_210/loops=false +animation/clip_211/name="" +animation/clip_211/start_frame=0 +animation/clip_211/end_frame=0 +animation/clip_211/loops=false +animation/clip_212/name="" +animation/clip_212/start_frame=0 +animation/clip_212/end_frame=0 +animation/clip_212/loops=false +animation/clip_213/name="" +animation/clip_213/start_frame=0 +animation/clip_213/end_frame=0 +animation/clip_213/loops=false +animation/clip_214/name="" +animation/clip_214/start_frame=0 +animation/clip_214/end_frame=0 +animation/clip_214/loops=false +animation/clip_215/name="" +animation/clip_215/start_frame=0 +animation/clip_215/end_frame=0 +animation/clip_215/loops=false +animation/clip_216/name="" +animation/clip_216/start_frame=0 +animation/clip_216/end_frame=0 +animation/clip_216/loops=false +animation/clip_217/name="" +animation/clip_217/start_frame=0 +animation/clip_217/end_frame=0 +animation/clip_217/loops=false +animation/clip_218/name="" +animation/clip_218/start_frame=0 +animation/clip_218/end_frame=0 +animation/clip_218/loops=false +animation/clip_219/name="" +animation/clip_219/start_frame=0 +animation/clip_219/end_frame=0 +animation/clip_219/loops=false +animation/clip_220/name="" +animation/clip_220/start_frame=0 +animation/clip_220/end_frame=0 +animation/clip_220/loops=false +animation/clip_221/name="" +animation/clip_221/start_frame=0 +animation/clip_221/end_frame=0 +animation/clip_221/loops=false +animation/clip_222/name="" +animation/clip_222/start_frame=0 +animation/clip_222/end_frame=0 +animation/clip_222/loops=false +animation/clip_223/name="" +animation/clip_223/start_frame=0 +animation/clip_223/end_frame=0 +animation/clip_223/loops=false +animation/clip_224/name="" +animation/clip_224/start_frame=0 +animation/clip_224/end_frame=0 +animation/clip_224/loops=false +animation/clip_225/name="" +animation/clip_225/start_frame=0 +animation/clip_225/end_frame=0 +animation/clip_225/loops=false +animation/clip_226/name="" +animation/clip_226/start_frame=0 +animation/clip_226/end_frame=0 +animation/clip_226/loops=false +animation/clip_227/name="" +animation/clip_227/start_frame=0 +animation/clip_227/end_frame=0 +animation/clip_227/loops=false +animation/clip_228/name="" +animation/clip_228/start_frame=0 +animation/clip_228/end_frame=0 +animation/clip_228/loops=false +animation/clip_229/name="" +animation/clip_229/start_frame=0 +animation/clip_229/end_frame=0 +animation/clip_229/loops=false +animation/clip_230/name="" +animation/clip_230/start_frame=0 +animation/clip_230/end_frame=0 +animation/clip_230/loops=false +animation/clip_231/name="" +animation/clip_231/start_frame=0 +animation/clip_231/end_frame=0 +animation/clip_231/loops=false +animation/clip_232/name="" +animation/clip_232/start_frame=0 +animation/clip_232/end_frame=0 +animation/clip_232/loops=false +animation/clip_233/name="" +animation/clip_233/start_frame=0 +animation/clip_233/end_frame=0 +animation/clip_233/loops=false +animation/clip_234/name="" +animation/clip_234/start_frame=0 +animation/clip_234/end_frame=0 +animation/clip_234/loops=false +animation/clip_235/name="" +animation/clip_235/start_frame=0 +animation/clip_235/end_frame=0 +animation/clip_235/loops=false +animation/clip_236/name="" +animation/clip_236/start_frame=0 +animation/clip_236/end_frame=0 +animation/clip_236/loops=false +animation/clip_237/name="" +animation/clip_237/start_frame=0 +animation/clip_237/end_frame=0 +animation/clip_237/loops=false +animation/clip_238/name="" +animation/clip_238/start_frame=0 +animation/clip_238/end_frame=0 +animation/clip_238/loops=false +animation/clip_239/name="" +animation/clip_239/start_frame=0 +animation/clip_239/end_frame=0 +animation/clip_239/loops=false +animation/clip_240/name="" +animation/clip_240/start_frame=0 +animation/clip_240/end_frame=0 +animation/clip_240/loops=false +animation/clip_241/name="" +animation/clip_241/start_frame=0 +animation/clip_241/end_frame=0 +animation/clip_241/loops=false +animation/clip_242/name="" +animation/clip_242/start_frame=0 +animation/clip_242/end_frame=0 +animation/clip_242/loops=false +animation/clip_243/name="" +animation/clip_243/start_frame=0 +animation/clip_243/end_frame=0 +animation/clip_243/loops=false +animation/clip_244/name="" +animation/clip_244/start_frame=0 +animation/clip_244/end_frame=0 +animation/clip_244/loops=false +animation/clip_245/name="" +animation/clip_245/start_frame=0 +animation/clip_245/end_frame=0 +animation/clip_245/loops=false +animation/clip_246/name="" +animation/clip_246/start_frame=0 +animation/clip_246/end_frame=0 +animation/clip_246/loops=false +animation/clip_247/name="" +animation/clip_247/start_frame=0 +animation/clip_247/end_frame=0 +animation/clip_247/loops=false +animation/clip_248/name="" +animation/clip_248/start_frame=0 +animation/clip_248/end_frame=0 +animation/clip_248/loops=false +animation/clip_249/name="" +animation/clip_249/start_frame=0 +animation/clip_249/end_frame=0 +animation/clip_249/loops=false +animation/clip_250/name="" +animation/clip_250/start_frame=0 +animation/clip_250/end_frame=0 +animation/clip_250/loops=false +animation/clip_251/name="" +animation/clip_251/start_frame=0 +animation/clip_251/end_frame=0 +animation/clip_251/loops=false +animation/clip_252/name="" +animation/clip_252/start_frame=0 +animation/clip_252/end_frame=0 +animation/clip_252/loops=false +animation/clip_253/name="" +animation/clip_253/start_frame=0 +animation/clip_253/end_frame=0 +animation/clip_253/loops=false +animation/clip_254/name="" +animation/clip_254/start_frame=0 +animation/clip_254/end_frame=0 +animation/clip_254/loops=false +animation/clip_255/name="" +animation/clip_255/start_frame=0 +animation/clip_255/end_frame=0 +animation/clip_255/loops=false +animation/clip_256/name="" +animation/clip_256/start_frame=0 +animation/clip_256/end_frame=0 +animation/clip_256/loops=false diff --git a/Resources/Models/keycard/Material_002.material b/Resources/Models/keycard/card1_face.material similarity index 100% rename from Resources/Models/keycard/Material_002.material rename to Resources/Models/keycard/card1_face.material diff --git a/Resources/Models/keycard/card2_face.material b/Resources/Models/keycard/card2_face.material new file mode 100644 index 0000000..8180c3e Binary files /dev/null and b/Resources/Models/keycard/card2_face.material differ diff --git a/Resources/Models/keycard/lvl2_keycard.png b/Resources/Models/keycard/lvl2_keycard.png new file mode 100644 index 0000000..83b2336 Binary files /dev/null and b/Resources/Models/keycard/lvl2_keycard.png differ diff --git a/Resources/Models/keycard/lvl2_keycard.png.import b/Resources/Models/keycard/lvl2_keycard.png.import new file mode 100644 index 0000000..c9c63bf --- /dev/null +++ b/Resources/Models/keycard/lvl2_keycard.png.import @@ -0,0 +1,36 @@ +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/lvl2_keycard.png-abd9f0428d4ceacb66ec11b99e39a28d.s3tc.stex" +path.etc2="res://.import/lvl2_keycard.png-abd9f0428d4ceacb66ec11b99e39a28d.etc2.stex" +metadata={ +"imported_formats": [ "s3tc", "etc2" ], +"vram_texture": true +} + +[deps] + +source_file="res://Resources/Models/keycard/lvl2_keycard.png" +dest_files=[ "res://.import/lvl2_keycard.png-abd9f0428d4ceacb66ec11b99e39a28d.s3tc.stex", "res://.import/lvl2_keycard.png-abd9f0428d4ceacb66ec11b99e39a28d.etc2.stex" ] + +[params] + +compress/mode=2 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=true +flags/filter=true +flags/mipmaps=true +flags/anisotropic=false +flags/srgb=1 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/Resources/Textures/crosshair.png b/Resources/Textures/crosshair.png index 51eec67..7ecb06e 100644 Binary files a/Resources/Textures/crosshair.png and b/Resources/Textures/crosshair.png differ diff --git a/Util/AmbiencePlayer.gd b/Util/AmbiencePlayer.gd deleted file mode 100644 index 73ba377..0000000 --- a/Util/AmbiencePlayer.gd +++ /dev/null @@ -1,58 +0,0 @@ -extends Node - - -export(float) var true_ambience_begin_threshold = 0.75 -export(float) var masked_ambience_begin_threshold = 0.4 -export(float) var max_volume = 0.15 -export(float) var min_pitch_scale = 0.97 # The pitch won't go down lower than this when the player is sober -export(float) var sync_threshold = 0.1 # If audio streams are further apart than this (in seconds), they are re-synced - -onready var melody = get_node("Melody") as AudioStreamPlayer -onready var true_ambience = get_node("TrueAmbience") as AudioStreamPlayer -onready var masked_ambience = get_node("MaskedAmbience") as AudioStreamPlayer - -# Called when the node enters the scene tree for the first time. -func _ready() -> void: - _update_volumes() - melody.volume_db = linear2db(max_volume) # This one is constant, so it's only set once here - - melody.playing = true - true_ambience.playing = true - masked_ambience.playing = true - - -# Called every frame. 'delta' is the elapsed time since the previous frame. -func _process(delta: float) -> void: - _update_volumes() - - -func _update_volumes(): - var level = Pills.get_normalized_level() - - if level < masked_ambience_begin_threshold: - masked_ambience.volume_db = linear2db(0.0) - true_ambience.volume_db = linear2db(max_volume) - elif level < true_ambience_begin_threshold: - # Get the distance between the masked and true thresholds as a value between 0 and 1 - var normalized_distance_within_thresholds = inverse_lerp(masked_ambience_begin_threshold, true_ambience_begin_threshold, level) - - # Scale volumes accordingly - masked_ambience.volume_db = linear2db(normalized_distance_within_thresholds * max_volume) - true_ambience.volume_db = linear2db((1.0 - normalized_distance_within_thresholds) * max_volume) - else: - masked_ambience.volume_db = linear2db(max_volume) - true_ambience.volume_db = linear2db(0.0) - - # Decrease the pitch when the player is sober - var pitch = lerp(min_pitch_scale, 1.0, level) - - melody.pitch_scale = pitch - masked_ambience.pitch_scale = pitch - true_ambience.pitch_scale = pitch - - # Make sure that everything stays in sync - the melody is the leader - if abs(true_ambience.get_playback_position() - melody.get_playback_position()) > sync_threshold: - true_ambience.seek(melody.get_playback_position()) - - if abs(masked_ambience.get_playback_position() - melody.get_playback_position()) > sync_threshold: - masked_ambience.seek(melody.get_playback_position()) diff --git a/Util/AmbiencePlayer.tscn b/Util/AmbiencePlayer.tscn deleted file mode 100644 index 62b8d50..0000000 --- a/Util/AmbiencePlayer.tscn +++ /dev/null @@ -1,18 +0,0 @@ -[gd_scene load_steps=5 format=2] - -[ext_resource path="res://Util/AmbiencePlayer.gd" type="Script" id=1] -[ext_resource path="res://Resources/Audio/Ambience/melody.wav" type="AudioStream" id=2] -[ext_resource path="res://Resources/Audio/Ambience/true_ambience.wav" type="AudioStream" id=3] -[ext_resource path="res://Resources/Audio/Ambience/masked_ambience.wav" type="AudioStream" id=4] - -[node name="AmbiencePlayer" type="Node"] -script = ExtResource( 1 ) - -[node name="Melody" type="AudioStreamPlayer" parent="."] -stream = ExtResource( 2 ) - -[node name="TrueAmbience" type="AudioStreamPlayer" parent="."] -stream = ExtResource( 3 ) - -[node name="MaskedAmbience" type="AudioStreamPlayer" parent="."] -stream = ExtResource( 4 ) diff --git a/default_bus_layout.tres b/default_bus_layout.tres new file mode 100644 index 0000000..7b8baf7 --- /dev/null +++ b/default_bus_layout.tres @@ -0,0 +1,20 @@ +[gd_resource type="AudioBusLayout" load_steps=2 format=2] + +[sub_resource type="AudioEffectPitchShift" id=1] +resource_name = "PitchShift" + +[resource] +bus/0/effect/0/effect = SubResource( 1 ) +bus/0/effect/0/enabled = true +bus/1/name = "Masked" +bus/1/solo = false +bus/1/mute = false +bus/1/bypass_fx = false +bus/1/volume_db = 0.0 +bus/1/send = "Master" +bus/2/name = "True" +bus/2/solo = false +bus/2/mute = false +bus/2/bypass_fx = false +bus/2/volume_db = 0.0 +bus/2/send = "Master" diff --git a/project.godot b/project.godot index 62f4532..cf57a99 100644 --- a/project.godot +++ b/project.godot @@ -71,13 +71,13 @@ config/icon="res://icon.png" Logger="*res://Util/gs-logger-3.1-R3/gs_logger/logger.gd" Pills="*res://Global/Pills.gd" Daytime="*res://Global/Daytime.gd" +PillAudioHandler="*res://Global/PillAudioHandler.tscn" [display] window/size/width=1600 window/size/height=900 window/size/borderless=true -window/size/fullscreen=true [input]