diff --git a/Zennysoft.Game.Ma.Implementation/Entity/Behaviors/PatrolBehavior.tscn b/Zennysoft.Game.Ma.Implementation/Entity/Behaviors/PatrolBehavior.tscn index c0b5cd9c2..3c308af00 100644 --- a/Zennysoft.Game.Ma.Implementation/Entity/Behaviors/PatrolBehavior.tscn +++ b/Zennysoft.Game.Ma.Implementation/Entity/Behaviors/PatrolBehavior.tscn @@ -1,6 +1,6 @@ -[gd_scene load_steps=2 format=3 uid="uid://c7e5g8l6wuph"] +[gd_scene load_steps=2 format=3] -[ext_resource type="Script" uid="uid://87d8kluait8y" path="res://src/enemy/behaviors/PatrolBehavior.cs" id="1_lobva"] +[ext_resource type="Script" path="res://src/enemy/behaviors/PatrolBehavior.cs" id="1_lobva"] [node name="NavigationAgent" type="NavigationAgent3D"] avoidance_enabled = true diff --git a/Zennysoft.Game.Ma.Implementation/Equipment/Tags/UsableItemTag.cs b/Zennysoft.Game.Ma.Implementation/Equipment/Tags/UsableItemTag.cs index 93976312a..010f9f42e 100644 --- a/Zennysoft.Game.Ma.Implementation/Equipment/Tags/UsableItemTag.cs +++ b/Zennysoft.Game.Ma.Implementation/Equipment/Tags/UsableItemTag.cs @@ -20,5 +20,11 @@ public enum UsableItemTag LowerTargetTo1HP, CanChangeAffinity, TeleportToRandomLocation, - WarpToExitIfFound + WarpToExitIfFound, + IncreaseDefense, + IncreaseLuck, + IncreaseAttack, + DecreaseDefense, + DecreaseLuck, + DecreaseAttack } diff --git a/Zennysoft.Game.Ma/addons/dialogue_manager/components/code_edit.tscn b/Zennysoft.Game.Ma/addons/dialogue_manager/components/code_edit.tscn index 0c25707bf..df59bd0a0 100644 --- a/Zennysoft.Game.Ma/addons/dialogue_manager/components/code_edit.tscn +++ b/Zennysoft.Game.Ma/addons/dialogue_manager/components/code_edit.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://civ6shmka5e8u"] +[gd_scene load_steps=4 format=3 uid="uid://ekf8y405ewyq"] [ext_resource type="Script" uid="uid://klpiq4tk3t7a" path="res://addons/dialogue_manager/components/code_edit_syntax_highlighter.gd" id="1_58cfo"] [ext_resource type="Script" uid="uid://djeybvlb332mp" path="res://addons/dialogue_manager/components/code_edit.gd" id="1_g324i"] diff --git a/Zennysoft.Game.Ma/addons/dialogue_manager/components/download_update_panel.tscn b/Zennysoft.Game.Ma/addons/dialogue_manager/components/download_update_panel.tscn index 540abd331..c799c5504 100644 --- a/Zennysoft.Game.Ma/addons/dialogue_manager/components/download_update_panel.tscn +++ b/Zennysoft.Game.Ma/addons/dialogue_manager/components/download_update_panel.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=3 format=3 uid="uid://qdxrxv3c3hxk"] +[gd_scene load_steps=3 format=3 uid="uid://cstps104wl17j"] [ext_resource type="Script" uid="uid://kpwo418lb2t2" path="res://addons/dialogue_manager/components/download_update_panel.gd" id="1_4tm1k"] [ext_resource type="Texture2D" uid="uid://d3baj6rygkb3f" path="res://addons/dialogue_manager/assets/update.svg" id="2_4o2m6"] diff --git a/Zennysoft.Game.Ma/addons/dialogue_manager/components/editor_property/editor_property_control.tscn b/Zennysoft.Game.Ma/addons/dialogue_manager/components/editor_property/editor_property_control.tscn index 7cb02e89f..b0a74e421 100644 --- a/Zennysoft.Game.Ma/addons/dialogue_manager/components/editor_property/editor_property_control.tscn +++ b/Zennysoft.Game.Ma/addons/dialogue_manager/components/editor_property/editor_property_control.tscn @@ -1,8 +1,8 @@ -[gd_scene load_steps=4 format=3 uid="uid://ycn6uaj7dsrh"] +[gd_scene load_steps=4 format=3 uid="uid://bsal283gclopj"] [ext_resource type="Script" uid="uid://dooe2pflnqtve" path="res://addons/dialogue_manager/components/editor_property/editor_property_control.gd" id="1_het12"] -[ext_resource type="PackedScene" uid="uid://b16uuqjuof3n5" path="res://addons/dialogue_manager/components/editor_property/resource_button.tscn" id="2_hh3d4"] -[ext_resource type="PackedScene" uid="uid://dnufpcdrreva3" path="res://addons/dialogue_manager/components/files_list.tscn" id="3_l8fp6"] +[ext_resource type="PackedScene" path="res://addons/dialogue_manager/components/editor_property/resource_button.tscn" id="2_hh3d4"] +[ext_resource type="PackedScene" path="res://addons/dialogue_manager/components/files_list.tscn" id="3_l8fp6"] [node name="PropertyEditorButton" type="HBoxContainer"] offset_right = 40.0 diff --git a/Zennysoft.Game.Ma/addons/dialogue_manager/components/editor_property/resource_button.tscn b/Zennysoft.Game.Ma/addons/dialogue_manager/components/editor_property/resource_button.tscn index 691e527b7..65516fe06 100644 --- a/Zennysoft.Game.Ma/addons/dialogue_manager/components/editor_property/resource_button.tscn +++ b/Zennysoft.Game.Ma/addons/dialogue_manager/components/editor_property/resource_button.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=2 format=3 uid="uid://b16uuqjuof3n5"] +[gd_scene load_steps=2 format=3 uid="uid://bylecer7aexlb"] [ext_resource type="Script" uid="uid://damhqta55t67c" path="res://addons/dialogue_manager/components/editor_property/resource_button.gd" id="1_7u2i7"] diff --git a/Zennysoft.Game.Ma/addons/dialogue_manager/components/errors_panel.tscn b/Zennysoft.Game.Ma/addons/dialogue_manager/components/errors_panel.tscn index 0b653ccaa..d9623544a 100644 --- a/Zennysoft.Game.Ma/addons/dialogue_manager/components/errors_panel.tscn +++ b/Zennysoft.Game.Ma/addons/dialogue_manager/components/errors_panel.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://cs8pwrxr5vxix"] +[gd_scene load_steps=4 format=3 uid="uid://c3pniua1enw8v"] [ext_resource type="Script" uid="uid://d2l8nlb6hhrfp" path="res://addons/dialogue_manager/components/errors_panel.gd" id="1_nfm3c"] diff --git a/Zennysoft.Game.Ma/addons/dialogue_manager/components/files_list.tscn b/Zennysoft.Game.Ma/addons/dialogue_manager/components/files_list.tscn index c9e862b19..058bdc843 100644 --- a/Zennysoft.Game.Ma/addons/dialogue_manager/components/files_list.tscn +++ b/Zennysoft.Game.Ma/addons/dialogue_manager/components/files_list.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=3 format=3 uid="uid://dnufpcdrreva3"] +[gd_scene load_steps=3 format=3 uid="uid://b21h8gsbo60xg"] [ext_resource type="Script" uid="uid://dqa4a4wwoo0aa" path="res://addons/dialogue_manager/components/files_list.gd" id="1_cytii"] [ext_resource type="Texture2D" uid="uid://d3lr2uas6ax8v" path="res://addons/dialogue_manager/assets/icon.svg" id="2_3ijx1"] diff --git a/Zennysoft.Game.Ma/addons/dialogue_manager/components/find_in_files.tscn b/Zennysoft.Game.Ma/addons/dialogue_manager/components/find_in_files.tscn index 97fca2481..16124c0ff 100644 --- a/Zennysoft.Game.Ma/addons/dialogue_manager/components/find_in_files.tscn +++ b/Zennysoft.Game.Ma/addons/dialogue_manager/components/find_in_files.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=3 format=3 uid="uid://0n7hwviyyly4"] +[gd_scene load_steps=3 format=3 uid="uid://c5to0aeerreb4"] [ext_resource type="Script" uid="uid://q368fmxxa8sd" path="res://addons/dialogue_manager/components/find_in_files.gd" id="1_3xicy"] diff --git a/Zennysoft.Game.Ma/addons/dialogue_manager/components/search_and_replace.tscn b/Zennysoft.Game.Ma/addons/dialogue_manager/components/search_and_replace.tscn index 52721c4aa..7b124aef3 100644 --- a/Zennysoft.Game.Ma/addons/dialogue_manager/components/search_and_replace.tscn +++ b/Zennysoft.Game.Ma/addons/dialogue_manager/components/search_and_replace.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=2 format=3 uid="uid://gr8nakpbrhby"] +[gd_scene load_steps=2 format=3 uid="uid://xnv1ojlgiss3"] [ext_resource type="Script" uid="uid://cijsmjkq21cdq" path="res://addons/dialogue_manager/components/search_and_replace.gd" id="1_8oj1f"] diff --git a/Zennysoft.Game.Ma/addons/dialogue_manager/components/title_list.tscn b/Zennysoft.Game.Ma/addons/dialogue_manager/components/title_list.tscn index ac2b98333..3a031cbf3 100644 --- a/Zennysoft.Game.Ma/addons/dialogue_manager/components/title_list.tscn +++ b/Zennysoft.Game.Ma/addons/dialogue_manager/components/title_list.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=2 format=3 uid="uid://ctns6ouwwd68i"] +[gd_scene load_steps=2 format=3 uid="uid://b7v2agbddgaoi"] [ext_resource type="Script" uid="uid://d0k2wndjj0ifm" path="res://addons/dialogue_manager/components/title_list.gd" id="1_5qqmd"] diff --git a/Zennysoft.Game.Ma/addons/dialogue_manager/components/update_button.tscn b/Zennysoft.Game.Ma/addons/dialogue_manager/components/update_button.tscn index 6cff34712..5823144e1 100644 --- a/Zennysoft.Game.Ma/addons/dialogue_manager/components/update_button.tscn +++ b/Zennysoft.Game.Ma/addons/dialogue_manager/components/update_button.tscn @@ -1,7 +1,7 @@ -[gd_scene load_steps=3 format=3 uid="uid://co8yl23idiwbi"] +[gd_scene load_steps=3 format=3 uid="uid://c1dliyrsif5jj"] [ext_resource type="Script" uid="uid://cr1tt12dh5ecr" path="res://addons/dialogue_manager/components/update_button.gd" id="1_d2tpb"] -[ext_resource type="PackedScene" uid="uid://qdxrxv3c3hxk" path="res://addons/dialogue_manager/components/download_update_panel.tscn" id="2_iwm7r"] +[ext_resource type="PackedScene" uid="uid://cstps104wl17j" path="res://addons/dialogue_manager/components/download_update_panel.tscn" id="2_iwm7r"] [node name="UpdateButton" type="Button"] visible = false diff --git a/Zennysoft.Game.Ma/addons/dialogue_manager/dialogue_label.tscn b/Zennysoft.Game.Ma/addons/dialogue_manager/dialogue_label.tscn index 00959334d..0592427b9 100644 --- a/Zennysoft.Game.Ma/addons/dialogue_manager/dialogue_label.tscn +++ b/Zennysoft.Game.Ma/addons/dialogue_manager/dialogue_label.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=2 format=3 uid="uid://ckvgyvclnwggo"] +[gd_scene load_steps=2 format=3 uid="uid://b0sflwm2j27gu"] [ext_resource type="Script" uid="uid://g32um0mltv5d" path="res://addons/dialogue_manager/dialogue_label.gd" id="1_cital"] diff --git a/Zennysoft.Game.Ma/addons/dialogue_manager/example_balloon/example_balloon.tscn b/Zennysoft.Game.Ma/addons/dialogue_manager/example_balloon/example_balloon.tscn index 64b336582..6f1f7b47f 100644 --- a/Zennysoft.Game.Ma/addons/dialogue_manager/example_balloon/example_balloon.tscn +++ b/Zennysoft.Game.Ma/addons/dialogue_manager/example_balloon/example_balloon.tscn @@ -1,7 +1,7 @@ -[gd_scene load_steps=9 format=3 uid="uid://73jm5qjy52vq"] +[gd_scene load_steps=9 format=3 uid="uid://bs44fggx87t73"] [ext_resource type="Script" uid="uid://5b3w40kwakl3" path="res://addons/dialogue_manager/example_balloon/ExampleBalloon.cs" id="1_36de5"] -[ext_resource type="PackedScene" uid="uid://ckvgyvclnwggo" path="res://addons/dialogue_manager/dialogue_label.tscn" id="2_a8ve6"] +[ext_resource type="PackedScene" path="res://addons/dialogue_manager/dialogue_label.tscn" id="2_a8ve6"] [ext_resource type="Script" uid="uid://bb52rsfwhkxbn" path="res://addons/dialogue_manager/dialogue_responses_menu.gd" id="3_72ixx"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_spyqn"] diff --git a/Zennysoft.Game.Ma/addons/dialogue_manager/example_balloon/small_example_balloon.tscn b/Zennysoft.Game.Ma/addons/dialogue_manager/example_balloon/small_example_balloon.tscn index 57f8e4e11..dc0f0f6ae 100644 --- a/Zennysoft.Game.Ma/addons/dialogue_manager/example_balloon/small_example_balloon.tscn +++ b/Zennysoft.Game.Ma/addons/dialogue_manager/example_balloon/small_example_balloon.tscn @@ -1,7 +1,7 @@ -[gd_scene load_steps=10 format=3 uid="uid://13s5spsk34qu"] +[gd_scene load_steps=10 format=3 uid="uid://c4tqvq4mjcfv2"] [ext_resource type="Script" uid="uid://5b3w40kwakl3" path="res://addons/dialogue_manager/example_balloon/ExampleBalloon.cs" id="1_s2gbs"] -[ext_resource type="PackedScene" uid="uid://ckvgyvclnwggo" path="res://addons/dialogue_manager/dialogue_label.tscn" id="2_hfvdi"] +[ext_resource type="PackedScene" path="res://addons/dialogue_manager/dialogue_label.tscn" id="2_hfvdi"] [ext_resource type="Script" uid="uid://bb52rsfwhkxbn" path="res://addons/dialogue_manager/dialogue_responses_menu.gd" id="3_1j1j0"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_235ry"] diff --git a/Zennysoft.Game.Ma/addons/dialogue_manager/test_scene.tscn b/Zennysoft.Game.Ma/addons/dialogue_manager/test_scene.tscn index f0786bad1..0508b7160 100644 --- a/Zennysoft.Game.Ma/addons/dialogue_manager/test_scene.tscn +++ b/Zennysoft.Game.Ma/addons/dialogue_manager/test_scene.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=2 format=3 uid="uid://ugd552efvil0"] +[gd_scene load_steps=2 format=3 uid="uid://c3ty75yb1un26"] [ext_resource type="Script" uid="uid://c8e16qdgu40wo" path="res://addons/dialogue_manager/test_scene.gd" id="1_yupoh"] diff --git a/Zennysoft.Game.Ma/addons/dialogue_manager/views/main_view.tscn b/Zennysoft.Game.Ma/addons/dialogue_manager/views/main_view.tscn index b21f7084e..36c7178f6 100644 --- a/Zennysoft.Game.Ma/addons/dialogue_manager/views/main_view.tscn +++ b/Zennysoft.Game.Ma/addons/dialogue_manager/views/main_view.tscn @@ -1,15 +1,15 @@ -[gd_scene load_steps=16 format=3 uid="uid://cbuf1q3xsse3q"] +[gd_scene load_steps=16 format=3 uid="uid://b2lot8kdw2snd"] [ext_resource type="Script" uid="uid://cipjcc7bkh1pc" path="res://addons/dialogue_manager/views/main_view.gd" id="1_h6qfq"] -[ext_resource type="PackedScene" uid="uid://civ6shmka5e8u" path="res://addons/dialogue_manager/components/code_edit.tscn" id="2_f73fm"] -[ext_resource type="PackedScene" uid="uid://dnufpcdrreva3" path="res://addons/dialogue_manager/components/files_list.tscn" id="2_npj2k"] -[ext_resource type="PackedScene" uid="uid://ctns6ouwwd68i" path="res://addons/dialogue_manager/components/title_list.tscn" id="2_onb4i"] -[ext_resource type="PackedScene" uid="uid://co8yl23idiwbi" path="res://addons/dialogue_manager/components/update_button.tscn" id="2_ph3vs"] -[ext_resource type="PackedScene" uid="uid://gr8nakpbrhby" path="res://addons/dialogue_manager/components/search_and_replace.tscn" id="6_ylh0t"] -[ext_resource type="PackedScene" uid="uid://cs8pwrxr5vxix" path="res://addons/dialogue_manager/components/errors_panel.tscn" id="7_5cvl4"] +[ext_resource type="PackedScene" uid="uid://ekf8y405ewyq" path="res://addons/dialogue_manager/components/code_edit.tscn" id="2_f73fm"] +[ext_resource type="PackedScene" uid="uid://b21h8gsbo60xg" path="res://addons/dialogue_manager/components/files_list.tscn" id="2_npj2k"] +[ext_resource type="PackedScene" uid="uid://b7v2agbddgaoi" path="res://addons/dialogue_manager/components/title_list.tscn" id="2_onb4i"] +[ext_resource type="PackedScene" uid="uid://c1dliyrsif5jj" path="res://addons/dialogue_manager/components/update_button.tscn" id="2_ph3vs"] +[ext_resource type="PackedScene" uid="uid://xnv1ojlgiss3" path="res://addons/dialogue_manager/components/search_and_replace.tscn" id="6_ylh0t"] +[ext_resource type="PackedScene" uid="uid://c3pniua1enw8v" path="res://addons/dialogue_manager/components/errors_panel.tscn" id="7_5cvl4"] [ext_resource type="Script" uid="uid://klpiq4tk3t7a" path="res://addons/dialogue_manager/components/code_edit_syntax_highlighter.gd" id="7_necsa"] [ext_resource type="Texture2D" uid="uid://cnm67htuohhlo" path="res://addons/dialogue_manager/assets/banner.png" id="9_y6rqu"] -[ext_resource type="PackedScene" uid="uid://0n7hwviyyly4" path="res://addons/dialogue_manager/components/find_in_files.tscn" id="10_yold3"] +[ext_resource type="PackedScene" uid="uid://c5to0aeerreb4" path="res://addons/dialogue_manager/components/find_in_files.tscn" id="10_yold3"] [sub_resource type="Image" id="Image_y6rqu"] data = { diff --git a/Zennysoft.Game.Ma/addons/input_helper/components/download_update_panel.tscn b/Zennysoft.Game.Ma/addons/input_helper/components/download_update_panel.tscn index 9d9bf3f0f..f791fe69e 100644 --- a/Zennysoft.Game.Ma/addons/input_helper/components/download_update_panel.tscn +++ b/Zennysoft.Game.Ma/addons/input_helper/components/download_update_panel.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=3 format=3 uid="uid://b7mst0qu7vjk1"] +[gd_scene load_steps=3 format=3 uid="uid://bf5kpeg711bo8"] [ext_resource type="Script" uid="uid://dcff0mowkn6km" path="res://addons/input_helper/components/download_update_panel.gd" id="1_4tm1k"] [ext_resource type="Texture2D" uid="uid://ddixs2ish5bi6" path="res://addons/input_helper/assets/update.svg" id="2_j7shv"] diff --git a/Zennysoft.Game.Ma/addons/input_helper/views/download_dialog.tscn b/Zennysoft.Game.Ma/addons/input_helper/views/download_dialog.tscn index 451a451d4..8de6ddccb 100644 --- a/Zennysoft.Game.Ma/addons/input_helper/views/download_dialog.tscn +++ b/Zennysoft.Game.Ma/addons/input_helper/views/download_dialog.tscn @@ -1,6 +1,6 @@ -[gd_scene load_steps=3 format=3 uid="uid://bownbkcmm43gn"] +[gd_scene load_steps=3 format=3 uid="uid://bsi3bm7ig32p"] -[ext_resource type="PackedScene" uid="uid://b7mst0qu7vjk1" path="res://addons/input_helper/components/download_update_panel.tscn" id="1_37q37"] +[ext_resource type="PackedScene" uid="uid://bf5kpeg711bo8" path="res://addons/input_helper/components/download_update_panel.tscn" id="1_37q37"] [ext_resource type="Script" uid="uid://1t3qhgrro2es" path="res://addons/input_helper/views/download_dialog.gd" id="1_ltktf"] [node name="DownloadDialog" type="AcceptDialog"] diff --git a/Zennysoft.Game.Ma/project.godot b/Zennysoft.Game.Ma/project.godot index 31b83a673..80874f99e 100644 --- a/Zennysoft.Game.Ma/project.godot +++ b/Zennysoft.Game.Ma/project.godot @@ -8,6 +8,10 @@ config_version=5 +[animation] + +warnings/check_invalid_track_paths=false + [application] config/name="Ma" diff --git a/Zennysoft.Game.Ma/src/Components/AttackComponent.cs b/Zennysoft.Game.Ma/src/Components/AttackComponent.cs index 5909c06f3..8f0d3772c 100644 --- a/Zennysoft.Game.Ma/src/Components/AttackComponent.cs +++ b/Zennysoft.Game.Ma/src/Components/AttackComponent.cs @@ -1,4 +1,5 @@ using Chickensoft.Collections; +using Godot; using System; using Zennysoft.Ma.Adapter; @@ -49,7 +50,14 @@ public class AttackComponent : IAttackComponent public void RaiseMaximumAttack(int raiseAmount) { - _maximumAttack.OnNext(raiseAmount); + _maximumAttack.OnNext(_maximumAttack.Value + raiseAmount); Restore(raiseAmount); } + + public void LowerMaximumAttack(int lowerAmount) + { + _maximumAttack.OnNext(Mathf.Max(_maximumAttack.Value + lowerAmount, 0)); + if (_currentAttack.Value > _maximumAttack.Value) + _currentAttack.OnNext(_maximumAttack.Value); + } } diff --git a/Zennysoft.Game.Ma/src/Components/DefenseComponent.cs b/Zennysoft.Game.Ma/src/Components/DefenseComponent.cs index a2c524b6a..23bd89420 100644 --- a/Zennysoft.Game.Ma/src/Components/DefenseComponent.cs +++ b/Zennysoft.Game.Ma/src/Components/DefenseComponent.cs @@ -1,4 +1,5 @@ using Chickensoft.Collections; +using Godot; using System; using Zennysoft.Ma.Adapter; @@ -49,7 +50,14 @@ public class DefenseComponent : IDefenseComponent public void RaiseMaximumDefense(int raiseAmount) { - _maximumDefense.OnNext(raiseAmount); + _maximumDefense.OnNext(_maximumDefense.Value + raiseAmount); Restore(raiseAmount); } + + public void LowerMaximumDefense(int lowerAmount) + { + _maximumDefense.OnNext(Mathf.Max(_maximumDefense.Value + lowerAmount, 0)); + if (_currentDefense.Value > _maximumDefense.Value) + _currentDefense.OnNext(_maximumDefense.Value); + } } diff --git a/Zennysoft.Game.Ma/src/Components/LuckComponent.cs b/Zennysoft.Game.Ma/src/Components/LuckComponent.cs index bc4792d16..4b5aafde8 100644 --- a/Zennysoft.Game.Ma/src/Components/LuckComponent.cs +++ b/Zennysoft.Game.Ma/src/Components/LuckComponent.cs @@ -1,4 +1,5 @@ using Chickensoft.Collections; +using System; using Zennysoft.Ma.Adapter; namespace Zennysoft.Game.Ma; @@ -7,7 +8,7 @@ public class LuckComponent : ILuckComponent { public IAutoProp Luck => _luck; - private AutoProp _luck; + private readonly AutoProp _luck; private readonly int _initialValue; public LuckComponent(int initialLuck) @@ -22,4 +23,6 @@ public class LuckComponent : ILuckComponent } public void IncreaseLuck(int value) => _luck.OnNext(_luck.Value + value); + + public void DecreaseLuck(int value) => _luck.OnNext(Godot.Mathf.Max(_luck.Value - value, 0)); } diff --git a/Zennysoft.Game.Ma/src/app/App.tscn b/Zennysoft.Game.Ma/src/app/App.tscn index 1a5f43e92..80b62c55d 100644 --- a/Zennysoft.Game.Ma/src/app/App.tscn +++ b/Zennysoft.Game.Ma/src/app/App.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=6 format=3 uid="uid://cagfc5ridmteu"] +[gd_scene load_steps=6 format=3 uid="uid://bkhaksn82ws6h"] [ext_resource type="Script" uid="uid://d1f8blk5ucqvq" path="res://src/app/App.cs" id="1_rt73h"] [ext_resource type="PackedScene" uid="uid://rfvnddfqufho" path="res://src/menu/MainMenu.tscn" id="2_1uiag"] diff --git a/Zennysoft.Game.Ma/src/audio/SFXDatabase.tscn b/Zennysoft.Game.Ma/src/audio/SFXDatabase.tscn index 019d4bf14..86f6fa26d 100644 --- a/Zennysoft.Game.Ma/src/audio/SFXDatabase.tscn +++ b/Zennysoft.Game.Ma/src/audio/SFXDatabase.tscn @@ -116,6 +116,11 @@ unique_name_in_owner = true stream = ExtResource("4_fa8i8") bus = &"SFX" +[node name="DecreaseStatSound" type="AudioStreamPlayer" parent="Item"] +unique_name_in_owner = true +stream = ExtResource("4_fa8i8") +bus = &"SFX" + [node name="SortSound" type="AudioStreamPlayer" parent="Item"] unique_name_in_owner = true stream = ExtResource("9_l6w22") diff --git a/Zennysoft.Game.Ma/src/audio/SfxDatabase.cs b/Zennysoft.Game.Ma/src/audio/SfxDatabase.cs index c16938d34..4c8f8a3a1 100644 --- a/Zennysoft.Game.Ma/src/audio/SfxDatabase.cs +++ b/Zennysoft.Game.Ma/src/audio/SfxDatabase.cs @@ -24,6 +24,7 @@ public partial class SfxDatabase : Node {SoundEffect.TakeDamage, TakeDamageSound }, {SoundEffect.HealVT, HealVTSound }, {SoundEffect.IncreaseStat, IncreaseStatSound }, + {SoundEffect.DecreaseStat, DecreaseStatSound }, {SoundEffect.Crit, CritSound }, {SoundEffect.PickupItem, PickupItemSound }, {SoundEffect.OpenInventory, OpenInventorySound }, @@ -50,6 +51,8 @@ public partial class SfxDatabase : Node [Node] private AudioStreamPlayer TakeDamageSound { get; set; } = default!; [Node] private AudioStreamPlayer HealVTSound { get; set; } = default!; [Node] private AudioStreamPlayer IncreaseStatSound { get; set; } = default!; + + [Node] private AudioStreamPlayer DecreaseStatSound { get; set; } = default!; [Node] private AudioStreamPlayer WeaponQuickSlashSound { get; set; } = default!; [Node] private AudioStreamPlayer WeaponSlowSlashSound { get; set; } = default!; [Node] private AudioStreamPlayer CritSound { get; set; } = default!; @@ -87,6 +90,7 @@ public enum SoundEffect TakeDamage, HealVT, IncreaseStat, + DecreaseStat, Crit, PickupItem, OpenInventory, diff --git a/Zennysoft.Game.Ma/src/camera/ShakeCamera.tscn b/Zennysoft.Game.Ma/src/camera/ShakeCamera.tscn index 1ef1d901c..0f589232e 100644 --- a/Zennysoft.Game.Ma/src/camera/ShakeCamera.tscn +++ b/Zennysoft.Game.Ma/src/camera/ShakeCamera.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=3 format=3 uid="uid://didc6vnf5ftlg"] +[gd_scene load_steps=3 format=3 uid="uid://dqvlemme0iwa"] [ext_resource type="Script" uid="uid://bb36q1wpe0tlw" path="res://src/camera/ShakeCamera.cs" id="1_ubmds"] diff --git a/Zennysoft.Game.Ma/src/data_viewer/DataViewer.tscn b/Zennysoft.Game.Ma/src/data_viewer/DataViewer.tscn index 313fd3216..a946cb16a 100644 --- a/Zennysoft.Game.Ma/src/data_viewer/DataViewer.tscn +++ b/Zennysoft.Game.Ma/src/data_viewer/DataViewer.tscn @@ -1,17 +1,17 @@ -[gd_scene load_steps=19 format=3 uid="uid://c7wjbgbrdivol"] +[gd_scene load_steps=19 format=3 uid="uid://b02ykp0nm7cyw"] [ext_resource type="Script" uid="uid://bgaflnnur26vk" path="res://src/data_viewer/DataViewer.cs" id="1_1qako"] [ext_resource type="Texture2D" uid="uid://dsf5l6g8n1tkw" path="res://src/ui/rendered_assets/SCREEN_RENDERS_Viewer_720_16_9.png" id="2_hpkd1"] [ext_resource type="Texture2D" uid="uid://bophm5or5opdf" path="res://src/data_viewer/bafkreicavupacvvhtig6ii2zb3svww7luvmuknyttza6s4doxm4oursnzm.jpg" id="3_hpkd1"] -[ext_resource type="PackedScene" uid="uid://bimjnsu52y3xi" path="res://src/enemy/enemy_types/01. sproingy/SproingyModelView.tscn" id="3_vk1lh"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/01. sproingy/SproingyModelView.tscn" id="3_vk1lh"] [ext_resource type="Shader" uid="uid://o80s4yvp0rto" path="res://src/data_viewer/BlurSprite3D.gdshader" id="4_vk1lh"] [ext_resource type="LabelSettings" uid="uid://b6f8ggy3ulonb" path="res://src/ui/label_settings/GeorgiaItalic.tres" id="6_vk1lh"] [ext_resource type="FontFile" uid="uid://beh6d5lo5ihq0" path="res://src/ui/fonts/georgiai.ttf" id="7_dvixg"] -[ext_resource type="PackedScene" uid="uid://bjg8wyvp8q6oc" path="res://src/enemy/enemy_types/02. michael/MichaelModelView.tscn" id="8_ekqja"] -[ext_resource type="PackedScene" uid="uid://c5xijwxkg4pf6" path="res://src/enemy/enemy_types/05. ballos/BallosModelView.tscn" id="11_icshd"] -[ext_resource type="PackedScene" uid="uid://bid6f48l0q58o" path="res://src/enemy/enemy_types/14. horse_head/HorseFaceModelView.tscn" id="19_qagkd"] -[ext_resource type="PackedScene" uid="uid://dnomfbym36ivg" path="res://src/enemy/enemy_types/15. ox_face/OxFaceModelView.tscn" id="20_bw7jv"] -[ext_resource type="PackedScene" uid="uid://l4413jwn0m8v" path="res://src/enemy/enemy_types/16. demon wall/DemonWallModelView.tscn" id="21_i7aes"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/02. michael/MichaelModelView.tscn" id="8_ekqja"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/05. ballos/BallosModelView.tscn" id="11_icshd"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/14. horse_head/HorseFaceModelView.tscn" id="19_qagkd"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/15. ox_face/OxFaceModelView.tscn" id="20_bw7jv"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/16. demon wall/DemonWallModelView.tscn" id="21_i7aes"] [ext_resource type="StyleBox" uid="uid://bxuy4tnftibfq" path="res://src/options/SelectedOptionsBox.tres" id="25_gdy4a"] [ext_resource type="StyleBox" uid="uid://bl15q835s4ene" path="res://src/options/UnselectedOptionsBox.tres" id="26_br3ej"] diff --git a/Zennysoft.Game.Ma/src/debug_info/DebugInfo.tscn b/Zennysoft.Game.Ma/src/debug_info/DebugInfo.tscn index 68c9238e1..a905a2077 100644 --- a/Zennysoft.Game.Ma/src/debug_info/DebugInfo.tscn +++ b/Zennysoft.Game.Ma/src/debug_info/DebugInfo.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://t22s2y1t8ktc"] +[gd_scene load_steps=4 format=3 uid="uid://0eo47mewhlit"] [ext_resource type="Script" uid="uid://c4g3frcpt0h36" path="res://src/debug_info/DebugInfo.cs" id="1_6tk84"] [ext_resource type="LabelSettings" uid="uid://b6f8ggy3ulonb" path="res://src/ui/label_settings/GeorgiaItalic.tres" id="1_i766g"] diff --git a/Zennysoft.Game.Ma/src/dialog/Dialog.tres b/Zennysoft.Game.Ma/src/dialog/Dialog.tres index 90f073aaa..aad13f6e6 100644 --- a/Zennysoft.Game.Ma/src/dialog/Dialog.tres +++ b/Zennysoft.Game.Ma/src/dialog/Dialog.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="DialogueResource" load_steps=2 format=3 uid="uid://dlbsw423e12au"] -[ext_resource type="Script" path="res://addons/dialogue_manager/dialogue_resource.gd" id="1_p1wx7"] +[ext_resource type="Script" uid="uid://dbs4435dsf3ry" path="res://addons/dialogue_manager/dialogue_resource.gd" id="1_p1wx7"] [resource] script = ExtResource("1_p1wx7") diff --git a/Zennysoft.Game.Ma/src/dialog/Dialog.tscn b/Zennysoft.Game.Ma/src/dialog/Dialog.tscn index c411ee3ed..2f2a8c9df 100644 --- a/Zennysoft.Game.Ma/src/dialog/Dialog.tscn +++ b/Zennysoft.Game.Ma/src/dialog/Dialog.tscn @@ -1,6 +1,6 @@ -[gd_scene load_steps=2 format=3 uid="uid://kt5fg0it26cf"] +[gd_scene load_steps=2 format=3 uid="uid://ci8272gtj7oj6"] -[ext_resource type="Script" path="res://addons/dialogue_manager/dialogue_label.gd" id="1_bkcfu"] +[ext_resource type="Script" uid="uid://g32um0mltv5d" path="res://addons/dialogue_manager/dialogue_label.gd" id="1_bkcfu"] [node name="Dialog" type="RichTextLabel"] anchors_preset = 15 diff --git a/Zennysoft.Game.Ma/src/enemy/BasicEnemyAnimationTree.tscn b/Zennysoft.Game.Ma/src/enemy/BasicEnemyAnimationTree.tscn index bcdc16a59..cf69a881b 100644 --- a/Zennysoft.Game.Ma/src/enemy/BasicEnemyAnimationTree.tscn +++ b/Zennysoft.Game.Ma/src/enemy/BasicEnemyAnimationTree.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=95 format=3 uid="uid://dpoonda2dwwic"] +[gd_scene load_steps=95 format=3 uid="uid://cygwsc1gebeut"] [sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_53wuj"] animation = &"idle_back" diff --git a/Zennysoft.Game.Ma/src/enemy/CollisionDetector.tscn b/Zennysoft.Game.Ma/src/enemy/CollisionDetector.tscn index 516d1a26a..b5280ec3e 100644 --- a/Zennysoft.Game.Ma/src/enemy/CollisionDetector.tscn +++ b/Zennysoft.Game.Ma/src/enemy/CollisionDetector.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=2 format=3 uid="uid://br6dlxj36fw5i"] +[gd_scene load_steps=2 format=3 uid="uid://bbc80e2421xlb"] [sub_resource type="BoxShape3D" id="BoxShape3D_7056c"] diff --git a/Zennysoft.Game.Ma/src/enemy/EnemyDatabase.tscn b/Zennysoft.Game.Ma/src/enemy/EnemyDatabase.tscn index 06081b39a..eb666f38d 100644 --- a/Zennysoft.Game.Ma/src/enemy/EnemyDatabase.tscn +++ b/Zennysoft.Game.Ma/src/enemy/EnemyDatabase.tscn @@ -1,10 +1,12 @@ -[gd_scene load_steps=4 format=3 uid="uid://dbvr8ewajja6a"] +[gd_scene load_steps=4 format=3 uid="uid://dcj80fft8v6ww"] -[ext_resource type="Script" uid="uid://cp02ufnj6c7kg" path="res://src/enemy/EnemyDatabase.cs" id="1_ywy58"] -[ext_resource type="PackedScene" uid="uid://b0gwivt7cw7nd" path="res://src/enemy/enemy_types/02. michael/Michael.tscn" id="2_tja3j"] -[ext_resource type="PackedScene" uid="uid://bksq62muhk3h5" path="res://src/enemy/enemy_types/01. sproingy/Sproingy.tscn" id="3_cpupr"] +[ext_resource type="PackedScene" uid="uid://xeuulxx1p702" path="res://src/enemy/enemy_types/02. michael/Michael.tscn" id="2_tja3j"] +[ext_resource type="PackedScene" uid="uid://ckow4bnkohxsj" path="res://src/enemy/enemy_types/04. sara/Sara.tscn" id="3_cpupr"] + +[sub_resource type="Resource" id="Resource_fevii"] +metadata/__load_path__ = "res://src/enemy/EnemyDatabase.cs" [node name="EnemyDatabase" type="Node"] -script = ExtResource("1_ywy58") +script = SubResource("Resource_fevii") EnemyList = Array[PackedScene]([ExtResource("2_tja3j"), ExtResource("3_cpupr")]) SpawnRate = PackedFloat32Array(1, 1) diff --git a/Zennysoft.Game.Ma/src/enemy/PatrolComponent.tscn b/Zennysoft.Game.Ma/src/enemy/PatrolComponent.tscn index 8e2186821..95c5afe6e 100644 --- a/Zennysoft.Game.Ma/src/enemy/PatrolComponent.tscn +++ b/Zennysoft.Game.Ma/src/enemy/PatrolComponent.tscn @@ -1,9 +1,10 @@ -[gd_scene load_steps=2 format=3 uid="uid://p74f12fh5v0i"] +[gd_scene load_steps=2 format=3 uid="uid://ddvhuhttr5q0m"] -[ext_resource type="Script" uid="uid://vjb6sjktj6m0" path="res://src/enemy/PatrolComponent.cs" id="1_dhoym"] +[sub_resource type="Resource" id="Resource_g8n53"] +metadata/__load_path__ = "res://src/enemy/PatrolComponent.cs" [node name="PatrolComponent" type="Node3D"] -script = ExtResource("1_dhoym") +script = SubResource("Resource_g8n53") [node name="Navigation" type="Node3D" parent="."] diff --git a/Zennysoft.Game.Ma/src/enemy/TwoAttacksEnemyAnimationTree.tscn b/Zennysoft.Game.Ma/src/enemy/TwoAttacksEnemyAnimationTree.tscn index 0098430f7..aa6a8aa03 100644 --- a/Zennysoft.Game.Ma/src/enemy/TwoAttacksEnemyAnimationTree.tscn +++ b/Zennysoft.Game.Ma/src/enemy/TwoAttacksEnemyAnimationTree.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=171 format=3 uid="uid://diaxvpmwgl65u"] +[gd_scene load_steps=171 format=3 uid="uid://3ax3e5uce27d"] [sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_53wuj"] animation = &"idle_back" diff --git a/Zennysoft.Game.Ma/src/enemy/behaviors/EngagePlayerBehavior.tscn b/Zennysoft.Game.Ma/src/enemy/behaviors/EngagePlayerBehavior.tscn index 4a8a0c03c..6c91b0326 100644 --- a/Zennysoft.Game.Ma/src/enemy/behaviors/EngagePlayerBehavior.tscn +++ b/Zennysoft.Game.Ma/src/enemy/behaviors/EngagePlayerBehavior.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=2 format=3 uid="uid://8bcme8ao4axa"] +[gd_scene load_steps=2 format=3 uid="uid://cmhem5xknjsvc"] [ext_resource type="Script" uid="uid://bbe5nt3kpvk0f" path="res://src/enemy/behaviors/EngagePlayerBehavior.cs" id="1_7r6b3"] diff --git a/Zennysoft.Game.Ma/src/enemy/behaviors/FleeBehavior.tscn b/Zennysoft.Game.Ma/src/enemy/behaviors/FleeBehavior.tscn index 586927732..41f0bf3c1 100644 --- a/Zennysoft.Game.Ma/src/enemy/behaviors/FleeBehavior.tscn +++ b/Zennysoft.Game.Ma/src/enemy/behaviors/FleeBehavior.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=2 format=3 uid="uid://g4cupevu280j"] +[gd_scene load_steps=2 format=3 uid="uid://dld534cmm5twd"] [ext_resource type="Script" uid="uid://drur3hx4p4du4" path="res://src/enemy/behaviors/FleeBehavior.cs" id="1_cty3c"] diff --git a/Zennysoft.Game.Ma/src/enemy/behaviors/FollowBehavior.tscn b/Zennysoft.Game.Ma/src/enemy/behaviors/FollowBehavior.tscn index 0f56a2674..d4657b55f 100644 --- a/Zennysoft.Game.Ma/src/enemy/behaviors/FollowBehavior.tscn +++ b/Zennysoft.Game.Ma/src/enemy/behaviors/FollowBehavior.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=2 format=3 uid="uid://mqj4jju3870v"] +[gd_scene load_steps=2 format=3 uid="uid://cve5oouhowtff"] [ext_resource type="Script" uid="uid://chfhmralfmwva" path="res://src/enemy/behaviors/FollowBehavior.cs" id="1_3rkk2"] diff --git a/Zennysoft.Game.Ma/src/enemy/behaviors/PatrolBehavior.tscn b/Zennysoft.Game.Ma/src/enemy/behaviors/PatrolBehavior.tscn index db2492bc2..91009d2eb 100644 --- a/Zennysoft.Game.Ma/src/enemy/behaviors/PatrolBehavior.tscn +++ b/Zennysoft.Game.Ma/src/enemy/behaviors/PatrolBehavior.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=2 format=3 uid="uid://2nkvacxsd46b"] +[gd_scene load_steps=2 format=3 uid="uid://cn4fv2gv6raql"] [ext_resource type="Script" uid="uid://hpb1f5r17k5y" path="res://src/enemy/behaviors/PatrolBehavior.cs" id="1_lobva"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/01. sproingy/Sproingy.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/01. sproingy/Sproingy.tscn index f74fd409a..e6cbae49c 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/01. sproingy/Sproingy.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/01. sproingy/Sproingy.tscn @@ -1,10 +1,10 @@ -[gd_scene load_steps=16 format=3 uid="uid://bs56ccgosmu47"] +[gd_scene load_steps=16 format=3 uid="uid://crsy7gygjy317"] [ext_resource type="Script" uid="uid://cq6b4ma3sy1en" path="res://src/enemy/enemy_types/01. sproingy/Sproingy.cs" id="1_xsluo"] -[ext_resource type="PackedScene" uid="uid://2nkvacxsd46b" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="4_drfkj"] -[ext_resource type="PackedScene" uid="uid://bimjnsu52y3xi" path="res://src/enemy/enemy_types/01. sproingy/SproingyModelView.tscn" id="4_o3b7p"] -[ext_resource type="PackedScene" uid="uid://8bcme8ao4axa" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="5_drfkj"] -[ext_resource type="PackedScene" uid="uid://mqj4jju3870v" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="6_moun4"] +[ext_resource type="PackedScene" uid="uid://cn4fv2gv6raql" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="4_drfkj"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/01. sproingy/SproingyModelView.tscn" id="4_o3b7p"] +[ext_resource type="PackedScene" uid="uid://cmhem5xknjsvc" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="5_drfkj"] +[ext_resource type="PackedScene" uid="uid://cve5oouhowtff" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="6_moun4"] [ext_resource type="AudioStream" uid="uid://ba8xendacec6" path="res://src/audio/sfx/item_kyuu_layer_2.ogg" id="6_ungov"] [ext_resource type="AudioStream" uid="uid://b7ycb6qvitpmw" path="res://src/audio/sfx/player_HITENEMY_3.ogg" id="7_ungov"] [ext_resource type="AudioStream" uid="uid://bf7adfdd857hw" path="res://src/audio/sfx/enemy_morph.ogg" id="8_agkuf"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/01. sproingy/SproingyLoreInfo.tres b/Zennysoft.Game.Ma/src/enemy/enemy_types/01. sproingy/SproingyLoreInfo.tres index b3d965746..9a97d43f1 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/01. sproingy/SproingyLoreInfo.tres +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/01. sproingy/SproingyLoreInfo.tres @@ -6,4 +6,11 @@ script = ExtResource("1_1ncna") Name = "Sproingy" Description = "A guy who likes to have fun." +MaximumHP = "" +ATK = "" +DEF = "" +Affinity = "" +Weakness = "" +Drop1 = "" +Drop2 = "" metadata/_custom_type_script = ExtResource("1_1ncna") diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/01. sproingy/SproingyModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/01. sproingy/SproingyModelView.tscn index 90a6955a4..335b2fb04 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/01. sproingy/SproingyModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/01. sproingy/SproingyModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=80 format=3 uid="uid://bimjnsu52y3xi"] +[gd_scene load_steps=80 format=3 uid="uid://bjcqrhtifpcvr"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_oh25a"] [ext_resource type="Texture2D" uid="uid://dd0ia6isdqg61" path="res://src/enemy/enemy_types/01. sproingy/animations/ATTACK/Layer 1.png" id="1_pbx41"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/02. michael/Michael.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/02. michael/Michael.tscn index 9fb40b1fb..aff22da71 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/02. michael/Michael.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/02. michael/Michael.tscn @@ -1,12 +1,12 @@ -[gd_scene load_steps=14 format=3 uid="uid://b0gwivt7cw7nd"] +[gd_scene load_steps=14 format=3 uid="uid://xeuulxx1p702"] [ext_resource type="Script" uid="uid://c4pdledq3bll3" path="res://src/enemy/enemy_types/02. michael/Michael.cs" id="1_lb5oy"] -[ext_resource type="PackedScene" uid="uid://bjg8wyvp8q6oc" path="res://src/enemy/enemy_types/02. michael/MichaelModelView.tscn" id="3_wrps7"] -[ext_resource type="PackedScene" uid="uid://2nkvacxsd46b" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="5_fkx5j"] -[ext_resource type="PackedScene" uid="uid://mqj4jju3870v" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="6_bun8r"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/02. michael/MichaelModelView.tscn" id="3_wrps7"] +[ext_resource type="PackedScene" uid="uid://cn4fv2gv6raql" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="5_fkx5j"] +[ext_resource type="PackedScene" uid="uid://cve5oouhowtff" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="6_bun8r"] [ext_resource type="AudioStream" uid="uid://ba8xendacec6" path="res://src/audio/sfx/item_kyuu_layer_2.ogg" id="6_x8mrp"] [ext_resource type="AudioStream" uid="uid://b7ycb6qvitpmw" path="res://src/audio/sfx/player_HITENEMY_3.ogg" id="7_kwkfv"] -[ext_resource type="PackedScene" uid="uid://8bcme8ao4axa" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="7_x8mrp"] +[ext_resource type="PackedScene" uid="uid://cmhem5xknjsvc" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="7_x8mrp"] [ext_resource type="AudioStream" uid="uid://bf7adfdd857hw" path="res://src/audio/sfx/enemy_morph.ogg" id="8_upf7y"] [ext_resource type="AudioStream" uid="uid://bn6ns3jxkw03b" path="res://src/audio/sfx/ENEMY_SPROING_death.ogg" id="9_fm627"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/02. michael/MichaelLoreInfo.tres b/Zennysoft.Game.Ma/src/enemy/enemy_types/02. michael/MichaelLoreInfo.tres index 93167c27e..264a6bc0b 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/02. michael/MichaelLoreInfo.tres +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/02. michael/MichaelLoreInfo.tres @@ -1,9 +1,16 @@ [gd_resource type="Resource" script_class="EnemyLoreInfo" load_steps=2 format=3 uid="uid://6d7ivtna8dqb"] -[ext_resource type="Script" path="res://src/enemy/EnemyLoreInfo.cs" id="1_xsclu"] +[ext_resource type="Script" uid="uid://dlsgyx4i1jmp3" path="res://src/enemy/EnemyLoreInfo.cs" id="1_xsclu"] [resource] script = ExtResource("1_xsclu") Name = "Michael" Description = "This one doesn't like fun at all." +MaximumHP = "" +ATK = "" +DEF = "" +Affinity = "" +Weakness = "" +Drop1 = "" +Drop2 = "" metadata/_custom_type_script = ExtResource("1_xsclu") diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/02. michael/MichaelModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/02. michael/MichaelModelView.tscn index 1197bbf9e..40cbd3597 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/02. michael/MichaelModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/02. michael/MichaelModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=142 format=3 uid="uid://bjg8wyvp8q6oc"] +[gd_scene load_steps=142 format=3 uid="uid://uqle8gaeajg6"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_o4cc2"] [ext_resource type="Script" uid="uid://dlsgyx4i1jmp3" path="res://src/enemy/EnemyLoreInfo.cs" id="2_3eot4"] @@ -71,7 +71,7 @@ [ext_resource type="Texture2D" uid="uid://vxphbifafq0q" path="res://src/enemy/enemy_types/02. michael/animations/IDLE_WALK/LEFT SIDE/Michael_IdleWalk_Left (21).png" id="68_msiau"] [ext_resource type="Texture2D" uid="uid://7r30bjydumon" path="res://src/enemy/enemy_types/02. michael/animations/IDLE_WALK/LEFT SIDE/Michael_IdleWalk_Left (22).png" id="69_lec8c"] [ext_resource type="Texture2D" uid="uid://djspx2smexhme" path="res://src/enemy/enemy_types/02. michael/animations/IDLE_WALK/LEFT SIDE/Michael_IdleWalk_Left (23).png" id="70_f0jo7"] -[ext_resource type="PackedScene" uid="uid://dpoonda2dwwic" path="res://src/enemy/BasicEnemyAnimationTree.tscn" id="73_gby04"] +[ext_resource type="PackedScene" path="res://src/enemy/BasicEnemyAnimationTree.tscn" id="73_gby04"] [ext_resource type="AnimationNodeStateMachine" uid="uid://cbq8xog50cjjy" path="res://src/enemy/animation_state_machines/PrimaryAttackStateMachine.tres" id="74_fxhv6"] [ext_resource type="Texture2D" uid="uid://duygq1qfer5oa" path="res://src/vfx/Enemy/michael_attack.png" id="74_mip6u"] [ext_resource type="AnimationNodeStateMachine" uid="uid://co7lshemjrro8" path="res://src/enemy/animation_state_machines/IdleStateMachine.tres" id="74_pxi1p"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/03. filth_eater/FilthEater.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/03. filth_eater/FilthEater.tscn index 72a707a9f..5920c50b5 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/03. filth_eater/FilthEater.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/03. filth_eater/FilthEater.tscn @@ -1,11 +1,11 @@ -[gd_scene load_steps=16 format=3 uid="uid://cvk007twac22c"] +[gd_scene load_steps=16 format=3 uid="uid://bl426uws0i86l"] [ext_resource type="Script" uid="uid://cohal8w5ceneg" path="res://src/enemy/enemy_types/03. filth_eater/FilthEater.cs" id="1_p438s"] -[ext_resource type="PackedScene" uid="uid://bup8c4x1na3aw" path="res://src/enemy/enemy_types/03. filth_eater/FilthEaterModelView.tscn" id="3_rrwed"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/03. filth_eater/FilthEaterModelView.tscn" id="3_rrwed"] [ext_resource type="Script" uid="uid://dlsgyx4i1jmp3" path="res://src/enemy/EnemyLoreInfo.cs" id="4_5eid5"] -[ext_resource type="PackedScene" uid="uid://2nkvacxsd46b" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="5_pvjvo"] -[ext_resource type="PackedScene" uid="uid://mqj4jju3870v" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="6_fccr3"] -[ext_resource type="PackedScene" uid="uid://8bcme8ao4axa" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="7_8l567"] +[ext_resource type="PackedScene" uid="uid://cn4fv2gv6raql" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="5_pvjvo"] +[ext_resource type="PackedScene" uid="uid://cve5oouhowtff" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="6_fccr3"] +[ext_resource type="PackedScene" uid="uid://cmhem5xknjsvc" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="7_8l567"] [ext_resource type="AudioStream" uid="uid://ba8xendacec6" path="res://src/audio/sfx/item_kyuu_layer_2.ogg" id="7_qbmfg"] [ext_resource type="AudioStream" uid="uid://b7ycb6qvitpmw" path="res://src/audio/sfx/player_HITENEMY_3.ogg" id="8_m7220"] [ext_resource type="AudioStream" uid="uid://bf7adfdd857hw" path="res://src/audio/sfx/enemy_morph.ogg" id="9_g602r"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/03. filth_eater/FilthEaterLoreInfo.tres b/Zennysoft.Game.Ma/src/enemy/enemy_types/03. filth_eater/FilthEaterLoreInfo.tres index d2a2a010f..47ce1a9f7 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/03. filth_eater/FilthEaterLoreInfo.tres +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/03. filth_eater/FilthEaterLoreInfo.tres @@ -6,4 +6,11 @@ script = ExtResource("1_hdamr") Name = "Filth Eater" Description = "Don't like this one" +MaximumHP = "" +ATK = "" +DEF = "" +Affinity = "" +Weakness = "" +Drop1 = "" +Drop2 = "" metadata/_custom_type_script = ExtResource("1_hdamr") diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/03. filth_eater/FilthEaterModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/03. filth_eater/FilthEaterModelView.tscn index e1b332bd4..bf499594b 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/03. filth_eater/FilthEaterModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/03. filth_eater/FilthEaterModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=420 format=3 uid="uid://bup8c4x1na3aw"] +[gd_scene load_steps=420 format=3 uid="uid://b6sa6ntu4rbrm"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_718m1"] [ext_resource type="Script" uid="uid://dlsgyx4i1jmp3" path="res://src/enemy/EnemyLoreInfo.cs" id="2_krqul"] @@ -194,7 +194,7 @@ [ext_resource type="Texture2D" uid="uid://bxijhjyqvfrip" path="res://src/enemy/enemy_types/03. filth_eater/animations/Filth Side Attacks Frames/ATTACK 2 SIDE/frame_073_delay-0.01s.png" id="190_wg32o"] [ext_resource type="AudioStream" uid="uid://dl818xjlcm7vu" path="res://src/audio/sfx/ENEMY_FILTH_ATTACK.ogg" id="193_4h5gj"] [ext_resource type="Texture2D" uid="uid://dafpnwkwcukp4" path="res://src/vfx/shadow_test_1.png" id="193_e5pq0"] -[ext_resource type="PackedScene" uid="uid://diaxvpmwgl65u" path="res://src/enemy/TwoAttacksEnemyAnimationTree.tscn" id="193_krqul"] +[ext_resource type="PackedScene" path="res://src/enemy/TwoAttacksEnemyAnimationTree.tscn" id="193_krqul"] [ext_resource type="Texture2D" uid="uid://d0q5jru1am4v0" path="res://src/vfx/Enemy/FILTH_BLAST.png" id="194_pyy2h"] [ext_resource type="AnimationNodeStateMachine" uid="uid://co7lshemjrro8" path="res://src/enemy/animation_state_machines/IdleStateMachine.tres" id="194_u5xjp"] [ext_resource type="AnimationNodeStateMachine" uid="uid://cbq8xog50cjjy" path="res://src/enemy/animation_state_machines/PrimaryAttackStateMachine.tres" id="195_5cwnl"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/04. sara/Sara.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/04. sara/Sara.tscn index 6b524b932..660caa5f3 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/04. sara/Sara.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/04. sara/Sara.tscn @@ -1,10 +1,10 @@ -[gd_scene load_steps=15 format=3 uid="uid://bksq62muhk3h5"] +[gd_scene load_steps=15 format=3 uid="uid://ckow4bnkohxsj"] [ext_resource type="Script" uid="uid://jjulhqd5g3bd" path="res://src/enemy/enemy_types/04. sara/Sara.cs" id="1_3ejdn"] -[ext_resource type="PackedScene" uid="uid://2nkvacxsd46b" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="4_8ymq6"] -[ext_resource type="PackedScene" uid="uid://bli0t0d6ommvi" path="res://src/enemy/enemy_types/04. sara/SaraModelView.tscn" id="4_82s0m"] -[ext_resource type="PackedScene" uid="uid://mqj4jju3870v" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="5_lxgpb"] -[ext_resource type="PackedScene" uid="uid://8bcme8ao4axa" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="6_ddchx"] +[ext_resource type="PackedScene" uid="uid://cn4fv2gv6raql" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="4_8ymq6"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/04. sara/SaraModelView.tscn" id="4_82s0m"] +[ext_resource type="PackedScene" uid="uid://cve5oouhowtff" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="5_lxgpb"] +[ext_resource type="PackedScene" uid="uid://cmhem5xknjsvc" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="6_ddchx"] [ext_resource type="AudioStream" uid="uid://ba8xendacec6" path="res://src/audio/sfx/item_kyuu_layer_2.ogg" id="6_lxgpb"] [ext_resource type="AudioStream" uid="uid://b7ycb6qvitpmw" path="res://src/audio/sfx/player_HITENEMY_3.ogg" id="7_ddchx"] [ext_resource type="AudioStream" uid="uid://bf7adfdd857hw" path="res://src/audio/sfx/enemy_morph.ogg" id="8_746fv"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/04. sara/SaraLoreInfo.tres b/Zennysoft.Game.Ma/src/enemy/enemy_types/04. sara/SaraLoreInfo.tres index 97e23882a..3ffde7d49 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/04. sara/SaraLoreInfo.tres +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/04. sara/SaraLoreInfo.tres @@ -6,4 +6,11 @@ script = ExtResource("1_220d4") Name = "" Description = "" +MaximumHP = "" +ATK = "" +DEF = "" +Affinity = "" +Weakness = "" +Drop1 = "" +Drop2 = "" metadata/_custom_type_script = "uid://dlsgyx4i1jmp3" diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/04. sara/SaraModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/04. sara/SaraModelView.tscn index 6521d41b2..833151e1a 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/04. sara/SaraModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/04. sara/SaraModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=232 format=3 uid="uid://bli0t0d6ommvi"] +[gd_scene load_steps=232 format=3 uid="uid://g84hcmgo3gtl"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_oh25a"] [ext_resource type="Texture2D" uid="uid://nps7rrvkgews" path="res://src/enemy/enemy_types/04. sara/animations/IDLE+MOVE/FRONT/0001.png" id="2_8j76g"] @@ -162,7 +162,7 @@ [ext_resource type="Texture2D" uid="uid://n2c8kfwt6ve3" path="res://src/enemy/enemy_types/04. sara/animations/ATTACK2/SIDE R/0019.png" id="160_r8ggx"] [ext_resource type="Texture2D" uid="uid://dykb4rwua8iyw" path="res://src/enemy/enemy_types/04. sara/animations/ATTACK2/SIDE R/0022.png" id="161_xafpd"] [ext_resource type="AudioStream" uid="uid://b4bseex34nu6c" path="res://src/audio/sfx/ENEMY_APSARA_STRIKE.ogg" id="162_veo2p"] -[ext_resource type="PackedScene" uid="uid://diaxvpmwgl65u" path="res://src/enemy/TwoAttacksEnemyAnimationTree.tscn" id="163_e6etm"] +[ext_resource type="PackedScene" path="res://src/enemy/TwoAttacksEnemyAnimationTree.tscn" id="163_e6etm"] [ext_resource type="AudioStream" uid="uid://dnnhfw6cgrca4" path="res://src/audio/sfx/enemy_sara_magic.ogg" id="163_xppqu"] [ext_resource type="AnimationNodeStateMachine" uid="uid://co7lshemjrro8" path="res://src/enemy/animation_state_machines/IdleStateMachine.tres" id="164_fc7i0"] [ext_resource type="Texture2D" uid="uid://cxibdrta6imfb" path="res://src/vfx/Enemy/nega.png" id="164_rrjme"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/Ballos.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/Ballos.tscn index 8ca937742..edae84339 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/Ballos.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/Ballos.tscn @@ -1,10 +1,10 @@ -[gd_scene load_steps=13 format=3 uid="uid://feegakykn3fv"] +[gd_scene load_steps=13 format=3 uid="uid://da32nr35mpqrn"] [ext_resource type="Script" uid="uid://dwfxs5yrf7i3v" path="res://src/enemy/enemy_types/05. ballos/Ballos.cs" id="1_iy2fp"] -[ext_resource type="PackedScene" uid="uid://c5xijwxkg4pf6" path="res://src/enemy/enemy_types/05. ballos/BallosModelView.tscn" id="2_v2urn"] -[ext_resource type="PackedScene" uid="uid://2nkvacxsd46b" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="4_bjnvx"] -[ext_resource type="PackedScene" uid="uid://mqj4jju3870v" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="5_55sdf"] -[ext_resource type="PackedScene" uid="uid://8bcme8ao4axa" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="6_2xj0s"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/05. ballos/BallosModelView.tscn" id="2_v2urn"] +[ext_resource type="PackedScene" uid="uid://cn4fv2gv6raql" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="4_bjnvx"] +[ext_resource type="PackedScene" uid="uid://cve5oouhowtff" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="5_55sdf"] +[ext_resource type="PackedScene" uid="uid://cmhem5xknjsvc" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="6_2xj0s"] [ext_resource type="AudioStream" uid="uid://ba8xendacec6" path="res://src/audio/sfx/item_kyuu_layer_2.ogg" id="6_wpleu"] [ext_resource type="AudioStream" uid="uid://b7ycb6qvitpmw" path="res://src/audio/sfx/player_HITENEMY_3.ogg" id="7_vibb5"] [ext_resource type="AudioStream" uid="uid://bf7adfdd857hw" path="res://src/audio/sfx/enemy_morph.ogg" id="8_b4xgw"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/BallosLoreInfo.tres b/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/BallosLoreInfo.tres index 148a872bb..e016f9f54 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/BallosLoreInfo.tres +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/BallosLoreInfo.tres @@ -6,4 +6,11 @@ script = ExtResource("1_x720g") Name = "Ballos" Description = "Round...." +MaximumHP = "" +ATK = "" +DEF = "" +Affinity = "" +Weakness = "" +Drop1 = "" +Drop2 = "" metadata/_custom_type_script = ExtResource("1_x720g") diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/BallosModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/BallosModelView.tscn index f64b4c517..3901dda19 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/BallosModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/05. ballos/BallosModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=173 format=3 uid="uid://c5xijwxkg4pf6"] +[gd_scene load_steps=173 format=3 uid="uid://dppmk4nx2le20"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_ueqp5"] [ext_resource type="Texture2D" uid="uid://bgkx485uy065" path="res://src/enemy/enemy_types/05. ballos/animations/WALK BACK/1.png" id="3_b3ny6"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/Chariot.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/Chariot.tscn index 50a11a435..615e41d6d 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/Chariot.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/Chariot.tscn @@ -1,11 +1,11 @@ -[gd_scene load_steps=14 format=3 uid="uid://dlw5cvutvypxn"] +[gd_scene load_steps=14 format=3 uid="uid://cd12cj1g37bn4"] [ext_resource type="Script" uid="uid://djx5x5bhkku85" path="res://src/enemy/enemy_types/06. chariot/Chariot.cs" id="1_q1q0f"] -[ext_resource type="PackedScene" uid="uid://dcm53j3rncxdm" path="res://src/enemy/enemy_types/06. chariot/ChariotModelView.tscn" id="3_q1q0f"] -[ext_resource type="PackedScene" uid="uid://2nkvacxsd46b" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="4_ee8v4"] -[ext_resource type="PackedScene" uid="uid://mqj4jju3870v" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="5_uv8in"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/06. chariot/ChariotModelView.tscn" id="3_q1q0f"] +[ext_resource type="PackedScene" uid="uid://cn4fv2gv6raql" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="4_ee8v4"] +[ext_resource type="PackedScene" uid="uid://cve5oouhowtff" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="5_uv8in"] [ext_resource type="AudioStream" uid="uid://ba8xendacec6" path="res://src/audio/sfx/item_kyuu_layer_2.ogg" id="6_582pa"] -[ext_resource type="PackedScene" uid="uid://8bcme8ao4axa" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="6_cfqmf"] +[ext_resource type="PackedScene" uid="uid://cmhem5xknjsvc" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="6_cfqmf"] [ext_resource type="AudioStream" uid="uid://b7ycb6qvitpmw" path="res://src/audio/sfx/player_HITENEMY_3.ogg" id="7_jemva"] [ext_resource type="AudioStream" uid="uid://bf7adfdd857hw" path="res://src/audio/sfx/enemy_morph.ogg" id="8_ave6n"] [ext_resource type="AudioStream" uid="uid://daye7334d7rfe" path="res://src/audio/sfx/ENEMY_CHARIOT_DEATH.ogg" id="9_cfqmf"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/ChariotModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/ChariotModelView.tscn index 2b20b2ef5..1337178bb 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/ChariotModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/06. chariot/ChariotModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=1244 format=3 uid="uid://dcm53j3rncxdm"] +[gd_scene load_steps=1244 format=3 uid="uid://dwgq2bxolnx8l"] [ext_resource type="Script" uid="uid://ckxqmb4tu4rml" path="res://src/enemy/enemy_types/06. chariot/ChariotModelView.cs" id="1_behrq"] [ext_resource type="Texture2D" uid="uid://2gwychj1wbtx" path="res://src/enemy/enemy_types/06. chariot/animations/APPEAR/F/0051.png" id="2_1844k"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/07. chinthe/ChinteLoreInfo.tres b/Zennysoft.Game.Ma/src/enemy/enemy_types/07. chinthe/ChinteLoreInfo.tres index 3857633ed..c8c781790 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/07. chinthe/ChinteLoreInfo.tres +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/07. chinthe/ChinteLoreInfo.tres @@ -6,4 +6,11 @@ script = ExtResource("1_2xvhx") Name = "Chinte" Description = "That's puppy" +MaximumHP = "" +ATK = "" +DEF = "" +Affinity = "" +Weakness = "" +Drop1 = "" +Drop2 = "" metadata/_custom_type_script = ExtResource("1_2xvhx") diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/07. chinthe/Chinthe.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/07. chinthe/Chinthe.tscn index 8968dbb3f..4a00db5b3 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/07. chinthe/Chinthe.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/07. chinthe/Chinthe.tscn @@ -1,11 +1,11 @@ -[gd_scene load_steps=14 format=3 uid="uid://c6tqt27ql8s35"] +[gd_scene load_steps=14 format=3 uid="uid://b5mesmb7gn64o"] [ext_resource type="Script" uid="uid://fwtjthix6awv" path="res://src/enemy/enemy_types/07. chinthe/Chinthe.cs" id="1_120m2"] [ext_resource type="Script" uid="uid://dlsgyx4i1jmp3" path="res://src/enemy/EnemyLoreInfo.cs" id="3_567xa"] -[ext_resource type="PackedScene" uid="uid://byd7cwxq1be6f" path="res://src/enemy/enemy_types/07. chinthe/ChintheModelView.tscn" id="3_ncr2e"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/07. chinthe/ChintheModelView.tscn" id="3_ncr2e"] [ext_resource type="AudioStream" uid="uid://ba8xendacec6" path="res://src/audio/sfx/item_kyuu_layer_2.ogg" id="6_24q6i"] -[ext_resource type="PackedScene" uid="uid://mqj4jju3870v" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="6_t7elt"] -[ext_resource type="PackedScene" uid="uid://8bcme8ao4axa" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="7_24q6i"] +[ext_resource type="PackedScene" uid="uid://cve5oouhowtff" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="6_t7elt"] +[ext_resource type="PackedScene" uid="uid://cmhem5xknjsvc" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="7_24q6i"] [ext_resource type="AudioStream" uid="uid://b7ycb6qvitpmw" path="res://src/audio/sfx/player_HITENEMY_3.ogg" id="7_q6h01"] [ext_resource type="AudioStream" uid="uid://bf7adfdd857hw" path="res://src/audio/sfx/enemy_morph.ogg" id="8_a4ku4"] @@ -21,6 +21,13 @@ radius = 1.0 script = ExtResource("3_567xa") Name = "Chinthe" Description = "pupy" +MaximumHP = "" +ATK = "" +DEF = "" +Affinity = "" +Weakness = "" +Drop1 = "" +Drop2 = "" metadata/_custom_type_script = "uid://dlsgyx4i1jmp3" [sub_resource type="SphereShape3D" id="SphereShape3D_8vcnq"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/07. chinthe/ChintheModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/07. chinthe/ChintheModelView.tscn index b2764f450..23801bac9 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/07. chinthe/ChintheModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/07. chinthe/ChintheModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=503 format=3 uid="uid://byd7cwxq1be6f"] +[gd_scene load_steps=503 format=3 uid="uid://de6e8yv6mv4fe"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_6dej3"] [ext_resource type="Texture2D" uid="uid://dnd6d5cx7x7i8" path="res://src/enemy/enemy_types/07. chinthe/animations/CHINTHE - RERENDER/BACK/0400.png" id="2_3sdh3"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/08a. Ambassador/Ambassador.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/08a. Ambassador/Ambassador.tscn index 639ab361d..776b2e45e 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/08a. Ambassador/Ambassador.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/08a. Ambassador/Ambassador.tscn @@ -1,10 +1,10 @@ -[gd_scene load_steps=15 format=3 uid="uid://fosk3kt7vp8d"] +[gd_scene load_steps=15 format=3 uid="uid://c80m2fklb7ob2"] [ext_resource type="Script" uid="uid://dauir5q616wyq" path="res://src/enemy/enemy_types/08a. Ambassador/Ambassador.cs" id="1_m2guv"] -[ext_resource type="PackedScene" uid="uid://2nkvacxsd46b" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="4_hqy0f"] -[ext_resource type="PackedScene" uid="uid://c2i8ylr3y0bri" path="res://src/enemy/enemy_types/08a. Ambassador/AmbassadorModelView.tscn" id="4_pjmem"] -[ext_resource type="PackedScene" uid="uid://mqj4jju3870v" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="5_gy5yi"] -[ext_resource type="PackedScene" uid="uid://8bcme8ao4axa" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="6_7f1qq"] +[ext_resource type="PackedScene" uid="uid://cn4fv2gv6raql" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="4_hqy0f"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/08a. Ambassador/AmbassadorModelView.tscn" id="4_pjmem"] +[ext_resource type="PackedScene" uid="uid://cve5oouhowtff" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="5_gy5yi"] +[ext_resource type="PackedScene" uid="uid://cmhem5xknjsvc" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="6_7f1qq"] [ext_resource type="AudioStream" uid="uid://ba8xendacec6" path="res://src/audio/sfx/item_kyuu_layer_2.ogg" id="6_sjoyv"] [ext_resource type="AudioStream" uid="uid://b7ycb6qvitpmw" path="res://src/audio/sfx/player_HITENEMY_3.ogg" id="7_e5lq0"] [ext_resource type="AudioStream" uid="uid://bf7adfdd857hw" path="res://src/audio/sfx/enemy_morph.ogg" id="8_qyfut"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/08a. Ambassador/AmbassadorModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/08a. Ambassador/AmbassadorModelView.tscn index e3b99cec7..4200017e3 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/08a. Ambassador/AmbassadorModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/08a. Ambassador/AmbassadorModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=300 format=3 uid="uid://c2i8ylr3y0bri"] +[gd_scene load_steps=300 format=3 uid="uid://7eo16vsbrgi3"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_h27bt"] [ext_resource type="Script" uid="uid://dlsgyx4i1jmp3" path="res://src/enemy/EnemyLoreInfo.cs" id="2_yyynn"] @@ -260,7 +260,7 @@ [ext_resource type="Texture2D" uid="uid://jcs07eo1xqtj" path="res://src/enemy/enemy_types/08a. Ambassador/animations/SIDE/Layer 171.png" id="258_q2wum"] [ext_resource type="Texture2D" uid="uid://btrum7jo404t0" path="res://src/enemy/enemy_types/08a. Ambassador/animations/SIDE/Layer 172.png" id="259_br04c"] [ext_resource type="AudioStream" uid="uid://bgumf0x52xmby" path="res://src/audio/sfx/enemy_ambassador_kick.ogg" id="260_dcx20"] -[ext_resource type="PackedScene" uid="uid://diaxvpmwgl65u" path="res://src/enemy/TwoAttacksEnemyAnimationTree.tscn" id="261_a705x"] +[ext_resource type="PackedScene" path="res://src/enemy/TwoAttacksEnemyAnimationTree.tscn" id="261_a705x"] [ext_resource type="AudioStream" uid="uid://ugc77goiwht0" path="res://src/audio/sfx/enemy_ambassador_punch.ogg" id="261_evddb"] [ext_resource type="AnimationNodeStateMachine" uid="uid://co7lshemjrro8" path="res://src/enemy/animation_state_machines/IdleStateMachine.tres" id="262_rmbbl"] [ext_resource type="AnimationNodeStateMachine" uid="uid://cy2ngl55c0rws" path="res://src/enemy/animation_state_machines/WalkingStateMachine.tres" id="263_312rt"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/08b. Ambassador (red)/AmbassadorRed.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/08b. Ambassador (red)/AmbassadorRed.tscn index d27d56a4b..e5f53957f 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/08b. Ambassador (red)/AmbassadorRed.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/08b. Ambassador (red)/AmbassadorRed.tscn @@ -1,11 +1,11 @@ -[gd_scene load_steps=15 format=3 uid="uid://c5gbaybqm4cuk"] +[gd_scene load_steps=15 format=3 uid="uid://dxxs80o40exdi"] [ext_resource type="Script" uid="uid://dauir5q616wyq" path="res://src/enemy/enemy_types/08a. Ambassador/Ambassador.cs" id="1_4nav4"] -[ext_resource type="PackedScene" uid="uid://72lbcmp4bcx4" path="res://src/enemy/enemy_types/08b. Ambassador (red)/AmbassadorSmallModelView.tscn" id="4_hqkeq"] -[ext_resource type="PackedScene" uid="uid://2nkvacxsd46b" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="5_65xvc"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/08b. Ambassador (red)/AmbassadorSmallModelView.tscn" id="4_hqkeq"] +[ext_resource type="PackedScene" uid="uid://cn4fv2gv6raql" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="5_65xvc"] [ext_resource type="AudioStream" uid="uid://ba8xendacec6" path="res://src/audio/sfx/item_kyuu_layer_2.ogg" id="6_a21yr"] -[ext_resource type="PackedScene" uid="uid://mqj4jju3870v" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="6_v4xmn"] -[ext_resource type="PackedScene" uid="uid://8bcme8ao4axa" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="7_a21yr"] +[ext_resource type="PackedScene" uid="uid://cve5oouhowtff" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="6_v4xmn"] +[ext_resource type="PackedScene" uid="uid://cmhem5xknjsvc" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="7_a21yr"] [ext_resource type="AudioStream" uid="uid://b7ycb6qvitpmw" path="res://src/audio/sfx/player_HITENEMY_3.ogg" id="7_o0cbq"] [ext_resource type="AudioStream" uid="uid://bf7adfdd857hw" path="res://src/audio/sfx/enemy_morph.ogg" id="8_u6pfl"] [ext_resource type="AudioStream" uid="uid://bu3up7dn13xyo" path="res://src/audio/sfx/enemy_ambassador_death.ogg" id="9_v4xmn"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/08b. Ambassador (red)/AmbassadorSmallModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/08b. Ambassador (red)/AmbassadorSmallModelView.tscn index f8d603aa4..964d2465f 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/08b. Ambassador (red)/AmbassadorSmallModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/08b. Ambassador (red)/AmbassadorSmallModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=300 format=3 uid="uid://72lbcmp4bcx4"] +[gd_scene load_steps=300 format=3 uid="uid://d02te8cwjistl"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_a8qtn"] [ext_resource type="Script" uid="uid://dlsgyx4i1jmp3" path="res://src/enemy/EnemyLoreInfo.cs" id="2_xa3ug"] @@ -262,7 +262,7 @@ [ext_resource type="Texture2D" uid="uid://by2vqyh68egwr" path="res://src/enemy/enemy_types/08b. Ambassador (red)/animations/SIDE/0199.png" id="260_jtq5d"] [ext_resource type="AudioStream" uid="uid://bgumf0x52xmby" path="res://src/audio/sfx/enemy_ambassador_kick.ogg" id="261_qerwx"] [ext_resource type="Texture2D" uid="uid://dafpnwkwcukp4" path="res://src/vfx/shadow_test_1.png" id="261_xxvov"] -[ext_resource type="PackedScene" uid="uid://diaxvpmwgl65u" path="res://src/enemy/TwoAttacksEnemyAnimationTree.tscn" id="262_a3dro"] +[ext_resource type="PackedScene" path="res://src/enemy/TwoAttacksEnemyAnimationTree.tscn" id="262_a3dro"] [ext_resource type="AnimationNodeStateMachine" uid="uid://co7lshemjrro8" path="res://src/enemy/animation_state_machines/IdleStateMachine.tres" id="263_qerwx"] [ext_resource type="AnimationNodeStateMachine" uid="uid://cbq8xog50cjjy" path="res://src/enemy/animation_state_machines/PrimaryAttackStateMachine.tres" id="264_xxvov"] [ext_resource type="AnimationNodeStateMachine" uid="uid://clybvwx3itfeo" path="res://src/enemy/animation_state_machines/SecondaryAttackStateMachine.tres" id="265_pta34"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/08c. Ambassador (steel)/AmbassadorSteel.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/08c. Ambassador (steel)/AmbassadorSteel.tscn index 0fd58401a..179412802 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/08c. Ambassador (steel)/AmbassadorSteel.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/08c. Ambassador (steel)/AmbassadorSteel.tscn @@ -1,11 +1,11 @@ -[gd_scene load_steps=15 format=3 uid="uid://b4oliop60eghn"] +[gd_scene load_steps=15 format=3 uid="uid://dbgecijg766m6"] [ext_resource type="Script" uid="uid://dauir5q616wyq" path="res://src/enemy/enemy_types/08a. Ambassador/Ambassador.cs" id="1_ln0kc"] -[ext_resource type="PackedScene" uid="uid://lc5koiqn1sca" path="res://src/enemy/enemy_types/08c. Ambassador (steel)/AmbassadorSteelModelView.tscn" id="4_kdt1g"] -[ext_resource type="PackedScene" uid="uid://2nkvacxsd46b" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="5_fmnae"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/08c. Ambassador (steel)/AmbassadorSteelModelView.tscn" id="4_kdt1g"] +[ext_resource type="PackedScene" uid="uid://cn4fv2gv6raql" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="5_fmnae"] [ext_resource type="AudioStream" uid="uid://ba8xendacec6" path="res://src/audio/sfx/item_kyuu_layer_2.ogg" id="6_5r3ee"] -[ext_resource type="PackedScene" uid="uid://mqj4jju3870v" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="6_g5uri"] -[ext_resource type="PackedScene" uid="uid://8bcme8ao4axa" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="7_5r3ee"] +[ext_resource type="PackedScene" uid="uid://cve5oouhowtff" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="6_g5uri"] +[ext_resource type="PackedScene" uid="uid://cmhem5xknjsvc" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="7_5r3ee"] [ext_resource type="AudioStream" uid="uid://b7ycb6qvitpmw" path="res://src/audio/sfx/player_HITENEMY_3.ogg" id="7_6o7lk"] [ext_resource type="AudioStream" uid="uid://bf7adfdd857hw" path="res://src/audio/sfx/enemy_morph.ogg" id="8_3p55n"] [ext_resource type="AudioStream" uid="uid://bu3up7dn13xyo" path="res://src/audio/sfx/enemy_ambassador_death.ogg" id="9_g5uri"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/08c. Ambassador (steel)/AmbassadorSteelModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/08c. Ambassador (steel)/AmbassadorSteelModelView.tscn index f2e3a4a3c..66a264f35 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/08c. Ambassador (steel)/AmbassadorSteelModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/08c. Ambassador (steel)/AmbassadorSteelModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=301 format=3 uid="uid://lc5koiqn1sca"] +[gd_scene load_steps=301 format=3 uid="uid://g8km112r1lqa"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_s0qsg"] [ext_resource type="Script" uid="uid://dlsgyx4i1jmp3" path="res://src/enemy/EnemyLoreInfo.cs" id="2_84ebe"] @@ -261,7 +261,7 @@ [ext_resource type="Texture2D" uid="uid://dq238efl5je7g" path="res://src/enemy/enemy_types/08c. Ambassador (steel)/animations/SIDE/Layer 257.png" id="259_lw74j"] [ext_resource type="Texture2D" uid="uid://biaen4nwf0tpg" path="res://src/enemy/enemy_types/08c. Ambassador (steel)/animations/SIDE/Layer 258.png" id="260_3ft46"] [ext_resource type="AudioStream" uid="uid://bgumf0x52xmby" path="res://src/audio/sfx/enemy_ambassador_kick.ogg" id="261_5tr5n"] -[ext_resource type="PackedScene" uid="uid://diaxvpmwgl65u" path="res://src/enemy/TwoAttacksEnemyAnimationTree.tscn" id="262_47uje"] +[ext_resource type="PackedScene" path="res://src/enemy/TwoAttacksEnemyAnimationTree.tscn" id="262_47uje"] [ext_resource type="AudioStream" uid="uid://ugc77goiwht0" path="res://src/audio/sfx/enemy_ambassador_punch.ogg" id="262_yj1cx"] [ext_resource type="AnimationNodeStateMachine" uid="uid://co7lshemjrro8" path="res://src/enemy/animation_state_machines/IdleStateMachine.tres" id="263_i2vbx"] [ext_resource type="AnimationNodeStateMachine" uid="uid://cbq8xog50cjjy" path="res://src/enemy/animation_state_machines/PrimaryAttackStateMachine.tres" id="264_5tr5n"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/AgniDemon.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/AgniDemon.tscn index c90a8d4c6..c2beed74c 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/AgniDemon.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/AgniDemon.tscn @@ -1,10 +1,10 @@ -[gd_scene load_steps=13 format=3 uid="uid://b8ewfgcjv60es"] +[gd_scene load_steps=13 format=3 uid="uid://bmah360xutkud"] [ext_resource type="Script" uid="uid://h6duv685n6eh" path="res://src/enemy/enemy_types/09. Agni/AgniDemon.cs" id="1_e2477"] -[ext_resource type="PackedScene" uid="uid://bls3mcsyld4vy" path="res://src/enemy/enemy_types/09. Agni/AgniDemonModelView.tscn" id="3_tbkej"] -[ext_resource type="PackedScene" uid="uid://2nkvacxsd46b" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="4_dxxe5"] -[ext_resource type="PackedScene" uid="uid://mqj4jju3870v" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="5_j6ob5"] -[ext_resource type="PackedScene" uid="uid://8bcme8ao4axa" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="6_58r4a"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/09. Agni/AgniDemonModelView.tscn" id="3_tbkej"] +[ext_resource type="PackedScene" uid="uid://cn4fv2gv6raql" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="4_dxxe5"] +[ext_resource type="PackedScene" uid="uid://cve5oouhowtff" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="5_j6ob5"] +[ext_resource type="PackedScene" uid="uid://cmhem5xknjsvc" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="6_58r4a"] [ext_resource type="AudioStream" uid="uid://ba8xendacec6" path="res://src/audio/sfx/item_kyuu_layer_2.ogg" id="6_j6ob5"] [ext_resource type="AudioStream" uid="uid://b7ycb6qvitpmw" path="res://src/audio/sfx/player_HITENEMY_3.ogg" id="7_58r4a"] [ext_resource type="AudioStream" uid="uid://bf7adfdd857hw" path="res://src/audio/sfx/enemy_morph.ogg" id="8_jvw36"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/AgniDemonModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/AgniDemonModelView.tscn index dedb52d3b..8ff18b201 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/AgniDemonModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/09. Agni/AgniDemonModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=368 format=3 uid="uid://bls3mcsyld4vy"] +[gd_scene load_steps=368 format=3 uid="uid://uynf2cg7wtqo"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_wl7dh"] [ext_resource type="Texture2D" uid="uid://dsu48b5hf48xl" path="res://src/enemy/enemy_types/09. Agni/animations/B/frame_000_delay-0.01s.png" id="2_pt8gl"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/Eden Pillar.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/Eden Pillar.tscn index 7922b2765..2f7d6fc9c 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/Eden Pillar.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/Eden Pillar.tscn @@ -1,16 +1,16 @@ -[gd_scene load_steps=17 format=3 uid="uid://cmvimr0pvsgqy"] +[gd_scene load_steps=17 format=3 uid="uid://bsuv2suwjvla"] [ext_resource type="Script" uid="uid://d2m7esc5ypl7y" path="res://src/enemy/enemy_types/10. Eden Pillar/EdenPillar.cs" id="1_p8jc1"] -[ext_resource type="PackedScene" uid="uid://cktycana6xxtp" path="res://src/enemy/enemy_types/10. Eden Pillar/EdenPillarModelView.tscn" id="3_o285m"] -[ext_resource type="PackedScene" uid="uid://d2i6g73k8b8q6" path="res://src/enemy/enemy_types/10. Eden Pillar/projectile_1.tscn" id="3_t4xb3"] -[ext_resource type="PackedScene" uid="uid://e48b81yeuibd" path="res://src/enemy/enemy_types/10. Eden Pillar/projectile_2.tscn" id="4_gf6oi"] -[ext_resource type="PackedScene" uid="uid://of1sm4qwibga" path="res://src/enemy/enemy_types/10. Eden Pillar/projectile_3.tscn" id="5_tahr6"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/10. Eden Pillar/EdenPillarModelView.tscn" id="3_o285m"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/10. Eden Pillar/projectile_1.tscn" id="3_t4xb3"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/10. Eden Pillar/projectile_2.tscn" id="4_gf6oi"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/10. Eden Pillar/projectile_3.tscn" id="5_tahr6"] [ext_resource type="AudioStream" uid="uid://bgvt4kqyvl5gp" path="res://src/audio/sfx/ENEMY_EDEN_FIRE.ogg" id="6_d0njh"] [ext_resource type="AudioStream" uid="uid://ba8xendacec6" path="res://src/audio/sfx/item_kyuu_layer_2.ogg" id="9_gf6oi"] [ext_resource type="AudioStream" uid="uid://b7ycb6qvitpmw" path="res://src/audio/sfx/player_HITENEMY_3.ogg" id="10_tahr6"] [ext_resource type="AudioStream" uid="uid://bf7adfdd857hw" path="res://src/audio/sfx/enemy_morph.ogg" id="11_xdeci"] [ext_resource type="AudioStream" uid="uid://kv3jvw47r2hy" path="res://src/audio/sfx/ENEMY_PILLAR_TURN.ogg" id="13_tahr6"] -[ext_resource type="PackedScene" uid="uid://8bcme8ao4axa" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="14_xdeci"] +[ext_resource type="PackedScene" uid="uid://cmhem5xknjsvc" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="14_xdeci"] [sub_resource type="CylinderShape3D" id="CylinderShape3D_p8jc1"] height = 3.08643 diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/EdenPillar.tres b/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/EdenPillar.tres index 8c1581d7e..533f22f72 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/EdenPillar.tres +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/EdenPillar.tres @@ -1,21 +1,4 @@ -[gd_resource type="Resource" script_class="EnemyStatResource" load_steps=2 format=3 uid="uid://dj10m1aktmu6j"] - -[ext_resource type="Script" uid="uid://dnkmr0eq1sij0" path="res://src/enemy/EnemyStatResource.cs" id="1_u0d0h"] +[gd_resource type="Resource" format=3 uid="uid://dj10m1aktmu6j"] [resource] -script = ExtResource("1_u0d0h") -CurrentHP = 150.0 -MaximumHP = 150 -CurrentAttack = 20 -CurrentDefense = 12 -MaxAttack = 20 -MaxDefense = 12 -ExpFromDefeat = 50 -Luck = 0.05 -_telluricResistance = 0.0 -_aeolicResistance = 0.0 -_hydricResistance = 0.0 -_igneousResistance = 0.0 -_ferrumResistance = 0.0 -DropsSoulGemChance = 0.15 metadata/_custom_type_script = "uid://dnkmr0eq1sij0" diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/EdenPillarModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/EdenPillarModelView.tscn index 56f1938bd..f8bdb8413 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/EdenPillarModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/EdenPillarModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=22 format=4 uid="uid://cktycana6xxtp"] +[gd_scene load_steps=22 format=4 uid="uid://dykkkt8mr1012"] [ext_resource type="Texture2D" uid="uid://cvst7yhbw0sxt" path="res://src/enemy/enemy_types/10. Eden Pillar/model/PILLAR EXPORT 1_ENEMY_PILLAR_TEXTURE2.jpg" id="1_1kpl1"] [ext_resource type="Script" uid="uid://2kqcur5c32dr" path="res://src/enemy/enemy_types/10. Eden Pillar/EdenPillarModelView.cs" id="1_qhmtu"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/projectile_1.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/projectile_1.tscn index d8eee57f4..e523d1944 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/projectile_1.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/projectile_1.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=31 format=3 uid="uid://d2i6g73k8b8q6"] +[gd_scene load_steps=31 format=3 uid="uid://68xlg6uoenik"] [ext_resource type="Script" uid="uid://cqm6u7qa8japr" path="res://src/system/Projectile.cs" id="1_120b0"] [ext_resource type="Script" uid="uid://ctshiyffvt4y5" path="res://src/system/AttackDataResource.cs" id="2_120b0"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/projectile_2.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/projectile_2.tscn index 479a5e104..988c800f2 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/projectile_2.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/projectile_2.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=82 format=3 uid="uid://e48b81yeuibd"] +[gd_scene load_steps=82 format=3 uid="uid://d1co3mi3bf8yj"] [ext_resource type="Script" uid="uid://cqm6u7qa8japr" path="res://src/system/Projectile.cs" id="1_4lakg"] [ext_resource type="Script" uid="uid://ctshiyffvt4y5" path="res://src/system/AttackDataResource.cs" id="2_4lakg"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/projectile_3.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/projectile_3.tscn index 2c8f50d46..1c8bd3c7f 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/projectile_3.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/10. Eden Pillar/projectile_3.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=130 format=3 uid="uid://of1sm4qwibga"] +[gd_scene load_steps=130 format=3 uid="uid://coif30gd0sh8q"] [ext_resource type="Script" uid="uid://cqm6u7qa8japr" path="res://src/system/Projectile.cs" id="1_c6b2i"] [ext_resource type="Script" uid="uid://ctshiyffvt4y5" path="res://src/system/AttackDataResource.cs" id="2_c6b2i"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/11. Palan/Palan.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/11. Palan/Palan.tscn index 0e010f300..e65524624 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/11. Palan/Palan.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/11. Palan/Palan.tscn @@ -1,11 +1,11 @@ -[gd_scene load_steps=14 format=3 uid="uid://boqjebx7yuiqy"] +[gd_scene load_steps=14 format=3 uid="uid://co2s6jp20ku7x"] [ext_resource type="Script" uid="uid://cjd7k1scp1am8" path="res://src/enemy/enemy_types/11. Palan/Palan.cs" id="1_2upgt"] -[ext_resource type="PackedScene" uid="uid://dxwwfbt2mtmer" path="res://src/enemy/enemy_types/11. Palan/PalanModelView.tscn" id="4_3ahu6"] -[ext_resource type="PackedScene" uid="uid://2nkvacxsd46b" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="4_3ogbp"] -[ext_resource type="PackedScene" uid="uid://mqj4jju3870v" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="5_6scof"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/11. Palan/PalanModelView.tscn" id="4_3ahu6"] +[ext_resource type="PackedScene" uid="uid://cn4fv2gv6raql" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="4_3ogbp"] +[ext_resource type="PackedScene" uid="uid://cve5oouhowtff" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="5_6scof"] [ext_resource type="AudioStream" uid="uid://ba8xendacec6" path="res://src/audio/sfx/item_kyuu_layer_2.ogg" id="6_6scof"] -[ext_resource type="PackedScene" uid="uid://8bcme8ao4axa" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="6_oy46w"] +[ext_resource type="PackedScene" uid="uid://cmhem5xknjsvc" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="6_oy46w"] [ext_resource type="AudioStream" uid="uid://b7ycb6qvitpmw" path="res://src/audio/sfx/player_HITENEMY_3.ogg" id="7_oy46w"] [ext_resource type="AudioStream" uid="uid://bf7adfdd857hw" path="res://src/audio/sfx/enemy_morph.ogg" id="8_87wn4"] [ext_resource type="AudioStream" uid="uid://mp00rngkpfjg" path="res://src/audio/sfx/enemy_palan_death.ogg" id="9_6scof"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/11. Palan/PalanModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/11. Palan/PalanModelView.tscn index 1f3fa7b15..c3ce58a62 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/11. Palan/PalanModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/11. Palan/PalanModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=388 format=3 uid="uid://dxwwfbt2mtmer"] +[gd_scene load_steps=388 format=3 uid="uid://cuar5bbhxie4r"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_yke7o"] [ext_resource type="Texture2D" uid="uid://cob5mo4lrbkrp" path="res://src/enemy/enemy_types/11. Palan/animations/B/frame_000_delay-0.01s.png" id="2_lf0wi"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/12. Shield of Heaven/ShieldModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/12. Shield of Heaven/ShieldModelView.tscn index 27f9592a4..7398439cf 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/12. Shield of Heaven/ShieldModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/12. Shield of Heaven/ShieldModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=585 format=3 uid="uid://drkaq6grim1fb"] +[gd_scene load_steps=585 format=3 uid="uid://bochx2nfql67q"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_h8pla"] [ext_resource type="Texture2D" uid="uid://clwj6yknpw74n" path="res://src/enemy/enemy_types/12. Shield of Heaven/animations/New/Idle Back/0001.png" id="2_2eclh"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/12. Shield of Heaven/ShieldOfHeaven.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/12. Shield of Heaven/ShieldOfHeaven.tscn index 5bb083fe8..062e4e4f4 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/12. Shield of Heaven/ShieldOfHeaven.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/12. Shield of Heaven/ShieldOfHeaven.tscn @@ -1,10 +1,10 @@ -[gd_scene load_steps=14 format=3 uid="uid://5s7c4dsb1wwk"] +[gd_scene load_steps=14 format=3 uid="uid://ntwakgqq32ol"] [ext_resource type="Script" uid="uid://cjdivu0v1kfhy" path="res://src/enemy/enemy_types/12. Shield of Heaven/ShieldOfHeaven.cs" id="1_oxa5b"] -[ext_resource type="PackedScene" uid="uid://drkaq6grim1fb" path="res://src/enemy/enemy_types/12. Shield of Heaven/ShieldModelView.tscn" id="3_r2swr"] -[ext_resource type="PackedScene" uid="uid://2nkvacxsd46b" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="4_jvpqg"] -[ext_resource type="PackedScene" uid="uid://mqj4jju3870v" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="5_s5x4o"] -[ext_resource type="PackedScene" uid="uid://8bcme8ao4axa" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="6_cacc5"] +[ext_resource type="PackedScene" uid="uid://bochx2nfql67q" path="res://src/enemy/enemy_types/12. Shield of Heaven/ShieldModelView.tscn" id="3_r2swr"] +[ext_resource type="PackedScene" uid="uid://cn4fv2gv6raql" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="4_jvpqg"] +[ext_resource type="PackedScene" uid="uid://cve5oouhowtff" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="5_s5x4o"] +[ext_resource type="PackedScene" uid="uid://cmhem5xknjsvc" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="6_cacc5"] [ext_resource type="AudioStream" uid="uid://ba8xendacec6" path="res://src/audio/sfx/item_kyuu_layer_2.ogg" id="6_uwf0x"] [ext_resource type="AudioStream" uid="uid://b7ycb6qvitpmw" path="res://src/audio/sfx/player_HITENEMY_3.ogg" id="7_8rh66"] [ext_resource type="AudioStream" uid="uid://bf7adfdd857hw" path="res://src/audio/sfx/enemy_morph.ogg" id="8_m1i5i"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/13. gold sproingy/GoldSproingy.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/13. gold sproingy/GoldSproingy.tscn index a6977b97b..95321bf59 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/13. gold sproingy/GoldSproingy.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/13. gold sproingy/GoldSproingy.tscn @@ -1,9 +1,9 @@ -[gd_scene load_steps=16 format=3 uid="uid://c5ugpasira53m"] +[gd_scene load_steps=16 format=3 uid="uid://dy5mejtfv16u0"] [ext_resource type="Script" uid="uid://jjulhqd5g3be" path="res://src/enemy/enemy_types/13. gold sproingy/GoldSproingy.cs" id="1_o1o4d"] -[ext_resource type="PackedScene" uid="uid://dobiqowi8mhfi" path="res://src/enemy/enemy_types/13. gold sproingy/GoldSproingyModelView.tscn" id="2_o1o4d"] -[ext_resource type="PackedScene" uid="uid://2nkvacxsd46b" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="3_dxqkk"] -[ext_resource type="PackedScene" uid="uid://g4cupevu280j" path="res://src/enemy/behaviors/FleeBehavior.tscn" id="4_58d4o"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/13. gold sproingy/GoldSproingyModelView.tscn" id="2_o1o4d"] +[ext_resource type="PackedScene" uid="uid://cn4fv2gv6raql" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="3_dxqkk"] +[ext_resource type="PackedScene" uid="uid://dld534cmm5twd" path="res://src/enemy/behaviors/FleeBehavior.tscn" id="4_58d4o"] [ext_resource type="AudioStream" uid="uid://ba8xendacec6" path="res://src/audio/sfx/item_kyuu_layer_2.ogg" id="5_pi08j"] [ext_resource type="AudioStream" uid="uid://b7ycb6qvitpmw" path="res://src/audio/sfx/player_HITENEMY_3.ogg" id="6_rct6y"] [ext_resource type="AudioStream" uid="uid://bf7adfdd857hw" path="res://src/audio/sfx/enemy_morph.ogg" id="7_5jcke"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/13. gold sproingy/GoldSproingyLoreInfo.tres b/Zennysoft.Game.Ma/src/enemy/enemy_types/13. gold sproingy/GoldSproingyLoreInfo.tres index 51bdfca8b..907a88f54 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/13. gold sproingy/GoldSproingyLoreInfo.tres +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/13. gold sproingy/GoldSproingyLoreInfo.tres @@ -6,4 +6,11 @@ script = ExtResource("1_1afit") Name = "Gold Sproingy" Description = "A very rare guy." +MaximumHP = "" +ATK = "" +DEF = "" +Affinity = "" +Weakness = "" +Drop1 = "" +Drop2 = "" metadata/_custom_type_script = "uid://dlsgyx4i1jmp3" diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/13. gold sproingy/GoldSproingyModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/13. gold sproingy/GoldSproingyModelView.tscn index a1794e099..536b2ad9c 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/13. gold sproingy/GoldSproingyModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/13. gold sproingy/GoldSproingyModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=67 format=3 uid="uid://dobiqowi8mhfi"] +[gd_scene load_steps=67 format=3 uid="uid://dw7fyurv4vkd5"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_7w22e"] [ext_resource type="Script" uid="uid://dlsgyx4i1jmp3" path="res://src/enemy/EnemyLoreInfo.cs" id="2_ca1o5"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/14. horse_head/Horse-Face Exploding.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/14. horse_head/Horse-Face Exploding.tscn index 85d29e07b..0c5cc1079 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/14. horse_head/Horse-Face Exploding.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/14. horse_head/Horse-Face Exploding.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=94 format=4 uid="uid://bjsr4k108s0q4"] +[gd_scene load_steps=94 format=4 uid="uid://dit2sbipn38wg"] [ext_resource type="Texture2D" uid="uid://ca8i756j4pghh" path="res://src/enemy/enemy_types/14. horse_head/Death Animation/HORSE-FACE Exploding_Metal054C_1K-JPG_Color.jpg" id="1_uob65"] [ext_resource type="Texture2D" uid="uid://cexosi80gmlb7" path="res://src/enemy/enemy_types/14. horse_head/Death Animation/HORSE-FACE Exploding_Metal054C_1K-JPG_Displacement.jpg" id="2_6bk3i"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/14. horse_head/HorseFace.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/14. horse_head/HorseFace.tscn index 964a6c9d1..a7b495f34 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/14. horse_head/HorseFace.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/14. horse_head/HorseFace.tscn @@ -1,9 +1,9 @@ -[gd_scene load_steps=11 format=3 uid="uid://2wibfnu2jvlv"] +[gd_scene load_steps=11 format=3 uid="uid://c1dekfjj5p42d"] [ext_resource type="Script" uid="uid://dveonnhcxcp08" path="res://src/enemy/BossTypeA.cs" id="1_x21p4"] -[ext_resource type="PackedScene" uid="uid://bid6f48l0q58o" path="res://src/enemy/enemy_types/14. horse_head/HorseFaceModelView.tscn" id="2_x21p4"] -[ext_resource type="PackedScene" uid="uid://mqj4jju3870v" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="3_wp4vi"] -[ext_resource type="PackedScene" uid="uid://8bcme8ao4axa" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="4_fne8i"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/14. horse_head/HorseFaceModelView.tscn" id="2_x21p4"] +[ext_resource type="PackedScene" uid="uid://cve5oouhowtff" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="3_wp4vi"] +[ext_resource type="PackedScene" uid="uid://cmhem5xknjsvc" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="4_fne8i"] [ext_resource type="AudioStream" uid="uid://ba8xendacec6" path="res://src/audio/sfx/item_kyuu_layer_2.ogg" id="5_dm428"] [ext_resource type="AudioStream" uid="uid://b7ycb6qvitpmw" path="res://src/audio/sfx/player_HITENEMY_3.ogg" id="6_fg0ds"] [ext_resource type="AudioStream" uid="uid://bf7adfdd857hw" path="res://src/audio/sfx/enemy_morph.ogg" id="7_exr8b"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/14. horse_head/HorseFaceModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/14. horse_head/HorseFaceModelView.tscn index 2ba435702..780f01704 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/14. horse_head/HorseFaceModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/14. horse_head/HorseFaceModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=135 format=4 uid="uid://bid6f48l0q58o"] +[gd_scene load_steps=135 format=4 uid="uid://c00olwjise7iv"] [ext_resource type="Script" uid="uid://cycffa0wn7sks" path="res://src/enemy/BossAModelView.cs" id="1_58wyj"] [ext_resource type="Texture2D" uid="uid://csj3kjwyn3s2u" path="res://src/enemy/enemy_types/14. horse_head/animation/HORSE-FACE 1_Metal054C_1K-JPG_Color.jpg" id="2_58wyj"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/14. horse_head/HorseHeadStatue.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/14. horse_head/HorseHeadStatue.tscn index 68e5a3c63..e93ac0645 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/14. horse_head/HorseHeadStatue.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/14. horse_head/HorseHeadStatue.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=2 format=3 uid="uid://8yaqqojv4nuv"] +[gd_scene load_steps=2 format=3 uid="uid://dru1ku2yu770h"] [ext_resource type="PackedScene" uid="uid://c4uus6q6c4ocg" path="res://src/enemy/enemy_types/14. horse_head/animation/Horse Head 1.0 STATUE.glb" id="1_ktvqd"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/15. ox_face/Ox-Face Explosion.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/15. ox_face/Ox-Face Explosion.tscn index 606091b85..db6c2b7b8 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/15. ox_face/Ox-Face Explosion.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/15. ox_face/Ox-Face Explosion.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=104 format=4 uid="uid://glb4mukj6hte"] +[gd_scene load_steps=104 format=4 uid="uid://ycax4qwagq31"] [ext_resource type="Texture2D" uid="uid://be7s7u6eoaiym" path="res://src/enemy/enemy_types/15. ox_face/Ox-Face Explosion/OX FACE exploding_Metal054C_1K-JPG_Color.jpg" id="1_o81d7"] [ext_resource type="Texture2D" uid="uid://dgn86lllkpgb0" path="res://src/enemy/enemy_types/15. ox_face/Ox-Face Explosion/OX FACE exploding_Metal054C_1K-JPG_Displacement.jpg" id="2_trlpw"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/15. ox_face/OxFace.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/15. ox_face/OxFace.tscn index 6472bd7ce..ed8b70700 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/15. ox_face/OxFace.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/15. ox_face/OxFace.tscn @@ -1,9 +1,9 @@ -[gd_scene load_steps=11 format=3 uid="uid://6dnsw37d1uw4"] +[gd_scene load_steps=11 format=3 uid="uid://cw8y8ogehp4hl"] [ext_resource type="Script" uid="uid://dveonnhcxcp08" path="res://src/enemy/BossTypeA.cs" id="1_v6b2s"] -[ext_resource type="PackedScene" uid="uid://dnomfbym36ivg" path="res://src/enemy/enemy_types/15. ox_face/OxFaceModelView.tscn" id="2_v6b2s"] -[ext_resource type="PackedScene" uid="uid://mqj4jju3870v" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="3_ow3fn"] -[ext_resource type="PackedScene" uid="uid://8bcme8ao4axa" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="4_lwyi7"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/15. ox_face/OxFaceModelView.tscn" id="2_v6b2s"] +[ext_resource type="PackedScene" uid="uid://cve5oouhowtff" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="3_ow3fn"] +[ext_resource type="PackedScene" uid="uid://cmhem5xknjsvc" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="4_lwyi7"] [ext_resource type="AudioStream" uid="uid://ba8xendacec6" path="res://src/audio/sfx/item_kyuu_layer_2.ogg" id="5_7w7wv"] [ext_resource type="AudioStream" uid="uid://b7ycb6qvitpmw" path="res://src/audio/sfx/player_HITENEMY_3.ogg" id="6_v0b2d"] [ext_resource type="AudioStream" uid="uid://bf7adfdd857hw" path="res://src/audio/sfx/enemy_morph.ogg" id="7_14j2x"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/15. ox_face/OxFaceModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/15. ox_face/OxFaceModelView.tscn index d0e400a9d..db75023cc 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/15. ox_face/OxFaceModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/15. ox_face/OxFaceModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=131 format=4 uid="uid://dnomfbym36ivg"] +[gd_scene load_steps=131 format=4 uid="uid://bbvw38l6407s2"] [ext_resource type="Script" uid="uid://cycffa0wn7sks" path="res://src/enemy/BossAModelView.cs" id="1_1ch7e"] [ext_resource type="Script" uid="uid://ckv5dmrw6pvn6" path="res://src/enemy/EnemyModelView3D.cs" id="1_6miqu"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/15. ox_face/OxFaceStatue.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/15. ox_face/OxFaceStatue.tscn index c3cb458f4..b7339107a 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/15. ox_face/OxFaceStatue.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/15. ox_face/OxFaceStatue.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=2 format=3 uid="uid://bvv5giqyrhtl1"] +[gd_scene load_steps=2 format=3 uid="uid://brp4bn2oqxnaw"] [ext_resource type="PackedScene" uid="uid://cf867ubrd5pg8" path="res://src/enemy/enemy_types/15. ox_face/models/OX FACE_STATUE.glb" id="1_oc80w"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm1.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm1.tscn index 0260c9446..edb9ea188 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm1.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm1.tscn @@ -1,6 +1,5 @@ -[gd_scene load_steps=191 format=4 uid="uid://b7ofk5cv4ldh"] +[gd_scene load_steps=189 format=4 uid="uid://b14iooyw6v7e0"] -[ext_resource type="Script" uid="uid://ctshiyffvt4y5" path="res://src/system/AttackDataResource.cs" id="2_crk52"] [ext_resource type="Texture2D" uid="uid://bid5r6mhevna3" path="res://src/enemy/enemy_types/16. demon wall/model/ARM1_AREA_2_MAIN_222STONE.png" id="2_pkcrx"] [ext_resource type="Script" uid="uid://vgvrmwsrwakf" path="res://src/enemy/enemy_types/16. demon wall/DemonWallArm.cs" id="2_w0a5p"] [ext_resource type="Texture2D" uid="uid://dkh83g7ce40i7" path="res://src/enemy/enemy_types/16. demon wall/concrete_0003_ao_1k.jpg" id="3_tn8ay"] @@ -10,12 +9,6 @@ [ext_resource type="Texture2D" uid="uid://cp6jald32fyon" path="res://src/vfx/Enemy/demon wall holyorb blast section.png" id="7_ij2i2"] [ext_resource type="AudioStream" uid="uid://c50a5gp3821u4" path="res://src/audio/sfx/ENEMY_DEMON_WALL_ORB.ogg" id="8_673l8"] -[sub_resource type="Resource" id="Resource_crk52"] -script = ExtResource("2_crk52") -Damage = 10 -ElementType = 0 -metadata/_custom_type_script = "uid://ctshiyffvt4y5" - [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_wf4fg"] resource_name = "STONE" cull_mode = 2 @@ -1379,7 +1372,7 @@ tracks/24/keys = { "times": PackedFloat32Array(0, 0.3, 0.8), "transitions": PackedFloat32Array(1, 1, 1), "update": 0, -"values": [Vector3(0, 0, 0.25), Vector3(0.116058, 0.15064, 0.353755), Vector3(-0.496629, -4.8511, 6.92327)] +"values": [Vector3(0, 0, 0.25), Vector3(0.116, 0, 0.354), Vector3(-0.497, 0, 6.923)] } tracks/25/type = "value" tracks/25/imported = false @@ -1412,10 +1405,10 @@ tracks/27/path = NodePath("1_ R TELLERIC PROJECTILE ARM/Skeleton3D/BoneAttachmen tracks/27/interp = 1 tracks/27/loop_wrap = true tracks/27/keys = { -"times": PackedFloat32Array(0, 0.853708, 1.36), +"times": PackedFloat32Array(0.6, 0.9, 1.4), "transitions": PackedFloat32Array(1, 1, 1), "update": 0, -"values": [Vector3(0, 0, 0.25), Vector3(0, 0, 0.25), Vector3(-0.496629, -4.8511, 6.92327)] +"values": [Vector3(0, 0, 0.25), Vector3(0.116, 0, 0.354), Vector3(-0.497, 0, 6.923)] } tracks/28/type = "value" tracks/28/imported = false @@ -1424,10 +1417,10 @@ tracks/28/path = NodePath("1_ R TELLERIC PROJECTILE ARM/Skeleton3D/BoneAttachmen tracks/28/interp = 1 tracks/28/loop_wrap = true tracks/28/keys = { -"times": PackedFloat32Array(0, 1.4, 1.9), +"times": PackedFloat32Array(1.13333, 1.43333, 1.93333), "transitions": PackedFloat32Array(1, 1, 1), "update": 0, -"values": [Vector3(0, 0, 0.25), Vector3(0, 0, 0.25), Vector3(-0.496629, -4.8511, 6.92327)] +"values": [Vector3(0, 0, 0.25), Vector3(0.116, 0, 0.354), Vector3(-0.497, 0, 6.923)] } tracks/29/type = "value" tracks/29/imported = false @@ -2006,7 +1999,6 @@ animations = [{ [node name="Arm1" type="Node3D"] script = ExtResource("2_w0a5p") -AttackData = SubResource("Resource_crk52") [node name="Pivot" type="Node3D" parent="."] unique_name_in_owner = true @@ -2023,43 +2015,43 @@ bones/0/name = "Bone" bones/0/parent = -1 bones/0/rest = Transform3D(0.664239, -0.5079, 0.548475, 0.747326, 0.467912, -0.471764, -0.017029, 0.723254, 0.690372, 1.32537, -1.1447, -1.67359) bones/0/enabled = true -bones/0/position = Vector3(1.35023, -0.949945, -0.951) -bones/0/rotation = Quaternion(0.0863564, 0.584829, 0.634219, 0.498282) +bones/0/position = Vector3(1.49292, -0.977413, -0.864047) +bones/0/rotation = Quaternion(-0.0232671, 0.62584, 0.764734, 0.151543) bones/0/scale = Vector3(1, 1, 1) bones/1/name = "Bone.001" bones/1/parent = 0 bones/1/rest = Transform3D(0.997342, -0.0728408, -0.00159767, 0.0728462, 0.996536, 0.0401248, -0.00133059, -0.0401345, 0.999193, 1.19209e-07, 1.85949, 3.57628e-07) bones/1/enabled = true bones/1/position = Vector3(1.19209e-07, 1.85949, 3.57628e-07) -bones/1/rotation = Quaternion(-0.0504763, 0.0629209, 0.0822485, 0.993342) +bones/1/rotation = Quaternion(0.641671, -0.0247244, -0.110593, 0.758562) bones/1/scale = Vector3(1, 1, 1) bones/2/name = "Bone.002" bones/2/parent = 1 bones/2/rest = Transform3D(0.175378, 0.963955, 0.200084, -0.983796, 0.179284, -0.00142574, -0.0372462, -0.196592, 0.979778, -1.19209e-07, 0.416929, 0) bones/2/enabled = true bones/2/position = Vector3(-1.19209e-07, 0.416929, 0) -bones/2/rotation = Quaternion(-0.0620359, 0.0820447, -0.650208, 0.752761) +bones/2/rotation = Quaternion(-0.0638595, 0.0776872, -0.637462, 0.763891) bones/2/scale = Vector3(1, 1, 1) bones/3/name = "Bone.003" bones/3/parent = 2 bones/3/rest = Transform3D(0.795965, -0.570793, -0.201581, 0.584249, 0.811523, 0.00907765, 0.158406, -0.124999, 0.97943, 0, 0.298125, -7.15256e-07) bones/3/enabled = true bones/3/position = Vector3(0, 0.298125, -7.15256e-07) -bones/3/rotation = Quaternion(-0.0192725, -0.101548, 0.323417, 0.940594) +bones/3/rotation = Quaternion(-0.0375077, -0.0918056, 0.293336, 0.950852) bones/3/scale = Vector3(1, 1, 1) bones/4/name = "Bone.004" bones/4/parent = 3 bones/4/rest = Transform3D(0.989609, -0.143492, 0.00920886, 0.143739, 0.98559, -0.0891694, 0.00371892, 0.0895665, 0.995974, 2.38419e-07, 0.217615, -1.19209e-07) bones/4/enabled = true bones/4/position = Vector3(2.38419e-07, 0.217615, -1.19209e-07) -bones/4/rotation = Quaternion(0.0338167, -0.0108495, 0.11766, 0.992419) +bones/4/rotation = Quaternion(0.186175, 0.150689, 0.017675, 0.970731) bones/4/scale = Vector3(1, 1, 1) bones/5/name = "Bone.005" bones/5/parent = 1 bones/5/rest = Transform3D(0.891186, 0.451267, 0.0463144, -0.453483, 0.888891, 0.0650073, -0.0118328, -0.0789364, 0.996809, -1.19209e-07, 0.416929, 0) bones/5/enabled = true bones/5/position = Vector3(-1.19209e-07, 0.416929, 0) -bones/5/rotation = Quaternion(-0.0265093, 0.0111489, -0.236595, 0.971183) +bones/5/rotation = Quaternion(0.156758, 0.0802091, -0.22941, 0.957269) bones/5/scale = Vector3(1, 1, 1) bones/6/name = "Bone.006" bones/6/parent = 5 @@ -2073,7 +2065,7 @@ bones/7/parent = 6 bones/7/rest = Transform3D(0.999951, -0.0095981, -0.00243508, 0.00990217, 0.968863, 0.247398, -1.52888e-05, -0.24741, 0.968911, -5.96046e-08, 0.229155, 1.19209e-07) bones/7/enabled = true bones/7/position = Vector3(-5.96046e-08, 0.229155, 1.19209e-07) -bones/7/rotation = Quaternion(-0.124676, -0.000609761, 0.00491343, 0.992185) +bones/7/rotation = Quaternion(-0.126436, -0.00933444, 0.0643938, 0.989838) bones/7/scale = Vector3(1, 1, 1) bones/8/name = "Bone.008" bones/8/parent = 7 @@ -2087,91 +2079,91 @@ bones/9/parent = 1 bones/9/rest = Transform3D(0.998888, 0.0470342, 0.00321046, -0.047142, 0.997098, 0.0597768, -0.000389597, -0.0598616, 0.998207, -1.19209e-07, 0.416929, 0) bones/9/enabled = true bones/9/position = Vector3(-1.19209e-07, 0.416929, 0) -bones/9/rotation = Quaternion(-0.0299314, 0.000900694, -0.0235612, 0.999274) +bones/9/rotation = Quaternion(0.166069, 0.0240288, -0.075139, 0.982954) bones/9/scale = Vector3(1, 1, 1) bones/10/name = "Bone.010" bones/10/parent = 9 bones/10/rest = Transform3D(0.999465, -0.0299684, -0.0130876, 0.0321775, 0.972617, 0.230175, 0.00583128, -0.230473, 0.973061, -5.96046e-07, 0.347821, -4.76837e-07) bones/10/enabled = true bones/10/position = Vector3(-5.96046e-07, 0.347821, -4.76837e-07) -bones/10/rotation = Quaternion(-0.088852, -0.00177213, 0.0165433, 0.995906) +bones/10/rotation = Quaternion(-0.115831, -0.00474823, 0.0156484, 0.993134) bones/10/scale = Vector3(1, 1, 1) bones/11/name = "Bone.011" bones/11/parent = 10 bones/11/rest = Transform3D(0.999927, -0.00347527, -0.0115401, 0.00624295, 0.968404, 0.249307, 0.0103091, -0.249361, 0.968356, 5.36442e-07, 0.236611, 0) bones/11/enabled = true bones/11/position = Vector3(5.36442e-07, 0.236611, 0) -bones/11/rotation = Quaternion(-0.165604, -0.0148975, 0.00497866, 0.986067) +bones/11/rotation = Quaternion(-0.125856, -0.00555071, 0.00246106, 0.99203) bones/11/scale = Vector3(1, 1, 1) bones/12/name = "Bone.012" bones/12/parent = 11 bones/12/rest = Transform3D(0.997952, 0.0219232, -0.0600952, -0.0135761, 0.990624, 0.13594, 0.062512, -0.134846, 0.988893, 1.07288e-06, 0.172989, -1.19209e-07) bones/12/enabled = true bones/12/position = Vector3(1.07288e-06, 0.172989, -1.19209e-07) -bones/12/rotation = Quaternion(-0.108042, -0.0407396, -0.00673693, 0.993288) +bones/12/rotation = Quaternion(-0.0680791, -0.0307861, -0.00888968, 0.997165) bones/12/scale = Vector3(1, 1, 1) bones/13/name = "Bone.013" bones/13/parent = 1 bones/13/rest = Transform3D(0.924677, -0.380197, -0.0205529, 0.380735, 0.922776, 0.0593796, -0.0036102, -0.0627321, 0.998024, -1.19209e-07, 0.416929, 0) bones/13/enabled = true bones/13/position = Vector3(-1.19209e-07, 0.416929, 0) -bones/13/rotation = Quaternion(-0.000604329, 0.00780562, 0.189789, 0.981794) +bones/13/rotation = Quaternion(0.058868, 0.00703708, 0.0456108, 0.997198) bones/13/scale = Vector3(1, 1, 1) bones/14/name = "Bone.014" bones/14/parent = 13 bones/14/rest = Transform3D(0.961502, 0.268958, 0.0563539, -0.274785, 0.938956, 0.207014, 0.00276425, -0.214529, 0.976714, -5.36442e-07, 0.369994, -4.76837e-07) bones/14/enabled = true bones/14/position = Vector3(-5.36442e-07, 0.369994, -4.76837e-07) -bones/14/rotation = Quaternion(-0.125803, 0.00741104, -0.13975, 0.982135) +bones/14/rotation = Quaternion(-0.856067, -0.000184571, 0.034124, 0.515738) bones/14/scale = Vector3(1, 1, 1) bones/15/name = "Bone.015" bones/15/parent = 14 bones/15/rest = Transform3D(0.991898, -0.123693, -0.0289439, 0.12423, 0.896879, 0.424471, -0.026545, -0.424628, 0.904979, -1.63913e-07, 0.248163, 0) bones/15/enabled = true bones/15/position = Vector3(-1.63913e-07, 0.248163, 0) -bones/15/rotation = Quaternion(-0.217968, -0.000615816, 0.0636434, 0.973878) +bones/15/rotation = Quaternion(-0.816669, 0.067689, 0.0768337, 0.567949) bones/15/scale = Vector3(1, 1, 1) bones/16/name = "Bone.016" bones/16/parent = 15 bones/16/rest = Transform3D(0.985406, 0.151262, 0.0780702, -0.133163, 0.97071, -0.199976, -0.106032, 0.186662, 0.976686, 3.20375e-07, 0.160424, -2.98023e-07) bones/16/enabled = true bones/16/position = Vector3(3.20375e-07, 0.160424, -2.98023e-07) -bones/16/rotation = Quaternion(0.050877, 0.0307588, -0.0874526, 0.994393) +bones/16/rotation = Quaternion(-0.395139, 0.0820319, -0.0537277, 0.913373) bones/16/scale = Vector3(1, 1, 1) bones/17/name = "Bone.017" bones/17/parent = 1 bones/17/rest = Transform3D(0.731154, -0.681923, -0.0198731, 0.682037, 0.729994, 0.0439829, -0.0154858, -0.0457125, 0.998835, -1.19209e-07, 0.416929, 0) bones/17/enabled = true bones/17/position = Vector3(-1.19209e-07, 0.416929, 0) -bones/17/rotation = Quaternion(-0.034177, -0.0145476, 0.394429, 0.918176) +bones/17/rotation = Quaternion(0.0651369, -0.000630724, 0.166016, 0.983969) bones/17/scale = Vector3(1, 1, 1) bones/18/name = "Bone.018" bones/18/parent = 17 bones/18/rest = Transform3D(0.857942, 0.502854, 0.105234, -0.513704, 0.842316, 0.163131, -0.00660927, -0.194016, 0.980976, 4.17233e-07, 0.400229, -2.38419e-07) bones/18/enabled = true bones/18/position = Vector3(4.17233e-07, 0.400229, -2.38419e-07) -bones/18/rotation = Quaternion(-0.0930721, 0.0291462, -0.264914, 0.959327) +bones/18/rotation = Quaternion(-0.848862, 0.0085005, 0.0755041, 0.523126) bones/18/scale = Vector3(1, 1, 1) bones/19/name = "Bone.019" bones/19/parent = 18 bones/19/rest = Transform3D(0.998612, 0.0399293, -0.034358, -0.038507, 0.998412, 0.0411089, 0.0359449, -0.0397288, 0.998564, 1.04308e-07, 0.196712, 4.76837e-07) bones/19/enabled = true bones/19/position = Vector3(1.04308e-07, 0.196712, 4.76837e-07) -bones/19/rotation = Quaternion(-0.0202206, -0.0175854, -0.0196199, 0.999448) +bones/19/rotation = Quaternion(-0.685061, 0.0717736, 0.0292193, 0.724352) bones/19/scale = Vector3(1, 1, 1) bones/20/name = "Bone.020" bones/20/parent = 19 bones/20/rest = Transform3D(0.986969, -0.15974, -0.0193679, 0.158639, 0.945818, 0.283305, -0.0269366, -0.282686, 0.958834, -1.04308e-07, 0.127214, -1.19209e-07) bones/20/enabled = true bones/20/position = Vector3(-1.04308e-07, 0.127214, -1.19209e-07) -bones/20/rotation = Quaternion(-0.143455, 0.0019183, 0.0806953, 0.98636) +bones/20/rotation = Quaternion(-0.594904, 0.0842665, 0.117064, 0.790749) bones/20/scale = Vector3(1, 1, 1) bones/21/name = "Bone.021" bones/21/parent = -1 bones/21/rest = Transform3D(0.638395, -0.466665, -0.612107, -0.416251, 0.459614, -0.784532, 0.647447, 0.755632, 0.0991655, 2.29161, -2.09633, -3.23813) bones/21/enabled = true -bones/21/position = Vector3(2.24211, -0.369347, -2.79752) -bones/21/rotation = Quaternion(0.687697, 0.0368382, 0.421745, 0.589785) +bones/21/position = Vector3(2.042, -0.451989, -2.88672) +bones/21/rotation = Quaternion(0.528824, 0.329629, 0.5801, 0.524571) bones/21/scale = Vector3(1, 1, 1) [node name="CHEST_006" type="MeshInstance3D" parent="Pivot/ARM1/1_ R TELLERIC PROJECTILE ARM/Skeleton3D"] @@ -2179,7 +2171,7 @@ mesh = SubResource("ArrayMesh_5cjg8") skin = SubResource("Skin_my7ts") [node name="BoneAttachment3D" type="BoneAttachment3D" parent="Pivot/ARM1/1_ R TELLERIC PROJECTILE ARM/Skeleton3D"] -transform = Transform3D(-0.71025, -0.495843, 0.499685, 0.692459, -0.364386, 0.622675, -0.126671, 0.788266, 0.602156, 0.101032, -0.903048, 1.44604) +transform = Transform3D(-0.860738, -0.107977, -0.497465, 0.400607, -0.746631, -0.53109, -0.314077, -0.656418, 0.685909, 1.04365, -0.665394, 1.30351) bone_name = "Bone.019" bone_idx = 19 diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm2.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm2.tscn index 628175b20..13b67e2c8 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm2.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm2.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=29 format=4 uid="uid://ctlvo2kw5r0ey"] +[gd_scene load_steps=29 format=4 uid="uid://cv4ja1vgoxb11"] [ext_resource type="Script" uid="uid://vgvrmwsrwakf" path="res://src/enemy/enemy_types/16. demon wall/DemonWallArm.cs" id="1_jkuo4"] [ext_resource type="Texture2D" uid="uid://fjwfbrwtb7ps" path="res://src/enemy/enemy_types/16. demon wall/model/ARM2_AREA_2_MAIN_222STONE.png" id="2_hmqyn"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm3.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm3.tscn index 7e0d9a1d8..2e78debb2 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm3.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm3.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=89 format=4 uid="uid://dxrgfh28wj5su"] +[gd_scene load_steps=89 format=4 uid="uid://bphie5voqk8aq"] [ext_resource type="Script" uid="uid://vgvrmwsrwakf" path="res://src/enemy/enemy_types/16. demon wall/DemonWallArm.cs" id="1_fhrhk"] [ext_resource type="Script" uid="uid://ctshiyffvt4y5" path="res://src/system/AttackDataResource.cs" id="2_4acx4"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm4.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm4.tscn index 9fbe3986b..130c68e6e 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm4.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm4.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=35 format=4 uid="uid://cuupl4irduut4"] +[gd_scene load_steps=35 format=4 uid="uid://cl0sf7ovakpvs"] [ext_resource type="Script" uid="uid://vgvrmwsrwakf" path="res://src/enemy/enemy_types/16. demon wall/DemonWallArm.cs" id="1_nwywg"] [ext_resource type="Texture2D" uid="uid://d3xy7wplqk3gq" path="res://src/enemy/enemy_types/16. demon wall/model/ARM4_AREA_2_MAIN_222STONE.png" id="2_0pjjv"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm5.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm5.tscn index 3cc565ee7..dac29eeeb 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm5.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm5.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=57 format=4 uid="uid://bh1pkdedeoj16"] +[gd_scene load_steps=57 format=4 uid="uid://cllbvvqer05cr"] [ext_resource type="Script" uid="uid://vgvrmwsrwakf" path="res://src/enemy/enemy_types/16. demon wall/DemonWallArm.cs" id="1_j3ruw"] [ext_resource type="Script" uid="uid://ctshiyffvt4y5" path="res://src/system/AttackDataResource.cs" id="2_flp87"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm6.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm6.tscn index 8b2391bb6..45d6e1292 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm6.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm6.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=23 format=4 uid="uid://c61hpj1aackmn"] +[gd_scene load_steps=23 format=4 uid="uid://cuuwu8gpe2lba"] [ext_resource type="Script" uid="uid://vgvrmwsrwakf" path="res://src/enemy/enemy_types/16. demon wall/DemonWallArm.cs" id="1_xefo1"] [ext_resource type="Texture2D" uid="uid://c4gfxyge646im" path="res://src/enemy/enemy_types/16. demon wall/model/ARM6_AREA_2_MAIN_222STONE.png" id="2_7j47h"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm7.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm7.tscn index 199154fe8..c9ec3dce1 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm7.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm7.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=29 format=4 uid="uid://big4eurgqyejq"] +[gd_scene load_steps=29 format=4 uid="uid://b6ov0gf3ax84"] [ext_resource type="Script" uid="uid://vgvrmwsrwakf" path="res://src/enemy/enemy_types/16. demon wall/DemonWallArm.cs" id="1_enq7k"] [ext_resource type="Texture2D" uid="uid://dni8145sh8qu3" path="res://src/enemy/enemy_types/16. demon wall/model/ARM7_AREA_2_MAIN_222STONE.png" id="2_1gdpg"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm8.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm8.tscn index 68e7e0272..8fa81b106 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm8.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm8.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=23 format=4 uid="uid://25ignmox5j8o"] +[gd_scene load_steps=23 format=4 uid="uid://dy0wkrxxmoja4"] [ext_resource type="Script" uid="uid://vgvrmwsrwakf" path="res://src/enemy/enemy_types/16. demon wall/DemonWallArm.cs" id="1_5tnjc"] [ext_resource type="Texture2D" uid="uid://dsnuk0k83wrna" path="res://src/enemy/enemy_types/16. demon wall/model/ARM8_AREA_2_MAIN_222STONE.png" id="2_8jyke"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm9.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm9.tscn index 33f723641..2cb566144 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm9.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/Arm9.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=158 format=4 uid="uid://dppws3muepn0l"] +[gd_scene load_steps=158 format=4 uid="uid://br5x3wqrhxbaj"] [ext_resource type="Script" uid="uid://vgvrmwsrwakf" path="res://src/enemy/enemy_types/16. demon wall/DemonWallArm.cs" id="1_fjfqv"] [ext_resource type="Texture2D" uid="uid://c1jl757qlt28e" path="res://src/enemy/enemy_types/16. demon wall/model/ARM9_AREA_2_MAIN_222STONE.png" id="2_bbf6x"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/DemonWall.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/DemonWall.tscn index d47def316..272d798e5 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/DemonWall.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/DemonWall.tscn @@ -1,8 +1,8 @@ -[gd_scene load_steps=9 format=3 uid="uid://6kck5vborfyk"] +[gd_scene load_steps=9 format=3 uid="uid://bkfgwv46bvgnn"] [ext_resource type="Script" uid="uid://dlvk70cr20nva" path="res://src/enemy/enemy_types/16. demon wall/DemonWall.cs" id="1_dqcrh"] [ext_resource type="AudioStream" uid="uid://ba8xendacec6" path="res://src/audio/sfx/item_kyuu_layer_2.ogg" id="3_dcpnv"] -[ext_resource type="PackedScene" uid="uid://l4413jwn0m8v" path="res://src/enemy/enemy_types/16. demon wall/DemonWallModelView.tscn" id="4_affkc"] +[ext_resource type="PackedScene" uid="uid://b3oupv6tkt4ad" path="res://src/enemy/enemy_types/16. demon wall/DemonWallModelView.tscn" id="4_affkc"] [ext_resource type="AudioStream" uid="uid://b7ycb6qvitpmw" path="res://src/audio/sfx/player_HITENEMY_3.ogg" id="4_xpabq"] [ext_resource type="AudioStream" uid="uid://bf7adfdd857hw" path="res://src/audio/sfx/enemy_morph.ogg" id="5_blux6"] [ext_resource type="AudioStream" uid="uid://bn6ns3jxkw03b" path="res://src/audio/sfx/ENEMY_SPROING_death.ogg" id="6_f313b"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/DemonWallModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/DemonWallModelView.tscn index f571a8672..29917e430 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/DemonWallModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/16. demon wall/DemonWallModelView.tscn @@ -1,15 +1,15 @@ -[gd_scene load_steps=44 format=4 uid="uid://l4413jwn0m8v"] +[gd_scene load_steps=44 format=4 uid="uid://b3oupv6tkt4ad"] -[ext_resource type="PackedScene" uid="uid://b7ofk5cv4ldh" path="res://src/enemy/enemy_types/16. demon wall/Arm1.tscn" id="1_ell80"] +[ext_resource type="PackedScene" uid="uid://b14iooyw6v7e0" path="res://src/enemy/enemy_types/16. demon wall/Arm1.tscn" id="1_ell80"] [ext_resource type="Script" uid="uid://d3cvsxlaohuqy" path="res://src/enemy/enemy_types/16. demon wall/DemonWallModelView.cs" id="1_r5yku"] -[ext_resource type="PackedScene" uid="uid://ctlvo2kw5r0ey" path="res://src/enemy/enemy_types/16. demon wall/Arm2.tscn" id="2_kblru"] -[ext_resource type="PackedScene" uid="uid://dxrgfh28wj5su" path="res://src/enemy/enemy_types/16. demon wall/Arm3.tscn" id="3_nqxqr"] -[ext_resource type="PackedScene" uid="uid://cuupl4irduut4" path="res://src/enemy/enemy_types/16. demon wall/Arm4.tscn" id="4_r5yku"] -[ext_resource type="PackedScene" uid="uid://bh1pkdedeoj16" path="res://src/enemy/enemy_types/16. demon wall/Arm5.tscn" id="5_5oa7x"] -[ext_resource type="PackedScene" uid="uid://c61hpj1aackmn" path="res://src/enemy/enemy_types/16. demon wall/Arm6.tscn" id="6_h1yna"] -[ext_resource type="PackedScene" uid="uid://big4eurgqyejq" path="res://src/enemy/enemy_types/16. demon wall/Arm7.tscn" id="7_6s6sq"] -[ext_resource type="PackedScene" uid="uid://25ignmox5j8o" path="res://src/enemy/enemy_types/16. demon wall/Arm8.tscn" id="8_e82oe"] -[ext_resource type="PackedScene" uid="uid://dppws3muepn0l" path="res://src/enemy/enemy_types/16. demon wall/Arm9.tscn" id="9_c826n"] +[ext_resource type="PackedScene" uid="uid://cv4ja1vgoxb11" path="res://src/enemy/enemy_types/16. demon wall/Arm2.tscn" id="2_kblru"] +[ext_resource type="PackedScene" uid="uid://bphie5voqk8aq" path="res://src/enemy/enemy_types/16. demon wall/Arm3.tscn" id="3_nqxqr"] +[ext_resource type="PackedScene" uid="uid://cl0sf7ovakpvs" path="res://src/enemy/enemy_types/16. demon wall/Arm4.tscn" id="4_r5yku"] +[ext_resource type="PackedScene" uid="uid://cllbvvqer05cr" path="res://src/enemy/enemy_types/16. demon wall/Arm5.tscn" id="5_5oa7x"] +[ext_resource type="PackedScene" uid="uid://cuuwu8gpe2lba" path="res://src/enemy/enemy_types/16. demon wall/Arm6.tscn" id="6_h1yna"] +[ext_resource type="PackedScene" uid="uid://b6ov0gf3ax84" path="res://src/enemy/enemy_types/16. demon wall/Arm7.tscn" id="7_6s6sq"] +[ext_resource type="PackedScene" uid="uid://dy0wkrxxmoja4" path="res://src/enemy/enemy_types/16. demon wall/Arm8.tscn" id="8_e82oe"] +[ext_resource type="PackedScene" uid="uid://br5x3wqrhxbaj" path="res://src/enemy/enemy_types/16. demon wall/Arm9.tscn" id="9_c826n"] [ext_resource type="Texture2D" uid="uid://b23ecide5h7v" path="res://src/enemy/enemy_types/16. demon wall/Demon Wall - Base Only_iris-photography-no-reflections-method.jpg" id="11_e82oe"] [ext_resource type="Texture2D" uid="uid://b1srfcp1sq3ac" path="res://src/enemy/enemy_types/16. demon wall/PIPE_PIPE2.jpg" id="11_r5yku"] [ext_resource type="Material" uid="uid://cvpnxydiw6ujq" path="res://src/enemy/enemy_types/16. demon wall/STONEMATERIAL.tres" id="12_6s6sq"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/9b. Aqueos Demon/AqueosDemon.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/9b. Aqueos Demon/AqueosDemon.tscn index c238fcf3e..be99434cf 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/9b. Aqueos Demon/AqueosDemon.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/9b. Aqueos Demon/AqueosDemon.tscn @@ -1,10 +1,10 @@ -[gd_scene load_steps=13 format=3 uid="uid://dpq17ej06uah1"] +[gd_scene load_steps=13 format=3 uid="uid://dj48hv1pnwlrj"] [ext_resource type="Script" uid="uid://ccakkuoppaidy" path="res://src/enemy/enemy_types/9b. Aqueos Demon/AqueousDemon.cs" id="1_8b86o"] -[ext_resource type="PackedScene" uid="uid://cu7n814hhtjwm" path="res://src/enemy/enemy_types/9b. Aqueos Demon/AqueosModelView.tscn" id="2_0hbxv"] -[ext_resource type="PackedScene" uid="uid://2nkvacxsd46b" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="4_5pbfd"] -[ext_resource type="PackedScene" uid="uid://mqj4jju3870v" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="5_ha827"] -[ext_resource type="PackedScene" uid="uid://8bcme8ao4axa" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="6_7afhy"] +[ext_resource type="PackedScene" path="res://src/enemy/enemy_types/9b. Aqueos Demon/AqueosModelView.tscn" id="2_0hbxv"] +[ext_resource type="PackedScene" uid="uid://cn4fv2gv6raql" path="res://src/enemy/behaviors/PatrolBehavior.tscn" id="4_5pbfd"] +[ext_resource type="PackedScene" uid="uid://cve5oouhowtff" path="res://src/enemy/behaviors/FollowBehavior.tscn" id="5_ha827"] +[ext_resource type="PackedScene" uid="uid://cmhem5xknjsvc" path="res://src/enemy/behaviors/EngagePlayerBehavior.tscn" id="6_7afhy"] [ext_resource type="AudioStream" uid="uid://ba8xendacec6" path="res://src/audio/sfx/item_kyuu_layer_2.ogg" id="6_hqaqe"] [ext_resource type="AudioStream" uid="uid://b7ycb6qvitpmw" path="res://src/audio/sfx/player_HITENEMY_3.ogg" id="7_dmy4c"] [ext_resource type="AudioStream" uid="uid://bf7adfdd857hw" path="res://src/audio/sfx/enemy_morph.ogg" id="8_gxnga"] diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/9b. Aqueos Demon/AqueosDemonInfo.tres b/Zennysoft.Game.Ma/src/enemy/enemy_types/9b. Aqueos Demon/AqueosDemonInfo.tres index 56ebb1c41..292ebf4d9 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/9b. Aqueos Demon/AqueosDemonInfo.tres +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/9b. Aqueos Demon/AqueosDemonInfo.tres @@ -6,4 +6,11 @@ script = ExtResource("1_se0pe") Name = "Aqueous Demon" Description = "Water monster" +MaximumHP = "" +ATK = "" +DEF = "" +Affinity = "" +Weakness = "" +Drop1 = "" +Drop2 = "" metadata/_custom_type_script = "uid://dlsgyx4i1jmp3" diff --git a/Zennysoft.Game.Ma/src/enemy/enemy_types/9b. Aqueos Demon/AqueosModelView.tscn b/Zennysoft.Game.Ma/src/enemy/enemy_types/9b. Aqueos Demon/AqueosModelView.tscn index 0b35f0582..ffb08ea19 100644 --- a/Zennysoft.Game.Ma/src/enemy/enemy_types/9b. Aqueos Demon/AqueosModelView.tscn +++ b/Zennysoft.Game.Ma/src/enemy/enemy_types/9b. Aqueos Demon/AqueosModelView.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=368 format=3 uid="uid://cu7n814hhtjwm"] +[gd_scene load_steps=368 format=3 uid="uid://omkas04o46rq"] [ext_resource type="Script" uid="uid://cvr1qimxpignl" path="res://src/enemy/EnemyModelView2D.cs" id="1_vf7er"] [ext_resource type="Resource" uid="uid://co0eq5nl2ai24" path="res://src/enemy/enemy_types/9b. Aqueos Demon/AqueosDemonInfo.tres" id="2_ejhrk"] diff --git a/Zennysoft.Game.Ma/src/game/Game.cs b/Zennysoft.Game.Ma/src/game/Game.cs index 71962a804..46ca9ca56 100644 --- a/Zennysoft.Game.Ma/src/game/Game.cs +++ b/Zennysoft.Game.Ma/src/game/Game.cs @@ -561,6 +561,30 @@ public partial class Game : Node3D, IGame _effectService.WarpToExit(); GameRepo.CloseInventory(); break; + case UsableItemTag.IncreaseAttack: + _player.AttackComponent.RaiseMaximumAttack(effectItem.Stats.BonusAttack); + SfxDatabase.Instance.Play(SoundEffect.IncreaseStat); + break; + case UsableItemTag.IncreaseDefense: + _player.DefenseComponent.RaiseMaximumDefense(effectItem.Stats.BonusDefense); + SfxDatabase.Instance.Play(SoundEffect.IncreaseStat); + break; + case UsableItemTag.IncreaseLuck: + _player.LuckComponent.IncreaseLuck(effectItem.Stats.BonusLuck); + SfxDatabase.Instance.Play(SoundEffect.IncreaseStat); + break; + case UsableItemTag.DecreaseAttack: + _player.AttackComponent.RaiseMaximumAttack(effectItem.Stats.BonusAttack); + SfxDatabase.Instance.Play(SoundEffect.DecreaseStat); + break; + case UsableItemTag.DecreaseDefense: + _player.DefenseComponent.RaiseMaximumDefense(effectItem.Stats.BonusDefense); + SfxDatabase.Instance.Play(SoundEffect.DecreaseStat); + break; + case UsableItemTag.DecreaseLuck: + _player.LuckComponent.IncreaseLuck(effectItem.Stats.BonusLuck); + SfxDatabase.Instance.Play(SoundEffect.DecreaseStat); + break; } } diff --git a/Zennysoft.Game.Ma/src/game/Game.tscn b/Zennysoft.Game.Ma/src/game/Game.tscn index dd945fa7d..fcd52b7bf 100644 --- a/Zennysoft.Game.Ma/src/game/Game.tscn +++ b/Zennysoft.Game.Ma/src/game/Game.tscn @@ -1,7 +1,7 @@ -[gd_scene load_steps=6 format=3 uid="uid://33ek675mfb5n"] +[gd_scene load_steps=6 format=3 uid="uid://6vw5b4c14ine"] [ext_resource type="Script" uid="uid://chftlu4proh3d" path="res://src/game/Game.cs" id="1_ytcii"] -[ext_resource type="PackedScene" uid="uid://b1muxus5qdbeu" path="res://src/ui/in_game_ui/InGameUI.tscn" id="5_lxtnp"] +[ext_resource type="PackedScene" uid="uid://b8tclvmc7j7dl" path="res://src/ui/in_game_ui/InGameUI.tscn" id="5_lxtnp"] [ext_resource type="PackedScene" uid="uid://cgwiwufvxvfs4" path="res://src/ui/load_next_level/LoadNextLevel.tscn" id="7_yw8km"] [ext_resource type="PackedScene" uid="uid://dbtfgrtgpr4qg" path="res://src/ui/game_over/GameOverMenu.tscn" id="11_wypid"] [ext_resource type="PackedScene" uid="uid://blbqgw3wosc1w" path="res://src/ui/pause_menu/PauseMenu.tscn" id="12_yev8k"] diff --git a/Zennysoft.Game.Ma/src/item_rescue/ItemRescue.tscn b/Zennysoft.Game.Ma/src/item_rescue/ItemRescue.tscn index 451d1f999..8297d73ee 100644 --- a/Zennysoft.Game.Ma/src/item_rescue/ItemRescue.tscn +++ b/Zennysoft.Game.Ma/src/item_rescue/ItemRescue.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://duis2vhf5ojy3"] +[gd_scene load_steps=4 format=3 uid="uid://dp3mbo0pqgrrb"] [ext_resource type="Script" uid="uid://bxq6xpwra6o47" path="res://src/item_rescue/ItemRescue.cs" id="1_j1jha"] diff --git a/Zennysoft.Game.Ma/src/item_rescue/RescuedItems.tscn b/Zennysoft.Game.Ma/src/item_rescue/RescuedItems.tscn index 4c78e000a..ae4a9fd7d 100644 --- a/Zennysoft.Game.Ma/src/item_rescue/RescuedItems.tscn +++ b/Zennysoft.Game.Ma/src/item_rescue/RescuedItems.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=2 format=3 uid="uid://tc5kdfoggrng"] +[gd_scene load_steps=2 format=3 uid="uid://lqntsyafwdsh"] [ext_resource type="Script" uid="uid://cav0todblih41" path="res://src/item_rescue/RescuedItems.cs" id="1_m08l5"] diff --git a/Zennysoft.Game.Ma/src/items/Icons/AIRSPEAR.PNG.import b/Zennysoft.Game.Ma/src/items/Icons/AIRSPEAR.PNG.import deleted file mode 100644 index 7ffccfe80..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/AIRSPEAR.PNG.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b0dt46gqga382" -path="res://.godot/imported/AIRSPEAR.PNG-074ceb6fa753dc56c8755073f2412a72.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/AIRSPEAR.PNG" -dest_files=["res://.godot/imported/AIRSPEAR.PNG-074ceb6fa753dc56c8755073f2412a72.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/ATKincreaser1.png b/Zennysoft.Game.Ma/src/items/Icons/ATKincreaser1.png deleted file mode 100644 index a7d0b9387..000000000 Binary files a/Zennysoft.Game.Ma/src/items/Icons/ATKincreaser1.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/ATKincreaser1.png.import b/Zennysoft.Game.Ma/src/items/Icons/ATKincreaser1.png.import deleted file mode 100644 index 265792c81..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/ATKincreaser1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://smvlfvl5mepf" -path="res://.godot/imported/ATKincreaser1.png-262dc628e5b8f814dbe88a024c8a172f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/ATKincreaser1.png" -dest_files=["res://.godot/imported/ATKincreaser1.png-262dc628e5b8f814dbe88a024c8a172f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Aeollic Jewel.png b/Zennysoft.Game.Ma/src/items/Icons/Aeollic Jewel.png deleted file mode 100644 index ce2deadda..000000000 Binary files a/Zennysoft.Game.Ma/src/items/Icons/Aeollic Jewel.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/Anabolic.png b/Zennysoft.Game.Ma/src/items/Icons/Anabolic.png deleted file mode 100644 index 2543bf3bb..000000000 Binary files a/Zennysoft.Game.Ma/src/items/Icons/Anabolic.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/Anabolic.png.import b/Zennysoft.Game.Ma/src/items/Icons/Anabolic.png.import deleted file mode 100644 index 528082ccb..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Anabolic.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dp54606gfewxq" -path="res://.godot/imported/Anabolic.png-9a3c4ac2115ad4d33563fc3dcdf0b49e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Anabolic.png" -dest_files=["res://.godot/imported/Anabolic.png-9a3c4ac2115ad4d33563fc3dcdf0b49e.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Black Egg.png b/Zennysoft.Game.Ma/src/items/Icons/Black Egg.png deleted file mode 100644 index 825c25fe5..000000000 Binary files a/Zennysoft.Game.Ma/src/items/Icons/Black Egg.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/Black Egg.png.import b/Zennysoft.Game.Ma/src/items/Icons/Black Egg.png.import deleted file mode 100644 index da7eac8f0..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Black Egg.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bj7kvibuwmw65" -path="res://.godot/imported/Black Egg.png-7e5d169d7aa58a492a7b051281371e4d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Black Egg.png" -dest_files=["res://.godot/imported/Black Egg.png-7e5d169d7aa58a492a7b051281371e4d.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Black Plume Blade.png.import b/Zennysoft.Game.Ma/src/items/Icons/Black Plume Blade.png.import deleted file mode 100644 index d511effdd..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Black Plume Blade.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ccch735q580k2" -path="res://.godot/imported/Black Plume Blade.png-f671421c05e36c005b6f50e4b574e014.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Black Plume Blade.png" -dest_files=["res://.godot/imported/Black Plume Blade.png-f671421c05e36c005b6f50e4b574e014.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Blood Box.png.import b/Zennysoft.Game.Ma/src/items/Icons/Blood Box.png.import deleted file mode 100644 index 071368172..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Blood Box.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bh0bho8b47rkq" -path="res://.godot/imported/Blood Box.png-b13c758158506ac48896ec24e10066b6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Blood Box.png" -dest_files=["res://.godot/imported/Blood Box.png-b13c758158506ac48896ec24e10066b6.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Cats Eye.png b/Zennysoft.Game.Ma/src/items/Icons/Cats Eye.png deleted file mode 100644 index c3321f618..000000000 Binary files a/Zennysoft.Game.Ma/src/items/Icons/Cats Eye.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/Cats Eye.png.import b/Zennysoft.Game.Ma/src/items/Icons/Cats Eye.png.import deleted file mode 100644 index 538fbf07e..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Cats Eye.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bfsot3b1k5r7g" -path="res://.godot/imported/Cats Eye.png-e33eb280c4e023d7e3b82ac42a9fa775.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Cats Eye.png" -dest_files=["res://.godot/imported/Cats Eye.png-e33eb280c4e023d7e3b82ac42a9fa775.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Ceremonial Vestments.PNG.import b/Zennysoft.Game.Ma/src/items/Icons/Ceremonial Vestments.PNG.import deleted file mode 100644 index 6fb90c914..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Ceremonial Vestments.PNG.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://civc0chjetuwc" -path="res://.godot/imported/Ceremonial Vestments.PNG-39b8b4a922e7a4105df11bb182354554.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Ceremonial Vestments.PNG" -dest_files=["res://.godot/imported/Ceremonial Vestments.PNG-39b8b4a922e7a4105df11bb182354554.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Chaotic Box.png.import b/Zennysoft.Game.Ma/src/items/Icons/Chaotic Box.png.import deleted file mode 100644 index 7aaaf9cd6..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Chaotic Box.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ctg8ikswfxmf7" -path="res://.godot/imported/Chaotic Box.png-4215607cae3af1b69ba70d23bdd83b67.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Chaotic Box.png" -dest_files=["res://.godot/imported/Chaotic Box.png-4215607cae3af1b69ba70d23bdd83b67.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Cross Sword.png.import b/Zennysoft.Game.Ma/src/items/Icons/Cross Sword.png.import deleted file mode 100644 index cdac68533..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Cross Sword.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b8rwo0c5wafk1" -path="res://.godot/imported/Cross Sword.png-dae72a7f9d231517a87261fc0b4191ef.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Cross Sword.png" -dest_files=["res://.godot/imported/Cross Sword.png-dae72a7f9d231517a87261fc0b4191ef.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/DEFincreaser1.png b/Zennysoft.Game.Ma/src/items/Icons/DEFincreaser1.png deleted file mode 100644 index 92d1cb599..000000000 Binary files a/Zennysoft.Game.Ma/src/items/Icons/DEFincreaser1.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/DEFincreaser1.png.import b/Zennysoft.Game.Ma/src/items/Icons/DEFincreaser1.png.import deleted file mode 100644 index 026a03673..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/DEFincreaser1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://4c8kwg7vn3p5" -path="res://.godot/imported/DEFincreaser1.png-f204db321cdb860cc3560f85da5ed710.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/DEFincreaser1.png" -dest_files=["res://.godot/imported/DEFincreaser1.png-f204db321cdb860cc3560f85da5ed710.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Dilemma.png.import b/Zennysoft.Game.Ma/src/items/Icons/Dilemma.png.import deleted file mode 100644 index f0a0e8c41..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Dilemma.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://df028atwdpau4" -path="res://.godot/imported/Dilemma.png-6ed7e176aeeecd1532e8073b3fdc4a85.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Dilemma.png" -dest_files=["res://.godot/imported/Dilemma.png-6ed7e176aeeecd1532e8073b3fdc4a85.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Equivalence Box.png.import b/Zennysoft.Game.Ma/src/items/Icons/Equivalence Box.png.import deleted file mode 100644 index 5b8aa1438..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Equivalence Box.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://db2ldplxidmoj" -path="res://.godot/imported/Equivalence Box.png-b7bffa360ef478b24f70cbfd31cbf8ef.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Equivalence Box.png" -dest_files=["res://.godot/imported/Equivalence Box.png-b7bffa360ef478b24f70cbfd31cbf8ef.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Fashionable Box.png.import b/Zennysoft.Game.Ma/src/items/Icons/Fashionable Box.png.import deleted file mode 100644 index 049521f2c..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Fashionable Box.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bl1hy8fhhpdkl" -path="res://.godot/imported/Fashionable Box.png-0d2ad8cbd6ed504550dc637e25b167d8.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Fashionable Box.png" -dest_files=["res://.godot/imported/Fashionable Box.png-0d2ad8cbd6ed504550dc637e25b167d8.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Flamesword.png.import b/Zennysoft.Game.Ma/src/items/Icons/Flamesword.png.import deleted file mode 100644 index a4e2031c7..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Flamesword.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://f5y2dtb3ygok" -path="res://.godot/imported/Flamesword.png-484b8224610a0c9d618dce8908f9197f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Flamesword.png" -dest_files=["res://.godot/imported/Flamesword.png-484b8224610a0c9d618dce8908f9197f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Fury Box.png.import b/Zennysoft.Game.Ma/src/items/Icons/Fury Box.png.import deleted file mode 100644 index 998d05bb9..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Fury Box.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://700hpmhvutu8" -path="res://.godot/imported/Fury Box.png-428356bc357f694da1d9b3824b97650b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Fury Box.png" -dest_files=["res://.godot/imported/Fury Box.png-428356bc357f694da1d9b3824b97650b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Glue Orb.png b/Zennysoft.Game.Ma/src/items/Icons/Glue Orb.png deleted file mode 100644 index 3593b0e59..000000000 Binary files a/Zennysoft.Game.Ma/src/items/Icons/Glue Orb.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/Glue Orb.png.import b/Zennysoft.Game.Ma/src/items/Icons/Glue Orb.png.import deleted file mode 100644 index ed05ddf51..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Glue Orb.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bhqjdpikhm30g" -path="res://.godot/imported/Glue Orb.png-9c153a52bf88071e7ed0fb41cb9a12d4.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Glue Orb.png" -dest_files=["res://.godot/imported/Glue Orb.png-9c153a52bf88071e7ed0fb41cb9a12d4.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Healthy Box.png.import b/Zennysoft.Game.Ma/src/items/Icons/Healthy Box.png.import deleted file mode 100644 index 42de0fe83..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Healthy Box.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ei7cdroyah7n" -path="res://.godot/imported/Healthy Box.png-cde12bfb6cbf33e1b745fdee5465e250.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Healthy Box.png" -dest_files=["res://.godot/imported/Healthy Box.png-cde12bfb6cbf33e1b745fdee5465e250.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Heirloom Stone.png b/Zennysoft.Game.Ma/src/items/Icons/Heirloom Stone.png deleted file mode 100644 index c50d5d2e3..000000000 Binary files a/Zennysoft.Game.Ma/src/items/Icons/Heirloom Stone.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/Heirloom Stone.png.import b/Zennysoft.Game.Ma/src/items/Icons/Heirloom Stone.png.import deleted file mode 100644 index dbb7ac2ae..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Heirloom Stone.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cubg7ccfbnp88" -path="res://.godot/imported/Heirloom Stone.png-2f032b8f419e3c4b46bdc962ba805581.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Heirloom Stone.png" -dest_files=["res://.godot/imported/Heirloom Stone.png-2f032b8f419e3c4b46bdc962ba805581.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Hydric Jewel.png b/Zennysoft.Game.Ma/src/items/Icons/Hydric Jewel.png deleted file mode 100644 index 1fdbc061a..000000000 Binary files a/Zennysoft.Game.Ma/src/items/Icons/Hydric Jewel.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/Hydric Jewel.png.import b/Zennysoft.Game.Ma/src/items/Icons/Hydric Jewel.png.import deleted file mode 100644 index 276760e68..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Hydric Jewel.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dfgfic72vrqk3" -path="res://.godot/imported/Hydric Jewel.png-02d092d9772d7fd093134e6ad09ff050.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Hydric Jewel.png" -dest_files=["res://.godot/imported/Hydric Jewel.png-02d092d9772d7fd093134e6ad09ff050.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Identity Box.png.import b/Zennysoft.Game.Ma/src/items/Icons/Identity Box.png.import deleted file mode 100644 index 9d48684f0..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Identity Box.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c2h0ugqafgh7r" -path="res://.godot/imported/Identity Box.png-768f553f39da415dbf123e0b487e704b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Identity Box.png" -dest_files=["res://.godot/imported/Identity Box.png-768f553f39da415dbf123e0b487e704b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Igneous Jewel.png b/Zennysoft.Game.Ma/src/items/Icons/Igneous Jewel.png deleted file mode 100644 index 5c98bb1b4..000000000 Binary files a/Zennysoft.Game.Ma/src/items/Icons/Igneous Jewel.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/Igneous Jewel.png.import b/Zennysoft.Game.Ma/src/items/Icons/Igneous Jewel.png.import deleted file mode 100644 index 76431051b..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Igneous Jewel.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ck3m4y47mb85w" -path="res://.godot/imported/Igneous Jewel.png-a2a2c5823f42603743a37fda12e70398.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Igneous Jewel.png" -dest_files=["res://.godot/imported/Igneous Jewel.png-a2a2c5823f42603743a37fda12e70398.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Kubel.png.import b/Zennysoft.Game.Ma/src/items/Icons/Kubel.png.import deleted file mode 100644 index 16a9a2457..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Kubel.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bctxkq17styv2" -path="res://.godot/imported/Kubel.png-9311d76196094bf385d1c1668f43a43c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Kubel.png" -dest_files=["res://.godot/imported/Kubel.png-9311d76196094bf385d1c1668f43a43c.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/LOVE JUDGEMENT2.PNG.import b/Zennysoft.Game.Ma/src/items/Icons/LOVE JUDGEMENT2.PNG.import deleted file mode 100644 index 813719cf5..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/LOVE JUDGEMENT2.PNG.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://die8ldnjlxees" -path="res://.godot/imported/LOVE JUDGEMENT2.PNG-e0c7a23baf86c2b42bf924c784b177e5.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/LOVE JUDGEMENT2.PNG" -dest_files=["res://.godot/imported/LOVE JUDGEMENT2.PNG-e0c7a23baf86c2b42bf924c784b177e5.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Last Reward.png.import b/Zennysoft.Game.Ma/src/items/Icons/Last Reward.png.import deleted file mode 100644 index d67a5cf7f..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Last Reward.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://7rubtrdoy0y0" -path="res://.godot/imported/Last Reward.png-763c318a6cbe842b8d81010eb7549b9e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Last Reward.png" -dest_files=["res://.godot/imported/Last Reward.png-763c318a6cbe842b8d81010eb7549b9e.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Metabolic Jewel.png b/Zennysoft.Game.Ma/src/items/Icons/Metabolic Jewel.png deleted file mode 100644 index 320629ef5..000000000 Binary files a/Zennysoft.Game.Ma/src/items/Icons/Metabolic Jewel.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/Metabolic Jewel.png.import b/Zennysoft.Game.Ma/src/items/Icons/Metabolic Jewel.png.import deleted file mode 100644 index a5223ed95..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Metabolic Jewel.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dx0etslmxpbmx" -path="res://.godot/imported/Metabolic Jewel.png-e242e4527c740b566d4d1ba7341c7a7d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Metabolic Jewel.png" -dest_files=["res://.godot/imported/Metabolic Jewel.png-e242e4527c740b566d4d1ba7341c7a7d.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Nebula Chain.png.import b/Zennysoft.Game.Ma/src/items/Icons/Nebula Chain.png.import deleted file mode 100644 index 4dac85ef0..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Nebula Chain.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://byyv24koy2a8a" -path="res://.godot/imported/Nebula Chain.png-36c8d550d4656e42423420fac75a07ff.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Nebula Chain.png" -dest_files=["res://.godot/imported/Nebula Chain.png-36c8d550d4656e42423420fac75a07ff.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Ossified Cortex.png b/Zennysoft.Game.Ma/src/items/Icons/Ossified Cortex.png deleted file mode 100644 index 9dc474e88..000000000 Binary files a/Zennysoft.Game.Ma/src/items/Icons/Ossified Cortex.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/Ossified Cortex.png.import b/Zennysoft.Game.Ma/src/items/Icons/Ossified Cortex.png.import deleted file mode 100644 index b36a4a750..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Ossified Cortex.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cujyitb83s660" -path="res://.godot/imported/Ossified Cortex.png-eed76ec24cec8155f7f6178215e50034.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Ossified Cortex.png" -dest_files=["res://.godot/imported/Ossified Cortex.png-eed76ec24cec8155f7f6178215e50034.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Rondo.png.import b/Zennysoft.Game.Ma/src/items/Icons/Rondo.png.import deleted file mode 100644 index 05cc8a947..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Rondo.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dseaofn0cl0xn" -path="res://.godot/imported/Rondo.png-78a2a6054bc5494af7f762386af80711.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Rondo.png" -dest_files=["res://.godot/imported/Rondo.png-78a2a6054bc5494af7f762386af80711.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Rusted Sword.png.import b/Zennysoft.Game.Ma/src/items/Icons/Rusted Sword.png.import deleted file mode 100644 index 76b6c3c98..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Rusted Sword.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d1ssww0y6jjhj" -path="res://.godot/imported/Rusted Sword.png-2488215474f5bbeb2b9d6bfe87a99b2f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Rusted Sword.png" -dest_files=["res://.godot/imported/Rusted Sword.png-2488215474f5bbeb2b9d6bfe87a99b2f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Scholars Box.png.import b/Zennysoft.Game.Ma/src/items/Icons/Scholars Box.png.import deleted file mode 100644 index 3ae79ce01..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Scholars Box.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dq4ugug3070f3" -path="res://.godot/imported/Scholars Box.png-b39b862d012b0865ca457c6c3a49c4b2.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Scholars Box.png" -dest_files=["res://.godot/imported/Scholars Box.png-b39b862d012b0865ca457c6c3a49c4b2.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Sealed Sword.PNG.import b/Zennysoft.Game.Ma/src/items/Icons/Sealed Sword.PNG.import deleted file mode 100644 index d90b25401..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Sealed Sword.PNG.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bptijwsvqyi8p" -path="res://.godot/imported/Sealed Sword.PNG-53ac93a9c5a68080d37846e1cfc2e7ec.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Sealed Sword.PNG" -dest_files=["res://.godot/imported/Sealed Sword.PNG-53ac93a9c5a68080d37846e1cfc2e7ec.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Shining Halberd.PNG.import b/Zennysoft.Game.Ma/src/items/Icons/Shining Halberd.PNG.import deleted file mode 100644 index 774993ca4..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Shining Halberd.PNG.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b32patrthtvhg" -path="res://.godot/imported/Shining Halberd.PNG-4f728a5b472b2ab44e2f2ba0bf8a1e6f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Shining Halberd.PNG" -dest_files=["res://.godot/imported/Shining Halberd.PNG-4f728a5b472b2ab44e2f2ba0bf8a1e6f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Speculative Box.png.import b/Zennysoft.Game.Ma/src/items/Icons/Speculative Box.png.import deleted file mode 100644 index 8934de216..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Speculative Box.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dy6alg3hsf2v1" -path="res://.godot/imported/Speculative Box.png-fb677e9cdc1da857daca1477c882f5ca.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Speculative Box.png" -dest_files=["res://.godot/imported/Speculative Box.png-fb677e9cdc1da857daca1477c882f5ca.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/SpellSign Box.png.import b/Zennysoft.Game.Ma/src/items/Icons/SpellSign Box.png.import deleted file mode 100644 index 1731b5533..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/SpellSign Box.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://xol5manbuhab" -path="res://.godot/imported/SpellSign Box.png-745f34945f37feb003c4647d51ef39e0.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/SpellSign Box.png" -dest_files=["res://.godot/imported/SpellSign Box.png-745f34945f37feb003c4647d51ef39e0.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Swan Sword Odette.png.import b/Zennysoft.Game.Ma/src/items/Icons/Swan Sword Odette.png.import deleted file mode 100644 index dcecff9a2..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Swan Sword Odette.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://da6n5a8pb1k1j" -path="res://.godot/imported/Swan Sword Odette.png-aee17b3fbd5440e6d3eb6dfe734f091e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/Swan Sword Odette.png" -dest_files=["res://.godot/imported/Swan Sword Odette.png-aee17b3fbd5440e6d3eb6dfe734f091e.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Tarnished Jewel.png b/Zennysoft.Game.Ma/src/items/Icons/Tarnished Jewel.png deleted file mode 100644 index 2d2caeac3..000000000 Binary files a/Zennysoft.Game.Ma/src/items/Icons/Tarnished Jewel.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/Tarnished Jewel.png.import b/Zennysoft.Game.Ma/src/items/Icons/Tarnished Jewel.png.import deleted file mode 100644 index 0d9cbaecf..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Tarnished Jewel.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bydnngxk0owyp" -path.s3tc="res://.godot/imported/Tarnished Jewel.png-290f090a7a2c62513d25df9e06eb6ab5.s3tc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/Icons/Tarnished Jewel.png" -dest_files=["res://.godot/imported/Tarnished Jewel.png-290f090a7a2c62513d25df9e06eb6ab5.s3tc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Telleric Jewel.png b/Zennysoft.Game.Ma/src/items/Icons/Telleric Jewel.png deleted file mode 100644 index 2138e32c7..000000000 Binary files a/Zennysoft.Game.Ma/src/items/Icons/Telleric Jewel.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/Telleric Jewel.png.import b/Zennysoft.Game.Ma/src/items/Icons/Telleric Jewel.png.import deleted file mode 100644 index 60d946d37..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Telleric Jewel.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dafjnlboepega" -path.s3tc="res://.godot/imported/Telleric Jewel.png-2ef381f6db87110baea7029a7b3c1ad4.s3tc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/Icons/Telleric Jewel.png" -dest_files=["res://.godot/imported/Telleric Jewel.png-2ef381f6db87110baea7029a7b3c1ad4.s3tc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Trickster's Box Box.png.import b/Zennysoft.Game.Ma/src/items/Icons/Trickster's Box Box.png.import deleted file mode 100644 index df1d1446f..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/Trickster's Box Box.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bf23832xsxv4n" -path.s3tc="res://.godot/imported/Trickster\'s Box Box.png-429de7c9445d2f13effe231f0b348d63.s3tc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/Icons/Trickster's Box Box.png" -dest_files=["res://.godot/imported/Trickster\\'s Box Box.png-429de7c9445d2f13effe231f0b348d63.s3tc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/Unidentified Item.png b/Zennysoft.Game.Ma/src/items/Icons/Unidentified Item.png index acfce666b..f1c5fa5c8 100644 Binary files a/Zennysoft.Game.Ma/src/items/Icons/Unidentified Item.png and b/Zennysoft.Game.Ma/src/items/Icons/Unidentified Item.png differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/Unidentified Item.png.import b/Zennysoft.Game.Ma/src/items/Icons/Unidentified Item.png.import index e2e55f286..2f9e07508 100644 --- a/Zennysoft.Game.Ma/src/items/Icons/Unidentified Item.png.import +++ b/Zennysoft.Game.Ma/src/items/Icons/Unidentified Item.png.import @@ -2,8 +2,8 @@ importer="texture" type="CompressedTexture2D" -uid="uid://djby4qor86st1" -path.s3tc="res://.godot/imported/Unidentified Item.png-17715f3b58c8513693036b9f0b923713.s3tc.ctex" +uid="uid://esqaln68twiw" +path.bptc="res://.godot/imported/Unidentified Item.png-17715f3b58c8513693036b9f0b923713.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -12,12 +12,12 @@ metadata={ [deps] source_file="res://src/items/Icons/Unidentified Item.png" -dest_files=["res://.godot/imported/Unidentified Item.png-17715f3b58c8513693036b9f0b923713.s3tc.ctex"] +dest_files=["res://.godot/imported/Unidentified Item.png-17715f3b58c8513693036b9f0b923713.bptc.ctex"] [params] compress/mode=2 -compress/high_quality=false +compress/high_quality=true compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/air-DICE.png.import b/Zennysoft.Game.Ma/src/items/Icons/air-DICE.png.import deleted file mode 100644 index 98bee8c51..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/air-DICE.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bnq7gso58r3ke" -path="res://.godot/imported/air-DICE.png-16fa09a0d7846885d8d06ea8768a8547.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/air-DICE.png" -dest_files=["res://.godot/imported/air-DICE.png-16fa09a0d7846885d8d06ea8768a8547.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/earth-DICE.png.import b/Zennysoft.Game.Ma/src/items/Icons/earth-DICE.png.import deleted file mode 100644 index f553882ac..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/earth-DICE.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bvp3qrovv43nu" -path="res://.godot/imported/earth-DICE.png-d6838cbb41d78383afaf48c34b18e391.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/earth-DICE.png" -dest_files=["res://.godot/imported/earth-DICE.png-d6838cbb41d78383afaf48c34b18e391.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/fDICE.png.import b/Zennysoft.Game.Ma/src/items/Icons/fDICE.png.import deleted file mode 100644 index 410c42200..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/fDICE.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bnku0lv233cfr" -path="res://.godot/imported/fDICE.png-d03d4bdb6869892277dcf5da93df6038.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/fDICE.png" -dest_files=["res://.godot/imported/fDICE.png-d03d4bdb6869892277dcf5da93df6038.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/flower1.png b/Zennysoft.Game.Ma/src/items/Icons/flower1.png deleted file mode 100644 index 673091e8b..000000000 Binary files a/Zennysoft.Game.Ma/src/items/Icons/flower1.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/flower1.png.import b/Zennysoft.Game.Ma/src/items/Icons/flower1.png.import deleted file mode 100644 index 8af4aee62..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/flower1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dbjtwbqxhajer" -path="res://.godot/imported/flower1.png-94565e2946c04763ec8ac05540cecbce.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/flower1.png" -dest_files=["res://.godot/imported/flower1.png-94565e2946c04763ec8ac05540cecbce.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/ig dice.png.import b/Zennysoft.Game.Ma/src/items/Icons/ig dice.png.import deleted file mode 100644 index e36d78b49..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/ig dice.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dsq3nidewk85t" -path="res://.godot/imported/ig dice.png-63438fdcf4cb3deb611d888aa2acf532.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/ig dice.png" -dest_files=["res://.godot/imported/ig dice.png-63438fdcf4cb3deb611d888aa2acf532.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/katar.PNG.import b/Zennysoft.Game.Ma/src/items/Icons/katar.PNG.import deleted file mode 100644 index 2a78384b5..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/katar.PNG.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bmat1s3sv7nem" -path="res://.godot/imported/katar.PNG-973a3398e5d354ba7c86e20bb0916d14.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/katar.PNG" -dest_files=["res://.godot/imported/katar.PNG-973a3398e5d354ba7c86e20bb0916d14.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/keystaff1.png b/Zennysoft.Game.Ma/src/items/Icons/keystaff1.png deleted file mode 100644 index a8d56755c..000000000 Binary files a/Zennysoft.Game.Ma/src/items/Icons/keystaff1.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/keystaff1.png.import b/Zennysoft.Game.Ma/src/items/Icons/keystaff1.png.import deleted file mode 100644 index 83947f869..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/keystaff1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b5fmmtliqbwwu" -path="res://.godot/imported/keystaff1.png-32c68c4de990d1b5db0494ff25049094.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/keystaff1.png" -dest_files=["res://.godot/imported/keystaff1.png-32c68c4de990d1b5db0494ff25049094.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/knives1.png b/Zennysoft.Game.Ma/src/items/Icons/knives1.png deleted file mode 100644 index 4d9d5328f..000000000 Binary files a/Zennysoft.Game.Ma/src/items/Icons/knives1.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/knives1.png.import b/Zennysoft.Game.Ma/src/items/Icons/knives1.png.import deleted file mode 100644 index 9a703cbb2..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/knives1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dqsyv6ps8lwjp" -path="res://.godot/imported/knives1.png-61fbcb203477b8f5588330e62a337a24.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/knives1.png" -dest_files=["res://.godot/imported/knives1.png-61fbcb203477b8f5588330e62a337a24.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/palm of heaven.png.import b/Zennysoft.Game.Ma/src/items/Icons/palm of heaven.png.import deleted file mode 100644 index 9560dcb9e..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/palm of heaven.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cp0daevm5hi6s" -path="res://.godot/imported/palm of heaven.png-ff633f50889c662d500946e974e97ec1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/palm of heaven.png" -dest_files=["res://.godot/imported/palm of heaven.png-ff633f50889c662d500946e974e97ec1.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/persuader1.png.import b/Zennysoft.Game.Ma/src/items/Icons/persuader1.png.import deleted file mode 100644 index 5bb8b4317..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/persuader1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cy7c1f841fc6m" -path="res://.godot/imported/persuader1.png-92259a33800031be62fa2361988f6998.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/persuader1.png" -dest_files=["res://.godot/imported/persuader1.png-92259a33800031be62fa2361988f6998.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/plasmasword1.png.import b/Zennysoft.Game.Ma/src/items/Icons/plasmasword1.png.import deleted file mode 100644 index 1b2f72693..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/plasmasword1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bsmo02p5jldf7" -path="res://.godot/imported/plasmasword1.png-04379abd411c218bd05807e6e335ba4c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/plasmasword1.png" -dest_files=["res://.godot/imported/plasmasword1.png-04379abd411c218bd05807e6e335ba4c.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/plastique icon1.png.import b/Zennysoft.Game.Ma/src/items/Icons/plastique icon1.png.import deleted file mode 100644 index 2a7de90c5..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/plastique icon1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bd6omweout2t6" -path="res://.godot/imported/plastique icon1.png-ab627d57f2fe24033a0d45ed46528c29.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/plastique icon1.png" -dest_files=["res://.godot/imported/plastique icon1.png-ab627d57f2fe24033a0d45ed46528c29.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/sealing rod.PNG.import b/Zennysoft.Game.Ma/src/items/Icons/sealing rod.PNG.import deleted file mode 100644 index 3fa204289..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/sealing rod.PNG.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dk4w5ndxnovfb" -path="res://.godot/imported/sealing rod.PNG-5e57e5b614219d1c12b4780e35566a56.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/sealing rod.PNG" -dest_files=["res://.godot/imported/sealing rod.PNG-5e57e5b614219d1c12b4780e35566a56.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/spaded staff.PNG.import b/Zennysoft.Game.Ma/src/items/Icons/spaded staff.PNG.import deleted file mode 100644 index 29ebab1ad..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/spaded staff.PNG.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://mo74uegddjqo" -path="res://.godot/imported/spaded staff.PNG-a1dde18af103678986b9593b586aeb14.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/spaded staff.PNG" -dest_files=["res://.godot/imported/spaded staff.PNG-a1dde18af103678986b9593b586aeb14.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/spell sign - identify.PNG b/Zennysoft.Game.Ma/src/items/Icons/spell sign - identify.PNG deleted file mode 100644 index 72f0f98c9..000000000 Binary files a/Zennysoft.Game.Ma/src/items/Icons/spell sign - identify.PNG and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/spell sign - identify.PNG.import b/Zennysoft.Game.Ma/src/items/Icons/spell sign - identify.PNG.import deleted file mode 100644 index 2e78d38e1..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/spell sign - identify.PNG.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://7cfj57hqoc21" -path="res://.godot/imported/spell sign - identify.PNG-5fa740b11ca3058b62cedb0005e95c03.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/spell sign - identify.PNG" -dest_files=["res://.godot/imported/spell sign - identify.PNG-5fa740b11ca3058b62cedb0005e95c03.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/Icons/talwar.PNG.import b/Zennysoft.Game.Ma/src/items/Icons/talwar.PNG.import deleted file mode 100644 index 2c2243c73..000000000 --- a/Zennysoft.Game.Ma/src/items/Icons/talwar.PNG.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cq24o8ov6wlva" -path="res://.godot/imported/talwar.PNG-efc03d86fe1cd8b90f1d8444c9c193ad.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://src/items/Icons/talwar.PNG" -dest_files=["res://.godot/imported/talwar.PNG-efc03d86fe1cd8b90f1d8444c9c193ad.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/InventoryItem.tscn b/Zennysoft.Game.Ma/src/items/InventoryItem.tscn index 14ba51ce4..5a470872a 100644 --- a/Zennysoft.Game.Ma/src/items/InventoryItem.tscn +++ b/Zennysoft.Game.Ma/src/items/InventoryItem.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=2 format=3 uid="uid://dme37m7q60um4"] +[gd_scene load_steps=2 format=3 uid="uid://1taar7cpqn2i"] [sub_resource type="BoxShape3D" id="BoxShape3D_84bq1"] size = Vector3(0.778381, 0.929947, 0.731567) diff --git a/Zennysoft.Game.Ma/src/items/ItemDatabase.tscn b/Zennysoft.Game.Ma/src/items/ItemDatabase.tscn index 65d0f5f66..4be0e4618 100644 --- a/Zennysoft.Game.Ma/src/items/ItemDatabase.tscn +++ b/Zennysoft.Game.Ma/src/items/ItemDatabase.tscn @@ -1,12 +1,12 @@ -[gd_scene load_steps=8 format=3 uid="uid://twrj4wixcbu7"] +[gd_scene load_steps=8 format=3 uid="uid://b66ifyu2ngfxy"] [ext_resource type="Script" uid="uid://vdunjh1f4jry" path="res://src/items/ItemDatabase.cs" id="1_7b315"] -[ext_resource type="PackedScene" uid="uid://db206brufi83s" path="res://src/items/weapons/Weapon.tscn" id="2_wq002"] -[ext_resource type="PackedScene" uid="uid://dorr7v1tkeiy0" path="res://src/items/armor/Armor.tscn" id="3_8wlg5"] -[ext_resource type="PackedScene" uid="uid://b07srt3lckt4e" path="res://src/items/accessory/Accessory.tscn" id="4_pr7ub"] -[ext_resource type="PackedScene" uid="uid://1fl6s352e2ej" path="res://src/items/throwable/ThrowableItem.tscn" id="5_r5y4t"] -[ext_resource type="PackedScene" uid="uid://c6w7dpk0hurj0" path="res://src/items/consumable/ConsumableItem.tscn" id="6_yvger"] -[ext_resource type="PackedScene" uid="uid://d0pl1n1jf77jm" path="res://src/items/effect/EffectItem.tscn" id="7_37rlc"] +[ext_resource type="PackedScene" uid="uid://bg3654q6tmtbk" path="res://src/items/weapons/Weapon.tscn" id="2_wq002"] +[ext_resource type="PackedScene" uid="uid://dcvvckbseem5x" path="res://src/items/armor/Armor.tscn" id="3_8wlg5"] +[ext_resource type="PackedScene" uid="uid://b72non18b6c63" path="res://src/items/accessory/Accessory.tscn" id="4_pr7ub"] +[ext_resource type="PackedScene" uid="uid://tmjq3c5o1s76" path="res://src/items/throwable/ThrowableItem.tscn" id="5_r5y4t"] +[ext_resource type="PackedScene" uid="uid://bdfhwtndr0vwg" path="res://src/items/consumable/ConsumableItem.tscn" id="6_yvger"] +[ext_resource type="PackedScene" uid="uid://vxnde4anti2y" path="res://src/items/effect/EffectItem.tscn" id="7_37rlc"] [node name="ItemDatabase" type="Node"] script = ExtResource("1_7b315") diff --git a/Zennysoft.Game.Ma/src/items/accessory/Accessory.tscn b/Zennysoft.Game.Ma/src/items/accessory/Accessory.tscn index 1fab796b3..e97e37cda 100644 --- a/Zennysoft.Game.Ma/src/items/accessory/Accessory.tscn +++ b/Zennysoft.Game.Ma/src/items/accessory/Accessory.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://b07srt3lckt4e"] +[gd_scene load_steps=4 format=3 uid="uid://b72non18b6c63"] [ext_resource type="Script" uid="uid://2xddsc0pjykd" path="res://src/items/accessory/Accessory.cs" id="1_ikyk2"] diff --git a/Zennysoft.Game.Ma/src/items/accessory/resources/MysteryAccessory.tres b/Zennysoft.Game.Ma/src/items/accessory/resources/MysteryAccessory.tres index f0fd3a20e..b327b712b 100644 --- a/Zennysoft.Game.Ma/src/items/accessory/resources/MysteryAccessory.tres +++ b/Zennysoft.Game.Ma/src/items/accessory/resources/MysteryAccessory.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="AccessoryStats" load_steps=3 format=3 uid="uid://ecmjxvihuahv"] -[ext_resource type="Texture2D" uid="uid://djby4qor86st1" path="res://src/items/Icons/Unidentified Item.png" id="1_fbxyn"] +[ext_resource type="Texture2D" uid="uid://esqaln68twiw" path="res://src/items/Icons/Unidentified Item.png" id="1_fbxyn"] [ext_resource type="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="1_xc7fh"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/ammo/Ammo.tscn b/Zennysoft.Game.Ma/src/items/ammo/Ammo.tscn index 7c8b200a1..4e3892255 100644 --- a/Zennysoft.Game.Ma/src/items/ammo/Ammo.tscn +++ b/Zennysoft.Game.Ma/src/items/ammo/Ammo.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://dgwaspx08qg8w"] +[gd_scene load_steps=4 format=3 uid="uid://cg5l3ri5sg1vo"] [ext_resource type="Script" uid="uid://dsvj25b1dd8ml" path="res://src/items/ammo/Ammo.cs" id="1_40de3"] diff --git a/Zennysoft.Game.Ma/src/items/ammo/resources/AeolicAmmo.tres b/Zennysoft.Game.Ma/src/items/ammo/resources/AeolicAmmo.tres index 54c6e0442..f5b2004c3 100644 --- a/Zennysoft.Game.Ma/src/items/ammo/resources/AeolicAmmo.tres +++ b/Zennysoft.Game.Ma/src/items/ammo/resources/AeolicAmmo.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="AmmoStats" load_steps=3 format=3 uid="uid://kbialkqo0ibs"] -[ext_resource type="Texture2D" uid="uid://d07kcaqe682l1" path="res://src/items/ammo/textures/AirGeo.png" id="1_llp80"] +[ext_resource type="Texture2D" uid="uid://b6grvg6c7mys8" path="res://src/items/ammo/textures/AirGeo.png" id="1_llp80"] [ext_resource type="Script" uid="uid://cmfwvjjargi0s" path="res://src/items/ammo/AmmoStats.cs" id="1_y5266"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/ammo/resources/Bullet.tres b/Zennysoft.Game.Ma/src/items/ammo/resources/Bullet.tres index 642db13c1..ef9d8e887 100644 --- a/Zennysoft.Game.Ma/src/items/ammo/resources/Bullet.tres +++ b/Zennysoft.Game.Ma/src/items/ammo/resources/Bullet.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="AmmoStats" load_steps=3 format=3 uid="uid://ccmnjavqxfykq"] -[ext_resource type="Texture2D" uid="uid://dloic6nimpylm" path="res://src/items/ammo/textures/kugloj.png" id="1_ghqt2"] +[ext_resource type="Texture2D" uid="uid://bfhccoch4eyax" path="res://src/items/ammo/textures/kugloj.png" id="1_ghqt2"] [ext_resource type="Script" uid="uid://cmfwvjjargi0s" path="res://src/items/ammo/AmmoStats.cs" id="2_nkb67"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/ammo/resources/HydricAmmo.tres b/Zennysoft.Game.Ma/src/items/ammo/resources/HydricAmmo.tres index c735c0d87..2d0fa21e4 100644 --- a/Zennysoft.Game.Ma/src/items/ammo/resources/HydricAmmo.tres +++ b/Zennysoft.Game.Ma/src/items/ammo/resources/HydricAmmo.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="AmmoStats" load_steps=3 format=3 uid="uid://cpyosjclxlh88"] -[ext_resource type="Texture2D" uid="uid://dhl6pwp71y8qm" path="res://src/items/ammo/textures/WATER.png" id="1_mv5fs"] +[ext_resource type="Texture2D" uid="uid://bdyri3yoe02dd" path="res://src/items/ammo/textures/WATER.png" id="1_mv5fs"] [ext_resource type="Script" uid="uid://cmfwvjjargi0s" path="res://src/items/ammo/AmmoStats.cs" id="2_tu38n"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/ammo/resources/IgneousAmmo.tres b/Zennysoft.Game.Ma/src/items/ammo/resources/IgneousAmmo.tres index cf1b1ed4f..d508bb276 100644 --- a/Zennysoft.Game.Ma/src/items/ammo/resources/IgneousAmmo.tres +++ b/Zennysoft.Game.Ma/src/items/ammo/resources/IgneousAmmo.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="AmmoStats" load_steps=3 format=3 uid="uid://bltcy30dohjrf"] -[ext_resource type="Texture2D" uid="uid://fv4oewtohgnc" path="res://src/items/ammo/textures/firegeo.png" id="1_6lwo5"] +[ext_resource type="Texture2D" uid="uid://cylmmtdj8rosb" path="res://src/items/ammo/textures/firegeo.png" id="1_6lwo5"] [ext_resource type="Script" uid="uid://cmfwvjjargi0s" path="res://src/items/ammo/AmmoStats.cs" id="2_p60hg"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/ammo/textures/AirGeo.png.import b/Zennysoft.Game.Ma/src/items/ammo/textures/AirGeo.png.import index df11bb105..f59661762 100644 --- a/Zennysoft.Game.Ma/src/items/ammo/textures/AirGeo.png.import +++ b/Zennysoft.Game.Ma/src/items/ammo/textures/AirGeo.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cec8167o7fgvr" +uid="uid://b6grvg6c7mys8" path.bptc="res://.godot/imported/AirGeo.png-e873d044dab8a5ca7182624c0d3c0a6a.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/ammo/textures/WATER.png.import b/Zennysoft.Game.Ma/src/items/ammo/textures/WATER.png.import index 9caa8ba3c..9ba155c26 100644 --- a/Zennysoft.Game.Ma/src/items/ammo/textures/WATER.png.import +++ b/Zennysoft.Game.Ma/src/items/ammo/textures/WATER.png.import @@ -2,8 +2,8 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dhl6pwp71y8qm" -path.s3tc="res://.godot/imported/WATER.png-32a77fe0c80fb86759ee73e99a0ca4f4.s3tc.ctex" +uid="uid://bdyri3yoe02dd" +path.bptc="res://.godot/imported/WATER.png-32a77fe0c80fb86759ee73e99a0ca4f4.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -12,12 +12,12 @@ metadata={ [deps] source_file="res://src/items/ammo/textures/WATER.png" -dest_files=["res://.godot/imported/WATER.png-32a77fe0c80fb86759ee73e99a0ca4f4.s3tc.ctex"] +dest_files=["res://.godot/imported/WATER.png-32a77fe0c80fb86759ee73e99a0ca4f4.bptc.ctex"] [params] compress/mode=2 -compress/high_quality=false +compress/high_quality=true compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 diff --git a/Zennysoft.Game.Ma/src/items/ammo/textures/earth.png.import b/Zennysoft.Game.Ma/src/items/ammo/textures/earth.png.import index 144d4d680..263c25d6a 100644 --- a/Zennysoft.Game.Ma/src/items/ammo/textures/earth.png.import +++ b/Zennysoft.Game.Ma/src/items/ammo/textures/earth.png.import @@ -2,21 +2,22 @@ importer="texture" type="CompressedTexture2D" -uid="uid://vxajas4napo0" -path="res://.godot/imported/earth.png-936a4bae3599693c89b44a4663411cd7.ctex" +uid="uid://bapuyv2ivc8q7" +path.bptc="res://.godot/imported/earth.png-936a4bae3599693c89b44a4663411cd7.bptc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] source_file="res://src/items/ammo/textures/earth.png" -dest_files=["res://.godot/imported/earth.png-936a4bae3599693c89b44a4663411cd7.ctex"] +dest_files=["res://.godot/imported/earth.png-936a4bae3599693c89b44a4663411cd7.bptc.ctex"] [params] -compress/mode=0 -compress/high_quality=false +compress/mode=2 +compress/high_quality=true compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 diff --git a/Zennysoft.Game.Ma/src/items/ammo/textures/firegeo.png.import b/Zennysoft.Game.Ma/src/items/ammo/textures/firegeo.png.import index 9e8800a6a..cd1a5d35a 100644 --- a/Zennysoft.Game.Ma/src/items/ammo/textures/firegeo.png.import +++ b/Zennysoft.Game.Ma/src/items/ammo/textures/firegeo.png.import @@ -2,21 +2,22 @@ importer="texture" type="CompressedTexture2D" -uid="uid://fv4oewtohgnc" -path="res://.godot/imported/firegeo.png-345a11c3605f17539d8d173c23b330d5.ctex" +uid="uid://cylmmtdj8rosb" +path.bptc="res://.godot/imported/firegeo.png-345a11c3605f17539d8d173c23b330d5.bptc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] source_file="res://src/items/ammo/textures/firegeo.png" -dest_files=["res://.godot/imported/firegeo.png-345a11c3605f17539d8d173c23b330d5.ctex"] +dest_files=["res://.godot/imported/firegeo.png-345a11c3605f17539d8d173c23b330d5.bptc.ctex"] [params] -compress/mode=0 -compress/high_quality=false +compress/mode=2 +compress/high_quality=true compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 diff --git a/Zennysoft.Game.Ma/src/items/ammo/textures/kugloj.png.import b/Zennysoft.Game.Ma/src/items/ammo/textures/kugloj.png.import index af10c62c8..82ff69d04 100644 --- a/Zennysoft.Game.Ma/src/items/ammo/textures/kugloj.png.import +++ b/Zennysoft.Game.Ma/src/items/ammo/textures/kugloj.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dloic6nimpylm" +uid="uid://bfhccoch4eyax" path.bptc="res://.godot/imported/kugloj.png-f68d9e1999b67dac6eccb6245b6733db.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/armor/Armor.tscn b/Zennysoft.Game.Ma/src/items/armor/Armor.tscn index 6e525c1ed..510e86506 100644 --- a/Zennysoft.Game.Ma/src/items/armor/Armor.tscn +++ b/Zennysoft.Game.Ma/src/items/armor/Armor.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://dorr7v1tkeiy0"] +[gd_scene load_steps=4 format=3 uid="uid://dcvvckbseem5x"] [ext_resource type="Script" uid="uid://bxvre2y2caa3h" path="res://src/items/armor/Armor.cs" id="1_cmjpq"] diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/MysteryArmor.tres b/Zennysoft.Game.Ma/src/items/armor/resources/MysteryArmor.tres index beda4a7e0..6474edaeb 100644 --- a/Zennysoft.Game.Ma/src/items/armor/resources/MysteryArmor.tres +++ b/Zennysoft.Game.Ma/src/items/armor/resources/MysteryArmor.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://05hilwkmrs7a"] -[ext_resource type="Texture2D" uid="uid://djby4qor86st1" path="res://src/items/Icons/Unidentified Item.png" id="1_7ghri"] +[ext_resource type="Texture2D" uid="uid://esqaln68twiw" path="res://src/items/Icons/Unidentified Item.png" id="1_7ghri"] [ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_s5wnf"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/WoodenArmament.tres b/Zennysoft.Game.Ma/src/items/armor/resources/WoodenArmament.tres index 4a4a82bee..c00d19138 100644 --- a/Zennysoft.Game.Ma/src/items/armor/resources/WoodenArmament.tres +++ b/Zennysoft.Game.Ma/src/items/armor/resources/WoodenArmament.tres @@ -1,7 +1,7 @@ [gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://dq4c6an78qa4q"] [ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_bkpin"] -[ext_resource type="Texture2D" uid="uid://clmtbjmwemepv" path="res://src/items/3D Render Icons/Wood Armor.png" id="1_wq31s"] +[ext_resource type="Texture2D" uid="uid://b8wcyq7l4m60c" path="res://src/items/armor/textures/Wood Armor.png" id="1_wq31s"] [resource] script = ExtResource("1_bkpin") diff --git a/Zennysoft.Game.Ma/src/items/box/BoxItem.tscn b/Zennysoft.Game.Ma/src/items/box/BoxItem.tscn index 9cae742ed..180af9077 100644 --- a/Zennysoft.Game.Ma/src/items/box/BoxItem.tscn +++ b/Zennysoft.Game.Ma/src/items/box/BoxItem.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://bguomljidwgto"] +[gd_scene load_steps=4 format=3 uid="uid://bu75icib0xo5t"] [ext_resource type="Script" uid="uid://cqqqj4hgywst4" path="res://src/items/box/BoxItem.cs" id="1_holk0"] diff --git a/Zennysoft.Game.Ma/src/items/box/resources/AlluringAcquisition.tres b/Zennysoft.Game.Ma/src/items/box/resources/AlluringAcquisition.tres index 2330e1a84..8346070ec 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/AlluringAcquisition.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/AlluringAcquisition.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="BoxItemStats" load_steps=3 format=3 uid="uid://ds7s722m5y7m4"] -[ext_resource type="Texture2D" uid="uid://nmxraphm0uai" path="res://src/items/box/textures/Alluring Box.png" id="1_dgx1x"] +[ext_resource type="Texture2D" uid="uid://jm3kjcgxrx1k" path="res://src/items/box/textures/Alluring Box.png" id="1_dgx1x"] [ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="2_ncstm"] [resource] @@ -20,6 +20,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 14 diff --git a/Zennysoft.Game.Ma/src/items/box/resources/Asceticism.tres b/Zennysoft.Game.Ma/src/items/box/resources/Asceticism.tres index c1105f386..a55dfb6f4 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/Asceticism.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/Asceticism.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="BoxItemStats" load_steps=3 format=3 uid="uid://6c0t45setc82"] -[ext_resource type="Texture2D" uid="uid://bm41xes712ls1" path="res://src/items/box/textures/Asceticism.png" id="1_wwmaf"] +[ext_resource type="Texture2D" uid="uid://di4nqipbg66nh" path="res://src/items/box/textures/Asceticism.png" id="1_wwmaf"] [ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="2_6h66g"] [resource] @@ -20,6 +20,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 16 diff --git a/Zennysoft.Game.Ma/src/items/box/resources/BloodAcquisition.tres b/Zennysoft.Game.Ma/src/items/box/resources/BloodAcquisition.tres index deffd2fc5..5448a078e 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/BloodAcquisition.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/BloodAcquisition.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="BoxItemStats" load_steps=3 format=3 uid="uid://deebat2kuxfo3"] -[ext_resource type="Texture2D" uid="uid://dl8db1s5rmduc" path="res://src/items/box/textures/Blood Box.png" id="1_p2ro7"] +[ext_resource type="Texture2D" uid="uid://cw3530or23fdf" path="res://src/items/box/textures/Blood Box.png" id="1_p2ro7"] [ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="2_k6pqw"] [resource] @@ -20,6 +20,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 10 diff --git a/Zennysoft.Game.Ma/src/items/box/resources/EmptyPromise.tres b/Zennysoft.Game.Ma/src/items/box/resources/EmptyPromise.tres index 0ee563bd7..eb4e381c1 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/EmptyPromise.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/EmptyPromise.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="BoxItemStats" load_steps=3 format=3 uid="uid://cgkorwblwr12t"] -[ext_resource type="Texture2D" uid="uid://b0oixkrxy542r" path="res://src/items/3D Render Icons/Empty Box.png" id="1_650jj"] +[ext_resource type="Texture2D" uid="uid://eclhe8el3hrn" path="res://src/items/box/textures/Empty Box.png" id="1_650jj"] [ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="1_i336w"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/box/resources/FashionableAcquisition.tres b/Zennysoft.Game.Ma/src/items/box/resources/FashionableAcquisition.tres index 9d197c770..b61de8dd1 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/FashionableAcquisition.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/FashionableAcquisition.tres @@ -20,6 +20,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 6 diff --git a/Zennysoft.Game.Ma/src/items/box/resources/FuriousAcquisition.tres b/Zennysoft.Game.Ma/src/items/box/resources/FuriousAcquisition.tres index d28e684d4..4dfad365a 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/FuriousAcquisition.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/FuriousAcquisition.tres @@ -20,6 +20,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 5 diff --git a/Zennysoft.Game.Ma/src/items/box/resources/GlueJar.tres b/Zennysoft.Game.Ma/src/items/box/resources/GlueJar.tres index 4c725b17f..1497c2726 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/GlueJar.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/GlueJar.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="BoxItemStats" load_steps=3 format=3 uid="uid://bb44i0nb2ov3i"] -[ext_resource type="Texture2D" uid="uid://dhype4r46wod8" path="res://src/items/box/textures/gluejar.png" id="1_kqlme"] +[ext_resource type="Texture2D" uid="uid://5ius1xodl6gw" path="res://src/items/box/textures/Glue Jar.png" id="1_kqlme"] [ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="2_w23fa"] [resource] @@ -20,6 +20,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 15 diff --git a/Zennysoft.Game.Ma/src/items/box/resources/HealthyAcquisition.tres b/Zennysoft.Game.Ma/src/items/box/resources/HealthyAcquisition.tres index 0545f31c4..4c0b92c46 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/HealthyAcquisition.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/HealthyAcquisition.tres @@ -20,6 +20,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 4 diff --git a/Zennysoft.Game.Ma/src/items/box/resources/IdentityAcquisition.tres b/Zennysoft.Game.Ma/src/items/box/resources/IdentityAcquisition.tres index c5ac3a2d1..c5a947f20 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/IdentityAcquisition.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/IdentityAcquisition.tres @@ -20,6 +20,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 9 diff --git a/Zennysoft.Game.Ma/src/items/box/resources/Malfunction.tres b/Zennysoft.Game.Ma/src/items/box/resources/Malfunction.tres index 559c328fc..3d5c29ee6 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/Malfunction.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/Malfunction.tres @@ -19,6 +19,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 3 diff --git a/Zennysoft.Game.Ma/src/items/box/resources/ScriptureSignCuriosity.tres b/Zennysoft.Game.Ma/src/items/box/resources/ScriptureSignCuriosity.tres index cf8ba24fe..9ea686c38 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/ScriptureSignCuriosity.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/ScriptureSignCuriosity.tres @@ -20,6 +20,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 13 diff --git a/Zennysoft.Game.Ma/src/items/box/resources/SpeculativeAcquisition.tres b/Zennysoft.Game.Ma/src/items/box/resources/SpeculativeAcquisition.tres index b517ca644..0046c54d7 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/SpeculativeAcquisition.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/SpeculativeAcquisition.tres @@ -20,6 +20,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 7 diff --git a/Zennysoft.Game.Ma/src/items/box/textures/Alluring Box.png.import b/Zennysoft.Game.Ma/src/items/box/textures/Alluring Box.png.import index 803caea6d..f19be589c 100644 --- a/Zennysoft.Game.Ma/src/items/box/textures/Alluring Box.png.import +++ b/Zennysoft.Game.Ma/src/items/box/textures/Alluring Box.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://ddn4p6u81bmlj" +uid="uid://jm3kjcgxrx1k" path.bptc="res://.godot/imported/Alluring Box.png-42eddd023df0a1156f44457552d736dd.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/box/textures/Asceticism.png.import b/Zennysoft.Game.Ma/src/items/box/textures/Asceticism.png.import index 87f6b5033..5c3fcc541 100644 --- a/Zennysoft.Game.Ma/src/items/box/textures/Asceticism.png.import +++ b/Zennysoft.Game.Ma/src/items/box/textures/Asceticism.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://66j2ve6dhrar" +uid="uid://di4nqipbg66nh" path.bptc="res://.godot/imported/Asceticism.png-39e889b3a257d1b351c28279b053e4ff.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/box/textures/Blood Box.png.import b/Zennysoft.Game.Ma/src/items/box/textures/Blood Box.png.import index 9d73cc89b..039e94875 100644 --- a/Zennysoft.Game.Ma/src/items/box/textures/Blood Box.png.import +++ b/Zennysoft.Game.Ma/src/items/box/textures/Blood Box.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://baltb5xdq2l7" +uid="uid://cw3530or23fdf" path.bptc="res://.godot/imported/Blood Box.png-ce7b33de2f7e8201339657b98353019f.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/consumable/ConsumableItem.tscn b/Zennysoft.Game.Ma/src/items/consumable/ConsumableItem.tscn index d75672cf0..44728dfec 100644 --- a/Zennysoft.Game.Ma/src/items/consumable/ConsumableItem.tscn +++ b/Zennysoft.Game.Ma/src/items/consumable/ConsumableItem.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://c6w7dpk0hurj0"] +[gd_scene load_steps=4 format=3 uid="uid://bdfhwtndr0vwg"] [ext_resource type="Script" uid="uid://cyqibeq07rjr" path="res://src/items/consumable/ConsumableItem.cs" id="1_26bad"] diff --git a/Zennysoft.Game.Ma/src/items/consumable/resources/MysteryConsumable.tres b/Zennysoft.Game.Ma/src/items/consumable/resources/MysteryConsumable.tres index c940d11fd..c8731b358 100644 --- a/Zennysoft.Game.Ma/src/items/consumable/resources/MysteryConsumable.tres +++ b/Zennysoft.Game.Ma/src/items/consumable/resources/MysteryConsumable.tres @@ -1,7 +1,7 @@ [gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 format=3 uid="uid://bjwbx3ymt8o7"] [ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="1_51ovu"] -[ext_resource type="Texture2D" uid="uid://djby4qor86st1" path="res://src/items/Icons/Unidentified Item.png" id="1_g5ngs"] +[ext_resource type="Texture2D" uid="uid://esqaln68twiw" path="res://src/items/Icons/Unidentified Item.png" id="1_g5ngs"] [resource] script = ExtResource("1_51ovu") diff --git a/Zennysoft.Game.Ma/src/items/dropped/DroppedItem.tscn b/Zennysoft.Game.Ma/src/items/dropped/DroppedItem.tscn index e1e50c062..968775ffa 100644 --- a/Zennysoft.Game.Ma/src/items/dropped/DroppedItem.tscn +++ b/Zennysoft.Game.Ma/src/items/dropped/DroppedItem.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=8 format=3 uid="uid://brq11lswpqxei"] +[gd_scene load_steps=8 format=3 uid="uid://bgln7hdyyk34r"] [ext_resource type="Script" uid="uid://c2sps6uamyyw2" path="res://src/items/dropped/DroppedItem.cs" id="1_67jk4"] diff --git a/Zennysoft.Game.Ma/src/items/effect/EffectItem.tscn b/Zennysoft.Game.Ma/src/items/effect/EffectItem.tscn index 91ca04054..dd4f7c545 100644 --- a/Zennysoft.Game.Ma/src/items/effect/EffectItem.tscn +++ b/Zennysoft.Game.Ma/src/items/effect/EffectItem.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://d0pl1n1jf77jm"] +[gd_scene load_steps=4 format=3 uid="uid://vxnde4anti2y"] [ext_resource type="Script" uid="uid://bl16bjcbosq5j" path="res://src/items/effect/EffectItem.cs" id="1_yw2rj"] diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/AnBradanFeasa.tres b/Zennysoft.Game.Ma/src/items/effect/resources/AnBradanFeasa.tres index ce910ce7b..019bd84a4 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/AnBradanFeasa.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/AnBradanFeasa.tres @@ -1,7 +1,7 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://l6ymix5ntg6f"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_3gj16"] -[ext_resource type="Texture2D" uid="uid://bwnw78cha3kif" path="res://src/items/effect/textures/An Bradan.png" id="1_volso"] +[ext_resource type="Texture2D" uid="uid://dydqm8yiuiogi" path="res://src/items/effect/textures/An Bradan.png" id="1_volso"] [resource] script = ExtResource("1_3gj16") diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/Atomization.tres b/Zennysoft.Game.Ma/src/items/effect/resources/Atomization.tres new file mode 100644 index 000000000..1eb88e56e --- /dev/null +++ b/Zennysoft.Game.Ma/src/items/effect/resources/Atomization.tres @@ -0,0 +1,29 @@ +[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cc8p7hlglgau4"] + +[ext_resource type="Texture2D" uid="uid://kg8xdq8tbdxt" path="res://src/items/effect/textures/Atomization.png" id="1_k6htt"] +[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_mhyhg"] + +[resource] +script = ExtResource("2_mhyhg") +UsableItemTag = 19 +ElementalDamageType = 0 +Name = "Spell Sign: Atomization" +Description = "Permanently Lowers DEF by 1." +SpawnRate = 0.5 +BonusAttack = 0 +BonusDefense = -1 +BonusLuck = 0 +BonusHP = 0 +BonusVT = 0 +AeolicResistance = 0 +TelluricResistance = 0 +HydricResistance = 0 +IgneousResistance = 0 +FerrumResistance = 0 +HolyResistance = 0 +CurseResistance = 0 +ThrowSpeed = 12.0 +ThrowDamage = 5 +ItemTag = 0 +Texture = ExtResource("1_k6htt") +metadata/_custom_type_script = "uid://b5w4iw4iqmxtn" diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/BlueTalisman.tres b/Zennysoft.Game.Ma/src/items/effect/resources/BlueTalisman.tres new file mode 100644 index 000000000..2bcc4babf --- /dev/null +++ b/Zennysoft.Game.Ma/src/items/effect/resources/BlueTalisman.tres @@ -0,0 +1,29 @@ +[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://c3a2pvu1xwn26"] + +[ext_resource type="Texture2D" uid="uid://b4brs6e73yjlq" path="res://src/items/effect/textures/Green Talisman.png" id="1_5si68"] +[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_pkr04"] + +[resource] +script = ExtResource("2_pkr04") +UsableItemTag = 19 +ElementalDamageType = 0 +Name = "Blue Talisman" +Description = "Permanently Increases DEF by 1." +SpawnRate = 0.5 +BonusAttack = 0 +BonusDefense = 1 +BonusLuck = 0 +BonusHP = 0 +BonusVT = 0 +AeolicResistance = 0 +TelluricResistance = 0 +HydricResistance = 0 +IgneousResistance = 0 +FerrumResistance = 0 +HolyResistance = 0 +CurseResistance = 0 +ThrowSpeed = 12.0 +ThrowDamage = 5 +ItemTag = 0 +Texture = ExtResource("1_5si68") +metadata/_custom_type_script = "uid://b5w4iw4iqmxtn" diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/ClothResolution.tres b/Zennysoft.Game.Ma/src/items/effect/resources/ClothResolution.tres index ed9fc30e0..fe231873b 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/ClothResolution.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/ClothResolution.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://lx7xkoj6w8gr"] -[ext_resource type="Texture2D" uid="uid://ua36d2adt6ar" path="res://src/items/effect/textures/Cloth Resolution.PNG" id="1_1mm10"] +[ext_resource type="Texture2D" uid="uid://12djyo3qt4xv" path="res://src/items/effect/textures/Cloth Resolution.png" id="1_1mm10"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_53wiy"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/Cosmos.tres b/Zennysoft.Game.Ma/src/items/effect/resources/Cosmos.tres index b5e903300..2219a7a76 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/Cosmos.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/Cosmos.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://bg2fsie2g3j6q"] -[ext_resource type="Texture2D" uid="uid://cakhptys17ghl" path="res://src/items/effect/textures/Cosmos.PNG" id="1_dn5pk"] +[ext_resource type="Texture2D" uid="uid://dqlxaiu5exa0q" path="res://src/items/effect/textures/Cosmos.png" id="1_dn5pk"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_n1557"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/EntropicSeal.tres b/Zennysoft.Game.Ma/src/items/effect/resources/EntropicSeal.tres index cb32921e1..7fe3d4d49 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/EntropicSeal.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/EntropicSeal.tres @@ -1,7 +1,7 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://c6ecr2cquav3"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_3l06v"] -[ext_resource type="Texture2D" uid="uid://bitmkd8lugvc8" path="res://src/items/effect/textures/Entropic Seal.PNG" id="1_dbua5"] +[ext_resource type="Texture2D" uid="uid://prsafwfaxnda" path="res://src/items/effect/textures/Entropic Seal.png" id="1_dbua5"] [resource] script = ExtResource("1_3l06v") diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/FerrousResolution.tres b/Zennysoft.Game.Ma/src/items/effect/resources/FerrousResolution.tres index 07cd5148f..96537e622 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/FerrousResolution.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/FerrousResolution.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cx8kpmyhl5vkj"] -[ext_resource type="Texture2D" uid="uid://c2qvlc1g1b3i0" path="res://src/items/effect/textures/Ferrous Resolution.PNG" id="1_6wt4w"] +[ext_resource type="Texture2D" uid="uid://brttxfgr3dstf" path="res://src/items/effect/textures/Ferrous Resolution.png" id="1_6wt4w"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_uojwo"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/GreenTalisman.tres b/Zennysoft.Game.Ma/src/items/effect/resources/GreenTalisman.tres new file mode 100644 index 000000000..6c548abc2 --- /dev/null +++ b/Zennysoft.Game.Ma/src/items/effect/resources/GreenTalisman.tres @@ -0,0 +1,29 @@ +[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://2338gv6ne8jt"] + +[ext_resource type="Texture2D" uid="uid://b4brs6e73yjlq" path="res://src/items/effect/textures/Green Talisman.png" id="1_h6noj"] +[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_mnvt1"] + +[resource] +script = ExtResource("2_mnvt1") +UsableItemTag = 20 +ElementalDamageType = 0 +Name = "Green Talisman" +Description = "Permanently Increases Luck." +SpawnRate = 0.5 +BonusAttack = 0 +BonusDefense = 0 +BonusLuck = 5 +BonusHP = 0 +BonusVT = 0 +AeolicResistance = 0 +TelluricResistance = 0 +HydricResistance = 0 +IgneousResistance = 0 +FerrumResistance = 0 +HolyResistance = 0 +CurseResistance = 0 +ThrowSpeed = 12.0 +ThrowDamage = 5 +ItemTag = 0 +Texture = ExtResource("1_h6noj") +metadata/_custom_type_script = "uid://b5w4iw4iqmxtn" diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/MysteryTag.tres b/Zennysoft.Game.Ma/src/items/effect/resources/MysteryTag.tres index 3e726884c..91831fc0d 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/MysteryTag.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/MysteryTag.tres @@ -1,7 +1,7 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://2ymi6ooyqyox"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_eeb8x"] -[ext_resource type="Texture2D" uid="uid://djby4qor86st1" path="res://src/items/Icons/Unidentified Item.png" id="1_yerq2"] +[ext_resource type="Texture2D" uid="uid://esqaln68twiw" path="res://src/items/Icons/Unidentified Item.png" id="1_yerq2"] [resource] script = ExtResource("1_eeb8x") diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/Perspective.tres b/Zennysoft.Game.Ma/src/items/effect/resources/Perspective.tres index 4dd438b87..702422eef 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/Perspective.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/Perspective.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://b44v3y1okrj1s"] -[ext_resource type="Texture2D" uid="uid://c6kw23bro622j" path="res://src/items/effect/textures/Perspective.PNG" id="1_31uf7"] +[ext_resource type="Texture2D" uid="uid://ce52y4edhktxw" path="res://src/items/effect/textures/Perspective.png" id="1_31uf7"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_lq0bc"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/RedTalisman.tres b/Zennysoft.Game.Ma/src/items/effect/resources/RedTalisman.tres new file mode 100644 index 000000000..710562bb0 --- /dev/null +++ b/Zennysoft.Game.Ma/src/items/effect/resources/RedTalisman.tres @@ -0,0 +1,29 @@ +[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cv8p0egs52jaq"] + +[ext_resource type="Texture2D" uid="uid://b4brs6e73yjlq" path="res://src/items/effect/textures/Green Talisman.png" id="1_4jur3"] +[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_as50m"] + +[resource] +script = ExtResource("2_as50m") +UsableItemTag = 21 +ElementalDamageType = 0 +Name = "Red Talisman" +Description = "Permanently Increases Attack by 1." +SpawnRate = 0.5 +BonusAttack = 1 +BonusDefense = 0 +BonusLuck = 0 +BonusHP = 0 +BonusVT = 0 +AeolicResistance = 0 +TelluricResistance = 0 +HydricResistance = 0 +IgneousResistance = 0 +FerrumResistance = 0 +HolyResistance = 0 +CurseResistance = 0 +ThrowSpeed = 12.0 +ThrowDamage = 5 +ItemTag = 0 +Texture = ExtResource("1_4jur3") +metadata/_custom_type_script = "uid://b5w4iw4iqmxtn" diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/An Bradan.png.import b/Zennysoft.Game.Ma/src/items/effect/textures/An Bradan.png.import index 38dc08e6f..18ce5577d 100644 --- a/Zennysoft.Game.Ma/src/items/effect/textures/An Bradan.png.import +++ b/Zennysoft.Game.Ma/src/items/effect/textures/An Bradan.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://by5hef0vb5gbi" +uid="uid://dydqm8yiuiogi" path.bptc="res://.godot/imported/An Bradan.png-8d38e7e3e04565b741b4b4fb8d9ab45e.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/jewels/Jewel.tscn b/Zennysoft.Game.Ma/src/items/jewels/Jewel.tscn index c8169f43e..8557c99ac 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/Jewel.tscn +++ b/Zennysoft.Game.Ma/src/items/jewels/Jewel.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://dqlbkyxqhyqtl"] +[gd_scene load_steps=4 format=3 uid="uid://dbvc4whwacub3"] [ext_resource type="Script" uid="uid://bou7fk1evvet" path="res://src/items/jewels/Jewel.cs" id="1_sedqc"] diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/AeollicJewel.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/AeollicJewel.tres index 737526398..a6617f09b 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/AeollicJewel.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/AeollicJewel.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://bxen2ertkxmwo"] -[ext_resource type="Texture2D" uid="uid://c47igpgj02war" path="res://src/items/jewels/texture/Aeollic Jewel.png" id="1_p3ar8"] +[ext_resource type="Texture2D" uid="uid://cg2f2mf3bpf06" path="res://src/items/jewels/texture/Aeollic Jewel.png" id="1_p3ar8"] [ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="1_u0a3e"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/AnabolicJewel.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/AnabolicJewel.tres index cccceec3d..66b4ee7cc 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/AnabolicJewel.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/AnabolicJewel.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://b8f23e2kay1cr"] -[ext_resource type="Texture2D" uid="uid://cdq12s3k2oemt" path="res://src/items/jewels/texture/Anabolic.png" id="1_6jhk1"] +[ext_resource type="Texture2D" uid="uid://cg2f2mf3bpf06" path="res://src/items/jewels/texture/Aeollic Jewel.png" id="1_6jhk1"] [ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="1_6xlbl"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/BlackEgg.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/BlackEgg.tres index 4ef083b2b..163106c74 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/BlackEgg.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/BlackEgg.tres @@ -1,7 +1,7 @@ [gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://ciejgco24n0qo"] [ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="1_dxj8h"] -[ext_resource type="Texture2D" uid="uid://bjpp5hp78g2w6" path="res://src/items/jewels/texture/Black Egg.png" id="1_rbr4o"] +[ext_resource type="Texture2D" uid="uid://cgkmm3jvdfss7" path="res://src/items/jewels/texture/Black Egg.png" id="1_rbr4o"] [resource] script = ExtResource("1_dxj8h") diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/CatsEye.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/CatsEye.tres index d63884b54..153e835f3 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/CatsEye.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/CatsEye.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://d8186oeld7up"] -[ext_resource type="Texture2D" uid="uid://bnno0bwaxvvq4" path="res://src/items/jewels/texture/Cats Eye.png" id="1_a82hi"] +[ext_resource type="Texture2D" uid="uid://ca4ew0ax6nn2m" path="res://src/items/jewels/texture/Cats Eye.png" id="1_a82hi"] [ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="1_vvfsu"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/CinnabarStructure.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/CinnabarStructure.tres index cc335461c..41a01e0e3 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/CinnabarStructure.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/CinnabarStructure.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://bfmujwmg1iehy"] -[ext_resource type="Texture2D" uid="uid://b2tnug7fnsqor" path="res://src/items/jewels/texture/Cinnabar Structure.png" id="1_fc5tr"] +[ext_resource type="Texture2D" uid="uid://d27skll00kk6x" path="res://src/items/jewels/texture/Cinnabar Structure.png" id="1_fc5tr"] [ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="1_k60ln"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/FoolishOrb.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/FoolishOrb.tres index 4bfb9a026..b845f2331 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/FoolishOrb.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/FoolishOrb.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://cdygc6sdh0oki"] -[ext_resource type="Texture2D" uid="uid://dqqyx7usmyo1k" path="res://src/items/jewels/texture/Foolish Orb.png" id="1_ltr3k"] +[ext_resource type="Texture2D" uid="uid://dfynn3kt3fce3" path="res://src/items/jewels/texture/Foolish Orb.png" id="1_ltr3k"] [ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="1_pn071"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/GlueOrb.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/GlueOrb.tres index 8d705ff05..28ebccefa 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/GlueOrb.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/GlueOrb.tres @@ -1,7 +1,7 @@ [gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://b00agx6qy6yhv"] [ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="1_c23yr"] -[ext_resource type="Texture2D" uid="uid://d3vv6ea17uifk" path="res://src/items/jewels/texture/Glue Orb.png" id="1_sww4k"] +[ext_resource type="Texture2D" uid="uid://cfs8ehciaivqi" path="res://src/items/jewels/texture/Glue Orb.png" id="1_sww4k"] [resource] script = ExtResource("1_c23yr") diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/HeirloomStone.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/HeirloomStone.tres index e0ff42e9e..cc8cf18f2 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/HeirloomStone.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/HeirloomStone.tres @@ -1,7 +1,7 @@ [gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://bxq5xnxfhatpi"] [ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="1_7gwjj"] -[ext_resource type="Texture2D" uid="uid://4247dwj5g705" path="res://src/items/jewels/texture/Heirloom Stone.png" id="1_gk4x7"] +[ext_resource type="Texture2D" uid="uid://d3lufh2g0tsn4" path="res://src/items/jewels/texture/Heirloom Stone.png" id="1_gk4x7"] [resource] script = ExtResource("1_7gwjj") diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/HydricJewel.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/HydricJewel.tres index e122a33a5..48a6bbb1c 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/HydricJewel.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/HydricJewel.tres @@ -1,7 +1,7 @@ [gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://c65jk6stksnai"] [ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="1_cyti8"] -[ext_resource type="Texture2D" uid="uid://brx581xmqv54k" path="res://src/items/jewels/texture/Hydric Jewel.png" id="1_fdjqp"] +[ext_resource type="Texture2D" uid="uid://bjr4p0s2cgm4j" path="res://src/items/jewels/texture/Hydric Jewel.png" id="1_fdjqp"] [resource] script = ExtResource("1_cyti8") diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/IgenousJewel.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/IgenousJewel.tres index 18827aac0..b2387c8e3 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/IgenousJewel.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/IgenousJewel.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://duk8un4sdv0cs"] -[ext_resource type="Texture2D" uid="uid://d3bx1j5irhdes" path="res://src/items/jewels/texture/Igneous Jewel.png" id="1_knm0p"] +[ext_resource type="Texture2D" uid="uid://cg012lq8a4ncq" path="res://src/items/jewels/texture/Igneous Jewel.png" id="1_knm0p"] [ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="1_qh03l"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/MeditativeOrb.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/MeditativeOrb.tres index 673222434..a0d1f60d4 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/MeditativeOrb.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/MeditativeOrb.tres @@ -1,7 +1,7 @@ [gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://d2rdaghcccw0f"] [ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="1_6e2y5"] -[ext_resource type="Texture2D" uid="uid://drfx1s7mc3j0h" path="res://src/items/jewels/texture/Meditative Stone.png" id="1_cyim2"] +[ext_resource type="Texture2D" uid="uid://l0m22lwgkujv" path="res://src/items/jewels/texture/Meditative Stone.png" id="1_cyim2"] [resource] script = ExtResource("1_6e2y5") diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/MercuryPrism.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/MercuryPrism.tres index 78a8a3a3c..d42c55ec5 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/MercuryPrism.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/MercuryPrism.tres @@ -1,7 +1,7 @@ [gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://djim1rdpt03ai"] [ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="1_ivvck"] -[ext_resource type="Texture2D" uid="uid://rl6df2udk2ui" path="res://src/items/jewels/texture/Mercury.png" id="1_rw1fk"] +[ext_resource type="Texture2D" uid="uid://m84aend2srew" path="res://src/items/jewels/texture/Mercury.png" id="1_rw1fk"] [resource] script = ExtResource("1_ivvck") diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/MetabolicJewel.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/MetabolicJewel.tres index 7ba04c271..32b411bdd 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/MetabolicJewel.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/MetabolicJewel.tres @@ -1,7 +1,7 @@ [gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://dd5stvt4g531e"] [ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="1_cabnq"] -[ext_resource type="Texture2D" uid="uid://vxeil6eo3hdp" path="res://src/items/jewels/texture/Metabolic Jewel.png" id="1_pscn1"] +[ext_resource type="Texture2D" uid="uid://c5u3o5ewr8hi6" path="res://src/items/jewels/texture/Metabolic Jewel.png" id="1_pscn1"] [resource] script = ExtResource("1_cabnq") diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/OssifiedCortex.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/OssifiedCortex.tres index 45846e659..f39156ddd 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/OssifiedCortex.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/OssifiedCortex.tres @@ -1,7 +1,7 @@ [gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://bdd7xh6v03xul"] [ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="1_75k4l"] -[ext_resource type="Texture2D" uid="uid://bxa1kqlqhbyi3" path="res://src/items/jewels/texture/Ossified Cortex.png" id="1_cq6jp"] +[ext_resource type="Texture2D" uid="uid://buuspiw0g1prj" path="res://src/items/jewels/texture/Ossified Cortex.png" id="1_cq6jp"] [resource] script = ExtResource("1_75k4l") diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/RejectionStone.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/RejectionStone.tres index 796b6c88a..e293ddba2 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/RejectionStone.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/RejectionStone.tres @@ -1,7 +1,7 @@ [gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://byufike6hontv"] [ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="1_fkhpb"] -[ext_resource type="Texture2D" uid="uid://c6fu3kd5yelwi" path="res://src/items/jewels/texture/Rejection Stone.png" id="1_rh6wh"] +[ext_resource type="Texture2D" uid="uid://bgdndvxd3sd5l" path="res://src/items/jewels/texture/Rejection Stone.png" id="1_rh6wh"] [resource] script = ExtResource("1_fkhpb") diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/TarnishedJewel.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/TarnishedJewel.tres index 5b292c7a6..c4daa94f5 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/TarnishedJewel.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/TarnishedJewel.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://blghjvef7p6fm"] -[ext_resource type="Texture2D" uid="uid://cgs0hr24h5g6q" path="res://src/items/jewels/texture/Tarnished Jewel.png" id="1_6qtep"] +[ext_resource type="Texture2D" uid="uid://jsvi8dx12343" path="res://src/items/jewels/texture/Tarnished Jewel.png" id="1_6qtep"] [ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="1_868vv"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/TelluricJewel.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/TelluricJewel.tres index e7793febc..5bbb576d2 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/TelluricJewel.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/TelluricJewel.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://d3fipjd8sayiw"] -[ext_resource type="Texture2D" uid="uid://r36ecoqigs2o" path="res://src/items/jewels/texture/Telleric Jewel.png" id="1_yooxp"] +[ext_resource type="Texture2D" uid="uid://b6iladb8rimi3" path="res://src/items/jewels/texture/Telleric Jewel.png" id="1_yooxp"] [ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="2_c8kww"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/jewels/texture/Aeollic Jewel.png.import b/Zennysoft.Game.Ma/src/items/jewels/texture/Aeollic Jewel.png.import index 112e3262f..8e4203c7f 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/texture/Aeollic Jewel.png.import +++ b/Zennysoft.Game.Ma/src/items/jewels/texture/Aeollic Jewel.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://culg3fojwfqas" +uid="uid://cg2f2mf3bpf06" path.bptc="res://.godot/imported/Aeollic Jewel.png-f0e63c8a815512834bd13a3ea08d10ad.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/jewels/texture/Anabolic.png.import b/Zennysoft.Game.Ma/src/items/jewels/texture/Anabolic.png.import index 9ea186b11..f8eadb7dc 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/texture/Anabolic.png.import +++ b/Zennysoft.Game.Ma/src/items/jewels/texture/Anabolic.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://b2guelaix82d" +uid="uid://b4sgv07h0puxq" path.bptc="res://.godot/imported/Anabolic.png-ff57d3ea88913b494309d4315ed6a404.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/jewels/texture/Black Egg.png.import b/Zennysoft.Game.Ma/src/items/jewels/texture/Black Egg.png.import index 3925d0cf4..02580733c 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/texture/Black Egg.png.import +++ b/Zennysoft.Game.Ma/src/items/jewels/texture/Black Egg.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://xt6vnsu5cpjn" +uid="uid://cgkmm3jvdfss7" path.bptc="res://.godot/imported/Black Egg.png-9fcdc09218b1f849cbdd732ddf89c709.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/jewels/texture/Cats Eye.png.import b/Zennysoft.Game.Ma/src/items/jewels/texture/Cats Eye.png.import index 18c3c95ec..fb5fff86a 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/texture/Cats Eye.png.import +++ b/Zennysoft.Game.Ma/src/items/jewels/texture/Cats Eye.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://b0igagfnbraeb" +uid="uid://ca4ew0ax6nn2m" path.bptc="res://.godot/imported/Cats Eye.png-28c1ebe4f86cb984eed0af525ce2d968.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/jewels/texture/Cinnabar Structure.png.import b/Zennysoft.Game.Ma/src/items/jewels/texture/Cinnabar Structure.png.import index a2f203080..2c5c9a97a 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/texture/Cinnabar Structure.png.import +++ b/Zennysoft.Game.Ma/src/items/jewels/texture/Cinnabar Structure.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://b2tnug7fnsqor" +uid="uid://d27skll00kk6x" path.bptc="res://.godot/imported/Cinnabar Structure.png-8dae631970838e8e2aef402d2134ae5b.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/jewels/texture/Foolish Orb.png.import b/Zennysoft.Game.Ma/src/items/jewels/texture/Foolish Orb.png.import index bb8350950..14bada6ba 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/texture/Foolish Orb.png.import +++ b/Zennysoft.Game.Ma/src/items/jewels/texture/Foolish Orb.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dqqyx7usmyo1k" +uid="uid://dfynn3kt3fce3" path.bptc="res://.godot/imported/Foolish Orb.png-e74cf8236d0587db490e730abdd0b0bd.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/jewels/texture/Fury Box.png.import b/Zennysoft.Game.Ma/src/items/jewels/texture/Fury Box.png.import index 4bd1a00d1..dc13e07bd 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/texture/Fury Box.png.import +++ b/Zennysoft.Game.Ma/src/items/jewels/texture/Fury Box.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://vfhjgoq0fsiq" +uid="uid://d0js54j0kg828" path.bptc="res://.godot/imported/Fury Box.png-3d4c6a2f5e955b830a9fb53e36eabbf2.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/jewels/texture/Glue Orb.png.import b/Zennysoft.Game.Ma/src/items/jewels/texture/Glue Orb.png.import index c5854b341..bf4cbe387 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/texture/Glue Orb.png.import +++ b/Zennysoft.Game.Ma/src/items/jewels/texture/Glue Orb.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://d3vv6ea17uifk" +uid="uid://cfs8ehciaivqi" path.bptc="res://.godot/imported/Glue Orb.png-af65732d84763c2fbd7bc863598548ca.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/jewels/texture/Heirloom Stone.png.import b/Zennysoft.Game.Ma/src/items/jewels/texture/Heirloom Stone.png.import index 8fe305056..1c50e9074 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/texture/Heirloom Stone.png.import +++ b/Zennysoft.Game.Ma/src/items/jewels/texture/Heirloom Stone.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://4247dwj5g705" +uid="uid://d3lufh2g0tsn4" path.bptc="res://.godot/imported/Heirloom Stone.png-4f52281b8487b127621543051550d90b.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/jewels/texture/Hydric Jewel.png.import b/Zennysoft.Game.Ma/src/items/jewels/texture/Hydric Jewel.png.import index fb2b1b065..9735d6848 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/texture/Hydric Jewel.png.import +++ b/Zennysoft.Game.Ma/src/items/jewels/texture/Hydric Jewel.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://brx581xmqv54k" +uid="uid://bjr4p0s2cgm4j" path.bptc="res://.godot/imported/Hydric Jewel.png-f85b6a68b33ea78f4fb20476e34fb383.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/jewels/texture/Igneous Jewel.png.import b/Zennysoft.Game.Ma/src/items/jewels/texture/Igneous Jewel.png.import index 6b8f7a31e..b723fcb3b 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/texture/Igneous Jewel.png.import +++ b/Zennysoft.Game.Ma/src/items/jewels/texture/Igneous Jewel.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://d3bx1j5irhdes" +uid="uid://cg012lq8a4ncq" path.bptc="res://.godot/imported/Igneous Jewel.png-f004676338560937c55fb9468a7bda6c.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/jewels/texture/Meditative Stone.png.import b/Zennysoft.Game.Ma/src/items/jewels/texture/Meditative Stone.png.import index 3e0de5ecf..316960b39 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/texture/Meditative Stone.png.import +++ b/Zennysoft.Game.Ma/src/items/jewels/texture/Meditative Stone.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://drfx1s7mc3j0h" +uid="uid://l0m22lwgkujv" path.bptc="res://.godot/imported/Meditative Stone.png-17bbefd36c25eee2bd32296fe5e9faa9.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/jewels/texture/Mercury.png.import b/Zennysoft.Game.Ma/src/items/jewels/texture/Mercury.png.import index 6c33ce1e9..37ca0ff47 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/texture/Mercury.png.import +++ b/Zennysoft.Game.Ma/src/items/jewels/texture/Mercury.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://rl6df2udk2ui" +uid="uid://m84aend2srew" path.bptc="res://.godot/imported/Mercury.png-351a55e4a48cf5ea44941b9f77756730.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/jewels/texture/Metabolic Jewel.png.import b/Zennysoft.Game.Ma/src/items/jewels/texture/Metabolic Jewel.png.import index fba6b1bbf..40b447384 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/texture/Metabolic Jewel.png.import +++ b/Zennysoft.Game.Ma/src/items/jewels/texture/Metabolic Jewel.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://vxeil6eo3hdp" +uid="uid://c5u3o5ewr8hi6" path.bptc="res://.godot/imported/Metabolic Jewel.png-d9ee81007a0ea5781cc664d861dc6de9.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/jewels/texture/Ossified Cortex.png.import b/Zennysoft.Game.Ma/src/items/jewels/texture/Ossified Cortex.png.import index f0f07c32d..f3c54caf1 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/texture/Ossified Cortex.png.import +++ b/Zennysoft.Game.Ma/src/items/jewels/texture/Ossified Cortex.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bxa1kqlqhbyi3" +uid="uid://buuspiw0g1prj" path.bptc="res://.godot/imported/Ossified Cortex.png-e78c02442a19b4d2490433f6ad488596.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/jewels/texture/Rejection Stone.png.import b/Zennysoft.Game.Ma/src/items/jewels/texture/Rejection Stone.png.import index ed7a22624..7083870eb 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/texture/Rejection Stone.png.import +++ b/Zennysoft.Game.Ma/src/items/jewels/texture/Rejection Stone.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://c6fu3kd5yelwi" +uid="uid://bgdndvxd3sd5l" path.bptc="res://.godot/imported/Rejection Stone.png-604fddbb684a322aab54c45fdac300ca.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/jewels/texture/Tarnished Jewel.png.import b/Zennysoft.Game.Ma/src/items/jewels/texture/Tarnished Jewel.png.import index 69bcb8513..487910f48 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/texture/Tarnished Jewel.png.import +++ b/Zennysoft.Game.Ma/src/items/jewels/texture/Tarnished Jewel.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cgs0hr24h5g6q" +uid="uid://jsvi8dx12343" path.bptc="res://.godot/imported/Tarnished Jewel.png-02be4a96675e6be54968d807efa99b50.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/jewels/texture/Telleric Jewel.png.import b/Zennysoft.Game.Ma/src/items/jewels/texture/Telleric Jewel.png.import index bbbad5374..bddbfd182 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/texture/Telleric Jewel.png.import +++ b/Zennysoft.Game.Ma/src/items/jewels/texture/Telleric Jewel.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://r36ecoqigs2o" +uid="uid://b6iladb8rimi3" path.bptc="res://.godot/imported/Telleric Jewel.png-38f63b13397fc3fee84a2d7546c12454.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/misc/Plastique.tscn b/Zennysoft.Game.Ma/src/items/misc/Plastique.tscn index d6a2f1870..b24000b4a 100644 --- a/Zennysoft.Game.Ma/src/items/misc/Plastique.tscn +++ b/Zennysoft.Game.Ma/src/items/misc/Plastique.tscn @@ -1,10 +1,12 @@ -[gd_scene load_steps=7 format=3 uid="uid://c075bk1jydkwn"] +[gd_scene load_steps=7 format=3 uid="uid://6ca5oildpf3n"] [ext_resource type="Script" uid="uid://c5p0e4ywktyvd" path="res://src/items/misc/Plastique.cs" id="1_jk2qh"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_p8vuq"] -[ext_resource type="Texture2D" uid="uid://bd6omweout2t6" path="res://src/items/Icons/plastique icon1.png" id="3_kmryk"] [ext_resource type="Texture2D" uid="uid://tvy57alffi36" path="res://src/items/misc/textures/plastique icon1.png" id="4_vv5l4"] +[sub_resource type="Resource" id="Resource_p8vuq"] +metadata/__load_path__ = "res://src/items/Icons/plastique icon1.png" + [sub_resource type="Resource" id="Resource_vv5l4"] script = ExtResource("2_p8vuq") UsableItemTag = 0 @@ -23,10 +25,11 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 -Texture = ExtResource("3_kmryk") +Texture = SubResource("Resource_p8vuq") metadata/_custom_type_script = "uid://b5w4iw4iqmxtn" [sub_resource type="CapsuleShape3D" id="CapsuleShape3D_etomv"] diff --git a/Zennysoft.Game.Ma/src/items/misc/SetItem.tscn b/Zennysoft.Game.Ma/src/items/misc/SetItem.tscn index e74cd2869..21b7891e5 100644 --- a/Zennysoft.Game.Ma/src/items/misc/SetItem.tscn +++ b/Zennysoft.Game.Ma/src/items/misc/SetItem.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=22 format=4 uid="uid://d1dquaeraxymf"] +[gd_scene load_steps=22 format=4 uid="uid://uyrqvf38un1w"] [ext_resource type="Script" uid="uid://da8mhruqpgh6r" path="res://src/items/misc/SetItem.cs" id="1_m8dyi"] [ext_resource type="AudioStream" uid="uid://bjcersd5id8ee" path="res://src/audio/sfx/ITEM_PLASTIQUETIMER.ogg" id="2_kgxna"] diff --git a/Zennysoft.Game.Ma/src/items/restorative/Restorative.tscn b/Zennysoft.Game.Ma/src/items/restorative/Restorative.tscn index a0ab1628f..bfe1c7c35 100644 --- a/Zennysoft.Game.Ma/src/items/restorative/Restorative.tscn +++ b/Zennysoft.Game.Ma/src/items/restorative/Restorative.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=7 format=3 uid="uid://dofju2wfj12y4"] +[gd_scene load_steps=7 format=3 uid="uid://cwtl2h0srj5jd"] [ext_resource type="Script" uid="uid://qjvotbwutcb5" path="res://src/items/restorative/Restorative.cs" id="1_3beyl"] [ext_resource type="Texture2D" uid="uid://b36xqrykgtdkw" path="res://src/items/restorative/texture/FRAME1.png" id="2_jv3e6"] diff --git a/Zennysoft.Game.Ma/src/items/throwable/ThrowableItem.tscn b/Zennysoft.Game.Ma/src/items/throwable/ThrowableItem.tscn index 492cef574..5ee46b27f 100644 --- a/Zennysoft.Game.Ma/src/items/throwable/ThrowableItem.tscn +++ b/Zennysoft.Game.Ma/src/items/throwable/ThrowableItem.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://1fl6s352e2ej"] +[gd_scene load_steps=4 format=3 uid="uid://tmjq3c5o1s76"] [ext_resource type="Script" uid="uid://dj28ol2cpeiwm" path="res://src/items/throwable/ThrowableItem.cs" id="1_nac2l"] diff --git a/Zennysoft.Game.Ma/src/items/throwable/resources/MysteryDice.tres b/Zennysoft.Game.Ma/src/items/throwable/resources/MysteryDice.tres index 26579c02b..581568531 100644 --- a/Zennysoft.Game.Ma/src/items/throwable/resources/MysteryDice.tres +++ b/Zennysoft.Game.Ma/src/items/throwable/resources/MysteryDice.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://b12mgrqpki54y"] -[ext_resource type="Texture2D" uid="uid://djby4qor86st1" path="res://src/items/Icons/Unidentified Item.png" id="1_r4wv3"] +[ext_resource type="Texture2D" uid="uid://esqaln68twiw" path="res://src/items/Icons/Unidentified Item.png" id="1_r4wv3"] [ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="1_xaank"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/thrown/ThrownItem.tscn b/Zennysoft.Game.Ma/src/items/thrown/ThrownItem.tscn index a98e6d91c..c9e02fe9a 100644 --- a/Zennysoft.Game.Ma/src/items/thrown/ThrownItem.tscn +++ b/Zennysoft.Game.Ma/src/items/thrown/ThrownItem.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=5 format=3 uid="uid://b1twcuneob5kt"] +[gd_scene load_steps=5 format=3 uid="uid://b3cnhrbbena47"] [ext_resource type="Script" uid="uid://bx1k4yff3m82m" path="res://src/items/thrown/ThrownItem.cs" id="1_wlplc"] diff --git a/Zennysoft.Game.Ma/src/items/weapons/AirReactorProjectile.tscn b/Zennysoft.Game.Ma/src/items/weapons/AirReactorProjectile.tscn index 1fc797e5e..a86d0cf7a 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/AirReactorProjectile.tscn +++ b/Zennysoft.Game.Ma/src/items/weapons/AirReactorProjectile.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=64 format=3 uid="uid://nnns2ade62al"] +[gd_scene load_steps=64 format=3 uid="uid://ddcw0xw7pxk8r"] [ext_resource type="Script" uid="uid://cqm6u7qa8japr" path="res://src/system/Projectile.cs" id="1_xt24t"] [ext_resource type="Script" uid="uid://ctshiyffvt4y5" path="res://src/system/AttackDataResource.cs" id="2_yf47k"] diff --git a/Zennysoft.Game.Ma/src/items/weapons/FireReactorProjectile.tscn b/Zennysoft.Game.Ma/src/items/weapons/FireReactorProjectile.tscn index 6d2f34b05..4a16399ff 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/FireReactorProjectile.tscn +++ b/Zennysoft.Game.Ma/src/items/weapons/FireReactorProjectile.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=68 format=3 uid="uid://igpvnbi8qi6e"] +[gd_scene load_steps=68 format=3 uid="uid://bredkcfalakdp"] [ext_resource type="Script" uid="uid://cqm6u7qa8japr" path="res://src/system/Projectile.cs" id="1_pk6yq"] [ext_resource type="Script" uid="uid://ctshiyffvt4y5" path="res://src/system/AttackDataResource.cs" id="2_d874y"] diff --git a/Zennysoft.Game.Ma/src/items/weapons/PersuaderProjectile.tscn b/Zennysoft.Game.Ma/src/items/weapons/PersuaderProjectile.tscn index 5aabd97ee..ebd8ef8ee 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/PersuaderProjectile.tscn +++ b/Zennysoft.Game.Ma/src/items/weapons/PersuaderProjectile.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=73 format=3 uid="uid://d3nx0suvhbcda"] +[gd_scene load_steps=73 format=3 uid="uid://c4kc2vybdy5t"] [ext_resource type="Script" uid="uid://cqm6u7qa8japr" path="res://src/system/Projectile.cs" id="1_7ykt2"] [ext_resource type="Script" uid="uid://ctshiyffvt4y5" path="res://src/system/AttackDataResource.cs" id="2_3v8me"] diff --git a/Zennysoft.Game.Ma/src/items/weapons/WaterReactorProjectile.tscn b/Zennysoft.Game.Ma/src/items/weapons/WaterReactorProjectile.tscn index 89db932ea..8a63b0ad1 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/WaterReactorProjectile.tscn +++ b/Zennysoft.Game.Ma/src/items/weapons/WaterReactorProjectile.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=79 format=3 uid="uid://7p2sh52lj42o"] +[gd_scene load_steps=79 format=3 uid="uid://dluot8v3m0drs"] [ext_resource type="Script" uid="uid://cqm6u7qa8japr" path="res://src/system/Projectile.cs" id="1_n88a7"] [ext_resource type="Script" uid="uid://ctshiyffvt4y5" path="res://src/system/AttackDataResource.cs" id="2_er0le"] diff --git a/Zennysoft.Game.Ma/src/items/weapons/Weapon.tscn b/Zennysoft.Game.Ma/src/items/weapons/Weapon.tscn index 7874b50c7..caec51829 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/Weapon.tscn +++ b/Zennysoft.Game.Ma/src/items/weapons/Weapon.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=4 format=3 uid="uid://db206brufi83s"] +[gd_scene load_steps=4 format=3 uid="uid://bg3654q6tmtbk"] [ext_resource type="Script" uid="uid://bq8aaf1ae4afh" path="res://src/items/weapons/Weapon.cs" id="1_7pkyf"] diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/BlackPlumeSword.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/BlackPlumeSword.tres index c3c6ba195..006dcb4e2 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/BlackPlumeSword.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/BlackPlumeSword.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://bo186s7co0ve6"] -[ext_resource type="Texture2D" uid="uid://b5q0nff3fkced" path="res://src/items/weapons/textures/Black Plume Blade.png" id="1_mji5e"] +[ext_resource type="Texture2D" uid="uid://dofhlfggoxqpb" path="res://src/items/weapons/textures/Black Plume Blade.png" id="1_mji5e"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_yrbai"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/Ciello.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Ciello.tres index 6a6c95e4b..e66773dba 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/Ciello.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/Ciello.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://cln4tbuj6lj7q"] -[ext_resource type="Texture2D" uid="uid://b4b2qa08jn6vp" path="res://src/items/weapons/textures/AIRSPEAR.PNG" id="1_jiewn"] +[ext_resource type="Texture2D" uid="uid://c3vubxr6rkhc7" path="res://src/items/weapons/textures/AIRSPEAR.png" id="1_jiewn"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_tps6s"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/CrossSword.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/CrossSword.tres index 42e93510b..6d8c77db4 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/CrossSword.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/CrossSword.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://cw8bo8i4nffkr"] -[ext_resource type="Texture2D" uid="uid://dymrg1fmwho35" path="res://src/items/weapons/textures/Cross Sword.png" id="1_67ij4"] +[ext_resource type="Texture2D" uid="uid://bero0tm055ppq" path="res://src/items/weapons/textures/Cross Sword.png" id="1_67ij4"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_2wyxp"] [resource] @@ -8,6 +8,7 @@ script = ExtResource("2_2wyxp") AttackSpeed = 1.0 WeaponElement = 6 WeaponTag = 0 +SelfDamage = 0 SoundEffect = 22 Name = "Cross Sword" Description = "Holy damage." @@ -23,6 +24,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/Dilemma.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Dilemma.tres index d82d53674..b25c9dc54 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/Dilemma.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/Dilemma.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://ckby3a66xyfg5"] -[ext_resource type="Texture2D" uid="uid://b8b43lbckqrm0" path="res://src/items/weapons/textures/Dilemma.png" id="1_7mgs3"] +[ext_resource type="Texture2D" uid="uid://dhuayts4jpubt" path="res://src/items/weapons/textures/Dilemma.png" id="1_7mgs3"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_ese65"] [resource] @@ -8,6 +8,7 @@ script = ExtResource("2_ese65") AttackSpeed = 1.0 WeaponElement = 0 WeaponTag = 1 +SelfDamage = 0 SoundEffect = 22 Name = "Dilemma" Description = "Damages self on every swing." @@ -23,6 +24,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/GeomanticReactor.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/GeomanticReactor.tres index 8e2778cd3..75419b635 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/GeomanticReactor.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/GeomanticReactor.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://cymdy1nsatbnd"] -[ext_resource type="Texture2D" uid="uid://brkysvsi4caum" path="res://src/items/weapons/textures/Geomantic Reactor1.png" id="1_mqums"] +[ext_resource type="Texture2D" uid="uid://kmo2hkv87ee1" path="res://src/items/weapons/textures/Geomantic Reactor1.png" id="1_mqums"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_ysg84"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/HopesEdge.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/HopesEdge.tres index fdac96706..55347562f 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/HopesEdge.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/HopesEdge.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://c5d1lx0m53d5i"] -[ext_resource type="Texture2D" uid="uid://6bn04v14knt2" path="res://src/items/weapons/textures/Last Reward.png" id="1_entay"] +[ext_resource type="Texture2D" uid="uid://b0c30bryna0nk" path="res://src/items/weapons/textures/Last Reward.png" id="1_entay"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="3_34krx"] [resource] @@ -8,6 +8,7 @@ script = ExtResource("3_34krx") AttackSpeed = 1.0 WeaponElement = 0 WeaponTag = 5 +SelfDamage = 0 SoundEffect = 4 Name = "Last Reward" Description = "Sword that strikes harder the lower HP you have." @@ -23,6 +24,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/HuracansBlade.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/HuracansBlade.tres index b01de580e..5766eefc3 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/HuracansBlade.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/HuracansBlade.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://b3b5yrbj2w3ra"] -[ext_resource type="Texture2D" uid="uid://co3xruv7y1x8b" path="res://src/items/weapons/textures/Flamesword.png" id="1_r3s2a"] +[ext_resource type="Texture2D" uid="uid://chye4u8cv21g5" path="res://src/items/weapons/textures/Flamesword.png" id="1_r3s2a"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_lrcu0"] [resource] @@ -8,6 +8,7 @@ script = ExtResource("2_lrcu0") AttackSpeed = 1.0 WeaponElement = 4 WeaponTag = 0 +SelfDamage = 0 SoundEffect = 22 Name = "Huracán's Blade" Description = "Igneous damage." @@ -23,6 +24,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/Katara.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Katara.tres index 419f2b28b..ee0d656e3 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/Katara.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/Katara.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://c8bvtfcq772sv"] -[ext_resource type="Texture2D" uid="uid://rccp75ir04mg" path="res://src/items/weapons/textures/katar.PNG" id="1_3waom"] +[ext_resource type="Texture2D" uid="uid://c42knjfel7mt4" path="res://src/items/weapons/textures/Katar.png" id="1_3waom"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_3gdyl"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/Kubel.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Kubel.tres index 5e344d27a..614112629 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/Kubel.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/Kubel.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://db075qhmlmrcu"] -[ext_resource type="Texture2D" uid="uid://cj1psfba5bhup" path="res://src/items/3D Render Icons/3Dkubel.png" id="1_gulxx"] +[ext_resource type="Texture2D" uid="uid://c4m6m3pv8704k" path="res://src/items/weapons/textures/kubel.png" id="1_gulxx"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="1_kbje7"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/LoveJudgement.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/LoveJudgement.tres index 802d0817b..448be924a 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/LoveJudgement.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/LoveJudgement.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://cfr100khjkloh"] -[ext_resource type="Texture2D" uid="uid://d36q6wpagltuo" path="res://src/items/weapons/textures/Love Judgement.png" id="1_1vsoi"] +[ext_resource type="Texture2D" uid="uid://cy8ne2i4out5h" path="res://src/items/weapons/textures/Love Judgement.png" id="1_1vsoi"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="1_vroib"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/MothersSpear.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/MothersSpear.tres index 5181fc9ed..16f106a48 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/MothersSpear.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/MothersSpear.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://u8ed8gs5xx2h"] -[ext_resource type="Texture2D" uid="uid://b4b2qa08jn6vp" path="res://src/items/weapons/textures/AIRSPEAR.PNG" id="1_f06uw"] +[ext_resource type="Texture2D" uid="uid://c3vubxr6rkhc7" path="res://src/items/weapons/textures/AIRSPEAR.png" id="1_f06uw"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_j7txh"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/MysteryRod.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/MysteryRod.tres index 3f3097090..69bf3a5fc 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/MysteryRod.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/MysteryRod.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://cfhwlpa0d7wb4"] -[ext_resource type="Texture2D" uid="uid://do0qujekot1va" path="res://src/items/weapons/textures/sealing rod.PNG" id="1_8fklg"] +[ext_resource type="Texture2D" uid="uid://esqaln68twiw" path="res://src/items/Icons/Unidentified Item.png" id="1_8fklg"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="1_iran7"] [resource] @@ -8,6 +8,7 @@ script = ExtResource("1_iran7") AttackSpeed = 1.0 WeaponElement = 0 WeaponTag = 0 +SelfDamage = 0 SoundEffect = 22 Name = "Mystery Rod" Description = "Unidentified rod." @@ -23,6 +24,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 2 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/NaddahaSword.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/NaddahaSword.tres index aca952cf3..2c927e60f 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/NaddahaSword.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/NaddahaSword.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://4vyouoteg86x"] -[ext_resource type="Texture2D" uid="uid://yjuq5goj1f7o" path="res://src/items/weapons/textures/watersword.png" id="1_4n8qe"] +[ext_resource type="Texture2D" uid="uid://cqnxgh1wsfo06" path="res://src/items/weapons/textures/watersword.png" id="1_4n8qe"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="1_js8jr"] [resource] @@ -8,6 +8,7 @@ script = ExtResource("1_js8jr") AttackSpeed = 1.0 WeaponElement = 3 WeaponTag = 0 +SelfDamage = 0 SoundEffect = 22 Name = "Naddaha Sword" Description = "Hydric Damage." @@ -23,6 +24,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/NebulaChain.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/NebulaChain.tres index e413c410c..54b7142b2 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/NebulaChain.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/NebulaChain.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://6qev4q6vwue0"] -[ext_resource type="Texture2D" uid="uid://cr2jhtawg0lsw" path="res://src/items/weapons/textures/Nebula Chain.png" id="1_17mhp"] +[ext_resource type="Texture2D" uid="uid://cqg3r44at66fi" path="res://src/items/weapons/textures/Nebula Chain.png" id="1_17mhp"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_4aje4"] [resource] @@ -24,6 +24,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/Palm of Heaven.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Palm of Heaven.tres index dc318ca37..8d7af1837 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/Palm of Heaven.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/Palm of Heaven.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://ckj1m4iv4m02r"] -[ext_resource type="Texture2D" uid="uid://cd8yow0v36hpi" path="res://src/items/weapons/textures/PALM OF HEAVEN.PNG" id="1_hi6xm"] +[ext_resource type="Texture2D" uid="uid://bl4xempufmgr5" path="res://src/items/weapons/textures/palm of heaven.png" id="1_hi6xm"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="1_pwwg7"] [resource] @@ -8,6 +8,7 @@ script = ExtResource("1_pwwg7") AttackSpeed = 1.0 WeaponElement = 7 WeaponTag = 0 +SelfDamage = 0 SoundEffect = 22 Name = "Palm of Heaven" Description = "" @@ -23,6 +24,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/Persuader.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Persuader.tres index dedf1e26d..80eae8829 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/Persuader.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/Persuader.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://ct3n45l8ktl4w"] -[ext_resource type="Texture2D" uid="uid://dl87hjpq6dcxg" path="res://src/items/weapons/textures/persuader1.png" id="1_tjgtg"] +[ext_resource type="Texture2D" uid="uid://xva7o65ws8ol" path="res://src/items/weapons/textures/persuader1.png" id="1_tjgtg"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_jtddk"] [resource] diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/PlasmaSword.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/PlasmaSword.tres index 3d22b81cd..58a9c69bc 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/PlasmaSword.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/PlasmaSword.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://dm1eyabepr2e3"] -[ext_resource type="Texture2D" uid="uid://drfdn32jev5q4" path="res://src/items/weapons/textures/plasmasword1.png" id="1_pjhkt"] +[ext_resource type="Texture2D" uid="uid://ck84g7jmuley1" path="res://src/items/weapons/textures/plasmasword1.png" id="1_pjhkt"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_rgna4"] [resource] @@ -24,6 +24,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/Rondo.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Rondo.tres index e66ffaf42..b5998228f 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/Rondo.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/Rondo.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://gebgo2x6nr3t"] -[ext_resource type="Texture2D" uid="uid://c63uufq63qpuy" path="res://src/items/weapons/textures/Rondo.png" id="1_pi816"] +[ext_resource type="Texture2D" uid="uid://8irf40kaj5bd" path="res://src/items/weapons/textures/Rondo.png" id="1_pi816"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="1_xfb0x"] [resource] @@ -8,6 +8,7 @@ script = ExtResource("1_xfb0x") AttackSpeed = 1.333 WeaponElement = 0 WeaponTag = 0 +SelfDamage = 0 SoundEffect = 22 Name = "Rondo" Description = "+7 ATK @@ -24,6 +25,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/RustedBlade.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/RustedBlade.tres index 636ebc8f3..3d1f40e2b 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/RustedBlade.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/RustedBlade.tres @@ -8,6 +8,7 @@ script = ExtResource("3_2ykeu") AttackSpeed = 1.0 WeaponElement = 5 WeaponTag = 6 +SelfDamage = 0 SoundEffect = 22 Name = "Rusted Blade" Description = "Small chance to give enemy and self a lethal infection." @@ -23,6 +24,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/SealedSword.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/SealedSword.tres index bb459a566..3b34f90e4 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/SealedSword.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/SealedSword.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://b7xr0l4a8g1gk"] -[ext_resource type="Texture2D" uid="uid://bbcftfavnf6px" path="res://src/items/weapons/textures/Sealed Sword.PNG" id="1_ah75f"] +[ext_resource type="Texture2D" uid="uid://bcbcspamklgkg" path="res://src/items/weapons/textures/Sealed Sword.png" id="1_ah75f"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_3qij2"] [resource] @@ -8,6 +8,7 @@ script = ExtResource("2_3qij2") AttackSpeed = 1.0 WeaponElement = 0 WeaponTag = 0 +SelfDamage = 0 SoundEffect = 22 Name = "Sealed Sword" Description = "Weapon cannot pass beyond current floor once equipped." @@ -23,6 +24,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 1 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/ShiningHalberd.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/ShiningHalberd.tres index 95288bee0..685a129ba 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/ShiningHalberd.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/ShiningHalberd.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://bj3w2xkxjcbla"] -[ext_resource type="Texture2D" uid="uid://dxdfa8byilqvd" path="res://src/items/weapons/textures/Shining Halberd.PNG" id="1_tmqnw"] +[ext_resource type="Texture2D" uid="uid://68d3r70ekkm3" path="res://src/items/weapons/textures/Shining Halberd.png" id="1_tmqnw"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_vrork"] [resource] @@ -24,6 +24,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/SpadedStaff.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/SpadedStaff.tres index a3957ce57..6aebd2915 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/SpadedStaff.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/SpadedStaff.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://dj6i0em2a3hj8"] -[ext_resource type="Texture2D" uid="uid://br8erjl7ubifw" path="res://src/items/weapons/textures/spaded staff.PNG" id="1_6tifm"] +[ext_resource type="Texture2D" uid="uid://yb64ysg6fn08" path="res://src/items/weapons/textures/spaded staff.png" id="1_6tifm"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_w4n0u"] [resource] @@ -8,6 +8,7 @@ script = ExtResource("2_w4n0u") AttackSpeed = 0.75 WeaponElement = 0 WeaponTag = 0 +SelfDamage = 0 SoundEffect = 23 Name = "Spaded Staff" Description = "" @@ -23,6 +24,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/Swan Sword Odette.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Swan Sword Odette.tres index 98f66f21d..f880576a6 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/Swan Sword Odette.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/Swan Sword Odette.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://bpdbuf0k0exb5"] -[ext_resource type="Texture2D" uid="uid://dw0qk5n2b5e0m" path="res://src/items/weapons/textures/Swan Sword Odette.png" id="1_4pwhp"] +[ext_resource type="Texture2D" uid="uid://dxjmshivyafaq" path="res://src/items/weapons/textures/Swan Sword Odette.png" id="1_4pwhp"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="1_cik6n"] [resource] @@ -8,6 +8,7 @@ script = ExtResource("1_cik6n") AttackSpeed = 1.25 WeaponElement = 0 WeaponTag = 0 +SelfDamage = 0 SoundEffect = 22 Name = "Swan Sword; Odette" Description = "Raises Luck. @@ -24,6 +25,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/Talwar.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Talwar.tres index b75ac5aab..c8e5fb101 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/Talwar.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/Talwar.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://bs01dnjkcmi7a"] -[ext_resource type="Texture2D" uid="uid://desd3fr1ww88u" path="res://src/items/weapons/textures/talwar.PNG" id="1_8a832"] +[ext_resource type="Texture2D" uid="uid://cn4pa0i0kfs8d" path="res://src/items/weapons/textures/talwar.png" id="1_8a832"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_a7ln4"] [resource] @@ -8,6 +8,7 @@ script = ExtResource("2_a7ln4") AttackSpeed = 1.0 WeaponElement = 0 WeaponTag = 0 +SelfDamage = 0 SoundEffect = 22 Name = "Talwar" Description = "" @@ -23,6 +24,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/YansaBlade.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/YansaBlade.tres index 8ae95eb88..973ea2ca0 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/YansaBlade.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/YansaBlade.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://ct656nt1xd6ox"] -[ext_resource type="Texture2D" uid="uid://xug1nm6osmnn" path="res://src/items/weapons/textures/Windsword.png" id="1_lrbyk"] +[ext_resource type="Texture2D" uid="uid://bnkshsssabl0" path="res://src/items/weapons/textures/Air Sword.png" id="1_lrbyk"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_evbrd"] [resource] @@ -8,6 +8,7 @@ script = ExtResource("2_evbrd") AttackSpeed = 1.0 WeaponElement = 1 WeaponTag = 0 +SelfDamage = 0 SoundEffect = 22 Name = "Yansã Blade" Description = "Aeolic damage." @@ -23,6 +24,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 +CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/AIRSPEAR.PNG.import b/Zennysoft.Game.Ma/src/items/weapons/textures/AIRSPEAR.PNG.import index 6ecf8e1f0..92e4448a1 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/AIRSPEAR.PNG.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/AIRSPEAR.PNG.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://c7w0ur1hdpb8m" +uid="uid://c3vubxr6rkhc7" path.bptc="res://.godot/imported/AIRSPEAR.png-5a013ff188dce2f900f909f3e4e16bcb.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Air Sword.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/Air Sword.png.import index 39ba14b4d..468732b1a 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/Air Sword.png.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/Air Sword.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dnh6inpor876n" +uid="uid://bnkshsssabl0" path.bptc="res://.godot/imported/Air Sword.png-ca7a502e27b8da127a7c37aff775628e.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Black Plume Blade.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/Black Plume Blade.png.import index 3190d84cc..24375b0fd 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/Black Plume Blade.png.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/Black Plume Blade.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cum10v3yfpu6a" +uid="uid://dofhlfggoxqpb" path.bptc="res://.godot/imported/Black Plume Blade.png-b844ad107222d65f6ceb14584447fc6e.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Cross Sword.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/Cross Sword.png.import index f527b31c7..f94d99add 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/Cross Sword.png.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/Cross Sword.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dymrg1fmwho35" +uid="uid://bero0tm055ppq" path.bptc="res://.godot/imported/Cross Sword.png-ae124a95a58a303bc851d10176449cd8.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Dilemma.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/Dilemma.png.import index 1ef11e007..ba9049671 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/Dilemma.png.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/Dilemma.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://b8b43lbckqrm0" +uid="uid://dhuayts4jpubt" path.bptc="res://.godot/imported/Dilemma.png-d01f54dce3f2be0cba69b33fa1533adb.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Flamesword.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/Flamesword.png.import index 1708bf462..f89581530 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/Flamesword.png.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/Flamesword.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://co3xruv7y1x8b" +uid="uid://chye4u8cv21g5" path.bptc="res://.godot/imported/Flamesword.png-db3676c787096f821c2bc00bc6020b50.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Geomantic Reactor1.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/Geomantic Reactor1.png.import index 677fedb00..df26468ce 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/Geomantic Reactor1.png.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/Geomantic Reactor1.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://brkysvsi4caum" +uid="uid://kmo2hkv87ee1" path.bptc="res://.godot/imported/Geomantic Reactor1.png-aa8e4f4548ba4c79b5261f7228301d1e.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/KUBEL.PNG.import b/Zennysoft.Game.Ma/src/items/weapons/textures/KUBEL.PNG.import index 350d61f1d..e033c6811 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/KUBEL.PNG.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/KUBEL.PNG.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cqrn50qnhqttr" +uid="uid://c4m6m3pv8704k" path.bptc="res://.godot/imported/kubel.png-e3e63e6d9d66c918d9a508742cd90156.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Last Reward.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/Last Reward.png.import index 6257e17c8..65cb281c2 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/Last Reward.png.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/Last Reward.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://6bn04v14knt2" +uid="uid://b0c30bryna0nk" path.bptc="res://.godot/imported/Last Reward.png-32a1e8ecda786160cbcb1a4b3074a9f8.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Love Judgement.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/Love Judgement.png.import index 8d70a6d5d..4afbbfbf4 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/Love Judgement.png.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/Love Judgement.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://d36q6wpagltuo" +uid="uid://cy8ne2i4out5h" path.bptc="res://.godot/imported/Love Judgement.png-6cb0dd523a4d64fc0f9a394c4ecb8e6a.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Nebula Chain.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/Nebula Chain.png.import index e7af11f9e..5a36ce268 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/Nebula Chain.png.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/Nebula Chain.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cr2jhtawg0lsw" +uid="uid://cqg3r44at66fi" path.bptc="res://.godot/imported/Nebula Chain.png-99ddad7d70f9e8aa9060816e05a6f73d.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/PALM OF HEAVEN.PNG.import b/Zennysoft.Game.Ma/src/items/weapons/textures/PALM OF HEAVEN.PNG.import index a5858c212..f47030e96 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/PALM OF HEAVEN.PNG.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/PALM OF HEAVEN.PNG.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://tprqmtmd2jxj" +uid="uid://bl4xempufmgr5" path.bptc="res://.godot/imported/palm of heaven.png-8afcb54f797720ff29f3c00c68c0f579.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/RONDO.PNG.import b/Zennysoft.Game.Ma/src/items/weapons/textures/RONDO.PNG.import index 0c842ad38..3e4fa0a31 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/RONDO.PNG.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/RONDO.PNG.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://c63uufq63qpuy" +uid="uid://8irf40kaj5bd" path.bptc="res://.godot/imported/Rondo.png-57553b850a093da6dba43a1e1947fcce.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Sealed Sword.PNG.import b/Zennysoft.Game.Ma/src/items/weapons/textures/Sealed Sword.PNG.import index 86d4ea993..24f639521 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/Sealed Sword.PNG.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/Sealed Sword.PNG.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://baruhoxrxy2mb" +uid="uid://bcbcspamklgkg" path.bptc="res://.godot/imported/Sealed Sword.png-e4c2cd7ec4087f1392975f00c784d8cf.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Shining Halberd.PNG.import b/Zennysoft.Game.Ma/src/items/weapons/textures/Shining Halberd.PNG.import index 83ad3c31e..6aa47631d 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/Shining Halberd.PNG.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/Shining Halberd.PNG.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dva0qgw3pfaoh" +uid="uid://68d3r70ekkm3" path.bptc="res://.godot/imported/Shining Halberd.png-b825714e02d070e78b46ca4af45cc2fc.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Swan Sword Odette.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/Swan Sword Odette.png.import index f3bb22ef3..36f7a531d 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/Swan Sword Odette.png.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/Swan Sword Odette.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dw0qk5n2b5e0m" +uid="uid://dxjmshivyafaq" path.bptc="res://.godot/imported/Swan Sword Odette.png-43a292fe967b802c072f0da3b1a49163.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/katar.PNG.import b/Zennysoft.Game.Ma/src/items/weapons/textures/katar.PNG.import index 93b20ecfb..5e993ab2d 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/katar.PNG.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/katar.PNG.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://c86jw5sripkkb" +uid="uid://c42knjfel7mt4" path.bptc="res://.godot/imported/Katar.png-dc79b4403c14b198b2540a996c53f303.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/knives1.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/knives1.png.import index a46cdb295..4148a5c52 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/knives1.png.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/knives1.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://vnt7g6klbkc4" +uid="uid://cgo3llle8rlsu" path.bptc="res://.godot/imported/knives1.png-32cc876d6017401441691aa3421afe00.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/persuader1.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/persuader1.png.import index 9df8ac4b9..42a18b8cf 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/persuader1.png.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/persuader1.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dl87hjpq6dcxg" +uid="uid://xva7o65ws8ol" path.bptc="res://.godot/imported/persuader1.png-662c77ddfd7e326dbfeb0f9b7ef351c3.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/plasmasword1.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/plasmasword1.png.import index 2ecaaa124..0fb36f5a3 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/plasmasword1.png.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/plasmasword1.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://drfdn32jev5q4" +uid="uid://ck84g7jmuley1" path.bptc="res://.godot/imported/plasmasword1.png-2c25cff70ffee75c15beb3763eb73090.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/sealing rod.PNG.import b/Zennysoft.Game.Ma/src/items/weapons/textures/sealing rod.PNG.import index a6d32684a..08be1bf54 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/sealing rod.PNG.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/sealing rod.PNG.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bqy8aqayr6e28" +uid="uid://d2frjiaebwptc" path.bptc="res://.godot/imported/sealing rod.png-7a8aa4ab101e1cbcde314e46c7daadff.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/spaded staff.PNG.import b/Zennysoft.Game.Ma/src/items/weapons/textures/spaded staff.PNG.import index df2b9afe6..50eccaf40 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/spaded staff.PNG.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/spaded staff.PNG.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://b6bdr4qwj2r1b" +uid="uid://yb64ysg6fn08" path.bptc="res://.godot/imported/spaded staff.png-1ab49362177fe2360bf0b0e6b7507948.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/talwar.PNG.import b/Zennysoft.Game.Ma/src/items/weapons/textures/talwar.PNG.import index fe60fd792..5e4524386 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/talwar.PNG.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/talwar.PNG.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cc63k7bemq2tl" +uid="uid://cn4pa0i0kfs8d" path.bptc="res://.godot/imported/talwar.png-8ef4b8d26d6cae0aa95e120df0be29cd.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/watersword.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/watersword.png.import index baebd2bec..e16588117 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/watersword.png.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/watersword.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://yjuq5goj1f7o" +uid="uid://cqnxgh1wsfo06" path.bptc="res://.godot/imported/watersword.png-144da0837c2142bb03ab5e8a73d29ffb.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], diff --git a/Zennysoft.Game.Ma/src/map/Map.tscn b/Zennysoft.Game.Ma/src/map/Map.tscn index 4aa509385..dfd0cbf3d 100644 --- a/Zennysoft.Game.Ma/src/map/Map.tscn +++ b/Zennysoft.Game.Ma/src/map/Map.tscn @@ -19,21 +19,6 @@ tracks/0/keys = { "values": [Color(0, 0, 0, 1)] } -[sub_resource type="Animation" id="Animation_v14r0"] -resource_name = "fade_out" -tracks/0/type = "value" -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/path = NodePath("ColorRect:color") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/keys = { -"times": PackedFloat32Array(0, 1), -"transitions": PackedFloat32Array(1, 1), -"update": 0, -"values": [Color(0, 0, 0, 0), Color(0, 0, 0, 1)] -} - [sub_resource type="Animation" id="Animation_0qcd2"] resource_name = "fade_in" tracks/0/type = "value" @@ -49,6 +34,21 @@ tracks/0/keys = { "values": [Color(0, 0, 0, 1), Color(0, 0, 0, 0)] } +[sub_resource type="Animation" id="Animation_v14r0"] +resource_name = "fade_out" +tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath("ColorRect:color") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = { +"times": PackedFloat32Array(0, 1), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Color(0, 0, 0, 0), Color(0, 0, 0, 1)] +} + [sub_resource type="AnimationLibrary" id="AnimationLibrary_00xd7"] _data = { &"RESET": SubResource("Animation_00xd7"), diff --git a/Zennysoft.Game.Ma/src/map/assets/Explodable Wall/ExplodableWall.tscn b/Zennysoft.Game.Ma/src/map/assets/Explodable Wall/ExplodableWall.tscn index b625d3993..d2d74021a 100644 --- a/Zennysoft.Game.Ma/src/map/assets/Explodable Wall/ExplodableWall.tscn +++ b/Zennysoft.Game.Ma/src/map/assets/Explodable Wall/ExplodableWall.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=204 format=4 uid="uid://dwy8ud6yblms7"] +[gd_scene load_steps=204 format=4 uid="uid://hbrv0fly5v42"] [ext_resource type="Texture2D" uid="uid://2uap1c4royqy" path="res://src/map/assets/Explodable Wall/Wall Explosion_bombable.png" id="1_6rkhk"] [ext_resource type="Script" uid="uid://cbuxsrtv0vkn3" path="res://src/map/dungeon/code/ExplodableWall.cs" id="1_ovv1n"] diff --git a/Zennysoft.Game.Ma/src/map/assets/Flame Normal.tscn b/Zennysoft.Game.Ma/src/map/assets/Flame Normal.tscn index d4b6ce3ee..f71c766c3 100644 --- a/Zennysoft.Game.Ma/src/map/assets/Flame Normal.tscn +++ b/Zennysoft.Game.Ma/src/map/assets/Flame Normal.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=45 format=3 uid="uid://bt8qpwv3iij3m"] +[gd_scene load_steps=45 format=3 uid="uid://e7fw6bs0hv5f"] [ext_resource type="Texture2D" uid="uid://cep5xbkbr7us" path="res://src/vfx/Enemy/REGULAR_FLAME.png" id="1_sl6fw"] diff --git a/Zennysoft.Game.Ma/src/map/assets/plastique explosion.tscn b/Zennysoft.Game.Ma/src/map/assets/plastique explosion.tscn index 67e9879a8..f5a1083df 100644 --- a/Zennysoft.Game.Ma/src/map/assets/plastique explosion.tscn +++ b/Zennysoft.Game.Ma/src/map/assets/plastique explosion.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=130 format=3 uid="uid://dh5yylw0skoof"] +[gd_scene load_steps=130 format=3 uid="uid://cp38kbova00lh"] [ext_resource type="Texture2D" uid="uid://pfdyps76spom" path="res://src/vfx/Items Etc/explosions_element_2.png" id="1_6m7th"] [ext_resource type="Texture2D" uid="uid://b1el3q2jg4xol" path="res://src/vfx/Items Etc/explosion_1.png" id="2_t2n42"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn index 3dbca7dd1..0524df8c5 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=7 format=3 uid="uid://8d6n4tk5aam0"] +[gd_scene load_steps=7 format=3 uid="uid://8qyob3r6geey"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_cg6gx"] [ext_resource type="PackedScene" uid="uid://cjknjhcx843r6" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_1BLOCK.glb" id="2_ppwe6"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn index 1c5985ebf..0b43d4d04 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=7 format=3 uid="uid://dfjc54vc4yc45"] +[gd_scene load_steps=7 format=3 uid="uid://66dyhnk5qdv8"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_iqgx8"] [ext_resource type="PackedScene" uid="uid://bfhasvqwthkmf" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_2BLOCK.glb" id="2_feq52"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn index 38e85c717..7090270ce 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=8 format=3 uid="uid://dlrd6vvwaqq3n"] +[gd_scene load_steps=8 format=3 uid="uid://c8aeki7iklhl6"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_ph8ua"] [ext_resource type="PackedScene" uid="uid://bxi1l14rcpjpf" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_3BLOCK.glb" id="2_oc3ya"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn index 99993043b..9817347da 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=8 format=3 uid="uid://b6tcqnvlc5ayk"] +[gd_scene load_steps=8 format=3 uid="uid://dl1jimx8t7tjg"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_icfon"] [ext_resource type="PackedScene" uid="uid://d0s23qa45g3pg" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_4BLOCK.glb" id="2_20qq7"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 5 Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 5 Block .tscn index 0e26d0a4c..923557d48 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 5 Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - 5 Block .tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=8 format=3 uid="uid://ckopnseygq01m"] +[gd_scene load_steps=8 format=3 uid="uid://f4er1oyfd7je"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_67h0r"] [ext_resource type="PackedScene" uid="uid://csye32n2nh7uo" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_5BLOCK.glb" id="2_e2gre"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Corner .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Corner .tscn index 10480006f..069de1f54 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Corner .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Corner .tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=12 format=3 uid="uid://cjxrkxr0bgeh1"] +[gd_scene load_steps=12 format=3 uid="uid://h1ijbjf7p462"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_lawpv"] [ext_resource type="PackedScene" uid="uid://d3iikbygqlww5" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CORNERBLOCK.glb" id="2_huy2k"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Cross Block.tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Cross Block.tscn index 73cc2a44d..6ec5beded 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Cross Block.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Cross Block.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=8 format=3 uid="uid://cmobnodvd3884"] +[gd_scene load_steps=8 format=3 uid="uid://k2mvy7hqotyy"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_6txl7"] [ext_resource type="PackedScene" uid="uid://cotx3wyjwiuv2" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_CROSSBLOCK.glb" id="2_7kt5i"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn index c44694d86..822dc21a5 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn @@ -1,8 +1,8 @@ -[gd_scene load_steps=14 format=3 uid="uid://cf28w6f6dvu5a"] +[gd_scene load_steps=14 format=3 uid="uid://85owxsja26ud"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_u04dj"] [ext_resource type="PackedScene" uid="uid://bn4ix4eirgmx4" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_SBLOCK.glb" id="2_j3ujp"] -[ext_resource type="PackedScene" uid="uid://jx4x2weyky45" path="res://src/minimap/Map Revealer Cube.tscn" id="3_fp0e4"] +[ext_resource type="PackedScene" uid="uid://dn50mjadk31jn" path="res://src/minimap/Map Revealer Cube.tscn" id="3_fp0e4"] [sub_resource type="BoxShape3D" id="BoxShape3D_fp0e4"] size = Vector3(7.98399, 3.9892, 0.1) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn index 9cefd146e..8948e2dfc 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=11 format=3 uid="uid://dgimg6s6w3xxd"] +[gd_scene load_steps=11 format=3 uid="uid://d03tsdfy0bxf7"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_jw60f"] [ext_resource type="PackedScene" uid="uid://cwf4awh1e7wwf" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_TBLOCK.glb" id="2_8iso1"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Z-Block.tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Z-Block.tscn index 59b453f7a..aa44d2e94 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Z-Block.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Z-Block.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=14 format=3 uid="uid://8u5kue6pljh0"] +[gd_scene load_steps=14 format=3 uid="uid://doglhpxbx43oi"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_q7f8v"] [ext_resource type="PackedScene" uid="uid://kjv0f5l7xast" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1_ZBLOCK.glb" id="2_apwqt"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Zag Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Zag Block .tscn index 16c6fdc4e..2217e929e 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Zag Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A1 - Corridor - Zag Block .tscn @@ -1,8 +1,8 @@ -[gd_scene load_steps=15 format=3 uid="uid://nghm4vbxdvcx"] +[gd_scene load_steps=15 format=3 uid="uid://bo6j267y3mrar"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_unmj6"] [ext_resource type="PackedScene" uid="uid://dlj1dadm3muxe" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/CA1-ZagBlock.glb" id="2_gr5ss"] -[ext_resource type="PackedScene" uid="uid://jx4x2weyky45" path="res://src/minimap/Map Revealer Cube.tscn" id="3_fvi2i"] +[ext_resource type="PackedScene" uid="uid://dn50mjadk31jn" path="res://src/minimap/Map Revealer Cube.tscn" id="3_fvi2i"] [sub_resource type="BoxShape3D" id="BoxShape3D_fvi2i"] size = Vector3(4.34435, 3.9892, 0.1) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn index 5237d72a3..a9cb79673 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn @@ -1,8 +1,8 @@ -[gd_scene load_steps=7 format=3 uid="uid://cetblp4mtwotw"] +[gd_scene load_steps=7 format=3 uid="uid://b2xx2on4lkfjy"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_4snqm"] [ext_resource type="PackedScene" uid="uid://ckwr0w106wj7g" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_1BLOCK.glb" id="2_4snqm"] -[ext_resource type="PackedScene" uid="uid://jx4x2weyky45" path="res://src/minimap/Map Revealer Cube.tscn" id="3_cetch"] +[ext_resource type="PackedScene" uid="uid://dn50mjadk31jn" path="res://src/minimap/Map Revealer Cube.tscn" id="3_cetch"] [sub_resource type="BoxShape3D" id="BoxShape3D_4snqm"] size = Vector3(3.95453, 3.98102, 3.88313) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn index e68a38e96..4559d2657 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn @@ -1,8 +1,8 @@ -[gd_scene load_steps=7 format=3 uid="uid://bp8dy2pd56gkm"] +[gd_scene load_steps=7 format=3 uid="uid://djgvfbwrt5bqp"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_wf6mw"] [ext_resource type="PackedScene" uid="uid://dty3eg8aci4bn" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_2BLOCK.glb" id="2_wf6mw"] -[ext_resource type="PackedScene" uid="uid://jx4x2weyky45" path="res://src/minimap/Map Revealer Cube.tscn" id="3_bf5pc"] +[ext_resource type="PackedScene" uid="uid://dn50mjadk31jn" path="res://src/minimap/Map Revealer Cube.tscn" id="3_bf5pc"] [sub_resource type="BoxShape3D" id="BoxShape3D_l5k8x"] size = Vector3(7.99652, 3.98102, 3.88313) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn index cb0cdec74..0311baa8a 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn @@ -1,8 +1,8 @@ -[gd_scene load_steps=8 format=3 uid="uid://ck42j6i3df2q5"] +[gd_scene load_steps=8 format=3 uid="uid://ctlwilyihld8u"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_v580m"] [ext_resource type="PackedScene" uid="uid://5yy2xmdlt1q3" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/area 2 3block.glb" id="2_v580m"] -[ext_resource type="PackedScene" uid="uid://jx4x2weyky45" path="res://src/minimap/Map Revealer Cube.tscn" id="3_rdp4b"] +[ext_resource type="PackedScene" uid="uid://dn50mjadk31jn" path="res://src/minimap/Map Revealer Cube.tscn" id="3_rdp4b"] [sub_resource type="BoxShape3D" id="BoxShape3D_2uobr"] size = Vector3(1.98914, 3.98102, 3.88313) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn index f876d5a67..3939cc11a 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn @@ -1,8 +1,8 @@ -[gd_scene load_steps=8 format=3 uid="uid://bnhcth7efq2da"] +[gd_scene load_steps=8 format=3 uid="uid://bo0fgc0kneyfd"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_t61r6"] [ext_resource type="PackedScene" uid="uid://bvd24kwls4gud" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_4BLOCK.glb" id="2_t61r6"] -[ext_resource type="PackedScene" uid="uid://jx4x2weyky45" path="res://src/minimap/Map Revealer Cube.tscn" id="3_nc487"] +[ext_resource type="PackedScene" uid="uid://dn50mjadk31jn" path="res://src/minimap/Map Revealer Cube.tscn" id="3_nc487"] [sub_resource type="BoxShape3D" id="BoxShape3D_gf6rg"] size = Vector3(1.98914, 3.98102, 3.88313) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn index c31950d6e..f3b6a1507 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=8 format=3 uid="uid://dashmsecoojsf"] +[gd_scene load_steps=8 format=3 uid="uid://bnwuigve8vr3r"] [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_hceu2"] [ext_resource type="PackedScene" uid="uid://k2ibaps2edtl" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_5BLOCK.glb" id="2_hceu2"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Corner .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Corner .tscn index 804944a9a..6f649a5e4 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Corner .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Corner .tscn @@ -2,7 +2,7 @@ [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_aknhk"] [ext_resource type="PackedScene" uid="uid://dvo5y352kwouj" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/Ca2_CornerBlock1.glb" id="2_aknhk"] -[ext_resource type="PackedScene" uid="uid://jx4x2weyky45" path="res://src/minimap/Map Revealer Cube.tscn" id="3_oxdo1"] +[ext_resource type="PackedScene" uid="uid://dn50mjadk31jn" path="res://src/minimap/Map Revealer Cube.tscn" id="3_oxdo1"] [sub_resource type="BoxShape3D" id="BoxShape3D_0dd8r"] size = Vector3(8.00651, 3.9892, 0.1) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Cross Block.tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Cross Block.tscn index 29790e93d..03eda2326 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Cross Block.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Cross Block.tscn @@ -2,7 +2,7 @@ [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_18sbc"] [ext_resource type="PackedScene" uid="uid://deynd5vuxbc8t" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_CROSSBLOCK.glb" id="2_18sbc"] -[ext_resource type="PackedScene" uid="uid://jx4x2weyky45" path="res://src/minimap/Map Revealer Cube.tscn" id="3_qb8j5"] +[ext_resource type="PackedScene" uid="uid://dn50mjadk31jn" path="res://src/minimap/Map Revealer Cube.tscn" id="3_qb8j5"] [sub_resource type="BoxShape3D" id="BoxShape3D_keqg6"] size = Vector3(4.30623, 3.9892, 0.1) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - S-Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - S-Block .tscn index 8943d2a58..8f51e4bae 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - S-Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - S-Block .tscn @@ -2,7 +2,7 @@ [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_8hqtj"] [ext_resource type="PackedScene" uid="uid://dvosjgbg4dru8" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_SBLOCK.glb" id="2_8hqtj"] -[ext_resource type="PackedScene" uid="uid://jx4x2weyky45" path="res://src/minimap/Map Revealer Cube.tscn" id="3_exqg2"] +[ext_resource type="PackedScene" uid="uid://dn50mjadk31jn" path="res://src/minimap/Map Revealer Cube.tscn" id="3_exqg2"] [sub_resource type="BoxShape3D" id="BoxShape3D_t3d7r"] size = Vector3(7.98399, 3.9892, 0.1) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn index 2706bb762..6fe8780be 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn @@ -2,7 +2,7 @@ [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_efs71"] [ext_resource type="PackedScene" uid="uid://ck1uuj321jas" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_TBLOCK.glb" id="2_efs71"] -[ext_resource type="PackedScene" uid="uid://jx4x2weyky45" path="res://src/minimap/Map Revealer Cube.tscn" id="3_eul13"] +[ext_resource type="PackedScene" uid="uid://dn50mjadk31jn" path="res://src/minimap/Map Revealer Cube.tscn" id="3_eul13"] [sub_resource type="BoxShape3D" id="BoxShape3D_yn7ht"] size = Vector3(4.33736, 3.9892, 0.1) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Z-Block.tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Z-Block.tscn index ef446b115..08c50deae 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Z-Block.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Z-Block.tscn @@ -2,7 +2,7 @@ [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_lpude"] [ext_resource type="PackedScene" uid="uid://b212lt0u1q2ry" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZBLOCK.glb" id="2_lpude"] -[ext_resource type="PackedScene" uid="uid://jx4x2weyky45" path="res://src/minimap/Map Revealer Cube.tscn" id="3_hok6v"] +[ext_resource type="PackedScene" uid="uid://dn50mjadk31jn" path="res://src/minimap/Map Revealer Cube.tscn" id="3_hok6v"] [sub_resource type="BoxShape3D" id="BoxShape3D_kkiur"] size = Vector3(8.02621, 3.9892, 0.1) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Zag Block .tscn b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Zag Block .tscn index 327f0f0c7..df58e4c89 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Zag Block .tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/corridors/A2 - Corridor - Zag Block .tscn @@ -2,7 +2,7 @@ [ext_resource type="Script" uid="uid://csxfet8l04swm" path="res://src/map/dungeon/code/CorridorRoom.cs" id="1_a5b6m"] [ext_resource type="PackedScene" uid="uid://b7e41cldp2phf" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/CA2_ZAGBLOCK.glb" id="2_a5b6m"] -[ext_resource type="PackedScene" uid="uid://jx4x2weyky45" path="res://src/minimap/Map Revealer Cube.tscn" id="3_hr7fg"] +[ext_resource type="PackedScene" uid="uid://dn50mjadk31jn" path="res://src/minimap/Map Revealer Cube.tscn" id="3_hr7fg"] [sub_resource type="BoxShape3D" id="BoxShape3D_11cjv"] size = Vector3(4.34435, 3.9892, 0.1) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1A.tscn index 3c40c724a..80979c983 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1A.tscn @@ -4,12 +4,12 @@ [ext_resource type="PackedScene" uid="uid://dpec2lbt83dhe" path="res://src/map/dungeon/rooms/Set A/03. Antechamber A.tscn" id="2_tmolq"] [ext_resource type="PackedScene" uid="uid://cihbmyo0ltq4m" path="res://src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn" id="3_qjcvn"] [ext_resource type="PackedScene" uid="uid://ce0cjm6v7ct6c" path="res://src/map/dungeon/rooms/Set A/07. CornerBlock Antechamber.tscn" id="4_3ke1n"] -[ext_resource type="PackedScene" uid="uid://cjxrkxr0bgeh1" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="5_5con5"] -[ext_resource type="PackedScene" uid="uid://dlrd6vvwaqq3n" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="6_mq4q7"] -[ext_resource type="PackedScene" uid="uid://8d6n4tk5aam0" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="9_ur6qm"] +[ext_resource type="PackedScene" uid="uid://h1ijbjf7p462" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="5_5con5"] +[ext_resource type="PackedScene" uid="uid://c8aeki7iklhl6" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="6_mq4q7"] +[ext_resource type="PackedScene" uid="uid://8qyob3r6geey" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="9_ur6qm"] [ext_resource type="PackedScene" uid="uid://tpgwccr6v43e" path="res://src/map/dungeon/rooms/Set A/04. Tree Antechamber.tscn" id="10_bn263"] -[ext_resource type="PackedScene" uid="uid://dfjc54vc4yc45" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="10_qjcvn"] -[ext_resource type="PackedScene" uid="uid://cf28w6f6dvu5a" path="res://src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn" id="11_csng8"] +[ext_resource type="PackedScene" uid="uid://66dyhnk5qdv8" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="10_qjcvn"] +[ext_resource type="PackedScene" uid="uid://85owxsja26ud" path="res://src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn" id="11_csng8"] [ext_resource type="PackedScene" uid="uid://dv6umo0bmlyyj" path="res://src/map/dungeon/rooms/Set A/01. Small Block A1.tscn" id="11_uvfam"] [ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="11_xhpnf"] [ext_resource type="PackedScene" uid="uid://cxwyge2s1yswu" path="res://src/map/Placeables/A1-Socket.tscn" id="13_buew1"] @@ -83,7 +83,7 @@ _data = { &"RESET": SubResource("Animation_xsgnx") } -[sub_resource type="Image" id="Image_tmm58"] +[sub_resource type="Image" id="Image_csng8"] data = { "data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 255, 145, 37, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0), "format": "RGBA8", @@ -93,7 +93,7 @@ data = { } [sub_resource type="ImageTexture" id="ImageTexture_csng8"] -image = SubResource("Image_tmm58") +image = SubResource("Image_csng8") [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_buew1"] transparency = 1 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1B.tscn index 74ba90eeb..f42887899 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1B.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1B.tscn @@ -5,9 +5,9 @@ [ext_resource type="PackedScene" uid="uid://dpec2lbt83dhe" path="res://src/map/dungeon/rooms/Set A/03. Antechamber A.tscn" id="2_qurvf"] [ext_resource type="PackedScene" uid="uid://tpgwccr6v43e" path="res://src/map/dungeon/rooms/Set A/04. Tree Antechamber.tscn" id="3_dqrwe"] [ext_resource type="PackedScene" uid="uid://ce0cjm6v7ct6c" path="res://src/map/dungeon/rooms/Set A/07. CornerBlock Antechamber.tscn" id="4_dcpft"] -[ext_resource type="PackedScene" uid="uid://b6tcqnvlc5ayk" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="5_qhw0h"] -[ext_resource type="PackedScene" uid="uid://8u5kue6pljh0" path="res://src/map/dungeon/corridors/A1 - Corridor - Z-Block.tscn" id="6_jugwp"] -[ext_resource type="PackedScene" uid="uid://cf28w6f6dvu5a" path="res://src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn" id="7_so5vv"] +[ext_resource type="PackedScene" uid="uid://dl1jimx8t7tjg" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="5_qhw0h"] +[ext_resource type="PackedScene" uid="uid://doglhpxbx43oi" path="res://src/map/dungeon/corridors/A1 - Corridor - Z-Block.tscn" id="6_jugwp"] +[ext_resource type="PackedScene" uid="uid://85owxsja26ud" path="res://src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn" id="7_so5vv"] [ext_resource type="PackedScene" uid="uid://b82dx66mgs2d7" path="res://src/map/dungeon/rooms/Set A/08. Basin Room.tscn" id="8_8y1dv"] [ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="9_qh6n2"] [ext_resource type="PackedScene" uid="uid://cxwyge2s1yswu" path="res://src/map/Placeables/A1-Socket.tscn" id="11_ve300"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1C.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1C.tscn index ceb58db38..337984254 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1C.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor01/Floor 1C.tscn @@ -4,9 +4,9 @@ [ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_ndvnk"] [ext_resource type="PackedScene" uid="uid://b8u3sfhexlhfu" path="res://src/map/dungeon/rooms/Set A/Circle Room.tscn" id="3_7ysko"] [ext_resource type="PackedScene" uid="uid://tpgwccr6v43e" path="res://src/map/dungeon/rooms/Set A/04. Tree Antechamber.tscn" id="3_g0wcu"] -[ext_resource type="PackedScene" uid="uid://b6tcqnvlc5ayk" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="5_vrrsb"] +[ext_resource type="PackedScene" uid="uid://dl1jimx8t7tjg" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="5_vrrsb"] [ext_resource type="PackedScene" uid="uid://dv6umo0bmlyyj" path="res://src/map/dungeon/rooms/Set A/01. Small Block A1.tscn" id="6_cqa8w"] -[ext_resource type="PackedScene" uid="uid://dfjc54vc4yc45" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="7_54mxl"] +[ext_resource type="PackedScene" uid="uid://66dyhnk5qdv8" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="7_54mxl"] [ext_resource type="PackedScene" uid="uid://b82dx66mgs2d7" path="res://src/map/dungeon/rooms/Set A/08. Basin Room.tscn" id="8_mm2su"] [ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="9_x2uvf"] [ext_resource type="PackedScene" uid="uid://cxwyge2s1yswu" path="res://src/map/Placeables/A1-Socket.tscn" id="11_7ykih"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor02/Floor 2A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor02/Floor 2A.tscn index a4065f93c..948faba92 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor02/Floor 2A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor02/Floor 2A.tscn @@ -5,12 +5,12 @@ [ext_resource type="PackedScene" uid="uid://dpec2lbt83dhe" path="res://src/map/dungeon/rooms/Set A/03. Antechamber A.tscn" id="2_tmolq"] [ext_resource type="PackedScene" uid="uid://cihbmyo0ltq4m" path="res://src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn" id="3_qjcvn"] [ext_resource type="PackedScene" uid="uid://tpgwccr6v43e" path="res://src/map/dungeon/rooms/Set A/04. Tree Antechamber.tscn" id="4_uvfam"] -[ext_resource type="PackedScene" uid="uid://cjxrkxr0bgeh1" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="5_5con5"] -[ext_resource type="PackedScene" uid="uid://dlrd6vvwaqq3n" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="6_mq4q7"] -[ext_resource type="PackedScene" uid="uid://dgimg6s6w3xxd" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="7_tcotb"] -[ext_resource type="PackedScene" uid="uid://ckopnseygq01m" path="res://src/map/dungeon/corridors/A1 - Corridor - 5 Block .tscn" id="8_bbpmu"] -[ext_resource type="PackedScene" uid="uid://8d6n4tk5aam0" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="9_ur6qm"] -[ext_resource type="PackedScene" uid="uid://b6tcqnvlc5ayk" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="10_liypr"] +[ext_resource type="PackedScene" uid="uid://h1ijbjf7p462" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="5_5con5"] +[ext_resource type="PackedScene" uid="uid://c8aeki7iklhl6" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="6_mq4q7"] +[ext_resource type="PackedScene" uid="uid://d03tsdfy0bxf7" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="7_tcotb"] +[ext_resource type="PackedScene" uid="uid://f4er1oyfd7je" path="res://src/map/dungeon/corridors/A1 - Corridor - 5 Block .tscn" id="8_bbpmu"] +[ext_resource type="PackedScene" uid="uid://8qyob3r6geey" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="9_ur6qm"] +[ext_resource type="PackedScene" uid="uid://dl1jimx8t7tjg" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="10_liypr"] [ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="11_xhpnf"] [ext_resource type="PackedScene" uid="uid://b8u3sfhexlhfu" path="res://src/map/dungeon/rooms/Set A/Circle Room.tscn" id="12_u3sjh"] [ext_resource type="PackedScene" uid="uid://dhkbvos11tkdw" path="res://src/map/dungeon/rooms/Set A/12. Jump Scare Room.tscn" id="12_v4r8m"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor02/Floor 2B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor02/Floor 2B.tscn index 79f913557..93a8c96cf 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor02/Floor 2B.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor02/Floor 2B.tscn @@ -5,9 +5,9 @@ [ext_resource type="PackedScene" uid="uid://cihbmyo0ltq4m" path="res://src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn" id="2_eo21j"] [ext_resource type="PackedScene" uid="uid://dhkbvos11tkdw" path="res://src/map/dungeon/rooms/Set A/12. Jump Scare Room.tscn" id="3_d7auf"] [ext_resource type="PackedScene" uid="uid://b82dx66mgs2d7" path="res://src/map/dungeon/rooms/Set A/08. Basin Room.tscn" id="4_31kfe"] -[ext_resource type="PackedScene" uid="uid://dfjc54vc4yc45" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="5_b8g5f"] +[ext_resource type="PackedScene" uid="uid://66dyhnk5qdv8" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="5_b8g5f"] [ext_resource type="PackedScene" uid="uid://dhm2lyfkrjugf" path="res://src/map/dungeon/rooms/Set A/11. Long Room.tscn" id="6_c1exe"] -[ext_resource type="PackedScene" uid="uid://dlrd6vvwaqq3n" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="7_5wxoe"] +[ext_resource type="PackedScene" uid="uid://c8aeki7iklhl6" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="7_5wxoe"] [ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="8_txfg1"] [ext_resource type="PackedScene" uid="uid://ce0cjm6v7ct6c" path="res://src/map/dungeon/rooms/Set A/07. CornerBlock Antechamber.tscn" id="9_481xk"] [ext_resource type="Texture2D" uid="uid://dbdnwnox0enh" path="res://src/minimap/Floor Maps/2B.png" id="11_7eqoi"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor02/Floor 2C.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor02/Floor 2C.tscn index 61a6caa57..2dacaf3d7 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor02/Floor 2C.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor02/Floor 2C.tscn @@ -4,17 +4,17 @@ [ext_resource type="PackedScene" uid="uid://dhm2lyfkrjugf" path="res://src/map/dungeon/rooms/Set A/11. Long Room.tscn" id="2_bc3p8"] [ext_resource type="PackedScene" uid="uid://b7111krf365x0" path="res://src/map/dungeon/rooms/Set A/06. Balcony Room A.tscn" id="3_j6057"] [ext_resource type="PackedScene" uid="uid://dv6umo0bmlyyj" path="res://src/map/dungeon/rooms/Set A/01. Small Block A1.tscn" id="4_bc3p8"] -[ext_resource type="PackedScene" uid="uid://cjxrkxr0bgeh1" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="5_7y0h8"] +[ext_resource type="PackedScene" uid="uid://h1ijbjf7p462" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="5_7y0h8"] [ext_resource type="PackedScene" uid="uid://ce0cjm6v7ct6c" path="res://src/map/dungeon/rooms/Set A/07. CornerBlock Antechamber.tscn" id="5_8a320"] -[ext_resource type="PackedScene" uid="uid://dlrd6vvwaqq3n" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="6_rd1m6"] -[ext_resource type="PackedScene" uid="uid://dgimg6s6w3xxd" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="8_nf7ic"] -[ext_resource type="PackedScene" uid="uid://8d6n4tk5aam0" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="9_koutg"] +[ext_resource type="PackedScene" uid="uid://c8aeki7iklhl6" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="6_rd1m6"] +[ext_resource type="PackedScene" uid="uid://d03tsdfy0bxf7" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="8_nf7ic"] +[ext_resource type="PackedScene" uid="uid://8qyob3r6geey" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="9_koutg"] [ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="10_lsi42"] -[ext_resource type="PackedScene" uid="uid://cf28w6f6dvu5a" path="res://src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn" id="12_gw6gx"] -[ext_resource type="PackedScene" uid="uid://8u5kue6pljh0" path="res://src/map/dungeon/corridors/A1 - Corridor - Z-Block.tscn" id="13_7y0h8"] +[ext_resource type="PackedScene" uid="uid://85owxsja26ud" path="res://src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn" id="12_gw6gx"] +[ext_resource type="PackedScene" uid="uid://doglhpxbx43oi" path="res://src/map/dungeon/corridors/A1 - Corridor - Z-Block.tscn" id="13_7y0h8"] [ext_resource type="PackedScene" uid="uid://cihbmyo0ltq4m" path="res://src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn" id="13_jq4sm"] -[ext_resource type="PackedScene" uid="uid://b6tcqnvlc5ayk" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="14_3u4mu"] -[ext_resource type="PackedScene" uid="uid://dfjc54vc4yc45" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="14_rd1m6"] +[ext_resource type="PackedScene" uid="uid://dl1jimx8t7tjg" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="14_3u4mu"] +[ext_resource type="PackedScene" uid="uid://66dyhnk5qdv8" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="14_rd1m6"] [ext_resource type="Texture2D" uid="uid://yhm05a5svy4s" path="res://src/minimap/Floor Maps/2C.png" id="16_bc3p8"] [sub_resource type="NavigationMesh" id="NavigationMesh_bc3p8"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor03/Floor 3A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor03/Floor 3A.tscn index 4aec20c32..228f64cb4 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor03/Floor 3A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor03/Floor 3A.tscn @@ -5,16 +5,16 @@ [ext_resource type="PackedScene" uid="uid://ce0cjm6v7ct6c" path="res://src/map/dungeon/rooms/Set A/07. CornerBlock Antechamber.tscn" id="2_e824x"] [ext_resource type="PackedScene" uid="uid://dhm2lyfkrjugf" path="res://src/map/dungeon/rooms/Set A/11. Long Room.tscn" id="3_dfm8b"] [ext_resource type="PackedScene" uid="uid://cihbmyo0ltq4m" path="res://src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn" id="3_j0qy4"] -[ext_resource type="PackedScene" uid="uid://dfjc54vc4yc45" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="4_j1a5r"] -[ext_resource type="PackedScene" uid="uid://dlrd6vvwaqq3n" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="6_v4oa7"] +[ext_resource type="PackedScene" uid="uid://66dyhnk5qdv8" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="4_j1a5r"] +[ext_resource type="PackedScene" uid="uid://c8aeki7iklhl6" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="6_v4oa7"] [ext_resource type="PackedScene" uid="uid://dv6umo0bmlyyj" path="res://src/map/dungeon/rooms/Set A/01. Small Block A1.tscn" id="6_v44t5"] [ext_resource type="PackedScene" uid="uid://b82dx66mgs2d7" path="res://src/map/dungeon/rooms/Set A/08. Basin Room.tscn" id="7_6ok4a"] [ext_resource type="PackedScene" uid="uid://dpec2lbt83dhe" path="res://src/map/dungeon/rooms/Set A/03. Antechamber A.tscn" id="7_ckihq"] [ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="9_ad7y3"] -[ext_resource type="PackedScene" uid="uid://cjxrkxr0bgeh1" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="10_hl0u7"] -[ext_resource type="PackedScene" uid="uid://dgimg6s6w3xxd" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="11_r6ylu"] -[ext_resource type="PackedScene" uid="uid://8u5kue6pljh0" path="res://src/map/dungeon/corridors/A1 - Corridor - Z-Block.tscn" id="13_oagmk"] -[ext_resource type="PackedScene" uid="uid://cmobnodvd3884" path="res://src/map/dungeon/corridors/A1 - Corridor - Cross Block.tscn" id="14_1x7e5"] +[ext_resource type="PackedScene" uid="uid://h1ijbjf7p462" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="10_hl0u7"] +[ext_resource type="PackedScene" uid="uid://d03tsdfy0bxf7" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="11_r6ylu"] +[ext_resource type="PackedScene" uid="uid://doglhpxbx43oi" path="res://src/map/dungeon/corridors/A1 - Corridor - Z-Block.tscn" id="13_oagmk"] +[ext_resource type="PackedScene" uid="uid://k2mvy7hqotyy" path="res://src/map/dungeon/corridors/A1 - Corridor - Cross Block.tscn" id="14_1x7e5"] [ext_resource type="Texture2D" uid="uid://ch36d3i1xdbyj" path="res://src/minimap/Floor Maps/3A.png" id="16_dfm8b"] [ext_resource type="PackedScene" uid="uid://cxwyge2s1yswu" path="res://src/map/Placeables/A1-Socket.tscn" id="16_v44t5"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor03/Floor 3B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor03/Floor 3B.tscn index fffbd49f2..79812ce44 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor03/Floor 3B.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor03/Floor 3B.tscn @@ -7,13 +7,13 @@ [ext_resource type="PackedScene" uid="uid://b8u3sfhexlhfu" path="res://src/map/dungeon/rooms/Set A/Circle Room.tscn" id="6_pbqy2"] [ext_resource type="PackedScene" uid="uid://dv6umo0bmlyyj" path="res://src/map/dungeon/rooms/Set A/01. Small Block A1.tscn" id="6_qmbob"] [ext_resource type="PackedScene" uid="uid://by2op0p65ht27" path="res://src/map/dungeon/rooms/Set A/02. Big Block Room.tscn" id="7_ry1wj"] -[ext_resource type="PackedScene" uid="uid://cf28w6f6dvu5a" path="res://src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn" id="8_l5hts"] -[ext_resource type="PackedScene" uid="uid://ckopnseygq01m" path="res://src/map/dungeon/corridors/A1 - Corridor - 5 Block .tscn" id="9_ferpc"] -[ext_resource type="PackedScene" uid="uid://dfjc54vc4yc45" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="9_vi3ch"] -[ext_resource type="PackedScene" uid="uid://cjxrkxr0bgeh1" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="10_bqq3o"] -[ext_resource type="PackedScene" uid="uid://dgimg6s6w3xxd" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="11_nmht7"] -[ext_resource type="PackedScene" uid="uid://b6tcqnvlc5ayk" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="13_lx7lx"] -[ext_resource type="PackedScene" uid="uid://8d6n4tk5aam0" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="14_qmbob"] +[ext_resource type="PackedScene" uid="uid://85owxsja26ud" path="res://src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn" id="8_l5hts"] +[ext_resource type="PackedScene" uid="uid://f4er1oyfd7je" path="res://src/map/dungeon/corridors/A1 - Corridor - 5 Block .tscn" id="9_ferpc"] +[ext_resource type="PackedScene" uid="uid://66dyhnk5qdv8" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="9_vi3ch"] +[ext_resource type="PackedScene" uid="uid://h1ijbjf7p462" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="10_bqq3o"] +[ext_resource type="PackedScene" uid="uid://d03tsdfy0bxf7" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="11_nmht7"] +[ext_resource type="PackedScene" uid="uid://dl1jimx8t7tjg" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="13_lx7lx"] +[ext_resource type="PackedScene" uid="uid://8qyob3r6geey" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="14_qmbob"] [ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="15_ykl6d"] [ext_resource type="PackedScene" uid="uid://cxwyge2s1yswu" path="res://src/map/Placeables/A1-Socket.tscn" id="16_l5hts"] [ext_resource type="Texture2D" uid="uid://bu7pkisin620c" path="res://src/minimap/Floor Maps/3B.png" id="16_ry1wj"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor03/Floor 3C.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor03/Floor 3C.tscn index 23f94d2c6..797e71171 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor03/Floor 3C.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor03/Floor 3C.tscn @@ -2,17 +2,17 @@ [ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_guw1g"] [ext_resource type="PackedScene" uid="uid://cihbmyo0ltq4m" path="res://src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn" id="2_5ieds"] -[ext_resource type="PackedScene" uid="uid://dfjc54vc4yc45" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="3_q0osc"] +[ext_resource type="PackedScene" uid="uid://66dyhnk5qdv8" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="3_q0osc"] [ext_resource type="PackedScene" uid="uid://c5eon2dk4ojua" path="res://src/map/dungeon/rooms/Set A/14. Ran's Room.tscn" id="4_2edmy"] [ext_resource type="PackedScene" uid="uid://ce0cjm6v7ct6c" path="res://src/map/dungeon/rooms/Set A/07. CornerBlock Antechamber.tscn" id="5_ytorx"] -[ext_resource type="PackedScene" uid="uid://cf28w6f6dvu5a" path="res://src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn" id="8_00gcs"] +[ext_resource type="PackedScene" uid="uid://85owxsja26ud" path="res://src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn" id="8_00gcs"] [ext_resource type="PackedScene" uid="uid://tpgwccr6v43e" path="res://src/map/dungeon/rooms/Set A/04. Tree Antechamber.tscn" id="9_04eyt"] -[ext_resource type="PackedScene" uid="uid://dgimg6s6w3xxd" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="10_3jr52"] -[ext_resource type="PackedScene" uid="uid://dlrd6vvwaqq3n" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="10_guw1g"] -[ext_resource type="PackedScene" uid="uid://cjxrkxr0bgeh1" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="11_yykxu"] +[ext_resource type="PackedScene" uid="uid://d03tsdfy0bxf7" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="10_3jr52"] +[ext_resource type="PackedScene" uid="uid://c8aeki7iklhl6" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="10_guw1g"] +[ext_resource type="PackedScene" uid="uid://h1ijbjf7p462" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="11_yykxu"] [ext_resource type="PackedScene" uid="uid://b82dx66mgs2d7" path="res://src/map/dungeon/rooms/Set A/08. Basin Room.tscn" id="13_5ieds"] -[ext_resource type="PackedScene" uid="uid://b6tcqnvlc5ayk" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="13_kfvud"] -[ext_resource type="PackedScene" uid="uid://8d6n4tk5aam0" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="14_h8iwc"] +[ext_resource type="PackedScene" uid="uid://dl1jimx8t7tjg" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="13_kfvud"] +[ext_resource type="PackedScene" uid="uid://8qyob3r6geey" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="14_h8iwc"] [ext_resource type="PackedScene" uid="uid://dhm2lyfkrjugf" path="res://src/map/dungeon/rooms/Set A/11. Long Room.tscn" id="14_q0osc"] [ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="15_rdx86"] [ext_resource type="Texture2D" uid="uid://bar41y16e1ad6" path="res://src/minimap/Floor Maps/3C.png" id="16_5ieds"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor04/Floor 4A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor04/Floor 4A.tscn index d7a45f316..9788e0695 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor04/Floor 4A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor04/Floor 4A.tscn @@ -6,13 +6,13 @@ [ext_resource type="PackedScene" uid="uid://b82dx66mgs2d7" path="res://src/map/dungeon/rooms/Set A/08. Basin Room.tscn" id="4_tdrvk"] [ext_resource type="PackedScene" uid="uid://b7111krf365x0" path="res://src/map/dungeon/rooms/Set A/06. Balcony Room A.tscn" id="4_xbbxa"] [ext_resource type="PackedScene" uid="uid://d2fbbjlkiqlao" path="res://src/map/dungeon/rooms/Set A/Gallery A1.tscn" id="5_bqqn6"] -[ext_resource type="PackedScene" uid="uid://ckopnseygq01m" path="res://src/map/dungeon/corridors/A1 - Corridor - 5 Block .tscn" id="5_cegos"] -[ext_resource type="PackedScene" uid="uid://dfjc54vc4yc45" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="6_c7s4m"] +[ext_resource type="PackedScene" uid="uid://f4er1oyfd7je" path="res://src/map/dungeon/corridors/A1 - Corridor - 5 Block .tscn" id="5_cegos"] +[ext_resource type="PackedScene" uid="uid://66dyhnk5qdv8" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="6_c7s4m"] [ext_resource type="PackedScene" uid="uid://dhm2lyfkrjugf" path="res://src/map/dungeon/rooms/Set A/11. Long Room.tscn" id="7_e2od1"] -[ext_resource type="PackedScene" uid="uid://cjxrkxr0bgeh1" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="8_ftm8j"] +[ext_resource type="PackedScene" uid="uid://h1ijbjf7p462" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="8_ftm8j"] [ext_resource type="PackedScene" uid="uid://dv6umo0bmlyyj" path="res://src/map/dungeon/rooms/Set A/01. Small Block A1.tscn" id="8_jrl5q"] -[ext_resource type="PackedScene" uid="uid://dlrd6vvwaqq3n" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="9_yedjy"] -[ext_resource type="PackedScene" uid="uid://8d6n4tk5aam0" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="10_g8yk0"] +[ext_resource type="PackedScene" uid="uid://c8aeki7iklhl6" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="9_yedjy"] +[ext_resource type="PackedScene" uid="uid://8qyob3r6geey" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="10_g8yk0"] [ext_resource type="PackedScene" uid="uid://ce0cjm6v7ct6c" path="res://src/map/dungeon/rooms/Set A/07. CornerBlock Antechamber.tscn" id="12_mwhl3"] [ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="14_s33ym"] [ext_resource type="Texture2D" uid="uid://xq1l5jjgyw1a" path="res://src/minimap/Floor Maps/4A.png" id="16_xbbxa"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor04/Floor 4B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor04/Floor 4B.tscn index 33838f340..69f252f29 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor04/Floor 4B.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor04/Floor 4B.tscn @@ -4,12 +4,12 @@ [ext_resource type="PackedScene" uid="uid://dfpyfpnya0f4u" path="res://src/map/dungeon/rooms/Set A/13. Water Room.tscn" id="1_jn0u4"] [ext_resource type="PackedScene" uid="uid://by2op0p65ht27" path="res://src/map/dungeon/rooms/Set A/02. Big Block Room.tscn" id="2_eck5x"] [ext_resource type="PackedScene" uid="uid://cihbmyo0ltq4m" path="res://src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn" id="3_3sxps"] -[ext_resource type="PackedScene" uid="uid://cjxrkxr0bgeh1" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="4_a154m"] +[ext_resource type="PackedScene" uid="uid://h1ijbjf7p462" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="4_a154m"] [ext_resource type="PackedScene" uid="uid://ce0cjm6v7ct6c" path="res://src/map/dungeon/rooms/Set A/07. CornerBlock Antechamber.tscn" id="5_nyiho"] -[ext_resource type="PackedScene" uid="uid://8d6n4tk5aam0" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="6_teye4"] -[ext_resource type="PackedScene" uid="uid://dfjc54vc4yc45" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="7_x7kg0"] +[ext_resource type="PackedScene" uid="uid://8qyob3r6geey" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="6_teye4"] +[ext_resource type="PackedScene" uid="uid://66dyhnk5qdv8" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="7_x7kg0"] [ext_resource type="PackedScene" uid="uid://dv6umo0bmlyyj" path="res://src/map/dungeon/rooms/Set A/01. Small Block A1.tscn" id="8_a5gu2"] -[ext_resource type="PackedScene" uid="uid://b6tcqnvlc5ayk" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="9_hvujx"] +[ext_resource type="PackedScene" uid="uid://dl1jimx8t7tjg" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="9_hvujx"] [ext_resource type="PackedScene" uid="uid://b82dx66mgs2d7" path="res://src/map/dungeon/rooms/Set A/08. Basin Room.tscn" id="10_biyx8"] [ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="11_t8wwl"] [ext_resource type="Texture2D" uid="uid://bqie7xdfad657" path="res://src/minimap/Floor Maps/4B.png" id="12_eck5x"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor04/Floor 4C.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor04/Floor 4C.tscn index 67db52316..67f406561 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor04/Floor 4C.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor04/Floor 4C.tscn @@ -6,11 +6,11 @@ [ext_resource type="PackedScene" uid="uid://dhm2lyfkrjugf" path="res://src/map/dungeon/rooms/Set A/11. Long Room.tscn" id="3_wbyyx"] [ext_resource type="PackedScene" uid="uid://dpec2lbt83dhe" path="res://src/map/dungeon/rooms/Set A/03. Antechamber A.tscn" id="4_j3t0d"] [ext_resource type="PackedScene" uid="uid://cihbmyo0ltq4m" path="res://src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn" id="5_7y8bj"] -[ext_resource type="PackedScene" uid="uid://8d6n4tk5aam0" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="6_p5r18"] -[ext_resource type="PackedScene" uid="uid://dfjc54vc4yc45" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="7_dxiqu"] -[ext_resource type="PackedScene" uid="uid://dlrd6vvwaqq3n" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="8_socwj"] -[ext_resource type="PackedScene" uid="uid://cjxrkxr0bgeh1" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="9_tje7e"] -[ext_resource type="PackedScene" uid="uid://ckopnseygq01m" path="res://src/map/dungeon/corridors/A1 - Corridor - 5 Block .tscn" id="10_ht4wn"] +[ext_resource type="PackedScene" uid="uid://8qyob3r6geey" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="6_p5r18"] +[ext_resource type="PackedScene" uid="uid://66dyhnk5qdv8" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="7_dxiqu"] +[ext_resource type="PackedScene" uid="uid://c8aeki7iklhl6" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="8_socwj"] +[ext_resource type="PackedScene" uid="uid://h1ijbjf7p462" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="9_tje7e"] +[ext_resource type="PackedScene" uid="uid://f4er1oyfd7je" path="res://src/map/dungeon/corridors/A1 - Corridor - 5 Block .tscn" id="10_ht4wn"] [ext_resource type="PackedScene" uid="uid://dv6umo0bmlyyj" path="res://src/map/dungeon/rooms/Set A/01. Small Block A1.tscn" id="11_q1n51"] [ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="12_q4hkw"] [ext_resource type="Texture2D" uid="uid://bsgxwo7c4kt3s" path="res://src/minimap/Floor Maps/4C.png" id="13_3bt31"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor05/Floor 5B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor05/Floor 5B.tscn index 853da01e9..8240baca5 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor05/Floor 5B.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor05/Floor 5B.tscn @@ -3,16 +3,16 @@ [ext_resource type="PackedScene" uid="uid://b7111krf365x0" path="res://src/map/dungeon/rooms/Set A/06. Balcony Room A.tscn" id="1_kse07"] [ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_ooui3"] [ext_resource type="PackedScene" uid="uid://dhm2lyfkrjugf" path="res://src/map/dungeon/rooms/Set A/11. Long Room.tscn" id="2_y0amh"] -[ext_resource type="PackedScene" uid="uid://dlrd6vvwaqq3n" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="3_8axcp"] -[ext_resource type="PackedScene" uid="uid://8u5kue6pljh0" path="res://src/map/dungeon/corridors/A1 - Corridor - Z-Block.tscn" id="4_aaw17"] -[ext_resource type="PackedScene" uid="uid://cf28w6f6dvu5a" path="res://src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn" id="5_p7tly"] -[ext_resource type="PackedScene" uid="uid://cjxrkxr0bgeh1" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="6_cuslc"] +[ext_resource type="PackedScene" uid="uid://c8aeki7iklhl6" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="3_8axcp"] +[ext_resource type="PackedScene" uid="uid://doglhpxbx43oi" path="res://src/map/dungeon/corridors/A1 - Corridor - Z-Block.tscn" id="4_aaw17"] +[ext_resource type="PackedScene" uid="uid://85owxsja26ud" path="res://src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn" id="5_p7tly"] +[ext_resource type="PackedScene" uid="uid://h1ijbjf7p462" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="6_cuslc"] [ext_resource type="PackedScene" uid="uid://dv6umo0bmlyyj" path="res://src/map/dungeon/rooms/Set A/01. Small Block A1.tscn" id="7_0tme0"] [ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="8_3ae17"] [ext_resource type="PackedScene" uid="uid://tpgwccr6v43e" path="res://src/map/dungeon/rooms/Set A/04. Tree Antechamber.tscn" id="9_otr4r"] [ext_resource type="PackedScene" uid="uid://b82dx66mgs2d7" path="res://src/map/dungeon/rooms/Set A/08. Basin Room.tscn" id="10_m0n7c"] -[ext_resource type="PackedScene" uid="uid://dfjc54vc4yc45" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="11_h55bl"] -[ext_resource type="PackedScene" uid="uid://8d6n4tk5aam0" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="12_e5w2k"] +[ext_resource type="PackedScene" uid="uid://66dyhnk5qdv8" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="11_h55bl"] +[ext_resource type="PackedScene" uid="uid://8qyob3r6geey" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="12_e5w2k"] [ext_resource type="PackedScene" uid="uid://cihbmyo0ltq4m" path="res://src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn" id="13_y6x22"] [ext_resource type="PackedScene" uid="uid://d2fbbjlkiqlao" path="res://src/map/dungeon/rooms/Set A/Gallery A1.tscn" id="15_b6ce1"] [ext_resource type="Texture2D" uid="uid://btgkhk070a7g7" path="res://src/minimap/Floor Maps/5B.png" id="16_7kic8"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor05/Floor 5Z.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor05/Floor 5Z.tscn index c41ee35f0..a8dbdc6a3 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor05/Floor 5Z.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor05/Floor 5Z.tscn @@ -5,15 +5,15 @@ [ext_resource type="PackedScene" uid="uid://dn5546yqyntfr" path="res://src/map/dungeon/rooms/Set A/10. Item Transfer Room.tscn" id="2_502ht"] [ext_resource type="PackedScene" uid="uid://drasshmo7ntqc" path="res://src/map/dungeon/rooms/Special Rooms/Breakable Wall Room.tscn" id="3_20m80"] [ext_resource type="PackedScene" uid="uid://cihbmyo0ltq4m" path="res://src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn" id="4_nm3ab"] -[ext_resource type="PackedScene" uid="uid://cjxrkxr0bgeh1" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="5_xx18x"] -[ext_resource type="PackedScene" uid="uid://8d6n4tk5aam0" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="6_5nybr"] -[ext_resource type="PackedScene" uid="uid://dgimg6s6w3xxd" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="7_e0v1c"] -[ext_resource type="PackedScene" uid="uid://dfjc54vc4yc45" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="8_a5dbn"] +[ext_resource type="PackedScene" uid="uid://h1ijbjf7p462" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="5_xx18x"] +[ext_resource type="PackedScene" uid="uid://8qyob3r6geey" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="6_5nybr"] +[ext_resource type="PackedScene" uid="uid://d03tsdfy0bxf7" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="7_e0v1c"] +[ext_resource type="PackedScene" uid="uid://66dyhnk5qdv8" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="8_a5dbn"] [ext_resource type="PackedScene" uid="uid://cam640h4euewx" path="res://src/map/dungeon/rooms/Set A/05. Pit Room A.tscn" id="9_7rwna"] -[ext_resource type="PackedScene" uid="uid://dlrd6vvwaqq3n" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="10_max4y"] +[ext_resource type="PackedScene" uid="uid://c8aeki7iklhl6" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="10_max4y"] [ext_resource type="PackedScene" uid="uid://b82dx66mgs2d7" path="res://src/map/dungeon/rooms/Set A/08. Basin Room.tscn" id="11_nfmbw"] [ext_resource type="PackedScene" uid="uid://ce0cjm6v7ct6c" path="res://src/map/dungeon/rooms/Set A/07. CornerBlock Antechamber.tscn" id="13_xfkqa"] -[ext_resource type="PackedScene" uid="uid://cmobnodvd3884" path="res://src/map/dungeon/corridors/A1 - Corridor - Cross Block.tscn" id="14_1v2c3"] +[ext_resource type="PackedScene" uid="uid://k2mvy7hqotyy" path="res://src/map/dungeon/corridors/A1 - Corridor - Cross Block.tscn" id="14_1v2c3"] [ext_resource type="PackedScene" uid="uid://cxwyge2s1yswu" path="res://src/map/Placeables/A1-Socket.tscn" id="15_5dhby"] [ext_resource type="Texture2D" uid="uid://bhv1ce2jiefrc" path="res://src/minimap/Floor Maps/5Z.png" id="15_wf378"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 6A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 6A.tscn index 986f4441a..10589a9e8 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 6A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 6A.tscn @@ -5,15 +5,15 @@ [ext_resource type="PackedScene" uid="uid://b8u3sfhexlhfu" path="res://src/map/dungeon/rooms/Set A/Circle Room.tscn" id="3_5rsdd"] [ext_resource type="PackedScene" uid="uid://c1qicmrcg6q6x" path="res://src/map/dungeon/rooms/Set A/09. Column Room.tscn" id="4_l15fl"] [ext_resource type="PackedScene" uid="uid://ce0cjm6v7ct6c" path="res://src/map/dungeon/rooms/Set A/07. CornerBlock Antechamber.tscn" id="5_w8ka0"] -[ext_resource type="PackedScene" uid="uid://dfjc54vc4yc45" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="6_najg7"] -[ext_resource type="PackedScene" uid="uid://b6tcqnvlc5ayk" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="7_haqg8"] -[ext_resource type="PackedScene" uid="uid://cjxrkxr0bgeh1" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="8_jipuk"] -[ext_resource type="PackedScene" uid="uid://ckopnseygq01m" path="res://src/map/dungeon/corridors/A1 - Corridor - 5 Block .tscn" id="9_h67dm"] +[ext_resource type="PackedScene" uid="uid://66dyhnk5qdv8" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="6_najg7"] +[ext_resource type="PackedScene" uid="uid://dl1jimx8t7tjg" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="7_haqg8"] +[ext_resource type="PackedScene" uid="uid://h1ijbjf7p462" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="8_jipuk"] +[ext_resource type="PackedScene" uid="uid://f4er1oyfd7je" path="res://src/map/dungeon/corridors/A1 - Corridor - 5 Block .tscn" id="9_h67dm"] [ext_resource type="PackedScene" uid="uid://crf30tibwsnri" path="res://src/map/dungeon/rooms/Set A/16. Seshat's Room.tscn" id="10_3bnrp"] -[ext_resource type="PackedScene" uid="uid://dlrd6vvwaqq3n" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="11_j63l1"] -[ext_resource type="PackedScene" uid="uid://8d6n4tk5aam0" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="12_4ondl"] -[ext_resource type="PackedScene" uid="uid://dgimg6s6w3xxd" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="13_grhee"] -[ext_resource type="PackedScene" uid="uid://cmobnodvd3884" path="res://src/map/dungeon/corridors/A1 - Corridor - Cross Block.tscn" id="14_syv43"] +[ext_resource type="PackedScene" uid="uid://c8aeki7iklhl6" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="11_j63l1"] +[ext_resource type="PackedScene" uid="uid://8qyob3r6geey" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="12_4ondl"] +[ext_resource type="PackedScene" uid="uid://d03tsdfy0bxf7" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="13_grhee"] +[ext_resource type="PackedScene" uid="uid://k2mvy7hqotyy" path="res://src/map/dungeon/corridors/A1 - Corridor - Cross Block.tscn" id="14_syv43"] [ext_resource type="PackedScene" uid="uid://cihbmyo0ltq4m" path="res://src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn" id="15_mtb6u"] [ext_resource type="PackedScene" uid="uid://cxwyge2s1yswu" path="res://src/map/Placeables/A1-Socket.tscn" id="16_5rsdd"] [ext_resource type="Texture2D" uid="uid://bd4kvg6n8gt6r" path="res://src/minimap/Floor Maps/6A.png" id="16_p70jf"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 6B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 6B.tscn index f4212f5fa..2682e314b 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 6B.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 6B.tscn @@ -8,15 +8,15 @@ [ext_resource type="PackedScene" uid="uid://b82dx66mgs2d7" path="res://src/map/dungeon/rooms/Set A/08. Basin Room.tscn" id="5_5ouf4"] [ext_resource type="PackedScene" uid="uid://dpec2lbt83dhe" path="res://src/map/dungeon/rooms/Set A/03. Antechamber A.tscn" id="6_dcyku"] [ext_resource type="PackedScene" uid="uid://cihbmyo0ltq4m" path="res://src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn" id="7_gwj4i"] -[ext_resource type="PackedScene" uid="uid://dlrd6vvwaqq3n" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="8_cv16d"] -[ext_resource type="PackedScene" uid="uid://cf28w6f6dvu5a" path="res://src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn" id="9_og7ik"] -[ext_resource type="PackedScene" uid="uid://cjxrkxr0bgeh1" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="10_wssiw"] -[ext_resource type="PackedScene" uid="uid://8d6n4tk5aam0" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="11_inun7"] -[ext_resource type="PackedScene" uid="uid://dgimg6s6w3xxd" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="12_025fw"] +[ext_resource type="PackedScene" uid="uid://c8aeki7iklhl6" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="8_cv16d"] +[ext_resource type="PackedScene" uid="uid://85owxsja26ud" path="res://src/map/dungeon/corridors/A1 - Corridor - S-Block .tscn" id="9_og7ik"] +[ext_resource type="PackedScene" uid="uid://h1ijbjf7p462" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="10_wssiw"] +[ext_resource type="PackedScene" uid="uid://8qyob3r6geey" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="11_inun7"] +[ext_resource type="PackedScene" uid="uid://d03tsdfy0bxf7" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="12_025fw"] [ext_resource type="PackedScene" uid="uid://qjimnha6y6qk" path="res://src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/A1-SOCKET.glb" id="13_ds4nw"] [ext_resource type="PackedScene" uid="uid://crf30tibwsnri" path="res://src/map/dungeon/rooms/Set A/16. Seshat's Room.tscn" id="15_ow0v4"] -[ext_resource type="PackedScene" uid="uid://b6tcqnvlc5ayk" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="16_272of"] -[ext_resource type="PackedScene" uid="uid://cmobnodvd3884" path="res://src/map/dungeon/corridors/A1 - Corridor - Cross Block.tscn" id="17_7qn0v"] +[ext_resource type="PackedScene" uid="uid://dl1jimx8t7tjg" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="16_272of"] +[ext_resource type="PackedScene" uid="uid://k2mvy7hqotyy" path="res://src/map/dungeon/corridors/A1 - Corridor - Cross Block.tscn" id="17_7qn0v"] [ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="18_sne4t"] [ext_resource type="Texture2D" uid="uid://bm87roroo4piy" path="res://src/minimap/Floor Maps/6B.png" id="19_eltla"] [ext_resource type="PackedScene" uid="uid://cxwyge2s1yswu" path="res://src/map/Placeables/A1-Socket.tscn" id="19_n3q3o"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 6C.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 6C.tscn index 25dc507fb..08243c710 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 6C.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor06/Floor 6C.tscn @@ -5,16 +5,16 @@ [ext_resource type="PackedScene" uid="uid://dfpyfpnya0f4u" path="res://src/map/dungeon/rooms/Set A/13. Water Room.tscn" id="5_02o1u"] [ext_resource type="PackedScene" uid="uid://d2fbbjlkiqlao" path="res://src/map/dungeon/rooms/Set A/Gallery A1.tscn" id="6_mqwjf"] [ext_resource type="PackedScene" uid="uid://dhm2lyfkrjugf" path="res://src/map/dungeon/rooms/Set A/11. Long Room.tscn" id="7_caxvq"] -[ext_resource type="PackedScene" uid="uid://dlrd6vvwaqq3n" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="8_irxvk"] +[ext_resource type="PackedScene" uid="uid://c8aeki7iklhl6" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="8_irxvk"] [ext_resource type="PackedScene" uid="uid://b8u3sfhexlhfu" path="res://src/map/dungeon/rooms/Set A/Circle Room.tscn" id="9_3rk4b"] -[ext_resource type="PackedScene" uid="uid://8u5kue6pljh0" path="res://src/map/dungeon/corridors/A1 - Corridor - Z-Block.tscn" id="10_iucgs"] -[ext_resource type="PackedScene" uid="uid://cjxrkxr0bgeh1" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="10_ll32b"] -[ext_resource type="PackedScene" uid="uid://8d6n4tk5aam0" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="11_nchyr"] -[ext_resource type="PackedScene" uid="uid://dfjc54vc4yc45" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="12_i0jar"] -[ext_resource type="PackedScene" uid="uid://dgimg6s6w3xxd" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="12_kygg2"] +[ext_resource type="PackedScene" uid="uid://doglhpxbx43oi" path="res://src/map/dungeon/corridors/A1 - Corridor - Z-Block.tscn" id="10_iucgs"] +[ext_resource type="PackedScene" uid="uid://h1ijbjf7p462" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="10_ll32b"] +[ext_resource type="PackedScene" uid="uid://8qyob3r6geey" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="11_nchyr"] +[ext_resource type="PackedScene" uid="uid://66dyhnk5qdv8" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="12_i0jar"] +[ext_resource type="PackedScene" uid="uid://d03tsdfy0bxf7" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="12_kygg2"] [ext_resource type="PackedScene" uid="uid://cihbmyo0ltq4m" path="res://src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn" id="14_yy4sg"] [ext_resource type="PackedScene" uid="uid://crf30tibwsnri" path="res://src/map/dungeon/rooms/Set A/16. Seshat's Room.tscn" id="15_fefff"] -[ext_resource type="PackedScene" uid="uid://b6tcqnvlc5ayk" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="16_uxvk4"] +[ext_resource type="PackedScene" uid="uid://dl1jimx8t7tjg" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="16_uxvk4"] [ext_resource type="PackedScene" uid="uid://cxwyge2s1yswu" path="res://src/map/Placeables/A1-Socket.tscn" id="17_caxvq"] [ext_resource type="Texture2D" uid="uid://ybki82ap65pf" path="res://src/minimap/Floor Maps/6C.png" id="17_mqwjf"] [ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="18_xihc4"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor07/Floor 7A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor07/Floor 7A.tscn index 4b57e1ef2..df884afd4 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor07/Floor 7A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor07/Floor 7A.tscn @@ -8,12 +8,12 @@ [ext_resource type="PackedScene" uid="uid://cihbmyo0ltq4m" path="res://src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn" id="5_t45sr"] [ext_resource type="PackedScene" uid="uid://b82dx66mgs2d7" path="res://src/map/dungeon/rooms/Set A/08. Basin Room.tscn" id="6_ioy8s"] [ext_resource type="PackedScene" uid="uid://ce0cjm6v7ct6c" path="res://src/map/dungeon/rooms/Set A/07. CornerBlock Antechamber.tscn" id="7_uyc6d"] -[ext_resource type="PackedScene" uid="uid://dfjc54vc4yc45" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="8_lcvuq"] -[ext_resource type="PackedScene" uid="uid://cjxrkxr0bgeh1" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="9_c3xfa"] -[ext_resource type="PackedScene" uid="uid://cmobnodvd3884" path="res://src/map/dungeon/corridors/A1 - Corridor - Cross Block.tscn" id="10_qdmty"] -[ext_resource type="PackedScene" uid="uid://8d6n4tk5aam0" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="11_m0742"] -[ext_resource type="PackedScene" uid="uid://dlrd6vvwaqq3n" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="12_u7npj"] -[ext_resource type="PackedScene" uid="uid://dgimg6s6w3xxd" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="13_oynqo"] +[ext_resource type="PackedScene" uid="uid://66dyhnk5qdv8" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="8_lcvuq"] +[ext_resource type="PackedScene" uid="uid://h1ijbjf7p462" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="9_c3xfa"] +[ext_resource type="PackedScene" uid="uid://k2mvy7hqotyy" path="res://src/map/dungeon/corridors/A1 - Corridor - Cross Block.tscn" id="10_qdmty"] +[ext_resource type="PackedScene" uid="uid://8qyob3r6geey" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="11_m0742"] +[ext_resource type="PackedScene" uid="uid://c8aeki7iklhl6" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="12_u7npj"] +[ext_resource type="PackedScene" uid="uid://d03tsdfy0bxf7" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="13_oynqo"] [ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="14_iks40"] [ext_resource type="Texture2D" uid="uid://dl0ujqbkuph76" path="res://src/minimap/Floor Maps/7A.png" id="15_8a0lp"] [ext_resource type="PackedScene" uid="uid://cxwyge2s1yswu" path="res://src/map/Placeables/A1-Socket.tscn" id="16_u6l1h"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor07/Floor 7B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor07/Floor 7B.tscn index a67e4d2c7..4ccc161da 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor07/Floor 7B.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor07/Floor 7B.tscn @@ -9,11 +9,11 @@ [ext_resource type="PackedScene" uid="uid://cam640h4euewx" path="res://src/map/dungeon/rooms/Set A/05. Pit Room A.tscn" id="7_6pr7g"] [ext_resource type="PackedScene" uid="uid://b8u3sfhexlhfu" path="res://src/map/dungeon/rooms/Set A/Circle Room.tscn" id="8_5nwd4"] [ext_resource type="PackedScene" uid="uid://ce0cjm6v7ct6c" path="res://src/map/dungeon/rooms/Set A/07. CornerBlock Antechamber.tscn" id="8_68idg"] -[ext_resource type="PackedScene" uid="uid://dfjc54vc4yc45" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="9_a53ht"] +[ext_resource type="PackedScene" uid="uid://66dyhnk5qdv8" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="9_a53ht"] [ext_resource type="PackedScene" uid="uid://dpec2lbt83dhe" path="res://src/map/dungeon/rooms/Set A/03. Antechamber A.tscn" id="9_e0m0a"] -[ext_resource type="PackedScene" uid="uid://cjxrkxr0bgeh1" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="10_36ui0"] -[ext_resource type="PackedScene" uid="uid://8d6n4tk5aam0" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="12_ip0us"] -[ext_resource type="PackedScene" uid="uid://dlrd6vvwaqq3n" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="13_jshi3"] +[ext_resource type="PackedScene" uid="uid://h1ijbjf7p462" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="10_36ui0"] +[ext_resource type="PackedScene" uid="uid://8qyob3r6geey" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="12_ip0us"] +[ext_resource type="PackedScene" uid="uid://c8aeki7iklhl6" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="13_jshi3"] [ext_resource type="Texture2D" uid="uid://dfsrv5rpg311v" path="res://src/minimap/Floor Maps/7B.png" id="15_6pr7g"] [ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="16_5nwd4"] [ext_resource type="PackedScene" uid="uid://cxwyge2s1yswu" path="res://src/map/Placeables/A1-Socket.tscn" id="16_e0m0a"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor09/Floor 9A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor09/Floor 9A.tscn index de9a09756..e15128700 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor09/Floor 9A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor09/Floor 9A.tscn @@ -5,12 +5,12 @@ [ext_resource type="PackedScene" uid="uid://dra1mqcqhw7g0" path="res://src/map/dungeon/rooms/Set B/21. Gallery Room.tscn" id="3_53qaf"] [ext_resource type="PackedScene" uid="uid://cq82tqhlshn1k" path="res://src/map/dungeon/rooms/Set B/22. Pit Room B.tscn" id="4_do6hu"] [ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="5_0cure"] -[ext_resource type="PackedScene" uid="uid://dashmsecoojsf" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="6_632so"] -[ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="7_rnk4p"] +[ext_resource type="PackedScene" uid="uid://bnwuigve8vr3r" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="6_632so"] +[ext_resource type="PackedScene" uid="uid://ctlwilyihld8u" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="7_rnk4p"] [ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="8_6h7gn"] [ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="9_rbemv"] -[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="10_22k8k"] -[ext_resource type="PackedScene" uid="uid://bp8dy2pd56gkm" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="11_nx4ws"] +[ext_resource type="PackedScene" uid="uid://b2xx2on4lkfjy" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="10_22k8k"] +[ext_resource type="PackedScene" uid="uid://djgvfbwrt5bqp" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="11_nx4ws"] [ext_resource type="PackedScene" uid="uid://dp42gsgacl331" path="res://src/map/dungeon/corridors/A2 - Corridor - S-Block .tscn" id="12_o05y5"] [ext_resource type="PackedScene" uid="uid://kbrt3cos7udm" path="res://src/map/Placeables/A2-Socket.tscn" id="13_s2787"] [ext_resource type="Texture2D" uid="uid://yj8qw6hm1mtd" path="res://src/minimap/Floor Maps/9A.png" id="14_xq7ii"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor09/Floor 9B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor09/Floor 9B.tscn index 6eb618925..194883321 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor09/Floor 9B.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor09/Floor 9B.tscn @@ -4,14 +4,14 @@ [ext_resource type="PackedScene" uid="uid://dadl2rua1ovhq" path="res://src/map/dungeon/rooms/Set B/20. Antechamber 3.tscn" id="2_gh218"] [ext_resource type="PackedScene" uid="uid://dra1mqcqhw7g0" path="res://src/map/dungeon/rooms/Set B/21. Gallery Room.tscn" id="3_cdndq"] [ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="5_qclr3"] -[ext_resource type="PackedScene" uid="uid://dashmsecoojsf" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="6_mj7bb"] -[ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="7_4jnqu"] +[ext_resource type="PackedScene" uid="uid://bnwuigve8vr3r" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="6_mj7bb"] +[ext_resource type="PackedScene" uid="uid://ctlwilyihld8u" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="7_4jnqu"] [ext_resource type="PackedScene" uid="uid://cgp60ood1orpr" path="res://src/map/dungeon/rooms/Set B/41. Circle.tscn" id="9_cdndq"] [ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="9_o30ug"] -[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="10_2c4ye"] +[ext_resource type="PackedScene" uid="uid://b2xx2on4lkfjy" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="10_2c4ye"] [ext_resource type="PackedScene" uid="uid://d2k2v4bcybx3k" path="res://src/map/dungeon/rooms/Set B/26. Item Transfer Room B.tscn" id="10_m7w4j"] [ext_resource type="PackedScene" uid="uid://e17ephn3qhyp" path="res://src/map/dungeon/corridors/A2 - Corridor - Cross Block.tscn" id="11_qclr3"] -[ext_resource type="PackedScene" uid="uid://bp8dy2pd56gkm" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="11_xfjxy"] +[ext_resource type="PackedScene" uid="uid://djgvfbwrt5bqp" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="11_xfjxy"] [ext_resource type="PackedScene" uid="uid://bbyjnuf1p6w3r" path="res://src/map/dungeon/rooms/Set B/43. Large Block Room A2.tscn" id="13_mj7bb"] [ext_resource type="PackedScene" uid="uid://kbrt3cos7udm" path="res://src/map/Placeables/A2-Socket.tscn" id="13_teacq"] [ext_resource type="PackedScene" uid="uid://dqew5q3bogxg7" path="res://src/map/dungeon/door/DOORB.tscn" id="15_4jnqu"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor10/Floor 10A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor10/Floor 10A.tscn index 598329c7e..5788db6df 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor10/Floor 10A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor10/Floor 10A.tscn @@ -5,12 +5,12 @@ [ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="2_mkc0e"] [ext_resource type="PackedScene" uid="uid://dbfkpodwvxmfe" path="res://src/map/dungeon/rooms/Set B/25. Pedestal Room.tscn" id="3_y2l0a"] [ext_resource type="PackedScene" uid="uid://bhqmpgpegcuu5" path="res://src/map/dungeon/rooms/Set B/24. Balcony Room 2.tscn" id="4_3d2sp"] -[ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="5_4h2k3"] +[ext_resource type="PackedScene" uid="uid://ctlwilyihld8u" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="5_4h2k3"] [ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="6_5reki"] -[ext_resource type="PackedScene" uid="uid://dashmsecoojsf" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="7_83knm"] +[ext_resource type="PackedScene" uid="uid://bnwuigve8vr3r" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="7_83knm"] [ext_resource type="PackedScene" uid="uid://dra1mqcqhw7g0" path="res://src/map/dungeon/rooms/Set B/21. Gallery Room.tscn" id="9_mffyw"] [ext_resource type="PackedScene" uid="uid://5cstpejxygy6" path="res://src/map/dungeon/rooms/Set B/29. Column Circle Room.tscn" id="10_xldof"] -[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="12_wklws"] +[ext_resource type="PackedScene" uid="uid://b2xx2on4lkfjy" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="12_wklws"] [ext_resource type="PackedScene" uid="uid://dqew5q3bogxg7" path="res://src/map/dungeon/door/DOORB.tscn" id="13_irwtv"] [ext_resource type="PackedScene" uid="uid://kbrt3cos7udm" path="res://src/map/Placeables/A2-Socket.tscn" id="14_lemri"] [ext_resource type="PackedScene" uid="uid://c7ax30sh5bmus" path="res://src/map/dungeon/models/Corridor Models/A2 Corridor Blocks/A2-Corridor_ends.glb" id="14_wklws"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor10/Floor 10B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor10/Floor 10B.tscn index efb9325fb..da104ea5d 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor10/Floor 10B.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor10/Floor 10B.tscn @@ -6,12 +6,12 @@ [ext_resource type="PackedScene" uid="uid://5cstpejxygy6" path="res://src/map/dungeon/rooms/Set B/29. Column Circle Room.tscn" id="5_sa3yf"] [ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="6_g72cf"] [ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="7_yq6g7"] -[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="8_lsscn"] +[ext_resource type="PackedScene" uid="uid://b2xx2on4lkfjy" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="8_lsscn"] [ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="9_ptghi"] -[ext_resource type="PackedScene" uid="uid://bnhcth7efq2da" path="res://src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn" id="10_yym33"] -[ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="11_b2sh0"] -[ext_resource type="PackedScene" uid="uid://bp8dy2pd56gkm" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="12_ubo6d"] -[ext_resource type="PackedScene" uid="uid://dashmsecoojsf" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="13_2d5al"] +[ext_resource type="PackedScene" uid="uid://bo0fgc0kneyfd" path="res://src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn" id="10_yym33"] +[ext_resource type="PackedScene" uid="uid://ctlwilyihld8u" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="11_b2sh0"] +[ext_resource type="PackedScene" uid="uid://djgvfbwrt5bqp" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="12_ubo6d"] +[ext_resource type="PackedScene" uid="uid://bnwuigve8vr3r" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="13_2d5al"] [ext_resource type="PackedScene" uid="uid://dqew5q3bogxg7" path="res://src/map/dungeon/door/DOORB.tscn" id="14_u4ual"] [ext_resource type="PackedScene" uid="uid://dbfkpodwvxmfe" path="res://src/map/dungeon/rooms/Set B/25. Pedestal Room.tscn" id="14_wwgdf"] [ext_resource type="PackedScene" uid="uid://cq82tqhlshn1k" path="res://src/map/dungeon/rooms/Set B/22. Pit Room B.tscn" id="15_s6u4m"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11A.tscn index 5eafa3ad1..cee420d83 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11A.tscn @@ -7,12 +7,12 @@ [ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="4_cy864"] [ext_resource type="PackedScene" uid="uid://d1uldtsv8u8vw" path="res://src/map/dungeon/rooms/Set B/23. Fountain Antechamber.tscn" id="4_wrohb"] [ext_resource type="PackedScene" uid="uid://cgp60ood1orpr" path="res://src/map/dungeon/rooms/Set B/41. Circle.tscn" id="5_6h8wr"] -[ext_resource type="PackedScene" uid="uid://dashmsecoojsf" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="5_buysh"] -[ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="6_0djwa"] +[ext_resource type="PackedScene" uid="uid://bnwuigve8vr3r" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="5_buysh"] +[ext_resource type="PackedScene" uid="uid://ctlwilyihld8u" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="6_0djwa"] [ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="7_hqhnq"] [ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="8_1gngl"] -[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="9_65tcb"] -[ext_resource type="PackedScene" uid="uid://bp8dy2pd56gkm" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="10_uv4uh"] +[ext_resource type="PackedScene" uid="uid://b2xx2on4lkfjy" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="9_65tcb"] +[ext_resource type="PackedScene" uid="uid://djgvfbwrt5bqp" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="10_uv4uh"] [ext_resource type="PackedScene" uid="uid://dqew5q3bogxg7" path="res://src/map/dungeon/door/DOORB.tscn" id="13_mrx2g"] [ext_resource type="PackedScene" uid="uid://kbrt3cos7udm" path="res://src/map/Placeables/A2-Socket.tscn" id="14_2wxas"] [ext_resource type="Texture2D" uid="uid://dt1ww3q2g8q53" path="res://src/minimap/Floor Maps/11A.png" id="15_wrohb"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11B.tscn index d68a9e189..2dec06f7e 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11B.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor11/Floor 11B.tscn @@ -6,9 +6,9 @@ [ext_resource type="PackedScene" uid="uid://b1oayub1dt5ag" path="res://src/map/dungeon/rooms/Set B/31. Dismantled Saint's Room.tscn" id="3_o812o"] [ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="4_f5oy5"] [ext_resource type="PackedScene" uid="uid://e17ephn3qhyp" path="res://src/map/dungeon/corridors/A2 - Corridor - Cross Block.tscn" id="5_qvftd"] -[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="6_e7l5q"] -[ext_resource type="PackedScene" uid="uid://bp8dy2pd56gkm" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="7_i2itk"] -[ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="8_25p72"] +[ext_resource type="PackedScene" uid="uid://b2xx2on4lkfjy" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="6_e7l5q"] +[ext_resource type="PackedScene" uid="uid://djgvfbwrt5bqp" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="7_i2itk"] +[ext_resource type="PackedScene" uid="uid://ctlwilyihld8u" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="8_25p72"] [ext_resource type="PackedScene" uid="uid://dbfkpodwvxmfe" path="res://src/map/dungeon/rooms/Set B/25. Pedestal Room.tscn" id="9_1pfg1"] [ext_resource type="PackedScene" uid="uid://dqew5q3bogxg7" path="res://src/map/dungeon/door/DOORB.tscn" id="10_hsdcg"] [ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="11_ynqwd"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor12/Floor 12A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor12/Floor 12A.tscn index 11f3f7182..232e16b11 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor12/Floor 12A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor12/Floor 12A.tscn @@ -5,16 +5,16 @@ [ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="3_xwhg8"] [ext_resource type="PackedScene" uid="uid://5cstpejxygy6" path="res://src/map/dungeon/rooms/Set B/29. Column Circle Room.tscn" id="4_5yno2"] [ext_resource type="PackedScene" uid="uid://b8tiuu3l181ke" path="res://src/map/dungeon/rooms/Set B/28. Long Room B.tscn" id="5_ri3ov"] -[ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="6_qn0li"] +[ext_resource type="PackedScene" uid="uid://ctlwilyihld8u" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="6_qn0li"] [ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="7_0nx78"] -[ext_resource type="PackedScene" uid="uid://bp8dy2pd56gkm" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="8_q3hi4"] -[ext_resource type="PackedScene" uid="uid://dashmsecoojsf" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="9_dhta4"] +[ext_resource type="PackedScene" uid="uid://djgvfbwrt5bqp" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="8_q3hi4"] +[ext_resource type="PackedScene" uid="uid://bnwuigve8vr3r" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="9_dhta4"] [ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="10_drbdc"] [ext_resource type="PackedScene" uid="uid://boonyo0b1q1ad" path="res://src/map/dungeon/rooms/Set B/40. Donut Gallery.tscn" id="11_qe4qs"] [ext_resource type="PackedScene" uid="uid://dra1mqcqhw7g0" path="res://src/map/dungeon/rooms/Set B/21. Gallery Room.tscn" id="12_n1o17"] [ext_resource type="PackedScene" uid="uid://dbfkpodwvxmfe" path="res://src/map/dungeon/rooms/Set B/25. Pedestal Room.tscn" id="13_hngai"] [ext_resource type="PackedScene" uid="uid://dp42gsgacl331" path="res://src/map/dungeon/corridors/A2 - Corridor - S-Block .tscn" id="14_n17av"] -[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="15_vi6hn"] +[ext_resource type="PackedScene" uid="uid://b2xx2on4lkfjy" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="15_vi6hn"] [ext_resource type="PackedScene" uid="uid://dqew5q3bogxg7" path="res://src/map/dungeon/door/DOORB.tscn" id="16_3wfmp"] [ext_resource type="PackedScene" uid="uid://kbrt3cos7udm" path="res://src/map/Placeables/A2-Socket.tscn" id="17_n1o17"] [ext_resource type="Texture2D" uid="uid://dk6uy58f2vgg1" path="res://src/minimap/Floor Maps/12A.png" id="18_hngai"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor12/Floor 12B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor12/Floor 12B.tscn index bee0135f6..ac6482553 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor12/Floor 12B.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor12/Floor 12B.tscn @@ -12,11 +12,11 @@ [ext_resource type="PackedScene" uid="uid://dp42gsgacl331" path="res://src/map/dungeon/corridors/A2 - Corridor - S-Block .tscn" id="9_081gv"] [ext_resource type="PackedScene" uid="uid://b7hdsijrg4g8c" path="res://src/map/dungeon/corridors/A2 - Corridor - Z-Block.tscn" id="10_g8jo1"] [ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="11_u24y0"] -[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="12_x7t15"] +[ext_resource type="PackedScene" uid="uid://b2xx2on4lkfjy" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="12_x7t15"] [ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="13_ct6ie"] -[ext_resource type="PackedScene" uid="uid://bnhcth7efq2da" path="res://src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn" id="14_beavv"] -[ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="15_chw2v"] -[ext_resource type="PackedScene" uid="uid://bp8dy2pd56gkm" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="16_ebkqg"] +[ext_resource type="PackedScene" uid="uid://bo0fgc0kneyfd" path="res://src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn" id="14_beavv"] +[ext_resource type="PackedScene" uid="uid://ctlwilyihld8u" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="15_chw2v"] +[ext_resource type="PackedScene" uid="uid://djgvfbwrt5bqp" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="16_ebkqg"] [ext_resource type="PackedScene" uid="uid://dqew5q3bogxg7" path="res://src/map/dungeon/door/DOORB.tscn" id="17_aom43"] [ext_resource type="Texture2D" uid="uid://dli2i2bbd8sv8" path="res://src/minimap/Floor Maps/12B.png" id="18_ek3kj"] [ext_resource type="PackedScene" uid="uid://kbrt3cos7udm" path="res://src/map/Placeables/A2-Socket.tscn" id="19_nlvua"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor13/Floor 13A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor13/Floor 13A.tscn index d43159b33..fff985e63 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor13/Floor 13A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor13/Floor 13A.tscn @@ -8,10 +8,10 @@ [ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="5_0jlcm"] [ext_resource type="PackedScene" uid="uid://5cstpejxygy6" path="res://src/map/dungeon/rooms/Set B/29. Column Circle Room.tscn" id="6_atul7"] [ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="7_pr2ha"] -[ext_resource type="PackedScene" uid="uid://bp8dy2pd56gkm" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="8_4u3iy"] -[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="9_h57ej"] +[ext_resource type="PackedScene" uid="uid://djgvfbwrt5bqp" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="8_4u3iy"] +[ext_resource type="PackedScene" uid="uid://b2xx2on4lkfjy" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="9_h57ej"] [ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="10_l83a4"] -[ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="11_r7cya"] +[ext_resource type="PackedScene" uid="uid://ctlwilyihld8u" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="11_r7cya"] [ext_resource type="PackedScene" uid="uid://dqew5q3bogxg7" path="res://src/map/dungeon/door/DOORB.tscn" id="12_mwtuj"] [ext_resource type="Texture2D" uid="uid://cokfcgjm0egso" path="res://src/minimap/Floor Maps/13A.png" id="13_t7n4i"] [ext_resource type="PackedScene" uid="uid://kbrt3cos7udm" path="res://src/map/Placeables/A2-Socket.tscn" id="14_irwtv"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor14/Floor 14A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor14/Floor 14A.tscn index ac4d4506d..43d3d4e34 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor14/Floor 14A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor14/Floor 14A.tscn @@ -4,16 +4,16 @@ [ext_resource type="PackedScene" uid="uid://b6akxaacr8jd2" path="res://src/map/dungeon/rooms/Set B/33. Puer's Room.tscn" id="2_abunl"] [ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="3_yc1xo"] [ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="4_xw3tf"] -[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="5_rkbc4"] +[ext_resource type="PackedScene" uid="uid://b2xx2on4lkfjy" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="5_rkbc4"] [ext_resource type="PackedScene" uid="uid://cypdcaqeylnwl" path="res://src/map/dungeon/rooms/Set B/27. Water Room B.tscn" id="6_r0keh"] [ext_resource type="PackedScene" uid="uid://5cstpejxygy6" path="res://src/map/dungeon/rooms/Set B/29. Column Circle Room.tscn" id="7_372ac"] [ext_resource type="PackedScene" uid="uid://dra1mqcqhw7g0" path="res://src/map/dungeon/rooms/Set B/21. Gallery Room.tscn" id="8_03rcm"] [ext_resource type="PackedScene" uid="uid://d1uldtsv8u8vw" path="res://src/map/dungeon/rooms/Set B/23. Fountain Antechamber.tscn" id="9_bsi5t"] [ext_resource type="PackedScene" uid="uid://d2k2v4bcybx3k" path="res://src/map/dungeon/rooms/Set B/26. Item Transfer Room B.tscn" id="10_f153f"] [ext_resource type="PackedScene" uid="uid://dadl2rua1ovhq" path="res://src/map/dungeon/rooms/Set B/20. Antechamber 3.tscn" id="11_f3bpy"] -[ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="12_ci7tj"] +[ext_resource type="PackedScene" uid="uid://ctlwilyihld8u" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="12_ci7tj"] [ext_resource type="PackedScene" uid="uid://ba1qktwfba0h8" path="res://src/map/dungeon/corridors/A2 - Corridor - Zag Block .tscn" id="13_drmw5"] -[ext_resource type="PackedScene" uid="uid://bnhcth7efq2da" path="res://src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn" id="14_d8lgq"] +[ext_resource type="PackedScene" uid="uid://bo0fgc0kneyfd" path="res://src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn" id="14_d8lgq"] [ext_resource type="PackedScene" uid="uid://e17ephn3qhyp" path="res://src/map/dungeon/corridors/A2 - Corridor - Cross Block.tscn" id="15_whn3o"] [ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="16_b35rm"] [ext_resource type="PackedScene" uid="uid://kbrt3cos7udm" path="res://src/map/Placeables/A2-Socket.tscn" id="17_rkbc4"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor14/Floor 14B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor14/Floor 14B.tscn index f53b2554d..24eb58867 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor14/Floor 14B.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor14/Floor 14B.tscn @@ -7,13 +7,13 @@ [ext_resource type="PackedScene" uid="uid://cq82tqhlshn1k" path="res://src/map/dungeon/rooms/Set B/22. Pit Room B.tscn" id="4_jh4jv"] [ext_resource type="PackedScene" uid="uid://dra1mqcqhw7g0" path="res://src/map/dungeon/rooms/Set B/21. Gallery Room.tscn" id="5_d87u7"] [ext_resource type="PackedScene" uid="uid://dadl2rua1ovhq" path="res://src/map/dungeon/rooms/Set B/20. Antechamber 3.tscn" id="6_8ux65"] -[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="7_ve4gf"] +[ext_resource type="PackedScene" uid="uid://b2xx2on4lkfjy" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="7_ve4gf"] [ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="8_jygnb"] -[ext_resource type="PackedScene" uid="uid://dashmsecoojsf" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="9_jeunu"] -[ext_resource type="PackedScene" uid="uid://bnhcth7efq2da" path="res://src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn" id="10_oapja"] +[ext_resource type="PackedScene" uid="uid://bnwuigve8vr3r" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="9_jeunu"] +[ext_resource type="PackedScene" uid="uid://bo0fgc0kneyfd" path="res://src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn" id="10_oapja"] [ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="11_f5okq"] -[ext_resource type="PackedScene" uid="uid://bp8dy2pd56gkm" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="12_ku5hr"] -[ext_resource type="PackedScene" uid="uid://ck42j6i3df2q5" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="13_0jf3o"] +[ext_resource type="PackedScene" uid="uid://djgvfbwrt5bqp" path="res://src/map/dungeon/corridors/A2 - Corridor - 2 Block .tscn" id="12_ku5hr"] +[ext_resource type="PackedScene" uid="uid://ctlwilyihld8u" path="res://src/map/dungeon/corridors/A2 - Corridor - 3 Block .tscn" id="13_0jf3o"] [ext_resource type="PackedScene" uid="uid://dbfkpodwvxmfe" path="res://src/map/dungeon/rooms/Set B/25. Pedestal Room.tscn" id="14_uhe7u"] [ext_resource type="PackedScene" uid="uid://dqew5q3bogxg7" path="res://src/map/dungeon/door/DOORB.tscn" id="15_xbwto"] [ext_resource type="PackedScene" uid="uid://d2k2v4bcybx3k" path="res://src/map/dungeon/rooms/Set B/26. Item Transfer Room B.tscn" id="16_6ljmo"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor15/Floor 15B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor15/Floor 15B.tscn index a39f932b6..9a586fee3 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor15/Floor 15B.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Floor15/Floor 15B.tscn @@ -7,11 +7,11 @@ [ext_resource type="PackedScene" uid="uid://b8tiuu3l181ke" path="res://src/map/dungeon/rooms/Set B/28. Long Room B.tscn" id="4_2lxx6"] [ext_resource type="PackedScene" uid="uid://02v033xrh6xi" path="res://src/map/dungeon/rooms/Set B/38. Floor Exit B.tscn" id="5_h0mb2"] [ext_resource type="PackedScene" uid="uid://c3lwv11e6oi7a" path="res://src/map/dungeon/corridors/A2 - Corridor - T-Block.tscn" id="6_ku5ap"] -[ext_resource type="PackedScene" uid="uid://bnhcth7efq2da" path="res://src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn" id="7_1e570"] -[ext_resource type="PackedScene" uid="uid://cmvimr0pvsgqy" path="res://src/enemy/enemy_types/10. Eden Pillar/Eden Pillar.tscn" id="8_g0a8e"] -[ext_resource type="PackedScene" uid="uid://dashmsecoojsf" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="8_lg0yj"] +[ext_resource type="PackedScene" uid="uid://bo0fgc0kneyfd" path="res://src/map/dungeon/corridors/A2 - Corridor - 4 Block .tscn" id="7_1e570"] +[ext_resource type="PackedScene" uid="uid://bsuv2suwjvla" path="res://src/enemy/enemy_types/10. Eden Pillar/Eden Pillar.tscn" id="8_g0a8e"] +[ext_resource type="PackedScene" uid="uid://bnwuigve8vr3r" path="res://src/map/dungeon/corridors/A2 - Corridor - 5 Block .tscn" id="8_lg0yj"] [ext_resource type="PackedScene" uid="uid://ds6g6la483j2v" path="res://src/map/dungeon/corridors/A2 - Corridor - Corner .tscn" id="9_5a4bp"] -[ext_resource type="PackedScene" uid="uid://cetblp4mtwotw" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="10_71nlt"] +[ext_resource type="PackedScene" uid="uid://b2xx2on4lkfjy" path="res://src/map/dungeon/corridors/A2 - Corridor - 1 Block.tscn" id="10_71nlt"] [ext_resource type="PackedScene" uid="uid://dbfkpodwvxmfe" path="res://src/map/dungeon/rooms/Set B/25. Pedestal Room.tscn" id="11_1kiu7"] [ext_resource type="PackedScene" uid="uid://dqew5q3bogxg7" path="res://src/map/dungeon/door/DOORB.tscn" id="13_feqgb"] [ext_resource type="PackedScene" uid="uid://kbrt3cos7udm" path="res://src/map/Placeables/A2-Socket.tscn" id="14_yjv8c"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/00. Altar.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/00. Altar.tscn index 5cfabdf5e..d157e2f28 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/00. Altar.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/00. Altar.tscn @@ -5,7 +5,7 @@ [ext_resource type="PackedScene" uid="uid://co0fmuno2pjc7" path="res://src/map/dungeon/models/Special Floors & Rooms/Altar/02_ALTAR_FLOOR_ZER0_VER.1.glb" id="2_xpi6o"] [ext_resource type="Script" uid="uid://cstc8tdapyrst" path="res://src/audio/AmbientSFXPlayer.cs" id="5_7xfp0"] [ext_resource type="Shader" uid="uid://c4a68uhm5o2h4" path="res://src/map/map shaders/Altar Sky Environment.gdshader" id="27_lb4gb"] -[ext_resource type="AudioStream" uid="uid://bmiitw4fcs68e" path="res://src/audio/AMB/amb_wind_loop_altar.wav" id="28_je2oh"] +[ext_resource type="AudioStream" uid="uid://c4ud110da8efp" path="res://src/audio/AMB/amb_wind_loop_altar.wav" id="28_je2oh"] [sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_aqomv"] data = PackedVector3Array(-3.3925, -0.4692, 0.404, -3.3925, 8.7018, 0.404, -2.2486, 8.7018, -2.8922, -3.3925, -0.4692, 0.404, -2.2486, 8.7018, -2.8922, -2.2486, -0.4692, -2.8922, -0.1133, -0.4692, -2.7502, -0.1133, 8.7018, -2.7502, 1.7984, 8.7018, -2.5918, -0.1133, -0.4692, -2.7502, 1.7984, 8.7018, -2.5918, 1.7984, -1.3386, -2.5918, 1.7984, -1.3386, -2.5918, 1.7984, 8.7018, -2.5918, 3.6849, 8.7018, 1.9957, 1.7984, -1.3386, -2.5918, 3.6849, 8.7018, 1.9957, 3.6849, -1.3386, 1.9957, 1.5401, -0.4692, 3.0749, 1.5401, 8.7018, 3.0749, -3.3925, 8.7018, 0.404, 1.5401, -0.4692, 3.0749, -3.3925, 8.7018, 0.404, -3.3925, -0.4692, 0.404, 3.6849, -1.3386, 1.9957, 3.6849, 8.7018, 1.9957, 1.5401, 8.7018, 3.0749, 3.6849, -1.3386, 1.9957, 1.5401, 8.7018, 3.0749, 1.5401, -0.4692, 3.0749, -2.2486, -0.4692, -2.8922, -2.2486, 8.7018, -2.8922, -0.1133, 8.7018, -2.7502, -2.2486, -0.4692, -2.8922, -0.1133, 8.7018, -2.7502, -0.1133, -0.4692, -2.7502, 28.9379, 7.7244, 15.9431, 28.9379, -1.3923, 15.9431, 48.2187, -1.3923, 15.9401, 28.9379, 7.7244, 15.9431, 48.2187, -1.3923, 15.9401, 48.2187, 7.7244, 15.9401, 48.2187, 7.7244, 15.9401, 48.2187, -1.3923, 15.9401, 99.6775, -1.3923, 15.9401, 48.2187, 7.7244, 15.9401, 99.6775, -1.3923, 15.9401, 99.6775, 7.7244, 15.9401, 99.6775, 7.7244, 15.9401, 99.6775, -1.3923, 15.9401, 106.285, -1.3923, 15.9255, 99.6775, 7.7244, 15.9401, 106.285, -1.3923, 15.9255, 106.285, 7.6793, 15.9255, 106.285, -1.3923, 15.9255, 106.285, 7.6793, 7.4851, 106.285, 7.6793, 15.9255, 106.285, -1.3923, 15.9255, 106.285, -1.3923, 7.4851, 106.285, 7.6793, 7.4851, 99.6775, -1.3923, 7.4705, 106.285, 7.6793, 7.4851, 106.285, -1.3923, 7.4851, 99.6775, -1.3923, 7.4705, 99.6775, 7.7244, 7.4705, 106.285, 7.6793, 7.4851, 48.2187, -1.3923, 7.4705, 99.6775, 7.7244, 7.4705, 99.6775, -1.3923, 7.4705, 48.2187, -1.3923, 7.4705, 48.2187, 7.7244, 7.4705, 99.6775, 7.7244, 7.4705, 28.9655, -1.3923, 7.3823, 48.2187, 7.7244, 7.4705, 48.2187, -1.3923, 7.4705, 28.9655, -1.3923, 7.3823, 28.9655, 7.7244, 7.3823, 48.2187, 7.7244, 7.4705, 15.064, -1.7563, 24.808, 15.96, 7.4601, 24.7014, 12.7212, 7.5296, 28.7235, 15.064, -1.7563, 24.808, 12.7212, 7.5296, 28.7235, 11.7712, -1.7681, 29.3285, 11.7712, -1.7681, 29.3285, 12.7212, 7.5296, 28.7235, 11.4389, 7.7088, 33.2736, 11.7712, -1.7681, 29.3285, 11.4389, 7.7088, 33.2736, 11.7145, -2.7115, 33.2538, 2.6504, -1.3923, 33.0209, 2.6504, 7.7244, 33.0209, -1.1454, 7.7244, 31.7354, 2.6504, -1.3923, 33.0209, -1.1454, 7.7244, 31.7354, -1.1454, -1.3923, 31.7354, 7.4643, -1.3923, 33.5284, 2.6504, 7.7244, 33.0209, 2.6504, -1.3923, 33.0209, -1.1454, -1.3923, 31.7354, -1.1454, 7.7244, 31.7354, -4.8429, 7.7244, 29.6798, 7.4643, -1.3923, 33.5284, 7.4643, 7.7244, 33.5284, 2.6504, 7.7244, 33.0209, 11.7145, -2.7115, 33.2538, 7.4643, 7.7244, 33.5284, 7.4643, -1.3923, 33.5284, 11.7145, -2.7115, 33.2538, 11.4389, 7.7088, 33.2736, 7.4643, 7.7244, 33.5284, -1.1454, -1.3923, 31.7354, -4.8429, 7.7244, 29.6798, -4.8429, -1.3923, 29.6798, -4.8429, -1.3923, 29.6798, -4.8429, 7.7244, 29.6798, -7.902, 7.7244, 27.0575, -4.8429, -1.3923, 29.6798, -7.902, 7.7244, 27.0575, -7.902, -1.3923, 27.0575, -7.902, -1.3923, 27.0575, -7.902, 7.7244, 27.0575, -10.8759, 7.7244, 23.6101, -7.902, -1.3923, 27.0575, -10.8759, 7.7244, 23.6101, -10.8759, -1.3923, 23.6101, -10.8759, -1.3923, 23.6101, -10.8759, 7.7244, 23.6101, -12.8775, 7.7244, 19.9487, -10.8759, -1.3923, 23.6101, -12.8775, 7.7244, 19.9487, -12.8775, -1.3923, 19.9487, -12.8775, -1.3923, 19.9487, -12.8775, 7.7244, 19.9487, -14.1277, 7.7244, 15.8222, -12.8775, -1.3923, 19.9487, -14.1277, 7.7244, 15.8222, -14.1277, -1.3923, 15.8222, -14.1277, -1.3923, 15.8222, -14.1277, 7.7244, 15.8222, -14.5688, 7.7244, 11.5878, -14.1277, -1.3923, 15.8222, -14.5688, 7.7244, 11.5878, -14.5688, -1.3923, 11.5878, -14.5688, -1.3923, 11.5878, -14.5688, 7.7244, 11.5878, -14.0407, 7.7244, 7.2613, -14.5688, -1.3923, 11.5878, -14.0407, 7.7244, 7.2613, -14.0407, -1.3923, 7.2613, -14.0407, -1.3923, 7.2613, -14.0407, 7.7244, 7.2613, -12.7306, 7.7244, 3.2389, -14.0407, -1.3923, 7.2613, -12.7306, 7.7244, 3.2389, -12.7306, -1.3923, 3.2389, -12.7306, -1.3923, 3.2389, -12.7306, 7.7244, 3.2389, -10.6617, 7.7244, -0.5608, -12.7306, -1.3923, 3.2389, -10.6617, 7.7244, -0.5608, -10.6617, -1.3923, -0.5608, -10.6617, -1.3923, -0.5608, -10.6617, 7.7244, -0.5608, -8.034, 7.7244, -3.8647, -10.6617, -1.3923, -0.5608, -8.034, 7.7244, -3.8647, -8.034, -1.3923, -3.8647, -8.034, -1.3923, -3.8647, -8.034, 7.7244, -3.8647, -4.7388, 7.7244, -6.5357, -8.034, -1.3923, -3.8647, -4.7388, 7.7244, -6.5357, -4.7388, -2.7124, -6.5357, -4.7388, -2.7124, -6.5357, -4.7388, 7.7244, -6.5357, -0.9806, 7.7244, -8.5873, -4.7388, -2.7124, -6.5357, -0.9806, 7.7244, -8.5873, -0.9806, -2.2617, -8.5873, -0.9806, -2.2617, -8.5873, -0.9806, 7.7244, -8.5873, 3.078, 7.7244, -9.8366, -0.9806, -2.2617, -8.5873, 3.078, 7.7244, -9.8366, 3.078, -1.3923, -9.8366, 3.078, -1.3923, -9.8366, 3.078, 7.7244, -9.8366, 7.4609, 7.7244, -10.258, 3.078, -1.3923, -9.8366, 7.4609, 7.7244, -10.258, 7.4609, -1.3923, -10.258, 7.4609, -1.3923, -10.258, 7.4609, 7.7244, -10.258, 11.6687, 7.7244, -9.8342, 7.4609, -1.3923, -10.258, 11.6687, 7.7244, -9.8342, 11.6687, -1.3923, -9.8342, 11.6687, -1.3923, -9.8342, 11.6687, 7.7244, -9.8342, 15.9042, 7.7244, -8.4866, 11.6687, -1.3923, -9.8342, 15.9042, 7.7244, -8.4866, 15.9042, -1.3923, -8.4866, 15.9042, -1.3923, -8.4866, 15.9042, 7.7244, -8.4866, 19.6803, 7.7244, -6.5368, 15.9042, -1.3923, -8.4866, 19.6803, 7.7244, -6.5368, 19.6803, -1.3923, -6.5368, 19.6803, -1.3923, -6.5368, 19.6803, 7.7244, -6.5368, 22.9495, 7.7244, -3.829, 19.6803, -1.3923, -6.5368, 22.9495, 7.7244, -3.829, 22.9495, -1.3923, -3.829, 22.9495, -1.3923, -3.829, 22.9495, 7.7244, -3.829, 25.7208, 7.7244, -0.4618, 22.9495, -1.3923, -3.829, 25.7208, 7.7244, -0.4618, 25.7207, -1.3923, -0.4618, 25.7207, -1.3923, -0.4618, 25.7208, 7.7244, -0.4618, 27.7178, 7.7244, 3.3401, 25.7207, -1.3923, -0.4618, 27.7178, 7.7244, 3.3401, 27.7178, -1.3923, 3.3401, 27.7178, -1.3923, 3.3401, 27.7178, 7.7244, 3.3401, 28.9655, 7.7244, 7.3823, 27.7178, -1.3923, 3.3401, 28.9655, 7.7244, 7.3823, 28.9655, -1.3923, 7.3823, 28.9379, -1.3923, 15.9431, 28.9379, 7.7244, 15.9431, 27.7153, 7.7244, 20.2713, 28.9379, -1.3923, 15.9431, 27.7153, 7.7244, 20.2713, 27.7153, -1.3923, 20.2713, 27.7153, -1.3923, 20.2713, 27.7153, 7.7244, 20.2713, 25.5887, 7.7244, 24.1355, 27.7153, -1.3923, 20.2713, 25.5887, 7.7244, 24.1355, 25.5887, -1.3923, 24.1355, 25.5887, -1.3923, 24.1355, 25.5887, 7.7244, 24.1355, 23.0552, 7.7244, 27.2603, 25.5887, -1.3923, 24.1355, 23.0552, 7.7244, 27.2603, 23.0552, -1.3923, 27.2603, 23.0552, -1.3923, 27.2603, 23.0552, 7.7244, 27.2603, 18.7068, 7.7014, 26.4664, 23.0552, -1.3923, 27.2603, 18.7068, 7.7014, 26.4664, 18.7096, -1.9203, 26.809, 18.7096, -1.9203, 26.809, 18.7068, 7.7014, 26.4664, 15.96, 7.4601, 24.7014, 18.7096, -1.9203, 26.809, 15.96, 7.4601, 24.7014, 15.064, -1.7563, 24.808) @@ -101,12 +101,12 @@ script = ExtResource("1_5jip8") Dialogue = ExtResource("2_7xfp0") [node name="Model" type="Node3D" parent="."] -transform = Transform3D(1.9, 0, 0, 0, 1.9, 0, 0, 0, 1.9, 0, 4.495, 0) +transform = Transform3D(1.9, 0, 0, 0, 1.9, 0, 0, 0, 1.9, 0, 5.85044, 0) [node name="02_ALTAR_FLOOR_ZER0_VER_1" parent="Model" instance=ExtResource("2_xpi6o")] [node name="Collision" type="Node3D" parent="."] -transform = Transform3D(1.9, 0, 0, 0, 1.9, 0, 0, 0, 1.9, 0, 4.495, 0) +transform = Transform3D(1.9, 0, 0, 0, 1.9, 0, 0, 0, 1.9, 0, 5.85044, 0) visible = false [node name="StaticBody3D" type="StaticBody3D" parent="Collision"] @@ -154,14 +154,14 @@ shape = SubResource("BoxShape3D_aqomv") debug_color = Color(0.937255, 0, 0.623529, 1) [node name="Spawn Points" type="Node3D" parent="."] -transform = Transform3D(1.8, 0, 0, 0, 1.8, 0, 0, 0, 1.8, 0, 3.88968, 0) +transform = Transform3D(1.8, 0, 0, 0, 1.8, 0, 0, 0, 1.8, 0, 5.24512, 0) [node name="PlayerSpawnPoint" type="Marker3D" parent="Spawn Points"] unique_name_in_owner = true transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 39.3951, -2.89376, -1.035) [node name="Room" type="Node3D" parent="."] -transform = Transform3D(1.9, 0, 0, 0, 1.9, 0, 0, 0, 1.9, 0, 4.495, 0) +transform = Transform3D(1.9, 0, 0, 0, 1.9, 0, 0, 0, 1.9, 0, 5.85044, 0) [node name="Room" type="Area3D" parent="Room"] unique_name_in_owner = true diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/Floor 08 Boss Floor A.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/Floor 08 Boss Floor A.tscn index 98e8e2d3e..25e43528f 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/Floor 08 Boss Floor A.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/Floor 08 Boss Floor A.tscn @@ -8,8 +8,8 @@ [ext_resource type="Texture2D" uid="uid://dipyrtjclqae1" path="res://src/map/assets/Jomon Bells/BELL ANIMATIONS_COLUMN.jpg" id="3_ucaw1"] [ext_resource type="Texture2D" uid="uid://d1xdvf8awh4bi" path="res://src/map/assets/Jomon Bells/BELL ANIMATIONS_CHAIN_TEX.png" id="4_i4jo4"] [ext_resource type="Texture2D" uid="uid://d3e37dca0j8r4" path="res://src/map/dungeon/models/Special Floors & Rooms/Boss Floor A/15_A1_BOSS FLOOR A_VER_CEILING_1.jpg" id="11_1hwdv"] -[ext_resource type="PackedScene" uid="uid://2wibfnu2jvlv" path="res://src/enemy/enemy_types/14. horse_head/HorseFace.tscn" id="14_jb41f"] -[ext_resource type="PackedScene" uid="uid://8yaqqojv4nuv" path="res://src/enemy/enemy_types/14. horse_head/HorseHeadStatue.tscn" id="15_1ijgn"] +[ext_resource type="PackedScene" uid="uid://c1dekfjj5p42d" path="res://src/enemy/enemy_types/14. horse_head/HorseFace.tscn" id="14_jb41f"] +[ext_resource type="PackedScene" uid="uid://dru1ku2yu770h" path="res://src/enemy/enemy_types/14. horse_head/HorseHeadStatue.tscn" id="15_1ijgn"] [ext_resource type="Shader" uid="uid://bbn3f2r51dy27" path="res://src/map/map shaders/Boss Floor 1 Sky.gdshader" id="16_omyhc"] [ext_resource type="Texture2D" uid="uid://q0t7xbu3i7ji" path="res://src/map/dungeon/models/Area 1/Antechamber/antechamberfix_COLUMN3.jpg" id="17_hjlh5"] [ext_resource type="Texture2D" uid="uid://n23prpei1vj5" path="res://src/map/dungeon/models/Area 1/Antechamber/antechamberfix_COLUM6N.png" id="18_55jke"] @@ -17,8 +17,8 @@ [ext_resource type="Texture2D" uid="uid://dw50ys561j8no" path="res://src/map/assets/DUST_1.png" id="21_uhy5k"] [ext_resource type="Texture2D" uid="uid://b7kj1pxt7wx1g" path="res://src/vfx/World/BLUE_FLAME.png" id="22_khpud"] [ext_resource type="AudioStream" uid="uid://b306wov6yfaan" path="res://src/audio/sfx/amb_flame_burning.ogg" id="23_fbuno"] -[ext_resource type="PackedScene" uid="uid://bvv5giqyrhtl1" path="res://src/enemy/enemy_types/15. ox_face/OxFaceStatue.tscn" id="26_futcf"] -[ext_resource type="PackedScene" uid="uid://6dnsw37d1uw4" path="res://src/enemy/enemy_types/15. ox_face/OxFace.tscn" id="27_g6y6v"] +[ext_resource type="PackedScene" uid="uid://brp4bn2oqxnaw" path="res://src/enemy/enemy_types/15. ox_face/OxFaceStatue.tscn" id="26_futcf"] +[ext_resource type="PackedScene" uid="uid://cw8y8ogehp4hl" path="res://src/enemy/enemy_types/15. ox_face/OxFace.tscn" id="27_g6y6v"] [ext_resource type="Shader" uid="uid://dr68ani6ouefm" path="res://src/map/map shaders/B1 Cloud Roll.gdshader" id="30_lmjp4"] [ext_resource type="Texture2D" uid="uid://nljdi5gnv0wr" path="res://src/map/dungeon/models/Special Floors & Rooms/Boss Floor A/15_A1_BOSS FLOOR A_VER_HAND_CYCLE_MOTIF.png" id="31_2uojg"] [ext_resource type="PackedScene" uid="uid://bfvy34lj7lns" path="res://src/map/assets/Sarcophagus/sarco altar.glb" id="58_lqw6r"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/Floor 16 Boss Floor B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/Floor 16 Boss Floor B.tscn index 19489fc33..abaa6e8ac 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/Floor 16 Boss Floor B.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/floors/Special Floors/Floor 16 Boss Floor B.tscn @@ -3,7 +3,7 @@ [ext_resource type="Script" uid="uid://cvj30id0i8ska" path="res://src/map/dungeon/code/BossRoomB.cs" id="1_bxvob"] [ext_resource type="PackedScene" uid="uid://b1sapqymt8fo8" path="res://src/map/dungeon/special collision models/Boss Floor 2 Collision.glb" id="3_s7h55"] [ext_resource type="PackedScene" uid="uid://863fl3tl6c07" path="res://src/map/dungeon/models/Special Floors & Rooms/34. Boss Floor B/34_A2_BOSS FLOOR B_VER.1.glb" id="8_7okc1"] -[ext_resource type="PackedScene" uid="uid://6kck5vborfyk" path="res://src/enemy/enemy_types/16. demon wall/DemonWall.tscn" id="25_k2q0o"] +[ext_resource type="PackedScene" uid="uid://bkfgwv46bvgnn" path="res://src/enemy/enemy_types/16. demon wall/DemonWall.tscn" id="25_k2q0o"] [ext_resource type="Shader" uid="uid://crbilces53hat" path="res://src/map/map shaders/B2 Night Sky World Environment.gdshader" id="27_yu47a"] [ext_resource type="Texture2D" uid="uid://bk2irsqn0sbex" path="res://src/map/assets/B2 Night Sky Star Textures.png" id="28_nlpir"] [ext_resource type="Shader" uid="uid://kqp7mww6drrx" path="res://src/map/map shaders/B2 Cloud Roll Middle.gdshader" id="29_ykaaj"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/Floor 7C.tscn b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/Floor 7C.tscn index e26034e49..47a73a5f8 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/Floor 7C.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Corridor Models/A1 Corridor Blocks/Floor 7C.tscn @@ -4,12 +4,12 @@ [ext_resource type="PackedScene" uid="uid://c1qicmrcg6q6x" path="res://src/map/dungeon/rooms/Set A/09. Column Room.tscn" id="2_ewllw"] [ext_resource type="PackedScene" uid="uid://cw33vpar237pm" path="res://src/map/dungeon/rooms/Set A/17. Gesthemii's Room.tscn" id="3_srb4y"] [ext_resource type="PackedScene" uid="uid://cihbmyo0ltq4m" path="res://src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn" id="4_4pmj0"] -[ext_resource type="PackedScene" uid="uid://cjxrkxr0bgeh1" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="5_x43au"] -[ext_resource type="PackedScene" uid="uid://8d6n4tk5aam0" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="6_kw8bi"] +[ext_resource type="PackedScene" uid="uid://h1ijbjf7p462" path="res://src/map/dungeon/corridors/A1 - Corridor - Corner .tscn" id="5_x43au"] +[ext_resource type="PackedScene" uid="uid://8qyob3r6geey" path="res://src/map/dungeon/corridors/A1 - Corridor - 1 Block.tscn" id="6_kw8bi"] [ext_resource type="PackedScene" uid="uid://dn5546yqyntfr" path="res://src/map/dungeon/rooms/Set A/10. Item Transfer Room.tscn" id="7_b32ha"] [ext_resource type="PackedScene" uid="uid://dhm2lyfkrjugf" path="res://src/map/dungeon/rooms/Set A/11. Long Room.tscn" id="8_f3v5b"] -[ext_resource type="PackedScene" uid="uid://b6tcqnvlc5ayk" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="9_djluw"] -[ext_resource type="PackedScene" uid="uid://dgimg6s6w3xxd" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="10_ejmqi"] +[ext_resource type="PackedScene" uid="uid://dl1jimx8t7tjg" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="9_djluw"] +[ext_resource type="PackedScene" uid="uid://d03tsdfy0bxf7" path="res://src/map/dungeon/corridors/A1 - Corridor - T-Block.tscn" id="10_ejmqi"] [ext_resource type="PackedScene" uid="uid://dv6umo0bmlyyj" path="res://src/map/dungeon/rooms/Set A/01. Small Block A1.tscn" id="11_8204a"] [ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="12_jyd08"] [ext_resource type="PackedScene" uid="uid://cxwyge2s1yswu" path="res://src/map/Placeables/A1-Socket.tscn" id="13_iiayb"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/10. Item Transfer Room.tscn b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/10. Item Transfer Room.tscn index b7a3dac5f..4ab2a4e25 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/10. Item Transfer Room.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/10. Item Transfer Room.tscn @@ -24,7 +24,7 @@ [ext_resource type="Texture2D" uid="uid://eoi3j831m5tf" path="res://src/map/dungeon/models/Area 1/Hand/A1-Hand_COLUMN.jpg" id="22_htxv0"] [ext_resource type="Texture2D" uid="uid://dlftvsxneqcd0" path="res://src/map/dungeon/models/Area 1/Hand/A1-Hand_greeen2.png" id="23_g3xaf"] [ext_resource type="Texture2D" uid="uid://b2rw3aicaiyej" path="res://src/map/dungeon/models/Area 1/Hand/A1-Hand_SA115-SMALL.jpg" id="24_mc2uc"] -[ext_resource type="PackedScene" uid="uid://duis2vhf5ojy3" path="res://src/item_rescue/ItemRescue.tscn" id="24_x7lek"] +[ext_resource type="PackedScene" uid="uid://dp3mbo0pqgrrb" path="res://src/item_rescue/ItemRescue.tscn" id="24_x7lek"] [ext_resource type="Texture2D" uid="uid://64kdptf7d6op" path="res://src/map/dungeon/models/Area 1/Hand/A1-Hand_starsigns.png" id="25_eiu2t"] [ext_resource type="Texture2D" uid="uid://dw50ys561j8no" path="res://src/map/assets/DUST_1.png" id="29_1kxhq"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/17. Gesthemii's Room.tscn b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/17. Gesthemii's Room.tscn index 7275241a3..b67460b24 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/17. Gesthemii's Room.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set A/17. Gesthemii's Room.tscn @@ -1752,3 +1752,14 @@ lifetime = 41.19 local_coords = true process_material = SubResource("ParticleProcessMaterial_fp30h") draw_pass_1 = SubResource("QuadMesh_1i3uq") + +[node name="Spawn Points" type="Node3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, 0) + +[node name="ItemSpawnPoints" type="Node3D" parent="Spawn Points"] +unique_name_in_owner = true +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.301735, -3.65865, 0.0555162) + +[node name="EnemySpawnPoints" type="Node3D" parent="Spawn Points"] +unique_name_in_owner = true +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.301735, -3.65865, 0.0555162) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/26. Item Transfer Room B.tscn b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/26. Item Transfer Room B.tscn index b39497752..6e4e03529 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/26. Item Transfer Room B.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/26. Item Transfer Room B.tscn @@ -2,7 +2,7 @@ [ext_resource type="Script" uid="uid://bccyfmj8ikewh" path="res://src/map/dungeon/code/SpecialRoom.cs" id="1_6bkq3"] [ext_resource type="PackedScene" uid="uid://1dm3irbxbf18" path="res://src/map/dungeon/models/Area 2/Hand/A2-Hand.glb" id="2_mjll6"] -[ext_resource type="PackedScene" uid="uid://duis2vhf5ojy3" path="res://src/item_rescue/ItemRescue.tscn" id="5_6bkq3"] +[ext_resource type="PackedScene" uid="uid://dp3mbo0pqgrrb" path="res://src/item_rescue/ItemRescue.tscn" id="5_6bkq3"] [ext_resource type="Texture2D" uid="uid://dw50ys561j8no" path="res://src/map/assets/DUST_1.png" id="5_mjll6"] [sub_resource type="BoxShape3D" id="BoxShape3D_k68oc"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/33. Puer's Room.tscn b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/33. Puer's Room.tscn index 2158043d0..ee1585d79 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/33. Puer's Room.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/33. Puer's Room.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=29 format=3 uid="uid://b6akxaacr8jd2"] [ext_resource type="Script" uid="uid://bccyfmj8ikewh" path="res://src/map/dungeon/code/SpecialRoom.cs" id="1_r0ujh"] -[ext_resource type="PackedScene" uid="uid://dl7xg3y4kupq0" path="res://src/map/dungeon/models/Area 2/Puer/a2-puer.glb" id="2_r0ujh"] +[ext_resource type="PackedScene" uid="uid://clg0hy24ip0gd" path="res://src/map/dungeon/models/Area 2/Puer/A2-Puer.glb" id="2_r0ujh"] [ext_resource type="PackedScene" uid="uid://kbrt3cos7udm" path="res://src/map/Placeables/A2-Socket.tscn" id="8_pycw7"] [ext_resource type="Texture2D" uid="uid://dw50ys561j8no" path="res://src/map/assets/DUST_1.png" id="20_7etq1"] [ext_resource type="Shader" uid="uid://blrcjqdo7emhs" path="res://src/map/overworld/Models/water.gdshader" id="22_p2jw2"] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/39. Gesthemii's Room 2.tscn b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/39. Gesthemii's Room 2.tscn index 04cb11bff..37e109582 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/39. Gesthemii's Room 2.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Set B/39. Gesthemii's Room 2.tscn @@ -157,3 +157,14 @@ lifetime = 41.19 local_coords = true process_material = SubResource("ParticleProcessMaterial_hawfc") draw_pass_1 = SubResource("QuadMesh_61va6") + +[node name="Spawn Points" type="Node3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, 0) + +[node name="ItemSpawnPoints" type="Node3D" parent="Spawn Points"] +unique_name_in_owner = true +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.301735, -3.65865, 0.0555162) + +[node name="EnemySpawnPoints" type="Node3D" parent="Spawn Points"] +unique_name_in_owner = true +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.301735, -3.65865, 0.0555162) diff --git a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Special Rooms/Breakable Wall Room.tscn b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Special Rooms/Breakable Wall Room.tscn index b8a0672cd..615eb60f0 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/rooms/Special Rooms/Breakable Wall Room.tscn +++ b/Zennysoft.Game.Ma/src/map/dungeon/rooms/Special Rooms/Breakable Wall Room.tscn @@ -7,7 +7,7 @@ [ext_resource type="Texture2D" uid="uid://bs1w15s28m3gh" path="res://src/map/dungeon/models/Special Floors & Rooms/Special Room - Breakable Wall Outter Secret/Special Room - Secret _WALL TILE 1.jpg" id="5_d725d"] [ext_resource type="PackedScene" uid="uid://dqjovmlt1y4tb" path="res://src/map/Placeables/Sarco.tscn" id="5_hlln8"] [ext_resource type="Texture2D" uid="uid://cqf7cj1al2tbd" path="res://src/map/dungeon/models/Special Floors & Rooms/Special Room - Breakable Wall Outter Secret/Special Room - Secret _TILE4.png" id="6_afm5x"] -[ext_resource type="PackedScene" uid="uid://dwy8ud6yblms7" path="res://src/map/assets/Explodable Wall/ExplodableWall.tscn" id="6_baf70"] +[ext_resource type="PackedScene" uid="uid://hbrv0fly5v42" path="res://src/map/assets/Explodable Wall/ExplodableWall.tscn" id="6_baf70"] [ext_resource type="Texture2D" uid="uid://ckh15hp6q2tfb" path="res://src/map/dungeon/models/Special Floors & Rooms/Special Room - Breakable Wall Outter Secret/Special Room - Secret _TILE5.png" id="7_71r3u"] [ext_resource type="Texture2D" uid="uid://ctjwf1grryued" path="res://src/map/dungeon/models/Special Floors & Rooms/Special Room - Breakable Wall Outter Secret/Special Room - Secret _CEILING_1.jpg" id="8_tpf3m"] [ext_resource type="Texture2D" uid="uid://cge6nypbihe6b" path="res://src/map/dungeon/models/Special Floors & Rooms/Special Room - Breakable Wall Outter Secret/Special Room - Secret _FLOOR1.jpg" id="9_7b40h"] diff --git a/Zennysoft.Game.Ma/src/menu/LoadingScreen.tscn b/Zennysoft.Game.Ma/src/menu/LoadingScreen.tscn index b60baf621..df9deb84a 100644 --- a/Zennysoft.Game.Ma/src/menu/LoadingScreen.tscn +++ b/Zennysoft.Game.Ma/src/menu/LoadingScreen.tscn @@ -8,6 +8,21 @@ [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xfkmi"] bg_color = Color(0.804743, 0.804743, 0.804743, 1) +[sub_resource type="Animation" id="Animation_6i7rn"] +length = 0.001 +tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath("ColorRect:color") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Color(0, 0, 0, 0)] +} + [sub_resource type="Animation" id="Animation_xfkmi"] resource_name = "fade_in" length = 0.500003 @@ -24,24 +39,8 @@ tracks/0/keys = { "values": [Color(0, 0, 0, 1), Color(0, 0, 0, 0)] } -[sub_resource type="Animation" id="Animation_6i7rn"] -length = 0.001 -tracks/0/type = "value" -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/path = NodePath("ColorRect:color") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 0, -"values": [Color(0, 0, 0, 0)] -} - [sub_resource type="Animation" id="Animation_jrbvh"] resource_name = "fade_out" -length = 1.0 tracks/0/type = "value" tracks/0/imported = false tracks/0/enabled = true diff --git a/Zennysoft.Game.Ma/src/player/Player.tscn b/Zennysoft.Game.Ma/src/player/Player.tscn index b588b22f5..c99776331 100644 --- a/Zennysoft.Game.Ma/src/player/Player.tscn +++ b/Zennysoft.Game.Ma/src/player/Player.tscn @@ -1,11 +1,10 @@ -[gd_scene load_steps=1586 format=3 uid="uid://cfecvvav8kkp6"] +[gd_scene load_steps=1290 format=3 uid="uid://cfecvvav8kkp6"] [ext_resource type="Script" uid="uid://yxmiqy7i0t7r" path="res://src/player/Player.cs" id="1_xcol5"] -[ext_resource type="PackedScene" uid="uid://didc6vnf5ftlg" path="res://src/camera/ShakeCamera.tscn" id="2_jtmj1"] +[ext_resource type="PackedScene" uid="uid://dqvlemme0iwa" path="res://src/camera/ShakeCamera.tscn" id="2_jtmj1"] [ext_resource type="PackedScene" uid="uid://d60ka3oda7au" path="res://src/player/dont_look_in_here/tendomaya.glb" id="3_74hqa"] [ext_resource type="Texture2D" uid="uid://c4ps26w7h3vpq" path="res://src/minimap/textures/player_map_icon.png" id="4_3ojaj"] [ext_resource type="Shader" uid="uid://dfk3eps71yyyl" path="res://src/player/InvertColors.gdshader" id="4_v5qoq"] -[ext_resource type="Texture2D" uid="uid://2ig1arptr1e8" path="res://src/vfx/Items Etc/slash_2.png" id="4_v7rlw"] [ext_resource type="Texture2D" uid="uid://ddmjhevb5ksl" path="res://src/vfx/Items Etc/geomantic_reactor_AIR.png" id="5_bngr8"] [ext_resource type="Texture2D" uid="uid://b66pc64qac8g7" path="res://src/vfx/manualmessed.png" id="6_bj1ma"] [ext_resource type="AudioStream" uid="uid://bsprdc3ka6am0" path="res://src/audio/sfx/player_steps_concrete.ogg" id="6_v7rlw"] @@ -39,16 +38,13 @@ [ext_resource type="Texture2D" uid="uid://box4ii6mssjdc" path="res://src/vfx/Items Etc/salmon/salmon011.png" id="17_tokek"] [ext_resource type="Texture2D" uid="uid://b5bkdby2n13dk" path="res://src/vfx/Items Etc/salmon/salmon012.png" id="18_x1sux"] [ext_resource type="Texture2D" uid="uid://dpcsq6ph4m3a2" path="res://src/vfx/Items Etc/divinity/divinity010.png" id="18_xxan3"] -[ext_resource type="Texture2D" uid="uid://b4a312uikmfou" path="res://src/vfx/Items Etc/fire_slash.png" id="19_cssau"] [ext_resource type="Texture2D" uid="uid://5rhgv6nn0ufy" path="res://src/vfx/Items Etc/divinity/divinity011.png" id="19_f4nvu"] [ext_resource type="Texture2D" uid="uid://uee1qjiukm8q" path="res://src/vfx/Items Etc/salmon/salmon013.png" id="19_rk23o"] [ext_resource type="Texture2D" uid="uid://c6045me8bopk6" path="res://src/vfx/Items Etc/salmon/salmon014.png" id="20_5ovem"] [ext_resource type="Texture2D" uid="uid://cmiko2gflcxc1" path="res://src/vfx/Items Etc/crit_marker.png" id="20_bjon0"] [ext_resource type="Texture2D" uid="uid://dbh1my7jfmp0f" path="res://src/vfx/Items Etc/divinity/divinity012.png" id="20_vd3cb"] [ext_resource type="Texture2D" uid="uid://cdal83dhg20eh" path="res://src/vfx/Items Etc/salmon/salmon015.png" id="21_pyrex"] -[ext_resource type="Texture2D" uid="uid://s3expc8f8x3y" path="res://src/vfx/Items Etc/sparks for wall.png" id="21_toqbu"] [ext_resource type="Texture2D" uid="uid://cuypqa1ddgr83" path="res://src/vfx/Items Etc/divinity/divinity013.png" id="21_xd226"] -[ext_resource type="Texture2D" uid="uid://eoemb5rx6bhb" path="res://src/vfx/Items Etc/rondoslash.png" id="22_0qr2r"] [ext_resource type="Texture2D" uid="uid://dy0itowepc3pn" path="res://src/vfx/Items Etc/salmon/salmon016.png" id="22_brhxu"] [ext_resource type="Texture2D" uid="uid://dxhsc2io1lrnb" path="res://src/vfx/Items Etc/divinity/divinity014.png" id="22_qjjux"] [ext_resource type="Texture2D" uid="uid://de0k68c8g1ua7" path="res://src/vfx/Items Etc/divinity/divinity015.png" id="23_6tf7i"] @@ -59,20 +55,15 @@ [ext_resource type="Texture2D" uid="uid://brhg8g0sne2i1" path="res://src/vfx/Items Etc/ENTROPICvariation2.png" id="25_hkhu1"] [ext_resource type="Texture2D" uid="uid://kr12yr2vqili" path="res://src/vfx/Items Etc/divinity/divinity017.png" id="25_ouspn"] [ext_resource type="Texture2D" uid="uid://ba0ls2loi1y1t" path="res://src/vfx/Items Etc/salmon/salmon019.png" id="25_u0lx7"] -[ext_resource type="Texture2D" uid="uid://3kwrnwn4sxft" path="res://src/vfx/Items Etc/hydric_attack.png" id="25_y8imw"] [ext_resource type="Texture2D" uid="uid://cd44170cm8vyv" path="res://src/vfx/Items Etc/ENTROPICvariation3.png" id="26_2njrj"] -[ext_resource type="Texture2D" uid="uid://dog847jpthifo" path="res://src/vfx/Items Etc/intense_aero.png" id="26_2q4xc"] [ext_resource type="Texture2D" uid="uid://w8wymlpx3e8w" path="res://src/vfx/Items Etc/divinity/divinity018.png" id="26_nyfyc"] [ext_resource type="Texture2D" uid="uid://l10fs58d0no5" path="res://src/vfx/Items Etc/salmon/salmon020.png" id="26_yowtu"] -[ext_resource type="Texture2D" uid="uid://fegm3min228k" path="res://src/vfx/Items Etc/lovejudgementslash.png" id="27_3yow4"] [ext_resource type="Texture2D" uid="uid://dmohki1i26fw5" path="res://src/vfx/Items Etc/salmon/salmon021.png" id="27_61r7h"] [ext_resource type="Texture2D" uid="uid://d32jmfst5urtk" path="res://src/vfx/Items Etc/divinity/divinity019.png" id="27_obvu5"] [ext_resource type="Texture2D" uid="uid://dmf1hxvy71xgt" path="res://src/vfx/Items Etc/salmon/salmon022.png" id="28_abr5v"] [ext_resource type="Texture2D" uid="uid://c0cf7xxcdcmpn" path="res://src/vfx/Items Etc/divinity/divinity020.png" id="28_lrr4w"] -[ext_resource type="Texture2D" uid="uid://dirw767lgemi5" path="res://src/vfx/Items Etc/plasma_Sword.png" id="28_oujy1"] [ext_resource type="Texture2D" uid="uid://3dnf0kysi3dx" path="res://src/vfx/Items Etc/salmon/salmon023.png" id="29_83udd"] [ext_resource type="Texture2D" uid="uid://woh01bubxey6" path="res://src/vfx/Items Etc/divinity/divinity021.png" id="29_jsibr"] -[ext_resource type="Texture2D" uid="uid://dlrruuu27scmm" path="res://src/vfx/Items Etc/punching.png" id="29_ysfuc"] [ext_resource type="Texture2D" uid="uid://cpafnggfvjoso" path="res://src/vfx/Items Etc/salmon/salmon024.png" id="30_6n322"] [ext_resource type="Texture2D" uid="uid://bbu3ssamqjh10" path="res://src/vfx/Items Etc/divinity/divinity022.png" id="30_fc4nu"] [ext_resource type="Texture2D" uid="uid://cosp4svr1kpd4" path="res://src/vfx/Items Etc/divinity/divinity023.png" id="31_r1de4"] @@ -80,7 +71,6 @@ [ext_resource type="Texture2D" uid="uid://dsxei4p84r61c" path="res://src/vfx/Items Etc/salmon/salmon026.png" id="32_s70gh"] [ext_resource type="Texture2D" uid="uid://ba6e2s5wt8h6l" path="res://src/vfx/Items Etc/divinity/divinity024.png" id="32_v20g7"] [ext_resource type="Texture2D" uid="uid://rwu3hf7qf2fy" path="res://src/vfx/Items Etc/salmon/salmon027.png" id="33_51of3"] -[ext_resource type="Texture2D" uid="uid://dykycnt0xdyw7" path="res://src/vfx/Items Etc/earth_Strike.png" id="33_74hqa"] [ext_resource type="Texture2D" uid="uid://lhgfcgqfdhxk" path="res://src/vfx/Items Etc/divinity/divinity025.png" id="33_sg1lj"] [ext_resource type="Texture2D" uid="uid://c3hix3w8cgsyo" path="res://src/vfx/Items Etc/salmon/salmon028.png" id="34_ksayt"] [ext_resource type="Texture2D" uid="uid://jrm7278m3tt6" path="res://src/vfx/Items Etc/divinity/divinity026.png" id="34_npfnd"] @@ -509,10 +499,10 @@ [ext_resource type="Texture2D" uid="uid://bwoccwmlevwm1" path="res://src/vfx/Items Etc/persiko/persiko126.png" id="400_nmop6"] [ext_resource type="Texture2D" uid="uid://dwfqyfjsj8nro" path="res://src/vfx/Items Etc/persiko/persiko127.png" id="401_28ame"] [ext_resource type="Texture2D" uid="uid://pv56eou8fuw6" path="res://src/vfx/Items Etc/crosshair.png" id="508_sq73w"] -[ext_resource type="PackedScene" uid="uid://igpvnbi8qi6e" path="res://src/items/weapons/FireReactorProjectile.tscn" id="509_14f5p"] -[ext_resource type="PackedScene" uid="uid://nnns2ade62al" path="res://src/items/weapons/AirReactorProjectile.tscn" id="510_k6pkx"] -[ext_resource type="PackedScene" uid="uid://7p2sh52lj42o" path="res://src/items/weapons/WaterReactorProjectile.tscn" id="511_sq73w"] -[ext_resource type="PackedScene" uid="uid://d3nx0suvhbcda" path="res://src/items/weapons/PersuaderProjectile.tscn" id="512_k6pkx"] +[ext_resource type="PackedScene" uid="uid://bredkcfalakdp" path="res://src/items/weapons/FireReactorProjectile.tscn" id="509_14f5p"] +[ext_resource type="PackedScene" uid="uid://ddcw0xw7pxk8r" path="res://src/items/weapons/AirReactorProjectile.tscn" id="510_k6pkx"] +[ext_resource type="PackedScene" uid="uid://dluot8v3m0drs" path="res://src/items/weapons/WaterReactorProjectile.tscn" id="511_sq73w"] +[ext_resource type="PackedScene" uid="uid://c4kc2vybdy5t" path="res://src/items/weapons/PersuaderProjectile.tscn" id="512_k6pkx"] [sub_resource type="CapsuleShape3D" id="CapsuleShape3D_dw45s"] radius = 1.0 @@ -633,7 +623,7 @@ tracks/0/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), "update": 1, -"values": [&"Normal Slash 1"] +"values": [&"Normal Slash"] } tracks/1/type = "value" tracks/1/imported = false @@ -734,49 +724,25 @@ tracks/8/keys = { tracks/9/type = "value" tracks/9/imported = false tracks/9/enabled = true -tracks/9/path = NodePath("SubViewportContainer/SubViewport/Hit Wall:animation") +tracks/9/path = NodePath("SubViewportContainer/SubViewport/Spell Signs:animation") tracks/9/interp = 1 tracks/9/loop_wrap = true tracks/9/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), "update": 1, -"values": [&"default"] +"values": [&"Persiko"] } tracks/10/type = "value" tracks/10/imported = false tracks/10/enabled = true -tracks/10/path = NodePath("SubViewportContainer/SubViewport/Hit Wall:frame") +tracks/10/path = NodePath("SubViewportContainer/SubViewport/Spell Signs:frame") tracks/10/interp = 1 tracks/10/loop_wrap = true tracks/10/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), "update": 1, -"values": [58] -} -tracks/11/type = "value" -tracks/11/imported = false -tracks/11/enabled = true -tracks/11/path = NodePath("SubViewportContainer/SubViewport/Spell Signs:animation") -tracks/11/interp = 1 -tracks/11/loop_wrap = true -tracks/11/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [&"Persiko"] -} -tracks/12/type = "value" -tracks/12/imported = false -tracks/12/enabled = true -tracks/12/path = NodePath("SubViewportContainer/SubViewport/Spell Signs:frame") -tracks/12/interp = 1 -tracks/12/loop_wrap = true -tracks/12/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, "values": [127] } @@ -844,35 +810,6 @@ tracks/4/keys = { "values": [Vector3(1, 1, 1), Vector3(1, 1, 0)] } -[sub_resource type="Animation" id="Animation_ebyyx"] -resource_name = "hit_wall" -length = 0.453127 -step = 0.015625 -tracks/0/type = "value" -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/path = NodePath("SubViewportContainer/SubViewport/Hit Wall:animation") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [&"default"] -} -tracks/1/type = "value" -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/path = NodePath("SubViewportContainer/SubViewport/Hit Wall:frame") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/keys = { -"times": PackedFloat32Array(0, 0.453125), -"transitions": PackedFloat32Array(1, 1), -"update": 0, -"values": [0, 29] -} - [sub_resource type="Animation" id="Animation_wvcio"] resource_name = "jump_scare" length = 5.0005 @@ -901,35 +838,6 @@ tracks/1/keys = { "values": [Color(1, 1, 1, 0), Color(1, 1, 1, 1), Color(1, 1, 1, 0.48), Color(1, 1, 1, 1), Color(1, 1, 1, 0.48), Color(1, 1, 1, 0)] } -[sub_resource type="Animation" id="Animation_v5qoq"] -resource_name = "normal_attack" -length = 0.666669 -step = 0.0222222 -tracks/0/type = "value" -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/path = NodePath("SubViewportContainer/SubViewport/WeaponAttack:animation") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 0, -"values": [&"Normal Slash 1"] -} -tracks/1/type = "value" -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/path = NodePath("SubViewportContainer/SubViewport/WeaponAttack:frame") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/keys = { -"times": PackedFloat32Array(0, 0.666667), -"transitions": PackedFloat32Array(1, 1), -"update": 0, -"values": [0, 30] -} - [sub_resource type="Animation" id="Animation_sq73w"] resource_name = "revive" length = 2.5 @@ -1001,9 +909,7 @@ _data = { &"GeoReactor Water": SubResource("Animation_27b85"), &"RESET": SubResource("Animation_jtmj1"), &"death": SubResource("Animation_es4xk"), -&"hit_wall": SubResource("Animation_ebyyx"), &"jump_scare": SubResource("Animation_wvcio"), -&"normal_attack": SubResource("Animation_v5qoq"), &"revive": SubResource("Animation_sq73w") } @@ -1127,59 +1033,6 @@ tracks/2/keys = { "values": [true, false, true] } -[sub_resource type="Animation" id="Animation_cssau"] -resource_name = "HitWall" -length = 0.625002 -step = 0.015625 -tracks/0/type = "value" -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/path = NodePath("SubViewportContainer/SubViewport/Hit Wall:animation") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [&"default"] -} -tracks/1/type = "value" -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/path = NodePath("SubViewportContainer/SubViewport/Hit Wall:frame") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/keys = { -"times": PackedFloat32Array(0.1, 0.515625), -"transitions": PackedFloat32Array(1, 1), -"update": 0, -"values": [0, 29] -} -tracks/2/type = "value" -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/path = NodePath("SubViewportContainer/SubViewport/WeaponAttack:animation") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [&"Normal Slash 1"] -} -tracks/3/type = "value" -tracks/3/imported = false -tracks/3/enabled = true -tracks/3/path = NodePath("SubViewportContainer/SubViewport/WeaponAttack:frame") -tracks/3/interp = 1 -tracks/3/loop_wrap = true -tracks/3/keys = { -"times": PackedFloat32Array(0, 0.166667, 0.233333), -"transitions": PackedFloat32Array(1, 1, 1), -"update": 0, -"values": [0, 5, 0] -} - [sub_resource type="Animation" id="Animation_vc6qm"] resource_name = "LoveJudgement" length = 1.23334 @@ -1220,46 +1073,6 @@ tracks/2/keys = { "values": [true, false, true] } -[sub_resource type="Animation" id="Animation_lysy5"] -resource_name = "NormalSlash" -length = 1.23334 -tracks/0/type = "value" -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/path = NodePath("SubViewportContainer/SubViewport/WeaponAttack:animation") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [&"Normal Slash 1"] -} -tracks/1/type = "value" -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/path = NodePath("SubViewportContainer/SubViewport/WeaponAttack:frame") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/keys = { -"times": PackedFloat32Array(0, 1.23333), -"transitions": PackedFloat32Array(1, 1), -"update": 0, -"values": [0, 37] -} -tracks/2/type = "value" -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/path = NodePath("%Hitbox/HitboxCollision:disabled") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/keys = { -"times": PackedFloat32Array(0, 0.166667, 0.233333), -"transitions": PackedFloat32Array(1, 1, 1), -"update": 1, -"values": [true, false, true] -} - [sub_resource type="Animation" id="Animation_v3vjx"] resource_name = "Persuader" @@ -1315,7 +1128,7 @@ tracks/0/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), "update": 1, -"values": [&"Normal Slash 1"] +"values": [&"Normal Slash"] } tracks/1/type = "value" tracks/1/imported = false @@ -1329,30 +1142,6 @@ tracks/1/keys = { "update": 1, "values": [0] } -tracks/2/type = "value" -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/path = NodePath("SubViewportContainer/SubViewport/Hit Wall:animation") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [&"default"] -} -tracks/3/type = "value" -tracks/3/imported = false -tracks/3/enabled = true -tracks/3/path = NodePath("SubViewportContainer/SubViewport/Hit Wall:frame") -tracks/3/interp = 1 -tracks/3/loop_wrap = true -tracks/3/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [29] -} [sub_resource type="Animation" id="Animation_jhq84"] resource_name = "Rondo" @@ -1479,9 +1268,7 @@ _data = { &"AirSlash": SubResource("Animation_74hqa"), &"EarthSlash": SubResource("Animation_pbthl"), &"FireSlash": SubResource("Animation_ymsks"), -&"HitWall": SubResource("Animation_cssau"), &"LoveJudgement": SubResource("Animation_vc6qm"), -&"NormalSlash": SubResource("Animation_lysy5"), &"Persuader": SubResource("Animation_v3vjx"), &"PlasmaSword": SubResource("Animation_na483"), &"RESET": SubResource("Animation_flmxu"), @@ -6291,1816 +6078,6 @@ shader_parameter/strength = 0.164 shader_parameter/fps = 17.445 shader_parameter/noise = SubResource("NoiseTexture2D_es4xk") -[sub_resource type="AtlasTexture" id="AtlasTexture_wmyys"] -atlas = ExtResource("26_2q4xc") -region = Rect2(0, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_4v5jq"] -atlas = ExtResource("26_2q4xc") -region = Rect2(512, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_p11af"] -atlas = ExtResource("26_2q4xc") -region = Rect2(1024, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_uxmjg"] -atlas = ExtResource("26_2q4xc") -region = Rect2(1536, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_7ne78"] -atlas = ExtResource("26_2q4xc") -region = Rect2(2048, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_pwhgk"] -atlas = ExtResource("26_2q4xc") -region = Rect2(2560, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_0xc37"] -atlas = ExtResource("26_2q4xc") -region = Rect2(3072, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ricnn"] -atlas = ExtResource("26_2q4xc") -region = Rect2(3584, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_d7qyp"] -atlas = ExtResource("26_2q4xc") -region = Rect2(4096, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_5ult4"] -atlas = ExtResource("26_2q4xc") -region = Rect2(4608, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ev4rp"] -atlas = ExtResource("26_2q4xc") -region = Rect2(5120, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_n3itj"] -atlas = ExtResource("26_2q4xc") -region = Rect2(5632, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_6hif5"] -atlas = ExtResource("26_2q4xc") -region = Rect2(6144, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_j6as1"] -atlas = ExtResource("26_2q4xc") -region = Rect2(6656, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_kiuq8"] -atlas = ExtResource("26_2q4xc") -region = Rect2(7168, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_sl6xr"] -atlas = ExtResource("26_2q4xc") -region = Rect2(7680, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_8cf5r"] -atlas = ExtResource("26_2q4xc") -region = Rect2(8192, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_lbhlt"] -atlas = ExtResource("26_2q4xc") -region = Rect2(8704, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_3b8p1"] -atlas = ExtResource("26_2q4xc") -region = Rect2(9216, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_p4gd5"] -atlas = ExtResource("26_2q4xc") -region = Rect2(9728, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_2tcuj"] -atlas = ExtResource("33_74hqa") -region = Rect2(0, 0, 425, 425) - -[sub_resource type="AtlasTexture" id="AtlasTexture_77cqk"] -atlas = ExtResource("33_74hqa") -region = Rect2(425, 0, 425, 425) - -[sub_resource type="AtlasTexture" id="AtlasTexture_th76d"] -atlas = ExtResource("33_74hqa") -region = Rect2(850, 0, 425, 425) - -[sub_resource type="AtlasTexture" id="AtlasTexture_sfycl"] -atlas = ExtResource("33_74hqa") -region = Rect2(1275, 0, 425, 425) - -[sub_resource type="AtlasTexture" id="AtlasTexture_b741k"] -atlas = ExtResource("33_74hqa") -region = Rect2(1700, 0, 425, 425) - -[sub_resource type="AtlasTexture" id="AtlasTexture_jswex"] -atlas = ExtResource("33_74hqa") -region = Rect2(2125, 0, 425, 425) - -[sub_resource type="AtlasTexture" id="AtlasTexture_v32co"] -atlas = ExtResource("33_74hqa") -region = Rect2(2550, 0, 425, 425) - -[sub_resource type="AtlasTexture" id="AtlasTexture_np2iq"] -atlas = ExtResource("33_74hqa") -region = Rect2(2975, 0, 425, 425) - -[sub_resource type="AtlasTexture" id="AtlasTexture_68n28"] -atlas = ExtResource("33_74hqa") -region = Rect2(3400, 0, 425, 425) - -[sub_resource type="AtlasTexture" id="AtlasTexture_auvl8"] -atlas = ExtResource("33_74hqa") -region = Rect2(3825, 0, 425, 425) - -[sub_resource type="AtlasTexture" id="AtlasTexture_e0lid"] -atlas = ExtResource("33_74hqa") -region = Rect2(4250, 0, 425, 425) - -[sub_resource type="AtlasTexture" id="AtlasTexture_n2kv8"] -atlas = ExtResource("33_74hqa") -region = Rect2(4675, 0, 425, 425) - -[sub_resource type="AtlasTexture" id="AtlasTexture_s2mu3"] -atlas = ExtResource("33_74hqa") -region = Rect2(5100, 0, 425, 425) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ob28g"] -atlas = ExtResource("33_74hqa") -region = Rect2(5525, 0, 425, 425) - -[sub_resource type="AtlasTexture" id="AtlasTexture_vyvxi"] -atlas = ExtResource("33_74hqa") -region = Rect2(5950, 0, 425, 425) - -[sub_resource type="AtlasTexture" id="AtlasTexture_f8yts"] -atlas = ExtResource("33_74hqa") -region = Rect2(6375, 0, 425, 425) - -[sub_resource type="AtlasTexture" id="AtlasTexture_c4qcr"] -atlas = ExtResource("33_74hqa") -region = Rect2(6800, 0, 425, 425) - -[sub_resource type="AtlasTexture" id="AtlasTexture_0mu4b"] -atlas = ExtResource("33_74hqa") -region = Rect2(7225, 0, 425, 425) - -[sub_resource type="AtlasTexture" id="AtlasTexture_pdkmw"] -atlas = ExtResource("33_74hqa") -region = Rect2(7650, 0, 425, 425) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ngao6"] -atlas = ExtResource("19_cssau") -region = Rect2(0, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_f3hw5"] -atlas = ExtResource("19_cssau") -region = Rect2(512, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_s0o06"] -atlas = ExtResource("19_cssau") -region = Rect2(1024, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ll262"] -atlas = ExtResource("19_cssau") -region = Rect2(1536, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_hsjte"] -atlas = ExtResource("19_cssau") -region = Rect2(2048, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_0qega"] -atlas = ExtResource("19_cssau") -region = Rect2(2560, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_xd6qt"] -atlas = ExtResource("19_cssau") -region = Rect2(3072, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_u6nt1"] -atlas = ExtResource("19_cssau") -region = Rect2(3584, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_7fcxh"] -atlas = ExtResource("19_cssau") -region = Rect2(4096, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_sthds"] -atlas = ExtResource("19_cssau") -region = Rect2(4608, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_w0uo7"] -atlas = ExtResource("19_cssau") -region = Rect2(5120, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_t0xhe"] -atlas = ExtResource("19_cssau") -region = Rect2(5632, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_a47gw"] -atlas = ExtResource("19_cssau") -region = Rect2(6144, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_b2owr"] -atlas = ExtResource("19_cssau") -region = Rect2(6656, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_37dxm"] -atlas = ExtResource("19_cssau") -region = Rect2(7168, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_oef33"] -atlas = ExtResource("19_cssau") -region = Rect2(7680, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_vu8de"] -atlas = ExtResource("19_cssau") -region = Rect2(8192, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_unpnm"] -atlas = ExtResource("19_cssau") -region = Rect2(8704, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_h6lkg"] -atlas = ExtResource("19_cssau") -region = Rect2(9216, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_qiv21"] -atlas = ExtResource("19_cssau") -region = Rect2(9728, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_olhyv"] -atlas = ExtResource("19_cssau") -region = Rect2(10240, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_w3qca"] -atlas = ExtResource("19_cssau") -region = Rect2(10752, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_14jgb"] -atlas = ExtResource("19_cssau") -region = Rect2(11264, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_7i00v"] -atlas = ExtResource("19_cssau") -region = Rect2(11776, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ys1nt"] -atlas = ExtResource("19_cssau") -region = Rect2(12288, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_1daeu"] -atlas = ExtResource("19_cssau") -region = Rect2(12800, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_rwva3"] -atlas = ExtResource("19_cssau") -region = Rect2(13312, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_xrda4"] -atlas = ExtResource("19_cssau") -region = Rect2(13824, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_h6xce"] -atlas = ExtResource("19_cssau") -region = Rect2(14336, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_r7yno"] -atlas = ExtResource("19_cssau") -region = Rect2(14848, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_kcb6w"] -atlas = ExtResource("27_3yow4") -region = Rect2(0, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_d8kdm"] -atlas = ExtResource("27_3yow4") -region = Rect2(512, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_hxipc"] -atlas = ExtResource("27_3yow4") -region = Rect2(1024, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_oqo4u"] -atlas = ExtResource("27_3yow4") -region = Rect2(1536, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_16i0h"] -atlas = ExtResource("27_3yow4") -region = Rect2(2048, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_a5x7g"] -atlas = ExtResource("27_3yow4") -region = Rect2(2560, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_alrmx"] -atlas = ExtResource("27_3yow4") -region = Rect2(3072, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_xmdye"] -atlas = ExtResource("27_3yow4") -region = Rect2(3584, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_lkhbj"] -atlas = ExtResource("27_3yow4") -region = Rect2(4096, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_mexas"] -atlas = ExtResource("27_3yow4") -region = Rect2(4608, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_7j400"] -atlas = ExtResource("27_3yow4") -region = Rect2(5120, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_4ms00"] -atlas = ExtResource("27_3yow4") -region = Rect2(5632, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_7lgsy"] -atlas = ExtResource("27_3yow4") -region = Rect2(6144, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_60ybr"] -atlas = ExtResource("27_3yow4") -region = Rect2(6656, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_xc4x4"] -atlas = ExtResource("27_3yow4") -region = Rect2(7168, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_cyukq"] -atlas = ExtResource("27_3yow4") -region = Rect2(7680, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_v0lf8"] -atlas = ExtResource("27_3yow4") -region = Rect2(8192, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_qi4av"] -atlas = ExtResource("27_3yow4") -region = Rect2(8704, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_an7ya"] -atlas = ExtResource("27_3yow4") -region = Rect2(9216, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_8pjgr"] -atlas = ExtResource("27_3yow4") -region = Rect2(9728, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_w6y2h"] -atlas = ExtResource("27_3yow4") -region = Rect2(10240, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_6qsdb"] -atlas = ExtResource("27_3yow4") -region = Rect2(10752, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_4525e"] -atlas = ExtResource("27_3yow4") -region = Rect2(11264, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_226qt"] -atlas = ExtResource("27_3yow4") -region = Rect2(11776, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_nbjul"] -atlas = ExtResource("27_3yow4") -region = Rect2(12288, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_i3gpb"] -atlas = ExtResource("27_3yow4") -region = Rect2(12800, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_kl0b1"] -atlas = ExtResource("27_3yow4") -region = Rect2(13312, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_8rtyd"] -atlas = ExtResource("27_3yow4") -region = Rect2(13824, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_v5qoq"] -atlas = ExtResource("4_v7rlw") -region = Rect2(0, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_jtmj1"] -atlas = ExtResource("4_v7rlw") -region = Rect2(512, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_lnh6v"] -atlas = ExtResource("4_v7rlw") -region = Rect2(1024, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_bmp5p"] -atlas = ExtResource("4_v7rlw") -region = Rect2(1536, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_1wxdb"] -atlas = ExtResource("4_v7rlw") -region = Rect2(2048, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_tm4vc"] -atlas = ExtResource("4_v7rlw") -region = Rect2(2560, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ledjb"] -atlas = ExtResource("4_v7rlw") -region = Rect2(3072, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_jsrl5"] -atlas = ExtResource("4_v7rlw") -region = Rect2(3584, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_v32vt"] -atlas = ExtResource("4_v7rlw") -region = Rect2(4096, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_scfvx"] -atlas = ExtResource("4_v7rlw") -region = Rect2(4608, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_po5jt"] -atlas = ExtResource("4_v7rlw") -region = Rect2(5120, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_jj045"] -atlas = ExtResource("4_v7rlw") -region = Rect2(5632, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_7wf8o"] -atlas = ExtResource("4_v7rlw") -region = Rect2(6144, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_afsxn"] -atlas = ExtResource("4_v7rlw") -region = Rect2(6656, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_b1ckw"] -atlas = ExtResource("4_v7rlw") -region = Rect2(7168, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_3vieb"] -atlas = ExtResource("4_v7rlw") -region = Rect2(7680, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_imkep"] -atlas = ExtResource("4_v7rlw") -region = Rect2(8192, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_bngr8"] -atlas = ExtResource("4_v7rlw") -region = Rect2(8704, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ct55r"] -atlas = ExtResource("4_v7rlw") -region = Rect2(9216, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_hkhu1"] -atlas = ExtResource("4_v7rlw") -region = Rect2(9728, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_2njrj"] -atlas = ExtResource("4_v7rlw") -region = Rect2(10240, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_f0ff4"] -atlas = ExtResource("4_v7rlw") -region = Rect2(10752, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_74hqa"] -atlas = ExtResource("4_v7rlw") -region = Rect2(11264, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_pbthl"] -atlas = ExtResource("4_v7rlw") -region = Rect2(11776, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_jhq84"] -atlas = ExtResource("4_v7rlw") -region = Rect2(12288, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_flmxu"] -atlas = ExtResource("4_v7rlw") -region = Rect2(12800, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ymsks"] -atlas = ExtResource("4_v7rlw") -region = Rect2(13312, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_cssau"] -atlas = ExtResource("4_v7rlw") -region = Rect2(13824, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_bjon0"] -atlas = ExtResource("4_v7rlw") -region = Rect2(14336, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_toqbu"] -atlas = ExtResource("4_v7rlw") -region = Rect2(14848, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_xmq72"] -atlas = ExtResource("28_oujy1") -region = Rect2(0, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_mq4ru"] -atlas = ExtResource("28_oujy1") -region = Rect2(512, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_63pv8"] -atlas = ExtResource("28_oujy1") -region = Rect2(1024, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_81omh"] -atlas = ExtResource("28_oujy1") -region = Rect2(1536, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_oshxc"] -atlas = ExtResource("28_oujy1") -region = Rect2(2048, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_f051i"] -atlas = ExtResource("28_oujy1") -region = Rect2(2560, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_kiwjx"] -atlas = ExtResource("28_oujy1") -region = Rect2(3072, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_tra6u"] -atlas = ExtResource("28_oujy1") -region = Rect2(3584, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_qrkej"] -atlas = ExtResource("28_oujy1") -region = Rect2(4096, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_q6k75"] -atlas = ExtResource("28_oujy1") -region = Rect2(4608, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_bdqse"] -atlas = ExtResource("28_oujy1") -region = Rect2(5120, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_482wh"] -atlas = ExtResource("28_oujy1") -region = Rect2(5632, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_xu0x4"] -atlas = ExtResource("28_oujy1") -region = Rect2(6144, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_n0ndj"] -atlas = ExtResource("28_oujy1") -region = Rect2(6656, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_blwf7"] -atlas = ExtResource("28_oujy1") -region = Rect2(7168, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_40liv"] -atlas = ExtResource("28_oujy1") -region = Rect2(7680, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_bpyyx"] -atlas = ExtResource("28_oujy1") -region = Rect2(8192, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_1q4di"] -atlas = ExtResource("28_oujy1") -region = Rect2(8704, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_k4prd"] -atlas = ExtResource("28_oujy1") -region = Rect2(9216, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_1r2vo"] -atlas = ExtResource("28_oujy1") -region = Rect2(9728, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_0nb7q"] -atlas = ExtResource("28_oujy1") -region = Rect2(10240, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_4pi58"] -atlas = ExtResource("28_oujy1") -region = Rect2(10752, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_4g55r"] -atlas = ExtResource("28_oujy1") -region = Rect2(11264, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_isyxq"] -atlas = ExtResource("28_oujy1") -region = Rect2(11776, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_nx8x7"] -atlas = ExtResource("28_oujy1") -region = Rect2(12288, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_mcfc5"] -atlas = ExtResource("28_oujy1") -region = Rect2(12800, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_n318m"] -atlas = ExtResource("28_oujy1") -region = Rect2(13312, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_cvph7"] -atlas = ExtResource("28_oujy1") -region = Rect2(13824, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_qonub"] -atlas = ExtResource("28_oujy1") -region = Rect2(14336, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_47wep"] -atlas = ExtResource("28_oujy1") -region = Rect2(14848, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_wxg7g"] -atlas = ExtResource("28_oujy1") -region = Rect2(15360, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_37a1c"] -atlas = ExtResource("28_oujy1") -region = Rect2(15872, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_a8ke0"] -atlas = ExtResource("28_oujy1") -region = Rect2(0, 512, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_rt73e"] -atlas = ExtResource("28_oujy1") -region = Rect2(512, 512, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_nlx4y"] -atlas = ExtResource("28_oujy1") -region = Rect2(1024, 512, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_tqvaa"] -atlas = ExtResource("28_oujy1") -region = Rect2(1536, 512, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_usbdf"] -atlas = ExtResource("22_0qr2r") -region = Rect2(0, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_3d6w1"] -atlas = ExtResource("22_0qr2r") -region = Rect2(512, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_negdy"] -atlas = ExtResource("22_0qr2r") -region = Rect2(1024, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_mlpmd"] -atlas = ExtResource("22_0qr2r") -region = Rect2(1536, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_6amug"] -atlas = ExtResource("22_0qr2r") -region = Rect2(2048, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_mjiiw"] -atlas = ExtResource("22_0qr2r") -region = Rect2(2560, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_7cdqr"] -atlas = ExtResource("22_0qr2r") -region = Rect2(3072, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_nhn71"] -atlas = ExtResource("22_0qr2r") -region = Rect2(3584, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_pj1bu"] -atlas = ExtResource("22_0qr2r") -region = Rect2(4096, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_4gd5b"] -atlas = ExtResource("22_0qr2r") -region = Rect2(4608, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_nm3iu"] -atlas = ExtResource("22_0qr2r") -region = Rect2(5120, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_y6ydj"] -atlas = ExtResource("22_0qr2r") -region = Rect2(5632, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_1ahca"] -atlas = ExtResource("22_0qr2r") -region = Rect2(6144, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_1kesl"] -atlas = ExtResource("22_0qr2r") -region = Rect2(6656, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ee281"] -atlas = ExtResource("22_0qr2r") -region = Rect2(7168, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_bv16y"] -atlas = ExtResource("22_0qr2r") -region = Rect2(7680, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_4mifj"] -atlas = ExtResource("22_0qr2r") -region = Rect2(8192, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_bndwh"] -atlas = ExtResource("22_0qr2r") -region = Rect2(8704, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ft2u1"] -atlas = ExtResource("22_0qr2r") -region = Rect2(9216, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_8l3am"] -atlas = ExtResource("22_0qr2r") -region = Rect2(9728, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_13rdk"] -atlas = ExtResource("22_0qr2r") -region = Rect2(10240, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_cep86"] -atlas = ExtResource("22_0qr2r") -region = Rect2(10752, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_3yjbu"] -atlas = ExtResource("22_0qr2r") -region = Rect2(11264, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_hnja0"] -atlas = ExtResource("22_0qr2r") -region = Rect2(11776, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_u2nig"] -atlas = ExtResource("22_0qr2r") -region = Rect2(12288, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_71wpn"] -atlas = ExtResource("22_0qr2r") -region = Rect2(12800, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_cdgr3"] -atlas = ExtResource("22_0qr2r") -region = Rect2(13312, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ddqq8"] -atlas = ExtResource("22_0qr2r") -region = Rect2(13824, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_s2g0i"] -atlas = ExtResource("22_0qr2r") -region = Rect2(14336, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_iuq02"] -atlas = ExtResource("22_0qr2r") -region = Rect2(14848, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_s37mo"] -atlas = ExtResource("22_0qr2r") -region = Rect2(15360, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_8usxh"] -atlas = ExtResource("22_0qr2r") -region = Rect2(15872, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_g2lky"] -atlas = ExtResource("22_0qr2r") -region = Rect2(0, 512, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_5g1dv"] -atlas = ExtResource("22_0qr2r") -region = Rect2(512, 512, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_4h88r"] -atlas = ExtResource("22_0qr2r") -region = Rect2(1024, 512, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_s15f5"] -atlas = ExtResource("22_0qr2r") -region = Rect2(1536, 512, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ujgbw"] -atlas = ExtResource("22_0qr2r") -region = Rect2(2048, 512, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_y8v4x"] -atlas = ExtResource("22_0qr2r") -region = Rect2(2560, 512, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_jkm8c"] -atlas = ExtResource("29_ysfuc") -region = Rect2(0, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ovlij"] -atlas = ExtResource("29_ysfuc") -region = Rect2(512, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_f634n"] -atlas = ExtResource("29_ysfuc") -region = Rect2(1024, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_56jvv"] -atlas = ExtResource("29_ysfuc") -region = Rect2(1536, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_tguxe"] -atlas = ExtResource("29_ysfuc") -region = Rect2(2048, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_8a1br"] -atlas = ExtResource("29_ysfuc") -region = Rect2(2560, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_treje"] -atlas = ExtResource("29_ysfuc") -region = Rect2(3072, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ucopf"] -atlas = ExtResource("29_ysfuc") -region = Rect2(3584, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_06pau"] -atlas = ExtResource("29_ysfuc") -region = Rect2(4096, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_yut7s"] -atlas = ExtResource("29_ysfuc") -region = Rect2(4608, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_7ct6q"] -atlas = ExtResource("29_ysfuc") -region = Rect2(5120, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_apbil"] -atlas = ExtResource("29_ysfuc") -region = Rect2(5632, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_g6lek"] -atlas = ExtResource("29_ysfuc") -region = Rect2(6144, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_i055y"] -atlas = ExtResource("29_ysfuc") -region = Rect2(6656, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_p00oj"] -atlas = ExtResource("29_ysfuc") -region = Rect2(7168, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_db7t0"] -atlas = ExtResource("29_ysfuc") -region = Rect2(7680, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_p1sai"] -atlas = ExtResource("29_ysfuc") -region = Rect2(8192, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_0yuwb"] -atlas = ExtResource("29_ysfuc") -region = Rect2(8704, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_wcgn0"] -atlas = ExtResource("29_ysfuc") -region = Rect2(9216, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_k5hgl"] -atlas = ExtResource("29_ysfuc") -region = Rect2(9728, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ji08h"] -atlas = ExtResource("29_ysfuc") -region = Rect2(10240, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_7lfvv"] -atlas = ExtResource("29_ysfuc") -region = Rect2(10752, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_emn3u"] -atlas = ExtResource("29_ysfuc") -region = Rect2(11264, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_gr6sd"] -atlas = ExtResource("29_ysfuc") -region = Rect2(11776, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ge6u4"] -atlas = ExtResource("29_ysfuc") -region = Rect2(12288, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_xlxqt"] -atlas = ExtResource("29_ysfuc") -region = Rect2(12800, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_r2dkq"] -atlas = ExtResource("29_ysfuc") -region = Rect2(13312, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_us17c"] -atlas = ExtResource("29_ysfuc") -region = Rect2(13824, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_jwjoi"] -atlas = ExtResource("29_ysfuc") -region = Rect2(14336, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ag6w4"] -atlas = ExtResource("29_ysfuc") -region = Rect2(14848, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_pvxw0"] -atlas = ExtResource("25_y8imw") -region = Rect2(0, 0, 350, 350) - -[sub_resource type="AtlasTexture" id="AtlasTexture_h780i"] -atlas = ExtResource("25_y8imw") -region = Rect2(350, 0, 350, 350) - -[sub_resource type="AtlasTexture" id="AtlasTexture_eucyw"] -atlas = ExtResource("25_y8imw") -region = Rect2(700, 0, 350, 350) - -[sub_resource type="AtlasTexture" id="AtlasTexture_fk61c"] -atlas = ExtResource("25_y8imw") -region = Rect2(1050, 0, 350, 350) - -[sub_resource type="AtlasTexture" id="AtlasTexture_t418h"] -atlas = ExtResource("25_y8imw") -region = Rect2(1400, 0, 350, 350) - -[sub_resource type="AtlasTexture" id="AtlasTexture_3hluk"] -atlas = ExtResource("25_y8imw") -region = Rect2(1750, 0, 350, 350) - -[sub_resource type="AtlasTexture" id="AtlasTexture_rcxrp"] -atlas = ExtResource("25_y8imw") -region = Rect2(2100, 0, 350, 350) - -[sub_resource type="AtlasTexture" id="AtlasTexture_qv04j"] -atlas = ExtResource("25_y8imw") -region = Rect2(2450, 0, 350, 350) - -[sub_resource type="AtlasTexture" id="AtlasTexture_fcmgb"] -atlas = ExtResource("25_y8imw") -region = Rect2(2800, 0, 350, 350) - -[sub_resource type="AtlasTexture" id="AtlasTexture_7yhn4"] -atlas = ExtResource("25_y8imw") -region = Rect2(3150, 0, 350, 350) - -[sub_resource type="AtlasTexture" id="AtlasTexture_wc5hd"] -atlas = ExtResource("25_y8imw") -region = Rect2(3500, 0, 350, 350) - -[sub_resource type="AtlasTexture" id="AtlasTexture_pwpaa"] -atlas = ExtResource("25_y8imw") -region = Rect2(3850, 0, 350, 350) - -[sub_resource type="AtlasTexture" id="AtlasTexture_rwn0a"] -atlas = ExtResource("25_y8imw") -region = Rect2(4200, 0, 350, 350) - -[sub_resource type="AtlasTexture" id="AtlasTexture_4dt1x"] -atlas = ExtResource("25_y8imw") -region = Rect2(4550, 0, 350, 350) - -[sub_resource type="AtlasTexture" id="AtlasTexture_0ooq7"] -atlas = ExtResource("25_y8imw") -region = Rect2(4900, 0, 350, 350) - -[sub_resource type="AtlasTexture" id="AtlasTexture_slqt4"] -atlas = ExtResource("25_y8imw") -region = Rect2(5250, 0, 350, 350) - -[sub_resource type="AtlasTexture" id="AtlasTexture_0mg2x"] -atlas = ExtResource("25_y8imw") -region = Rect2(5600, 0, 350, 350) - -[sub_resource type="AtlasTexture" id="AtlasTexture_dk8i1"] -atlas = ExtResource("25_y8imw") -region = Rect2(5950, 0, 350, 350) - -[sub_resource type="AtlasTexture" id="AtlasTexture_gnwol"] -atlas = ExtResource("25_y8imw") -region = Rect2(6300, 0, 350, 350) - -[sub_resource type="SpriteFrames" id="SpriteFrames_jtmj1"] -animations = [{ -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_wmyys") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_4v5jq") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_p11af") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_uxmjg") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_7ne78") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_pwhgk") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_0xc37") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ricnn") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_d7qyp") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_5ult4") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ev4rp") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_n3itj") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_6hif5") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_j6as1") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_kiuq8") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_sl6xr") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_8cf5r") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_lbhlt") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_3b8p1") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_p4gd5") -}], -"loop": true, -"name": &"Air Slash", -"speed": 32.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_2tcuj") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_77cqk") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_th76d") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_sfycl") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_b741k") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_jswex") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_v32co") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_np2iq") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_68n28") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_auvl8") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_e0lid") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_n2kv8") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_s2mu3") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ob28g") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_vyvxi") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_f8yts") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_c4qcr") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_0mu4b") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_pdkmw") -}], -"loop": false, -"name": &"Earth Slash", -"speed": 32.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_ngao6") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_f3hw5") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_s0o06") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ll262") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_hsjte") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_0qega") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_xd6qt") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_u6nt1") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_7fcxh") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_sthds") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_w0uo7") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_t0xhe") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_a47gw") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_b2owr") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_37dxm") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_oef33") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_vu8de") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_unpnm") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_h6lkg") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_qiv21") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_olhyv") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_w3qca") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_14jgb") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_7i00v") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ys1nt") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_1daeu") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_rwva3") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_xrda4") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_h6xce") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_r7yno") -}], -"loop": true, -"name": &"Fire Slash", -"speed": 32.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_kcb6w") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_d8kdm") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_hxipc") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_oqo4u") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_16i0h") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_a5x7g") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_alrmx") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_xmdye") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_lkhbj") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_mexas") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_7j400") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_4ms00") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_7lgsy") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_60ybr") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_xc4x4") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_cyukq") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_v0lf8") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_qi4av") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_an7ya") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_8pjgr") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_w6y2h") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_6qsdb") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_4525e") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_226qt") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_nbjul") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_i3gpb") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_kl0b1") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_8rtyd") -}], -"loop": false, -"name": &"Love Judgement", -"speed": 45.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_v5qoq") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_jtmj1") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_lnh6v") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_bmp5p") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_1wxdb") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_tm4vc") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ledjb") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_jsrl5") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_v32vt") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_scfvx") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_po5jt") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_jj045") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_7wf8o") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_afsxn") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_b1ckw") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_3vieb") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_imkep") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_bngr8") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ct55r") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_hkhu1") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_2njrj") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_f0ff4") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_74hqa") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_pbthl") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_jhq84") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_flmxu") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ymsks") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_cssau") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_bjon0") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_toqbu") -}, { -"duration": 1.0, -"texture": null -}], -"loop": false, -"name": &"Normal Slash 1", -"speed": 45.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_xmq72") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_mq4ru") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_63pv8") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_81omh") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_oshxc") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_f051i") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_kiwjx") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_tra6u") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_qrkej") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_q6k75") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_bdqse") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_482wh") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_xu0x4") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_n0ndj") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_blwf7") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_40liv") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_bpyyx") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_1q4di") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_k4prd") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_1r2vo") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_0nb7q") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_4pi58") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_4g55r") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_isyxq") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_nx8x7") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_mcfc5") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_n318m") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_cvph7") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_qonub") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_47wep") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_wxg7g") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_37a1c") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_a8ke0") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_rt73e") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_nlx4y") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_tqvaa") -}], -"loop": false, -"name": &"Plasma Sword", -"speed": 71.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_usbdf") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_3d6w1") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_negdy") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_mlpmd") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_6amug") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_mjiiw") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_7cdqr") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_nhn71") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_pj1bu") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_4gd5b") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_nm3iu") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_y6ydj") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_1ahca") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_1kesl") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ee281") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_bv16y") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_4mifj") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_bndwh") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ft2u1") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_8l3am") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_13rdk") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_cep86") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_3yjbu") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_hnja0") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_u2nig") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_71wpn") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_cdgr3") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ddqq8") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_s2g0i") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_iuq02") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_s37mo") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_8usxh") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_g2lky") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_5g1dv") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_4h88r") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_s15f5") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ujgbw") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_y8v4x") -}, { -"duration": 1.0, -"texture": null -}], -"loop": false, -"name": &"Rondo", -"speed": 62.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_jkm8c") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ovlij") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_f634n") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_56jvv") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_tguxe") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_8a1br") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_treje") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ucopf") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_06pau") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_yut7s") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_7ct6q") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_apbil") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_g6lek") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_i055y") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_p00oj") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_db7t0") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_p1sai") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_0yuwb") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_wcgn0") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_k5hgl") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ji08h") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_7lfvv") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_emn3u") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_gr6sd") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ge6u4") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_xlxqt") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_r2dkq") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_us17c") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_jwjoi") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ag6w4") -}, { -"duration": 1.0, -"texture": null -}], -"loop": false, -"name": &"Unarmed", -"speed": 56.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_pvxw0") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_h780i") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_eucyw") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_fk61c") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_t418h") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_3hluk") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_rcxrp") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_qv04j") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_fcmgb") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_7yhn4") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_wc5hd") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_pwpaa") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_rwn0a") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_4dt1x") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_0ooq7") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_slqt4") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_0mg2x") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_dk8i1") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_gnwol") -}, { -"duration": 1.0, -"texture": null -}], -"loop": false, -"name": &"Water Slash", -"speed": 32.0 -}] - [sub_resource type="AtlasTexture" id="AtlasTexture_vpgo6"] atlas = ExtResource("20_bjon0") region = Rect2(512, 0, 512, 512) @@ -8333,225 +6310,7 @@ animations = [{ }], "loop": false, "name": &"default", -"speed": 64.0 -}] - -[sub_resource type="AtlasTexture" id="AtlasTexture_5w511"] -atlas = ExtResource("21_toqbu") -region = Rect2(0, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_uxat6"] -atlas = ExtResource("21_toqbu") -region = Rect2(512, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_m1fr0"] -atlas = ExtResource("21_toqbu") -region = Rect2(1024, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_gfuge"] -atlas = ExtResource("21_toqbu") -region = Rect2(1536, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_5ufv4"] -atlas = ExtResource("21_toqbu") -region = Rect2(2048, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_vb3nr"] -atlas = ExtResource("21_toqbu") -region = Rect2(2560, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_xk70p"] -atlas = ExtResource("21_toqbu") -region = Rect2(3072, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ypnbi"] -atlas = ExtResource("21_toqbu") -region = Rect2(3584, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_nldbq"] -atlas = ExtResource("21_toqbu") -region = Rect2(4096, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_o55lx"] -atlas = ExtResource("21_toqbu") -region = Rect2(4608, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_tr7np"] -atlas = ExtResource("21_toqbu") -region = Rect2(5120, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_vjqi4"] -atlas = ExtResource("21_toqbu") -region = Rect2(5632, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_k1a3d"] -atlas = ExtResource("21_toqbu") -region = Rect2(6144, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_81aul"] -atlas = ExtResource("21_toqbu") -region = Rect2(6656, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_qlekh"] -atlas = ExtResource("21_toqbu") -region = Rect2(7168, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_i2jpi"] -atlas = ExtResource("21_toqbu") -region = Rect2(7680, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_wbulv"] -atlas = ExtResource("21_toqbu") -region = Rect2(8192, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_7v8nt"] -atlas = ExtResource("21_toqbu") -region = Rect2(8704, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_0g6dl"] -atlas = ExtResource("21_toqbu") -region = Rect2(9216, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_5ww3y"] -atlas = ExtResource("21_toqbu") -region = Rect2(9728, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_jamhf"] -atlas = ExtResource("21_toqbu") -region = Rect2(10240, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_e7ba0"] -atlas = ExtResource("21_toqbu") -region = Rect2(10752, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_sio05"] -atlas = ExtResource("21_toqbu") -region = Rect2(11264, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_2fj84"] -atlas = ExtResource("21_toqbu") -region = Rect2(11776, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_tqlbc"] -atlas = ExtResource("21_toqbu") -region = Rect2(12288, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_m6nup"] -atlas = ExtResource("21_toqbu") -region = Rect2(12800, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_v8buy"] -atlas = ExtResource("21_toqbu") -region = Rect2(13312, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_4wrt3"] -atlas = ExtResource("21_toqbu") -region = Rect2(13824, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_mk2jd"] -atlas = ExtResource("21_toqbu") -region = Rect2(14336, 0, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_a5wv6"] -atlas = ExtResource("21_toqbu") -region = Rect2(14848, 0, 512, 512) - -[sub_resource type="SpriteFrames" id="SpriteFrames_5rmcm"] -animations = [{ -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_5w511") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_uxat6") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_m1fr0") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_gfuge") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_5ufv4") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_vb3nr") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_xk70p") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ypnbi") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_nldbq") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_o55lx") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_tr7np") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_vjqi4") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_k1a3d") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_81aul") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_qlekh") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_i2jpi") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_wbulv") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_7v8nt") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_0g6dl") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_5ww3y") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_jamhf") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_e7ba0") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_sio05") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_2fj84") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_tqlbc") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_m6nup") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_v8buy") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_4wrt3") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_mk2jd") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_a5wv6") -}], -"loop": false, -"name": &"default", -"speed": 64.0 +"speed": 30.0 }] [sub_resource type="AtlasTexture" id="AtlasTexture_teexk"] @@ -10512,12 +8271,6 @@ texture_filter = 1 material = SubResource("ShaderMaterial_es4xk") position = Vector2(764, 544) -[node name="WeaponAttack" type="AnimatedSprite2D" parent="ScreenFX/SubViewportContainer/SubViewport"] -position = Vector2(720, 580) -scale = Vector2(2.25, 2.25) -sprite_frames = SubResource("SpriteFrames_jtmj1") -animation = &"Normal Slash 1" - [node name="ColorRect" type="ColorRect" parent="ScreenFX/SubViewportContainer/SubViewport"] anchors_preset = 15 anchor_right = 1.0 @@ -10533,11 +8286,6 @@ frame = 32 frame_progress = 1.0 speed_scale = 2.0 -[node name="Hit Wall" type="AnimatedSprite2D" parent="ScreenFX/SubViewportContainer/SubViewport"] -position = Vector2(951, 498) -sprite_frames = SubResource("SpriteFrames_5rmcm") -frame = 29 - [node name="ENTROPIC ELEMENT1" type="AnimatedSprite2D" parent="ScreenFX/SubViewportContainer/SubViewport"] position = Vector2(349, 200) scale = Vector2(1.34012, 1.39244) diff --git a/Zennysoft.Game.Ma/src/system/SampleProjectile.tscn b/Zennysoft.Game.Ma/src/system/SampleProjectile.tscn index ac9980dac..d127ca286 100644 --- a/Zennysoft.Game.Ma/src/system/SampleProjectile.tscn +++ b/Zennysoft.Game.Ma/src/system/SampleProjectile.tscn @@ -307,45 +307,6 @@ animations = [{ [sub_resource type="SphereShape3D" id="SphereShape3D_kct8n"] -[sub_resource type="Animation" id="Animation_8qeb2"] -length = 0.001 -tracks/0/type = "value" -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/path = NodePath("..:position") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 0, -"values": [Vector3(0, 0, 0)] -} -tracks/1/type = "value" -tracks/1/imported = false -tracks/1/enabled = true -tracks/1/path = NodePath("../ProjectileHitbox:monitoring") -tracks/1/interp = 1 -tracks/1/loop_wrap = true -tracks/1/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [false] -} -tracks/2/type = "value" -tracks/2/imported = false -tracks/2/enabled = true -tracks/2/path = NodePath(".:visible") -tracks/2/interp = 1 -tracks/2/loop_wrap = true -tracks/2/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 1, -"values": [false] -} - [sub_resource type="Animation" id="Animation_xrn7e"] resource_name = "fire" tracks/0/type = "value" @@ -400,6 +361,45 @@ tracks/3/keys = { "values": [false, true, false] } +[sub_resource type="Animation" id="Animation_8qeb2"] +length = 0.001 +tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath("..:position") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(0, 0, 0)] +} +tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/path = NodePath("../ProjectileHitbox:monitoring") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [false] +} +tracks/2/type = "value" +tracks/2/imported = false +tracks/2/enabled = true +tracks/2/path = NodePath(".:visible") +tracks/2/interp = 1 +tracks/2/loop_wrap = true +tracks/2/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [false] +} + [sub_resource type="AnimationLibrary" id="AnimationLibrary_q8n6h"] _data = { &"Fire": SubResource("Animation_xrn7e"), diff --git a/Zennysoft.Game.Ma/src/ui/dialogue/DialogueBalloon.tscn b/Zennysoft.Game.Ma/src/ui/dialogue/DialogueBalloon.tscn index 7bd393355..73a7f0f4e 100644 --- a/Zennysoft.Game.Ma/src/ui/dialogue/DialogueBalloon.tscn +++ b/Zennysoft.Game.Ma/src/ui/dialogue/DialogueBalloon.tscn @@ -2,7 +2,7 @@ [ext_resource type="Script" uid="uid://5b3w40kwakl3" path="res://addons/dialogue_manager/example_balloon/ExampleBalloon.cs" id="1_okfmu"] [ext_resource type="FontFile" uid="uid://dit3vylt7hmmx" path="res://src/ui/fonts/FT88-Regular.ttf" id="2_c4c1f"] -[ext_resource type="PackedScene" uid="uid://ckvgyvclnwggo" path="res://addons/dialogue_manager/dialogue_label.tscn" id="2_jm6sr"] +[ext_resource type="PackedScene" uid="uid://b0sflwm2j27gu" path="res://addons/dialogue_manager/dialogue_label.tscn" id="2_jm6sr"] [ext_resource type="FontFile" uid="uid://beh6d5lo5ihq0" path="res://src/ui/fonts/georgiai.ttf" id="3_g5mp8"] [ext_resource type="Script" uid="uid://bb52rsfwhkxbn" path="res://addons/dialogue_manager/dialogue_responses_menu.gd" id="3_yiii3"] [ext_resource type="FontFile" uid="uid://0syyay37admf" path="res://src/ui/fonts/georgiab.ttf" id="5_kc8dw"] diff --git a/Zennysoft.Game.Ma/src/ui/in_game_ui/InGameUI.tscn b/Zennysoft.Game.Ma/src/ui/in_game_ui/InGameUI.tscn index 15d1bd22d..d3c9d7036 100644 --- a/Zennysoft.Game.Ma/src/ui/in_game_ui/InGameUI.tscn +++ b/Zennysoft.Game.Ma/src/ui/in_game_ui/InGameUI.tscn @@ -2,7 +2,7 @@ [ext_resource type="Script" uid="uid://dlq2mkhl4pe7a" path="res://src/ui/in_game_ui/InGameUI.cs" id="1_sc13i"] [ext_resource type="PackedScene" uid="uid://bwbofurcvf3yh" path="res://src/minimap/Minimap.tscn" id="2_6sfje"] -[ext_resource type="PackedScene" uid="uid://t22s2y1t8ktc" path="res://src/debug_info/DebugInfo.tscn" id="2_f0tui"] +[ext_resource type="PackedScene" uid="uid://0eo47mewhlit" path="res://src/debug_info/DebugInfo.tscn" id="2_f0tui"] [ext_resource type="PackedScene" uid="uid://dxl8il8f13c2x" path="res://src/ui/player_ui/PlayerInfoUI.tscn" id="4_46s5l"] [ext_resource type="PackedScene" uid="uid://bea2waybmgd6u" path="res://src/ui/teleport_prompt/UseTeleportPrompt.tscn" id="5_h1hgq"] [ext_resource type="PackedScene" uid="uid://x0f1ol50nnp3" path="res://src/ui/in_game_ui/InventoryMessageUI.tscn" id="6_y26qy"] diff --git a/Zennysoft.Game.Ma/src/ui/inventory_menu/ItemSlot.tscn b/Zennysoft.Game.Ma/src/ui/inventory_menu/ItemSlot.tscn index d848d4e25..0f145dc53 100644 --- a/Zennysoft.Game.Ma/src/ui/inventory_menu/ItemSlot.tscn +++ b/Zennysoft.Game.Ma/src/ui/inventory_menu/ItemSlot.tscn @@ -1,11 +1,11 @@ [gd_scene load_steps=7 format=3 uid="uid://c005nd0m2eim"] [ext_resource type="Script" uid="uid://cglxk7v8hpesn" path="res://src/ui/inventory_menu/ItemSlot.cs" id="1_yttxt"] -[ext_resource type="Texture2D" uid="uid://cj1psfba5bhup" path="res://src/items/3D Render Icons/3Dkubel.png" id="3_t6dim"] +[ext_resource type="Texture2D" uid="uid://c4m6m3pv8704k" path="res://src/items/weapons/textures/kubel.png" id="3_t6dim"] [ext_resource type="StyleBox" uid="uid://bxuy4tnftibfq" path="res://src/options/SelectedOptionsBox.tres" id="4_lt1pw"] [ext_resource type="StyleBox" uid="uid://bl15q835s4ene" path="res://src/options/UnselectedOptionsBox.tres" id="4_rf22b"] [ext_resource type="FontFile" uid="uid://0syyay37admf" path="res://src/ui/fonts/georgiab.ttf" id="4_t6dim"] -[ext_resource type="Texture2D" uid="uid://d3bx1j5irhdes" path="res://src/items/jewels/texture/Igneous Jewel.png" id="5_lt1pw"] +[ext_resource type="Texture2D" uid="uid://cg012lq8a4ncq" path="res://src/items/jewels/texture/Igneous Jewel.png" id="5_lt1pw"] [node name="ItemSlot" type="HBoxContainer"] anchors_preset = 5 diff --git a/Zennysoft.Game.Ma/src/vfx/Enemy Projectiles/Laser.tscn b/Zennysoft.Game.Ma/src/vfx/Enemy Projectiles/Laser.tscn index b881fb5b8..1c3593dd2 100644 --- a/Zennysoft.Game.Ma/src/vfx/Enemy Projectiles/Laser.tscn +++ b/Zennysoft.Game.Ma/src/vfx/Enemy Projectiles/Laser.tscn @@ -51,6 +51,21 @@ emission_enabled = true emission = Color(0.552856, 0.408414, 0.978087, 1) emission_energy_multiplier = 4.78 +[sub_resource type="Animation" id="Animation_8ylix"] +length = 0.001 +tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath("EMISSION/SPIRAL POINT:scale") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(1, 1, 1)] +} + [sub_resource type="Animation" id="Animation_greuf"] resource_name = "Spiral Start" length = 0.4 @@ -67,21 +82,6 @@ tracks/0/keys = { "values": [Vector3(0, 0, 0), Vector3(1, 1, 1)] } -[sub_resource type="Animation" id="Animation_8ylix"] -length = 0.001 -tracks/0/type = "value" -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/path = NodePath("EMISSION/SPIRAL POINT:scale") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/keys = { -"times": PackedFloat32Array(0), -"transitions": PackedFloat32Array(1), -"update": 0, -"values": [Vector3(1, 1, 1)] -} - [sub_resource type="Animation" id="Animation_sna7o"] resource_name = "Torus 1 Expansion" @@ -148,16 +148,6 @@ _data = { &"SPIRAL SPIN": SubResource("Animation_38lnj") } -[sub_resource type="Animation" id="Animation_wsfhe"] -resource_name = "Torus 1 Expansion" -tracks/0/type = "scale_3d" -tracks/0/imported = false -tracks/0/enabled = true -tracks/0/path = NodePath(".") -tracks/0/interp = 1 -tracks/0/loop_wrap = true -tracks/0/keys = PackedFloat32Array(0, 1, 0.001, 0.001, 0.001, 0.4, 1, 2, 2, 2) - [sub_resource type="Animation" id="Animation_lm38g"] length = 0.001 tracks/0/type = "scale_3d" @@ -168,6 +158,16 @@ tracks/0/interp = 1 tracks/0/loop_wrap = true tracks/0/keys = PackedFloat32Array(0, 1, 1, 1, 1) +[sub_resource type="Animation" id="Animation_wsfhe"] +resource_name = "Torus 1 Expansion" +tracks/0/type = "scale_3d" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath(".") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = PackedFloat32Array(0, 1, 0.001, 0.001, 0.001, 0.4, 1, 2, 2, 2) + [sub_resource type="Animation" id="Animation_fuupk"] resource_name = "Torus 2 Expansion" tracks/0/type = "scale_3d" diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/aero_element.png b/Zennysoft.Game.Ma/src/vfx/Items Etc/aero_element.png similarity index 100% rename from Zennysoft.Game.Ma/src/vfx/Weapon Strikes/aero_element.png rename to Zennysoft.Game.Ma/src/vfx/Items Etc/aero_element.png diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/aero_element.png.import b/Zennysoft.Game.Ma/src/vfx/Items Etc/aero_element.png.import similarity index 70% rename from Zennysoft.Game.Ma/src/vfx/Weapon Strikes/aero_element.png.import rename to Zennysoft.Game.Ma/src/vfx/Items Etc/aero_element.png.import index b489263d0..6567a92f7 100644 --- a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/aero_element.png.import +++ b/Zennysoft.Game.Ma/src/vfx/Items Etc/aero_element.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cpaec57fbq3iw" -path.s3tc="res://.godot/imported/aero_element.png-87dcb7eb53f2a464fef5fec59b4df119.s3tc.ctex" +path.s3tc="res://.godot/imported/aero_element.png-74138739e7693458490c0d9397b7e824.s3tc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/vfx/Weapon Strikes/aero_element.png" -dest_files=["res://.godot/imported/aero_element.png-87dcb7eb53f2a464fef5fec59b4df119.s3tc.ctex"] +source_file="res://src/vfx/Items Etc/aero_element.png" +dest_files=["res://.godot/imported/aero_element.png-74138739e7693458490c0d9397b7e824.s3tc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/vfx/Items Etc/hydric_attack.png b/Zennysoft.Game.Ma/src/vfx/Items Etc/hydric_attack.png deleted file mode 100644 index 30c6299d5..000000000 Binary files a/Zennysoft.Game.Ma/src/vfx/Items Etc/hydric_attack.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/vfx/Items Etc/earth_Strike.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/earth_Strike.png similarity index 100% rename from Zennysoft.Game.Ma/src/vfx/Items Etc/earth_Strike.png rename to Zennysoft.Game.Ma/src/vfx/Weapon Strikes/earth_Strike.png diff --git a/Zennysoft.Game.Ma/src/vfx/Items Etc/earth_Strike.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/earth_Strike.png.import similarity index 63% rename from Zennysoft.Game.Ma/src/vfx/Items Etc/earth_Strike.png.import rename to Zennysoft.Game.Ma/src/vfx/Weapon Strikes/earth_Strike.png.import index 54220f18c..d296f01fc 100644 --- a/Zennysoft.Game.Ma/src/vfx/Items Etc/earth_Strike.png.import +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/earth_Strike.png.import @@ -2,8 +2,8 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dykycnt0xdyw7" -path.s3tc="res://.godot/imported/earth_Strike.png-1ad4c53617fafb319f7cad90eaea3945.s3tc.ctex" +uid="uid://cvvemiv8f33o7" +path.bptc="res://.godot/imported/earth_Strike.png-5db9f9023cb53228b97775285caed00b.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,13 +11,13 @@ metadata={ [deps] -source_file="res://src/vfx/Items Etc/earth_Strike.png" -dest_files=["res://.godot/imported/earth_Strike.png-1ad4c53617fafb319f7cad90eaea3945.s3tc.ctex"] +source_file="res://src/vfx/Weapon Strikes/earth_Strike.png" +dest_files=["res://.godot/imported/earth_Strike.png-5db9f9023cb53228b97775285caed00b.bptc.ctex"] [params] compress/mode=2 -compress/high_quality=false +compress/high_quality=true compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Items Etc/fire_slash.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/fire_slash.png similarity index 100% rename from Zennysoft.Game.Ma/src/vfx/Items Etc/fire_slash.png rename to Zennysoft.Game.Ma/src/vfx/Weapon Strikes/fire_slash.png diff --git a/Zennysoft.Game.Ma/src/vfx/Items Etc/fire_slash.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/fire_slash.png.import similarity index 70% rename from Zennysoft.Game.Ma/src/vfx/Items Etc/fire_slash.png.import rename to Zennysoft.Game.Ma/src/vfx/Weapon Strikes/fire_slash.png.import index 2725855b3..db4906928 100644 --- a/Zennysoft.Game.Ma/src/vfx/Items Etc/fire_slash.png.import +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/fire_slash.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b4a312uikmfou" -path.s3tc="res://.godot/imported/fire_slash.png-c8844d2cb76dcaca317b099da1571cdd.s3tc.ctex" +path.s3tc="res://.godot/imported/fire_slash.png-4c8ac45d1d255d9d069fd62016ec6546.s3tc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/vfx/Items Etc/fire_slash.png" -dest_files=["res://.godot/imported/fire_slash.png-c8844d2cb76dcaca317b099da1571cdd.s3tc.ctex"] +source_file="res://src/vfx/Weapon Strikes/fire_slash.png" +dest_files=["res://.godot/imported/fire_slash.png-4c8ac45d1d255d9d069fd62016ec6546.s3tc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack.png new file mode 100644 index 000000000..f0e64fa0d Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Items Etc/hydric_attack.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack.png.import similarity index 69% rename from Zennysoft.Game.Ma/src/vfx/Items Etc/hydric_attack.png.import rename to Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack.png.import index e053e114b..39096ec4c 100644 --- a/Zennysoft.Game.Ma/src/vfx/Items Etc/hydric_attack.png.import +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://3kwrnwn4sxft" -path.s3tc="res://.godot/imported/hydric_attack.png-eae7325e36ddf8c4bed33d239cfd5231.s3tc.ctex" +path.s3tc="res://.godot/imported/hydric_attack.png-e167fe6c90a3c35dd19ad8890712344b.s3tc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/vfx/Items Etc/hydric_attack.png" -dest_files=["res://.godot/imported/hydric_attack.png-eae7325e36ddf8c4bed33d239cfd5231.s3tc.ctex"] +source_file="res://src/vfx/Weapon Strikes/hydric_attack.png" +dest_files=["res://.godot/imported/hydric_attack.png-e167fe6c90a3c35dd19ad8890712344b.s3tc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile000.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile000.png new file mode 100644 index 000000000..be397a8b4 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile000.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile000.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile000.png.import new file mode 100644 index 000000000..df48f976c --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile000.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ctt1hmh6qit2t" +path.bptc="res://.godot/imported/tile000.png-edc57a3e1c080774f54cb85b4b0ff5f6.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile000.png" +dest_files=["res://.godot/imported/tile000.png-edc57a3e1c080774f54cb85b4b0ff5f6.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile001.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile001.png new file mode 100644 index 000000000..b2100213a Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile001.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile001.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile001.png.import new file mode 100644 index 000000000..65279d3ab --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile001.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bj6lpk6s423t0" +path.bptc="res://.godot/imported/tile001.png-88a0b2494623a741666e21b44e64659f.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile001.png" +dest_files=["res://.godot/imported/tile001.png-88a0b2494623a741666e21b44e64659f.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile002.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile002.png new file mode 100644 index 000000000..f2edb29ac Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile002.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile002.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile002.png.import new file mode 100644 index 000000000..4c9dde0c7 --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile002.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bcpnfq7dlrw7i" +path.bptc="res://.godot/imported/tile002.png-ae0f7f56a4ec7cf5a5b9322192f35c2a.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile002.png" +dest_files=["res://.godot/imported/tile002.png-ae0f7f56a4ec7cf5a5b9322192f35c2a.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile003.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile003.png new file mode 100644 index 000000000..8bf581215 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile003.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile003.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile003.png.import new file mode 100644 index 000000000..ab013621e --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile003.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://blq2wo7vwrtmd" +path.bptc="res://.godot/imported/tile003.png-0df418129388223048b7085da3599e52.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile003.png" +dest_files=["res://.godot/imported/tile003.png-0df418129388223048b7085da3599e52.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile004.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile004.png new file mode 100644 index 000000000..5f9c2fed0 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile004.png differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/Aeollic Jewel.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile004.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/items/Icons/Aeollic Jewel.png.import rename to Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile004.png.import index b1acfa374..8729891c5 100644 --- a/Zennysoft.Game.Ma/src/items/Icons/Aeollic Jewel.png.import +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile004.png.import @@ -2,8 +2,8 @@ importer="texture" type="CompressedTexture2D" -uid="uid://c82knviyuuy8w" -path.bptc="res://.godot/imported/Aeollic Jewel.png-fe14dc36e4f49109d546a2597f3b09ef.bptc.ctex" +uid="uid://dahoouacmlrb" +path.bptc="res://.godot/imported/tile004.png-399149510d93e8ceafc410a99ffb764d.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/items/Icons/Aeollic Jewel.png" -dest_files=["res://.godot/imported/Aeollic Jewel.png-fe14dc36e4f49109d546a2597f3b09ef.bptc.ctex"] +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile004.png" +dest_files=["res://.godot/imported/tile004.png-399149510d93e8ceafc410a99ffb764d.bptc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile005.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile005.png new file mode 100644 index 000000000..cb3911366 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile005.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile005.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile005.png.import new file mode 100644 index 000000000..73e50bc4d --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile005.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cmv2tb2aanetb" +path.bptc="res://.godot/imported/tile005.png-189cd75796e1075ceec9f223588f0866.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile005.png" +dest_files=["res://.godot/imported/tile005.png-189cd75796e1075ceec9f223588f0866.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile006.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile006.png new file mode 100644 index 000000000..8794e70b6 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile006.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile006.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile006.png.import new file mode 100644 index 000000000..9719908ba --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile006.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dgtnbcgld7sd2" +path.bptc="res://.godot/imported/tile006.png-ebcabdcbb839c77bed0e9a269591461b.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile006.png" +dest_files=["res://.godot/imported/tile006.png-ebcabdcbb839c77bed0e9a269591461b.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile007.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile007.png new file mode 100644 index 000000000..cb9148122 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile007.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile007.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile007.png.import new file mode 100644 index 000000000..c01e14c59 --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile007.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dfn58mhi6ydiv" +path.bptc="res://.godot/imported/tile007.png-6ffc287557a8807b155e825274484150.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile007.png" +dest_files=["res://.godot/imported/tile007.png-6ffc287557a8807b155e825274484150.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile008.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile008.png new file mode 100644 index 000000000..a0e68aba7 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile008.png differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/water-DICE.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile008.png.import similarity index 64% rename from Zennysoft.Game.Ma/src/items/Icons/water-DICE.png.import rename to Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile008.png.import index de3df9687..35b4cfedf 100644 --- a/Zennysoft.Game.Ma/src/items/Icons/water-DICE.png.import +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile008.png.import @@ -2,8 +2,8 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bep7lrxlbwwws" -path.s3tc="res://.godot/imported/water-DICE.png-2e3fcb7706fae74524abf90b3677bb55.s3tc.ctex" +uid="uid://oa6dmpe31efs" +path.bptc="res://.godot/imported/tile008.png-0b48872d2bf9df4f2d1d9f868bb8cc85.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,13 +11,13 @@ metadata={ [deps] -source_file="res://src/items/Icons/water-DICE.png" -dest_files=["res://.godot/imported/water-DICE.png-2e3fcb7706fae74524abf90b3677bb55.s3tc.ctex"] +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile008.png" +dest_files=["res://.godot/imported/tile008.png-0b48872d2bf9df4f2d1d9f868bb8cc85.bptc.ctex"] [params] compress/mode=2 -compress/high_quality=false +compress/high_quality=true compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile009.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile009.png new file mode 100644 index 000000000..ba1bb1ae4 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile009.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile009.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile009.png.import new file mode 100644 index 000000000..0bec2b95a --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile009.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dxnata78dcvlg" +path.bptc="res://.godot/imported/tile009.png-fdc85fa27056c759c9a85f648079d0b6.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile009.png" +dest_files=["res://.godot/imported/tile009.png-fdc85fa27056c759c9a85f648079d0b6.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile010.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile010.png new file mode 100644 index 000000000..fe1f4f2c2 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile010.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile010.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile010.png.import new file mode 100644 index 000000000..be84c8b86 --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile010.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cqsj88qfctx7p" +path.bptc="res://.godot/imported/tile010.png-02211b90a8899a1a94ff5f1b11ce4c59.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile010.png" +dest_files=["res://.godot/imported/tile010.png-02211b90a8899a1a94ff5f1b11ce4c59.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile011.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile011.png new file mode 100644 index 000000000..ace0162ea Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile011.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile011.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile011.png.import new file mode 100644 index 000000000..2b1955848 --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile011.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c8dy8b1jm7vfp" +path.bptc="res://.godot/imported/tile011.png-2d1964c7340d55afb3914c01bca51757.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile011.png" +dest_files=["res://.godot/imported/tile011.png-2d1964c7340d55afb3914c01bca51757.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile012.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile012.png new file mode 100644 index 000000000..99b6a98a9 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile012.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile012.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile012.png.import new file mode 100644 index 000000000..40fc17ac6 --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile012.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bk4nbdw5vwu4f" +path.bptc="res://.godot/imported/tile012.png-71b6c27746858e5582e5788d69b750ef.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile012.png" +dest_files=["res://.godot/imported/tile012.png-71b6c27746858e5582e5788d69b750ef.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile013.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile013.png new file mode 100644 index 000000000..320861347 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile013.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile013.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile013.png.import new file mode 100644 index 000000000..4512f969a --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile013.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b6eehqy4ir6xi" +path.bptc="res://.godot/imported/tile013.png-75f6ebce89ecae4e7587adcf6663564c.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile013.png" +dest_files=["res://.godot/imported/tile013.png-75f6ebce89ecae4e7587adcf6663564c.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile014.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile014.png new file mode 100644 index 000000000..9b653aa63 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile014.png differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/watersword.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile014.png.import similarity index 64% rename from Zennysoft.Game.Ma/src/items/Icons/watersword.png.import rename to Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile014.png.import index 37d92d811..1f1c31716 100644 --- a/Zennysoft.Game.Ma/src/items/Icons/watersword.png.import +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile014.png.import @@ -2,8 +2,8 @@ importer="texture" type="CompressedTexture2D" -uid="uid://d1otnvfyia1gu" -path.s3tc="res://.godot/imported/watersword.png-d8b5fe1b92ced5923b1d5cb82e882514.s3tc.ctex" +uid="uid://7dja0atsts4u" +path.bptc="res://.godot/imported/tile014.png-1f84cc99ffb5cc134f7771ed07074301.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,13 +11,13 @@ metadata={ [deps] -source_file="res://src/items/Icons/watersword.png" -dest_files=["res://.godot/imported/watersword.png-d8b5fe1b92ced5923b1d5cb82e882514.s3tc.ctex"] +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile014.png" +dest_files=["res://.godot/imported/tile014.png-1f84cc99ffb5cc134f7771ed07074301.bptc.ctex"] [params] compress/mode=2 -compress/high_quality=false +compress/high_quality=true compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile015.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile015.png new file mode 100644 index 000000000..95a00a51f Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile015.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile015.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile015.png.import new file mode 100644 index 000000000..d0f00f2c7 --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile015.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://byw36ob3vqhm3" +path.bptc="res://.godot/imported/tile015.png-f1de12c4db1600edc63a7b276427416d.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile015.png" +dest_files=["res://.godot/imported/tile015.png-f1de12c4db1600edc63a7b276427416d.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile016.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile016.png new file mode 100644 index 000000000..a9c0e43cc Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile016.png differ diff --git a/Zennysoft.Game.Ma/src/items/Icons/Windsword.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile016.png.import similarity index 64% rename from Zennysoft.Game.Ma/src/items/Icons/Windsword.png.import rename to Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile016.png.import index 147b4deaf..4905368fd 100644 --- a/Zennysoft.Game.Ma/src/items/Icons/Windsword.png.import +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile016.png.import @@ -2,8 +2,8 @@ importer="texture" type="CompressedTexture2D" -uid="uid://coyixk6pkw6xe" -path.s3tc="res://.godot/imported/Windsword.png-2c13b6330b35022b636986fbca4f154f.s3tc.ctex" +uid="uid://ou0fhc2n25la" +path.bptc="res://.godot/imported/tile016.png-cffd8ae1a396767c50136f87eae1eebd.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,13 +11,13 @@ metadata={ [deps] -source_file="res://src/items/Icons/Windsword.png" -dest_files=["res://.godot/imported/Windsword.png-2c13b6330b35022b636986fbca4f154f.s3tc.ctex"] +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile016.png" +dest_files=["res://.godot/imported/tile016.png-cffd8ae1a396767c50136f87eae1eebd.bptc.ctex"] [params] compress/mode=2 -compress/high_quality=false +compress/high_quality=true compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile017.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile017.png new file mode 100644 index 000000000..587d30437 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile017.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile017.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile017.png.import new file mode 100644 index 000000000..0baf5feda --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile017.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://68lxpvqgo1gc" +path.bptc="res://.godot/imported/tile017.png-b3a6cac35b6bcc5a125288a1dab4c64e.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile017.png" +dest_files=["res://.godot/imported/tile017.png-b3a6cac35b6bcc5a125288a1dab4c64e.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile018.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile018.png new file mode 100644 index 000000000..5fc6a4a27 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile018.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile018.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile018.png.import new file mode 100644 index 000000000..8ccca83cf --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile018.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://jf130ons3ljq" +path.bptc="res://.godot/imported/tile018.png-34aacece952d964d0c85de1dbc2dcab8.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile018.png" +dest_files=["res://.godot/imported/tile018.png-34aacece952d964d0c85de1dbc2dcab8.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile019.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile019.png new file mode 100644 index 000000000..be397a8b4 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile019.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile019.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile019.png.import new file mode 100644 index 000000000..37ae854a3 --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile019.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://byht0xm4y8mn8" +path.bptc="res://.godot/imported/tile019.png-7186100ea9f236573894c254a53182bf.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile019.png" +dest_files=["res://.godot/imported/tile019.png-7186100ea9f236573894c254a53182bf.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile020.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile020.png new file mode 100644 index 000000000..be397a8b4 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile020.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile020.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile020.png.import new file mode 100644 index 000000000..0205156c4 --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile020.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://lsx83y57mf68" +path.bptc="res://.godot/imported/tile020.png-dd86549c5fbea371c07b437df8596b6b.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile020.png" +dest_files=["res://.godot/imported/tile020.png-dd86549c5fbea371c07b437df8596b6b.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile021.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile021.png new file mode 100644 index 000000000..be397a8b4 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile021.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile021.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile021.png.import new file mode 100644 index 000000000..349e71ed8 --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile021.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bugfxy2cv1fie" +path.bptc="res://.godot/imported/tile021.png-b0f5bb0ede7580ff27bf7cb0a3dddb1e.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile021.png" +dest_files=["res://.godot/imported/tile021.png-b0f5bb0ede7580ff27bf7cb0a3dddb1e.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile022.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile022.png new file mode 100644 index 000000000..be397a8b4 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile022.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile022.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile022.png.import new file mode 100644 index 000000000..e649913f4 --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile022.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cbc4hh22u1tb0" +path.bptc="res://.godot/imported/tile022.png-284e8f1aff74179b08873f8a6a07d8f3.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile022.png" +dest_files=["res://.godot/imported/tile022.png-284e8f1aff74179b08873f8a6a07d8f3.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile023.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile023.png new file mode 100644 index 000000000..be397a8b4 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile023.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile023.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile023.png.import new file mode 100644 index 000000000..a057bd06b --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile023.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dn5ygfjw22qel" +path.bptc="res://.godot/imported/tile023.png-82fb42bff87b29d117674ec1d9cf4935.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile023.png" +dest_files=["res://.godot/imported/tile023.png-82fb42bff87b29d117674ec1d9cf4935.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile024.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile024.png new file mode 100644 index 000000000..be397a8b4 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile024.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile024.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile024.png.import new file mode 100644 index 000000000..719eb4004 --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile024.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ck6htwrj8l2jv" +path.bptc="res://.godot/imported/tile024.png-a4ec9902ea5b90656543b4433e890206.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile024.png" +dest_files=["res://.godot/imported/tile024.png-a4ec9902ea5b90656543b4433e890206.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile025.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile025.png new file mode 100644 index 000000000..be397a8b4 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile025.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile025.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile025.png.import new file mode 100644 index 000000000..3ded8f127 --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile025.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bj2csi4ehd00p" +path.bptc="res://.godot/imported/tile025.png-b2267f1f26225cbb3f0315ebde8316bd.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile025.png" +dest_files=["res://.godot/imported/tile025.png-b2267f1f26225cbb3f0315ebde8316bd.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile026.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile026.png new file mode 100644 index 000000000..be397a8b4 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile026.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile026.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile026.png.import new file mode 100644 index 000000000..ffd87970c --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile026.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dv021o51rapru" +path.bptc="res://.godot/imported/tile026.png-7823aaf6a808b950e3f26cf19c56100e.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile026.png" +dest_files=["res://.godot/imported/tile026.png-7823aaf6a808b950e3f26cf19c56100e.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile027.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile027.png new file mode 100644 index 000000000..be397a8b4 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile027.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile027.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile027.png.import new file mode 100644 index 000000000..824d867ae --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile027.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cl2woq73pn2ab" +path.bptc="res://.godot/imported/tile027.png-5004a0f952b999c7b0a4ad9d79f67acc.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile027.png" +dest_files=["res://.godot/imported/tile027.png-5004a0f952b999c7b0a4ad9d79f67acc.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile028.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile028.png new file mode 100644 index 000000000..be397a8b4 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile028.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile028.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile028.png.import new file mode 100644 index 000000000..c8dd8bd16 --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile028.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d3e8jnj7q6sdk" +path.bptc="res://.godot/imported/tile028.png-799bc6b32b4bc230305352de6181dc11.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile028.png" +dest_files=["res://.godot/imported/tile028.png-799bc6b32b4bc230305352de6181dc11.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile029.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile029.png new file mode 100644 index 000000000..be397a8b4 Binary files /dev/null and b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile029.png differ diff --git a/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile029.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile029.png.import new file mode 100644 index 000000000..6f179a616 --- /dev/null +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/hydric_attack/tile029.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://def40t23awj4c" +path.bptc="res://.godot/imported/tile029.png-82d078a30f8cfd038f93f19f1db25199.bptc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://src/vfx/Weapon Strikes/hydric_attack/tile029.png" +dest_files=["res://.godot/imported/tile029.png-82d078a30f8cfd038f93f19f1db25199.bptc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=true +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/vfx/Items Etc/intense_aero.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/intense_aero.png similarity index 100% rename from Zennysoft.Game.Ma/src/vfx/Items Etc/intense_aero.png rename to Zennysoft.Game.Ma/src/vfx/Weapon Strikes/intense_aero.png diff --git a/Zennysoft.Game.Ma/src/vfx/Items Etc/intense_aero.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/intense_aero.png.import similarity index 70% rename from Zennysoft.Game.Ma/src/vfx/Items Etc/intense_aero.png.import rename to Zennysoft.Game.Ma/src/vfx/Weapon Strikes/intense_aero.png.import index 9be9f98a2..1167d5951 100644 --- a/Zennysoft.Game.Ma/src/vfx/Items Etc/intense_aero.png.import +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/intense_aero.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dog847jpthifo" -path.s3tc="res://.godot/imported/intense_aero.png-94a6fdf6c6d20d285ee8a2e1ff00bc25.s3tc.ctex" +path.s3tc="res://.godot/imported/intense_aero.png-452e1089c5fbccb45c59cd70f498b19a.s3tc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/vfx/Items Etc/intense_aero.png" -dest_files=["res://.godot/imported/intense_aero.png-94a6fdf6c6d20d285ee8a2e1ff00bc25.s3tc.ctex"] +source_file="res://src/vfx/Weapon Strikes/intense_aero.png" +dest_files=["res://.godot/imported/intense_aero.png-452e1089c5fbccb45c59cd70f498b19a.s3tc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/vfx/Items Etc/lovejudgementslash.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/lovejudgementslash.png similarity index 100% rename from Zennysoft.Game.Ma/src/vfx/Items Etc/lovejudgementslash.png rename to Zennysoft.Game.Ma/src/vfx/Weapon Strikes/lovejudgementslash.png diff --git a/Zennysoft.Game.Ma/src/vfx/Items Etc/lovejudgementslash.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/lovejudgementslash.png.import similarity index 68% rename from Zennysoft.Game.Ma/src/vfx/Items Etc/lovejudgementslash.png.import rename to Zennysoft.Game.Ma/src/vfx/Weapon Strikes/lovejudgementslash.png.import index 40b2386a9..93143dd3f 100644 --- a/Zennysoft.Game.Ma/src/vfx/Items Etc/lovejudgementslash.png.import +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/lovejudgementslash.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://fegm3min228k" -path.s3tc="res://.godot/imported/lovejudgementslash.png-f662a92176ed20dd3748c45f90ddffb3.s3tc.ctex" +path.s3tc="res://.godot/imported/lovejudgementslash.png-478f7861189c1563b4dfa850fbc09c5d.s3tc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/vfx/Items Etc/lovejudgementslash.png" -dest_files=["res://.godot/imported/lovejudgementslash.png-f662a92176ed20dd3748c45f90ddffb3.s3tc.ctex"] +source_file="res://src/vfx/Weapon Strikes/lovejudgementslash.png" +dest_files=["res://.godot/imported/lovejudgementslash.png-478f7861189c1563b4dfa850fbc09c5d.s3tc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/vfx/Items Etc/plasma_Sword.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/plasma_Sword.png similarity index 100% rename from Zennysoft.Game.Ma/src/vfx/Items Etc/plasma_Sword.png rename to Zennysoft.Game.Ma/src/vfx/Weapon Strikes/plasma_Sword.png diff --git a/Zennysoft.Game.Ma/src/vfx/Items Etc/plasma_Sword.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/plasma_Sword.png.import similarity index 70% rename from Zennysoft.Game.Ma/src/vfx/Items Etc/plasma_Sword.png.import rename to Zennysoft.Game.Ma/src/vfx/Weapon Strikes/plasma_Sword.png.import index 15282dd7b..65c998be0 100644 --- a/Zennysoft.Game.Ma/src/vfx/Items Etc/plasma_Sword.png.import +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/plasma_Sword.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dirw767lgemi5" -path.s3tc="res://.godot/imported/plasma_Sword.png-20639626fd2bd7859a105403aa209ac6.s3tc.ctex" +path.s3tc="res://.godot/imported/plasma_Sword.png-034e50f3ac3ab0abc99f4c34cb9d4d3d.s3tc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/vfx/Items Etc/plasma_Sword.png" -dest_files=["res://.godot/imported/plasma_Sword.png-20639626fd2bd7859a105403aa209ac6.s3tc.ctex"] +source_file="res://src/vfx/Weapon Strikes/plasma_Sword.png" +dest_files=["res://.godot/imported/plasma_Sword.png-034e50f3ac3ab0abc99f4c34cb9d4d3d.s3tc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/vfx/Items Etc/punching.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/punching.png similarity index 100% rename from Zennysoft.Game.Ma/src/vfx/Items Etc/punching.png rename to Zennysoft.Game.Ma/src/vfx/Weapon Strikes/punching.png diff --git a/Zennysoft.Game.Ma/src/vfx/Items Etc/punching.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/punching.png.import similarity index 71% rename from Zennysoft.Game.Ma/src/vfx/Items Etc/punching.png.import rename to Zennysoft.Game.Ma/src/vfx/Weapon Strikes/punching.png.import index d45bf4b27..ae8c90a6f 100644 --- a/Zennysoft.Game.Ma/src/vfx/Items Etc/punching.png.import +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/punching.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dlrruuu27scmm" -path.s3tc="res://.godot/imported/punching.png-6a78dc6b3aefa9681b46bb0594d44c1a.s3tc.ctex" +path.s3tc="res://.godot/imported/punching.png-fa186dd07f422abbde3a88b21aa1f934.s3tc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/vfx/Items Etc/punching.png" -dest_files=["res://.godot/imported/punching.png-6a78dc6b3aefa9681b46bb0594d44c1a.s3tc.ctex"] +source_file="res://src/vfx/Weapon Strikes/punching.png" +dest_files=["res://.godot/imported/punching.png-fa186dd07f422abbde3a88b21aa1f934.s3tc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/vfx/Items Etc/rondoslash.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/rondoslash.png similarity index 100% rename from Zennysoft.Game.Ma/src/vfx/Items Etc/rondoslash.png rename to Zennysoft.Game.Ma/src/vfx/Weapon Strikes/rondoslash.png diff --git a/Zennysoft.Game.Ma/src/vfx/Items Etc/rondoslash.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/rondoslash.png.import similarity index 70% rename from Zennysoft.Game.Ma/src/vfx/Items Etc/rondoslash.png.import rename to Zennysoft.Game.Ma/src/vfx/Weapon Strikes/rondoslash.png.import index 9c07d7691..cdec94778 100644 --- a/Zennysoft.Game.Ma/src/vfx/Items Etc/rondoslash.png.import +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/rondoslash.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://eoemb5rx6bhb" -path.s3tc="res://.godot/imported/rondoslash.png-af67b5afc60b174c01ed39d7689fcf4e.s3tc.ctex" +path.s3tc="res://.godot/imported/rondoslash.png-5c3255318bda87d2a081c018ee508741.s3tc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/vfx/Items Etc/rondoslash.png" -dest_files=["res://.godot/imported/rondoslash.png-af67b5afc60b174c01ed39d7689fcf4e.s3tc.ctex"] +source_file="res://src/vfx/Weapon Strikes/rondoslash.png" +dest_files=["res://.godot/imported/rondoslash.png-5c3255318bda87d2a081c018ee508741.s3tc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/vfx/Items Etc/slash_2.png b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/slash_2.png similarity index 100% rename from Zennysoft.Game.Ma/src/vfx/Items Etc/slash_2.png rename to Zennysoft.Game.Ma/src/vfx/Weapon Strikes/slash_2.png diff --git a/Zennysoft.Game.Ma/src/vfx/Items Etc/slash_2.png.import b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/slash_2.png.import similarity index 71% rename from Zennysoft.Game.Ma/src/vfx/Items Etc/slash_2.png.import rename to Zennysoft.Game.Ma/src/vfx/Weapon Strikes/slash_2.png.import index a2fbe30d0..6c5c322ea 100644 --- a/Zennysoft.Game.Ma/src/vfx/Items Etc/slash_2.png.import +++ b/Zennysoft.Game.Ma/src/vfx/Weapon Strikes/slash_2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://2ig1arptr1e8" -path.s3tc="res://.godot/imported/slash_2.png-af4526626c59f2993ba195e4d05479f4.s3tc.ctex" +path.s3tc="res://.godot/imported/slash_2.png-39a30922a42915e86840a855c288c82d.s3tc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/vfx/Items Etc/slash_2.png" -dest_files=["res://.godot/imported/slash_2.png-af4526626c59f2993ba195e4d05479f4.s3tc.ctex"] +source_file="res://src/vfx/Weapon Strikes/slash_2.png" +dest_files=["res://.godot/imported/slash_2.png-39a30922a42915e86840a855c288c82d.s3tc.ctex"] [params]