gitextract_l9w5256r/ ├── .github/ │ ├── CODEOWNERS │ ├── CODE_OF_CONDUCT.md │ ├── CONTRIBUTING.md │ ├── RCLONE.md │ ├── TRANSLATING.md │ └── workflows/ │ └── github-actions-youtd.yml ├── .gitignore ├── LICENSE ├── README.md ├── addons/ │ ├── com.heroiclabs.nakama/ │ │ ├── Nakama.gd │ │ ├── Satori/ │ │ │ ├── NakamaEvent.gd │ │ │ ├── SatoriAPI.gd │ │ │ ├── SatoriClient.gd │ │ │ ├── SatoriHttpAdapter.gd │ │ │ ├── SatoriSession.gd │ │ │ └── utils/ │ │ │ ├── SatoriAsyncResult.gd │ │ │ ├── SatoriException.gd │ │ │ ├── SatoriLogger.gd │ │ │ └── SatoriSerializer.gd │ │ ├── Satori.gd │ │ ├── api/ │ │ │ ├── NakamaAPI.gd │ │ │ ├── NakamaRTAPI.gd │ │ │ ├── NakamaRTMessage.gd │ │ │ ├── NakamaSession.gd │ │ │ ├── NakamaStorageObjectId.gd │ │ │ └── NakamaWriteStorageObject.gd │ │ ├── client/ │ │ │ ├── NakamaClient.gd │ │ │ └── NakamaHTTPAdapter.gd │ │ ├── dotnet-utils/ │ │ │ ├── GodotHttpAdapter.cs │ │ │ ├── GodotLogger.cs │ │ │ └── GodotWebSocketAdapter.cs │ │ ├── socket/ │ │ │ ├── NakamaSocket.gd │ │ │ └── NakamaSocketAdapter.gd │ │ └── utils/ │ │ ├── NakamaAsyncResult.gd │ │ ├── NakamaException.gd │ │ ├── NakamaLogger.gd │ │ ├── NakamaMultiplayerBridge.gd │ │ ├── NakamaMultiplayerPeer.gd │ │ └── NakamaSerializer.gd │ └── nakama-webrtc/ │ ├── LICENSE.txt │ └── OnlineMatch.gd ├── assets/ │ ├── LICENSE.md │ ├── README.md │ ├── creeps/ │ │ ├── README.md │ │ └── orc/ │ │ ├── air/ │ │ │ ├── fly_E.png.import │ │ │ ├── fly_N.png.import │ │ │ ├── fly_NE.png.import │ │ │ ├── fly_NW.png.import │ │ │ ├── fly_S.png.import │ │ │ ├── fly_SE.png.import │ │ │ ├── fly_SW.png.import │ │ │ ├── fly_W.png.import │ │ │ ├── metadata.csv │ │ │ └── metadata.csv.import │ │ ├── boss/ │ │ │ ├── death_E.png.import │ │ │ ├── death_N.png.import │ │ │ ├── death_S.png.import │ │ │ ├── death_W.png.import │ │ │ ├── metadata.csv │ │ │ ├── metadata.csv.import │ │ │ ├── slow_run_E.png.import │ │ │ ├── slow_run_N.png.import │ │ │ ├── slow_run_S.png.import │ │ │ └── slow_run_W.png.import │ │ ├── champion/ │ │ │ ├── death_E.png.import │ │ │ ├── death_N.png.import │ │ │ ├── death_S.png.import │ │ │ ├── death_W.png.import │ │ │ ├── metadata.csv │ │ │ ├── metadata.csv.import │ │ │ ├── slow_run_E.png.import │ │ │ ├── slow_run_N.png.import │ │ │ ├── slow_run_S.png.import │ │ │ └── slow_run_W.png.import │ │ ├── mass/ │ │ │ ├── death_E.png.import │ │ │ ├── death_N.png.import │ │ │ ├── death_S.png.import │ │ │ ├── death_W.png.import │ │ │ ├── metadata.csv │ │ │ ├── metadata.csv.import │ │ │ ├── slow_run_E.png.import │ │ │ ├── slow_run_N.png.import │ │ │ ├── slow_run_S.png.import │ │ │ └── slow_run_W.png.import │ │ └── normal/ │ │ ├── death_E.png.import │ │ ├── death_N.png.import │ │ ├── death_S.png.import │ │ ├── death_W.png.import │ │ ├── metadata.csv │ │ ├── metadata.csv.import │ │ ├── slow_run_E.png.import │ │ ├── slow_run_N.png.import │ │ ├── slow_run_S.png.import │ │ └── slow_run_W.png.import │ ├── effects/ │ │ ├── arrow.png.import │ │ ├── bdragon/ │ │ │ ├── README.md │ │ │ ├── ancient_protector_missile_293.png.import │ │ │ ├── animated_dead_target_102.png.import │ │ │ ├── apply_potion_537.png.import │ │ │ ├── arcane_tower_attack_024.png.import │ │ │ ├── avatar_caster_10.png.import │ │ │ ├── banshee_missile_487.png.import │ │ │ ├── blink_target_720.png.import │ │ │ ├── blood_splatter_376.png.import │ │ │ ├── build_tower_648.png.import │ │ │ ├── charm_target_703.png.import │ │ │ ├── cloud_of_fog_382.png.import │ │ │ ├── cloud_of_fog_small_428.png.import │ │ │ ├── cripple_target_198.png.import │ │ │ ├── crushing_wave_damage_584.png.import │ │ │ ├── crypt_fiend_eggsack_528.png.import │ │ │ ├── cyclone_target_269.png.import │ │ │ ├── death_and_decay_71.png.import │ │ │ ├── death_coil_special_728.png.import │ │ │ ├── devour_509.png.import │ │ │ ├── dispel_magic_target_456.png.import │ │ │ ├── doom_death_451.png.import │ │ │ ├── faerie_dragon_missile_482.png.import │ │ │ ├── firelord_death_explode_77.png.import │ │ │ ├── flame_strike_embers_702.png.import │ │ │ ├── flower_aura_655.png.import │ │ │ ├── frag_boom_spawn_426.png.import │ │ │ ├── freezing_breath_519.png.import │ │ │ ├── frost_armor_damage_474.png.import │ │ │ ├── frost_bolt_missile_063.png.import │ │ │ ├── glaive_746.png.import │ │ │ ├── gold_credit_673.png.import │ │ │ ├── gold_credit_88.png.import │ │ │ ├── healing_wave_target_453.png.import │ │ │ ├── holy_bolt_241.png.import │ │ │ ├── immolation_damage_541.png.import │ │ │ ├── impale_hit_target_529.png.import │ │ │ ├── impale_target_dust_025.png.import │ │ │ ├── incinerate_76.png.import │ │ │ ├── keeper_grove_missile_297.png.import │ │ │ ├── level_up_455.png.import │ │ │ ├── mana_burn_target_388.png.import │ │ │ ├── mana_shield_026.png.import │ │ │ ├── mass_teleport_caster_335.png.import │ │ │ ├── mass_teleport_target_315.png.import │ │ │ ├── mirror_image_caster_711.png.import │ │ │ ├── moonwell_target_584.png.import │ │ │ ├── ne_cancel_death_672.png.import │ │ │ ├── ne_death_612.png.import │ │ │ ├── placeholder_481.png.import │ │ │ ├── polymorph_target_735.png.import │ │ │ ├── projectile_explosion_299.png.import │ │ │ ├── purge_buff_target_195.png.import │ │ │ ├── quillspray_747.png.import │ │ │ ├── raise_skeleton_624.png.import │ │ │ ├── replenish_mana_334.png.import │ │ │ ├── revive_human_623.png.import │ │ │ ├── roar_506.png.import │ │ │ ├── roots_235.png.import │ │ │ ├── shackle_439.png.import │ │ │ ├── shockwave_missile_440.png.import │ │ │ ├── silence_area_611.png.import │ │ │ ├── small_flame_spawn_240.png.import │ │ │ ├── spell_aiil_452.png.import │ │ │ ├── spell_ailb_723.png.import │ │ │ ├── spell_aima_194.png.import │ │ │ ├── spell_aire_174.png.import │ │ │ ├── spell_aiso_295.png.import │ │ │ ├── spell_alim_136.png.import │ │ │ ├── spell_breaker_target_613.png.import │ │ │ ├── spirit_link_target_175.png.import │ │ │ ├── stampede_missile_death_63.png.import │ │ │ ├── starfall_target_257.png.import │ │ │ ├── thunder_clap_466.png.import │ │ │ ├── undead_dissipate_633.png.import │ │ │ ├── upgrade_tower_016.png.import │ │ │ ├── vampiric_aura_199.png.import │ │ │ ├── voodoo_aura_182.png.import │ │ │ ├── warstomp_caster_536.png.import │ │ │ ├── wind_shear_559.png.import │ │ │ ├── wisp_explode_003.png.import │ │ │ ├── ziggurat_frost_missile_325.png.import │ │ │ └── zombify_target_274.png.import │ │ ├── death_explode.png.import │ │ ├── lightning_long.png.import │ │ └── stun.png.import │ ├── fonts/ │ │ ├── Friz Quadrata Std Medium.otf.import │ │ └── NotoSansSC-Medium.ttf.import │ ├── hud/ │ │ ├── bitmaps/ │ │ │ ├── circle_bitmap_100x100.png.import │ │ │ └── circle_bitmap_256x256.png.import │ │ ├── checkbox.png.import │ │ ├── circle_bitmap_256x256.png.import │ │ ├── darkness_face.png.import │ │ ├── element_progress_circle.png.import │ │ ├── horadric_cube.png.import │ │ ├── hud_atlas.png.import │ │ ├── misc2.png.import │ │ ├── misc3.png.import │ │ ├── misc3_s.png.import │ │ ├── misc4.png.import │ │ └── tranquility_face.png.import │ ├── icons/ │ │ ├── amulets.png.import │ │ ├── animals.png.import │ │ ├── armor.png.import │ │ ├── blunt_weapons.png.import │ │ ├── books.png.import │ │ ├── bows.png.import │ │ ├── cannons.png.import │ │ ├── clubs.png.import │ │ ├── creep_icons_atlas.png.import │ │ ├── daggers.png.import │ │ ├── dioramas.png.import │ │ ├── electricity.png.import │ │ ├── elements.png.import │ │ ├── faces.png.import │ │ ├── fire.png.import │ │ ├── food.png.import │ │ ├── furniture.png.import │ │ ├── gems.png.import │ │ ├── generic_icons.png.import │ │ ├── gloves.png.import │ │ ├── helmets.png.import │ │ ├── holy.png.import │ │ ├── hud.png.import │ │ ├── magic.png.import │ │ ├── masks.png.import │ │ ├── mechanical.png.import │ │ ├── misc.png.import │ │ ├── orbs.png.import │ │ ├── plants.png.import │ │ ├── potion_icons_m.png.import │ │ ├── rings.png.import │ │ ├── rockets.png.import │ │ ├── scrolls.png.import │ │ ├── shields.png.import │ │ ├── spears.png.import │ │ ├── statues.png.import │ │ ├── staves.png.import │ │ ├── swords.png.import │ │ ├── tier_icons_m.png.import │ │ ├── tower_icons_m.png.import │ │ ├── tower_variations.png.import │ │ ├── trinkets.png.import │ │ ├── undead.png.import │ │ └── weapons_misc.png.import │ ├── misc/ │ │ ├── autocast_automode_particle.png.import │ │ ├── cast_cursor.png.import │ │ ├── circle_01.png.import │ │ ├── circle_02.png.import │ │ ├── circle_03.png.import │ │ ├── circle_04.png.import │ │ ├── circle_05.png.import │ │ ├── creep_blood_pool.png.import │ │ ├── icob_min.png.import │ │ ├── icob_ultra_wide.png.import │ │ ├── icon.png.import │ │ ├── potion_drop_animation.png.import │ │ └── projectile.png.import │ ├── secrets/ │ │ ├── badwords.csv.import │ │ └── secrets.csv.import │ ├── sfx/ │ │ ├── 161654__qubodup__war-game-battle-level-up-remix.ogg.import │ │ ├── 202147__qubodup__enchant.ogg.import │ │ ├── 411177__silverillusionist__pick-up-item-1-short.ogg.import │ │ ├── 420676__sypherzent__spell-cast-buff-high-tone.ogg.import │ │ ├── 442827__qubodup__fireball.ogg.import │ │ ├── 442903__qubodup__slash-remix.ogg.import │ │ ├── 541478__eminyildirim__magic-fire-spell-impact-punch.ogg.import │ │ ├── 562292__colorscrimsontears__heal-rpg.ogg.import │ │ ├── 649359__sonofxaudio__sword_water01.ogg.import │ │ ├── 665082__sunflora__thud.ogg.import │ │ ├── 682635__bastianhallo__magic-spell.ogg.import │ │ ├── 683044__brettrader__stomp-soft.ogg.import │ │ ├── 714258__qubodup__cloud-poof.ogg.import │ │ ├── 734247__noisyredfox__coins3.ogg.import │ │ ├── 738438__qubodup__orc-grunt-2.ogg.import │ │ ├── 745156__tigreplayz__blast-explosion.ogg.import │ │ ├── DoKashiteru_healspell1.ogg.import │ │ ├── DoKashiteru_healspell2.ogg.import │ │ ├── DoKashiteru_healspell3.ogg.import │ │ ├── README.md │ │ ├── UI_Electric_01.ogg.import │ │ ├── artisticdude_freeze.ogg.import │ │ ├── attribution.csv │ │ ├── attribution.csv.import │ │ ├── bart_foom_0.ogg.import │ │ ├── copyc4t_Archers-shooting.ogg.import │ │ ├── kevl_level_up.ogg.import │ │ ├── little_robot_Spell_00.ogg.import │ │ ├── little_robot_Spell_01.ogg.import │ │ ├── little_robot_UI_Electric_00.ogg.import │ │ ├── little_robot_UI_Electric_01.ogg.import │ │ ├── little_robot_Whoosh_Electric_00.ogg.import │ │ ├── little_robot_Whoosh_Electric_01.ogg.import │ │ ├── little_robot_Whoosh_Electric_02.ogg.import │ │ ├── little_robot_Whoosh_Electric_03.ogg.import │ │ ├── machel_baradari_jump.wav.import │ │ ├── michel_baradari_jump.ogg.import │ │ ├── michel_baradari_jump.wav.import │ │ ├── michel_baradari_lava.ogg.import │ │ ├── michel_baradari_teleport.ogg.import │ │ ├── p0ss_confusion.ogg.import │ │ ├── p0ss_curse5.ogg.import │ │ ├── p0ss_enchant.ogg.import │ │ ├── p0ss_enchant2.ogg.import │ │ ├── p0ss_explode2.ogg.import │ │ ├── p0ss_explode4.ogg.import │ │ ├── p0ss_freeze2.ogg.import │ │ ├── p0ss_heal.ogg.import │ │ ├── p0ss_pestilence.ogg.import │ │ ├── p0ss_sand.ogg.import │ │ ├── p0ss_shot.ogg.import │ │ ├── p0ss_spell.ogg.import │ │ ├── p0ss_steam.ogg.import │ │ ├── p0ss_teleport.ogg.import │ │ ├── p0ss_warp.ogg.import │ │ ├── p0ss_warp2.ogg.import │ │ ├── p0ss_warp3.ogg.import │ │ ├── p0ss_water.ogg.import │ │ ├── p0ss_zap.ogg.import │ │ ├── p0ss_zap10.ogg.import │ │ ├── p0ss_zap5a.ogg.import │ │ ├── spit_01.ogg.import │ │ ├── unknown_attack_sound1.ogg.import │ │ ├── unknown_fire_attack1.ogg.import │ │ ├── unknown_iceball.ogg.import │ │ ├── unknown_iron_attack1.ogg.import │ │ ├── unknown_swosh-08.ogg.import │ │ └── unknown_swosh-11.ogg.import │ ├── texts/ │ │ ├── README.md │ │ ├── texts.csv.import │ │ ├── texts_history.csv │ │ └── texts_history.csv.import │ ├── tiles/ │ │ ├── License.txt │ │ ├── README.md │ │ ├── barrels.png.import │ │ ├── bridges.png.import │ │ ├── chairs.png.import │ │ ├── chests.png.import │ │ ├── empty_tiles.png.import │ │ ├── floor.png.import │ │ ├── floor1_walls.png.import │ │ ├── planks.png.import │ │ ├── spiral_stairs.png.import │ │ ├── stairs.png.import │ │ ├── stone_columns.png.import │ │ ├── stone_walls.png.import │ │ ├── tables.png.import │ │ ├── wooden_pile.png.import │ │ └── wooden_supports.png.import │ ├── tiles_decoration/ │ │ ├── bushes1.png.import │ │ ├── column_overgrown.png.import │ │ ├── leaves1.png.import │ │ ├── stones1.png.import │ │ ├── stones2.png.import │ │ ├── stones3.png.import │ │ ├── trees1.png.import │ │ ├── trees2.png.import │ │ ├── vines1.png.import │ │ ├── vines2.png.import │ │ ├── vines3.png.import │ │ ├── vines4.png.import │ │ ├── vines5.png.import │ │ ├── vines6.png.import │ │ ├── vines7.png.import │ │ └── wall_vines1.png.import │ ├── tower_sprites/ │ │ ├── astral_common.png.import │ │ ├── astral_rare.png.import │ │ ├── astral_uncommon.png.import │ │ ├── astral_unique.png.import │ │ ├── darkness_common.png.import │ │ ├── darkness_rare.png.import │ │ ├── darkness_uncommon.png.import │ │ ├── darkness_unique.png.import │ │ ├── fire_common.png.import │ │ ├── fire_rare.png.import │ │ ├── fire_uncommon.png.import │ │ ├── fire_unique.png.import │ │ ├── ice_common.png.import │ │ ├── ice_rare.png.import │ │ ├── ice_uncommon.png.import │ │ ├── ice_unique.png.import │ │ ├── iron_common.png.import │ │ ├── iron_rare.png.import │ │ ├── iron_uncommon.png.import │ │ ├── iron_unique.png.import │ │ ├── nature_common.png.import │ │ ├── nature_rare.png.import │ │ ├── nature_uncommon.png.import │ │ ├── nature_unique.png.import │ │ ├── storm_common.png.import │ │ ├── storm_rare.png.import │ │ ├── storm_uncommon.png.import │ │ └── storm_unique.png.import │ └── tutorial_pictures/ │ ├── README.md │ ├── build_tower.png.import │ ├── item_drop.png.import │ ├── research.png.import │ ├── research_element.png.import │ ├── resource_panel.png.import │ ├── roll_towers.png.import │ ├── tower_info.png.import │ ├── tower_level.png.import │ ├── tower_mouse_over.png.import │ ├── tower_stash.png.import │ ├── transform.png.import │ ├── upgrade.png.import │ └── wave_finish.png.import ├── build/ │ ├── README.md │ ├── linux/ │ │ └── README.md │ ├── macos/ │ │ └── README.md │ ├── web/ │ │ └── full-size.html │ └── windows/ │ └── README.md ├── data/ │ ├── README.md │ ├── ability_properties.csv │ ├── ability_properties.csv.import │ ├── aura_properties.csv │ ├── aura_properties.csv.import │ ├── autocast_properties.csv │ ├── autocast_properties.csv.import │ ├── builder_properties.csv │ ├── builder_properties.csv.import │ ├── exp_for_level.csv │ ├── exp_for_level.csv.import │ ├── hints/ │ │ ├── advanced.csv │ │ ├── advanced.csv.import │ │ ├── basic.csv.import │ │ ├── basics.csv │ │ ├── basics.csv.import │ │ ├── chat_commands.csv │ │ ├── chat_commands.csv.import │ │ ├── creep_specials.csv │ │ ├── creep_specials.csv.import │ │ ├── creeps.csv │ │ ├── creeps.csv.import │ │ ├── items.csv │ │ ├── items.csv.import │ │ ├── towers.csv │ │ ├── towers.csv.import │ │ ├── tutorial.csv │ │ └── tutorial.csv.import │ ├── item_properties.csv │ ├── item_properties.csv.import │ ├── mission_properties.csv │ ├── mission_properties.csv.import │ ├── player_exp_for_level.csv │ ├── player_exp_for_level.csv.import │ ├── recipe_properties.csv │ ├── recipe_properties.csv.import │ ├── tower_properties.csv │ ├── tower_properties.csv.import │ ├── wave_special_properties.csv │ ├── wave_special_properties.csv.import │ ├── wisdom_upgrades.csv │ └── wisdom_upgrades.csv.import ├── export_presets.cfg ├── project.godot ├── rclone-filter ├── resources/ │ ├── README.md │ ├── button_groups/ │ │ ├── element_filter_button_group.tres │ │ ├── interface_size_setting_button_group.tres │ │ ├── item_type_filter_button_group.tres │ │ ├── menu_cards_button_group.tres │ │ ├── right_panel_button_group.tres │ │ └── speed_button_group.tres │ ├── icons/ │ │ ├── amulets/ │ │ │ ├── amulet_01.tres │ │ │ ├── amulet_02.tres │ │ │ ├── amulet_03.tres │ │ │ └── amulet_04.tres │ │ ├── animals/ │ │ │ ├── bat_01.tres │ │ │ ├── bat_02.tres │ │ │ ├── bat_03.tres │ │ │ ├── cow.tres │ │ │ ├── dragon_01.tres │ │ │ ├── dragon_02.tres │ │ │ ├── dragon_03.tres │ │ │ ├── dragon_04.tres │ │ │ ├── dragon_05.tres │ │ │ ├── fish_01.tres │ │ │ ├── fish_02.tres │ │ │ ├── fish_03.tres │ │ │ ├── fish_04.tres │ │ │ ├── mech_toad.tres │ │ │ ├── piglet_warrior.tres │ │ │ ├── rabbit.tres │ │ │ ├── rooster_warrior.tres │ │ │ ├── spider_01.tres │ │ │ ├── spider_02.tres │ │ │ ├── spider_03.tres │ │ │ └── wing.tres │ │ ├── armor/ │ │ │ ├── chest_plate.tres │ │ │ ├── chest_plate_with_spike.tres │ │ │ ├── coat.tres │ │ │ ├── lightning_boot.tres │ │ │ ├── vest_01.tres │ │ │ ├── vest_02.tres │ │ │ ├── vest_03.tres │ │ │ └── vest_04.tres │ │ ├── blunt_weapons/ │ │ │ ├── hammer_01.tres │ │ │ ├── hammer_02.tres │ │ │ ├── hammer_03.tres │ │ │ ├── hammer_04.tres │ │ │ ├── wood_01.tres │ │ │ ├── wood_02.tres │ │ │ ├── wood_03.tres │ │ │ └── wood_04.tres │ │ ├── books/ │ │ │ ├── book_01.tres │ │ │ ├── book_02.tres │ │ │ ├── book_03.tres │ │ │ ├── book_04.tres │ │ │ ├── book_05.tres │ │ │ ├── book_06.tres │ │ │ ├── book_07.tres │ │ │ ├── book_08.tres │ │ │ ├── book_09.tres │ │ │ ├── book_10.tres │ │ │ ├── book_11.tres │ │ │ ├── note_01.tres │ │ │ ├── note_02.tres │ │ │ ├── note_03.tres │ │ │ └── note_04.tres │ │ ├── bows/ │ │ │ ├── arrow_01.tres │ │ │ ├── arrow_02.tres │ │ │ ├── bow_01.tres │ │ │ ├── bow_02.tres │ │ │ ├── bow_03.tres │ │ │ ├── bow_04.tres │ │ │ ├── bow_05.tres │ │ │ └── bow_06.tres │ │ ├── cannons/ │ │ │ ├── cannon_01.tres │ │ │ ├── cannon_02.tres │ │ │ ├── cannon_03.tres │ │ │ ├── cannon_04.tres │ │ │ ├── cannon_05.tres │ │ │ ├── cannon_06.tres │ │ │ ├── cannon_07.tres │ │ │ ├── cannon_08.tres │ │ │ ├── gun_01.tres │ │ │ └── gun_02.tres │ │ ├── clubs/ │ │ │ ├── club_01.tres │ │ │ ├── club_02.tres │ │ │ ├── club_03.tres │ │ │ ├── club_04.tres │ │ │ ├── club_04_without_handle.tres │ │ │ └── club_glowing.tres │ │ ├── creep_icons/ │ │ │ ├── challenge_challenge_boss.tres │ │ │ ├── challenge_challenge_mass.tres │ │ │ ├── humanoid_air.tres │ │ │ ├── humanoid_boss.tres │ │ │ ├── humanoid_champion.tres │ │ │ ├── humanoid_mass.tres │ │ │ ├── humanoid_normal.tres │ │ │ ├── magic_air.tres │ │ │ ├── magic_boss.tres │ │ │ ├── magic_champion.tres │ │ │ ├── magic_mass.tres │ │ │ ├── magic_normal.tres │ │ │ ├── nature_air.tres │ │ │ ├── nature_boss.tres │ │ │ ├── nature_champion.tres │ │ │ ├── nature_mass.tres │ │ │ ├── nature_normal.tres │ │ │ ├── orc_air.tres │ │ │ ├── orc_boss.tres │ │ │ ├── orc_champion.tres │ │ │ ├── orc_mass.tres │ │ │ ├── orc_normal.tres │ │ │ ├── undead_air.tres │ │ │ ├── undead_boss.tres │ │ │ ├── undead_champion.tres │ │ │ ├── undead_mass.tres │ │ │ └── undead_normal.tres │ │ ├── daggers/ │ │ │ ├── dagger_01.tres │ │ │ ├── dagger_02.tres │ │ │ ├── dagger_03.tres │ │ │ ├── dagger_04.tres │ │ │ ├── dagger_05.tres │ │ │ ├── dagger_06.tres │ │ │ ├── dagger_07.tres │ │ │ ├── dagger_08.tres │ │ │ └── dagger_09.tres │ │ ├── dioramas/ │ │ │ ├── book_display.tres │ │ │ ├── church.tres │ │ │ ├── fountain.tres │ │ │ ├── mountain.tres │ │ │ └── pyramid.tres │ │ ├── electricity/ │ │ │ ├── electricity_blue.tres │ │ │ ├── electricity_yellow.tres │ │ │ ├── lightning_circle_cyan.tres │ │ │ ├── lightning_circle_white.tres │ │ │ ├── lightning_glowing.tres │ │ │ └── thunderstorm.tres │ │ ├── elements/ │ │ │ ├── astral.tres │ │ │ ├── darkness.tres │ │ │ ├── fire.tres │ │ │ ├── ice.tres │ │ │ ├── iron.tres │ │ │ ├── nature.tres │ │ │ └── storm.tres │ │ ├── faces/ │ │ │ ├── green_demon.tres │ │ │ ├── man_01.tres │ │ │ ├── man_02.tres │ │ │ ├── man_03.tres │ │ │ ├── man_04.tres │ │ │ ├── man_05.tres │ │ │ ├── mech_zombie.tres │ │ │ ├── orc_01.tres │ │ │ ├── orc_02.tres │ │ │ ├── sleeping_leaf_spirit.tres │ │ │ ├── woman_01.tres │ │ │ ├── woman_02.tres │ │ │ └── woman_03.tres │ │ ├── fire/ │ │ │ ├── burning_cloth.tres │ │ │ ├── fire_bowl_01.tres │ │ │ ├── fire_bowl_02.tres │ │ │ ├── fire_bowl_03.tres │ │ │ ├── fire_in_cup.tres │ │ │ ├── flame_blue.tres │ │ │ ├── flame_blue_glowing.tres │ │ │ ├── flame_purple.tres │ │ │ └── torch.tres │ │ ├── food/ │ │ │ ├── barrel.tres │ │ │ ├── beer_01.tres │ │ │ ├── beer_02.tres │ │ │ ├── lard.tres │ │ │ ├── pork.tres │ │ │ ├── pork_without_plate.tres │ │ │ └── poultry.tres │ │ ├── furniture/ │ │ │ ├── artifact_of_skadi.tres │ │ │ ├── artifact_on_pedestal.tres │ │ │ ├── bed.tres │ │ │ ├── chest.tres │ │ │ ├── exploding_mirror.tres │ │ │ ├── furniture.tres │ │ │ ├── stool.tres │ │ │ ├── throne.tres │ │ │ └── wooden_stand_with_nail.tres │ │ ├── gems/ │ │ │ ├── crystal.tres │ │ │ ├── earring_01.tres │ │ │ ├── earring_02.tres │ │ │ ├── earring_03.tres │ │ │ ├── earring_04.tres │ │ │ ├── earring_05.tres │ │ │ ├── gem_01.tres │ │ │ ├── gem_02.tres │ │ │ ├── gem_03.tres │ │ │ ├── gem_04.tres │ │ │ ├── gem_05.tres │ │ │ ├── gem_06.tres │ │ │ ├── gem_07.tres │ │ │ ├── stone_01.tres │ │ │ ├── stone_02.tres │ │ │ ├── stone_03.tres │ │ │ └── stone_04.tres │ │ ├── generic_icons/ │ │ │ ├── README.md │ │ │ ├── abdominal_armor.tres │ │ │ ├── alien_skull.tres │ │ │ ├── alligator_clip.tres │ │ │ ├── amber_mosquito.tres │ │ │ ├── angel_outfit.tres │ │ │ ├── angel_wings.tres │ │ │ ├── animal_skull.tres │ │ │ ├── ankh.tres │ │ │ ├── aquarius.tres │ │ │ ├── aries.tres │ │ │ ├── armor_vest.tres │ │ │ ├── atomic_slashes.tres │ │ │ ├── azul_flake.tres │ │ │ ├── barbute.tres │ │ │ ├── barefoot.tres │ │ │ ├── bat_mask.tres │ │ │ ├── beard.tres │ │ │ ├── biceps.tres │ │ │ ├── burning_dot.tres │ │ │ ├── burning_meteor.tres │ │ │ ├── charm.tres │ │ │ ├── chest_armor.tres │ │ │ ├── cog.tres │ │ │ ├── egg.tres │ │ │ ├── electric.tres │ │ │ ├── energy_breath.tres │ │ │ ├── fire_dash.tres │ │ │ ├── flame.tres │ │ │ ├── foot_trip.tres │ │ │ ├── ghost.tres │ │ │ ├── gold_bar.tres │ │ │ ├── hammer_drop.tres │ │ │ ├── holy_grail.tres │ │ │ ├── horned_helm.tres │ │ │ ├── hourglass.tres │ │ │ ├── knocked_out_stars.tres │ │ │ ├── liberty_wing.tres │ │ │ ├── meat.tres │ │ │ ├── mighty_force.tres │ │ │ ├── mine_explosion.tres │ │ │ ├── moebius_trefoil.tres │ │ │ ├── omega.tres │ │ │ ├── open_wound.tres │ │ │ ├── ophiucus.tres │ │ │ ├── orc_head.tres │ │ │ ├── over_infinity.tres │ │ │ ├── perpendicular_rings.tres │ │ │ ├── pisces.tres │ │ │ ├── poison_gas.tres │ │ │ ├── pokecog.tres │ │ │ ├── polar_star.tres │ │ │ ├── rolling_energy.tres │ │ │ ├── root_tip.tres │ │ │ ├── round_potion.tres │ │ │ ├── rss.tres │ │ │ ├── semi_closed_eye.tres │ │ │ ├── shiny_omega.tres │ │ │ ├── spell_book.tres │ │ │ ├── spider_web.tres │ │ │ ├── sprint.tres │ │ │ ├── star_swirl.tres │ │ │ ├── triple_scratches.tres │ │ │ ├── turtle_shell.tres │ │ │ └── wolf_howl.tres │ │ ├── gloves/ │ │ │ ├── curse.tres │ │ │ ├── gloves_01.tres │ │ │ ├── gloves_02.tres │ │ │ ├── gloves_03.tres │ │ │ ├── gloves_04.tres │ │ │ ├── gloves_05.tres │ │ │ ├── gloves_06.tres │ │ │ ├── gloves_07.tres │ │ │ ├── gloves_08.tres │ │ │ ├── heal.tres │ │ │ └── steal.tres │ │ ├── helmets/ │ │ │ ├── crown_01.tres │ │ │ ├── crown_02.tres │ │ │ ├── crown_03.tres │ │ │ ├── helmet_01.tres │ │ │ ├── helmet_02.tres │ │ │ ├── helmet_03.tres │ │ │ ├── helmet_04.tres │ │ │ ├── helmet_05.tres │ │ │ ├── helmet_06.tres │ │ │ ├── helmet_07.tres │ │ │ ├── helmet_08.tres │ │ │ ├── wizard_hat_01.tres │ │ │ └── wizard_hat_02.tres │ │ ├── holy/ │ │ │ ├── altar.tres │ │ │ ├── axe.tres │ │ │ ├── cross_01.tres │ │ │ ├── cross_02.tres │ │ │ ├── cross_03.tres │ │ │ ├── orb.tres │ │ │ ├── tombstone.tres │ │ │ └── white_trinket.tres │ │ ├── hud/ │ │ │ ├── dice.tres │ │ │ ├── gem_all_rarities.tres │ │ │ ├── gem_common.tres │ │ │ ├── gem_rare.tres │ │ │ ├── gem_uncommon.tres │ │ │ ├── gem_unique.tres │ │ │ ├── gold.tres │ │ │ ├── item_stash.tres │ │ │ ├── knowledge_tome.tres │ │ │ ├── oils.tres │ │ │ ├── recipe_distill.tres │ │ │ ├── recipe_perfect.tres │ │ │ ├── recipe_reassemble.tres │ │ │ ├── recipe_rebrew.tres │ │ │ ├── research_elements.tres │ │ │ ├── tower_food.tres │ │ │ └── tower_stash.tres │ │ ├── magic/ │ │ │ ├── bowl_01.tres │ │ │ ├── bowl_02.tres │ │ │ ├── claw_01.tres │ │ │ ├── claw_02.tres │ │ │ ├── claw_03.tres │ │ │ ├── claw_04.tres │ │ │ ├── eye.tres │ │ │ ├── eye_blue.tres │ │ │ ├── eyes_many.tres │ │ │ ├── fire.tres │ │ │ ├── lantern.tres │ │ │ ├── lock_01.tres │ │ │ ├── lock_02.tres │ │ │ ├── lock_03.tres │ │ │ ├── lock_04.tres │ │ │ ├── magic_stone.tres │ │ │ └── magic_stone_green.tres │ │ ├── masks/ │ │ │ ├── mask_01.tres │ │ │ ├── mask_02.tres │ │ │ ├── mask_03.tres │ │ │ ├── mask_04.tres │ │ │ ├── mask_05.tres │ │ │ ├── mask_06.tres │ │ │ └── mask_07.tres │ │ ├── mechanical/ │ │ │ ├── alchemy_kit_01.tres │ │ │ ├── alchemy_kit_02.tres │ │ │ ├── alchemy_kit_03.tres │ │ │ ├── battery.tres │ │ │ ├── black_gold_calculator.tres │ │ │ ├── circuit_board.tres │ │ │ ├── compass.tres │ │ │ ├── factory_fumes.tres │ │ │ ├── factory_gears.tres │ │ │ ├── gold_machine.tres │ │ │ ├── lamp.tres │ │ │ ├── mech_badge.tres │ │ │ └── mech_umbrella.tres │ │ ├── misc/ │ │ │ ├── balls_01.tres │ │ │ ├── balls_02.tres │ │ │ ├── balls_03.tres │ │ │ ├── cauldron.tres │ │ │ ├── flag_01.tres │ │ │ ├── flag_02.tres │ │ │ ├── flag_03.tres │ │ │ ├── gold_cart.tres │ │ │ ├── grenade.tres │ │ │ ├── poison_01.tres │ │ │ ├── poison_02.tres │ │ │ ├── quiver.tres │ │ │ ├── red_knight.tres │ │ │ ├── spiky_totem_01.tres │ │ │ ├── spiky_totem_02.tres │ │ │ ├── teapot_01.tres │ │ │ ├── teapot_02.tres │ │ │ ├── teapot_03.tres │ │ │ ├── teapot_04.tres │ │ │ ├── toolbox_01.tres │ │ │ └── toolbox_02.tres │ │ ├── orbs/ │ │ │ ├── moon.tres │ │ │ ├── orb_fire.tres │ │ │ ├── orb_green.tres │ │ │ ├── orb_ice.tres │ │ │ ├── orb_ice_melting.tres │ │ │ ├── orb_molten.tres │ │ │ ├── orb_molten_dull.tres │ │ │ ├── orb_shadow.tres │ │ │ └── orb_small.tres │ │ ├── plants/ │ │ │ ├── branch_01.tres │ │ │ ├── branch_02.tres │ │ │ ├── flower_01.tres │ │ │ ├── flower_02.tres │ │ │ ├── flower_03.tres │ │ │ ├── flower_04.tres │ │ │ ├── flower_05.tres │ │ │ ├── flower_06.tres │ │ │ ├── leaf_01.tres │ │ │ ├── leaf_02.tres │ │ │ ├── leaf_03.tres │ │ │ ├── plant_in_pot.tres │ │ │ ├── stump.tres │ │ │ └── tree.tres │ │ ├── potions/ │ │ │ ├── beaker_01.tres │ │ │ ├── beaker_02.tres │ │ │ ├── beaker_03.tres │ │ │ ├── potion_01.tres │ │ │ ├── potion_02.tres │ │ │ ├── potion_03.tres │ │ │ ├── potion_04.tres │ │ │ ├── potion_05.tres │ │ │ ├── potion_06.tres │ │ │ ├── potion_07.tres │ │ │ ├── potion_08.tres │ │ │ ├── potion_09.tres │ │ │ ├── potion_10.tres │ │ │ ├── potion_blue_01.tres │ │ │ ├── potion_blue_02.tres │ │ │ ├── potion_blue_03.tres │ │ │ ├── potion_blue_04.tres │ │ │ ├── potion_blue_05.tres │ │ │ ├── potion_cyan_01.tres │ │ │ ├── potion_cyan_02.tres │ │ │ ├── potion_cyan_03.tres │ │ │ ├── potion_green_01.tres │ │ │ ├── potion_green_02.tres │ │ │ ├── potion_green_03.tres │ │ │ ├── potion_heart_01.tres │ │ │ ├── potion_heart_02.tres │ │ │ ├── potion_orange_01.tres │ │ │ ├── potion_orange_02.tres │ │ │ ├── potion_orange_03.tres │ │ │ ├── potion_purple_01.tres │ │ │ ├── potion_purple_02.tres │ │ │ ├── potion_purple_03.tres │ │ │ ├── potion_red_01.tres │ │ │ ├── potion_red_02.tres │ │ │ ├── potion_red_03.tres │ │ │ ├── potion_yellow_01.tres │ │ │ └── potion_yellow_02.tres │ │ ├── rings/ │ │ │ ├── ring_01.tres │ │ │ ├── ring_02.tres │ │ │ ├── ring_03.tres │ │ │ ├── ring_04.tres │ │ │ ├── ring_05.tres │ │ │ ├── ring_06.tres │ │ │ ├── ring_07.tres │ │ │ └── ring_08.tres │ │ ├── rockets/ │ │ │ ├── rocket_01.tres │ │ │ ├── rocket_02.tres │ │ │ ├── rocket_03.tres │ │ │ ├── rocket_04.tres │ │ │ ├── rocket_05.tres │ │ │ ├── rocket_06.tres │ │ │ └── rocket_07.tres │ │ ├── scrolls/ │ │ │ ├── scroll_01.tres │ │ │ ├── scroll_02.tres │ │ │ ├── scroll_03.tres │ │ │ ├── scroll_04.tres │ │ │ ├── scroll_05.tres │ │ │ ├── scroll_06.tres │ │ │ ├── scroll_07.tres │ │ │ └── scroll_08.tres │ │ ├── shields/ │ │ │ ├── shield_bronze.tres │ │ │ ├── shield_castle.tres │ │ │ ├── shield_gray_with_gold_emblem.tres │ │ │ ├── shield_green.tres │ │ │ ├── shield_skull.tres │ │ │ ├── shield_white.tres │ │ │ ├── shield_with_emblem.tres │ │ │ ├── shield_with_gold_helmet.tres │ │ │ ├── shield_wood.tres │ │ │ ├── shield_wood_small.tres │ │ │ └── shield_wood_small_glowing.tres │ │ ├── spears/ │ │ │ ├── many_spears_01.tres │ │ │ ├── many_spears_02.tres │ │ │ ├── spear_01.tres │ │ │ ├── spear_02.tres │ │ │ └── spear_03.tres │ │ ├── statues/ │ │ │ ├── statue_01.tres │ │ │ ├── statue_02.tres │ │ │ ├── statue_03.tres │ │ │ ├── statue_dwarf_01.tres │ │ │ ├── statue_dwarf_02.tres │ │ │ └── statue_warrior.tres │ │ ├── staves/ │ │ │ ├── staff_01.tres │ │ │ ├── staff_02.tres │ │ │ ├── staff_03.tres │ │ │ ├── staff_04.tres │ │ │ ├── staff_05.tres │ │ │ ├── staff_06.tres │ │ │ ├── staff_07.tres │ │ │ ├── wand_01.tres │ │ │ ├── wand_02.tres │ │ │ ├── wand_03.tres │ │ │ ├── wand_04.tres │ │ │ ├── wand_05.tres │ │ │ └── wand_glowing.tres │ │ ├── swords/ │ │ │ ├── greatsword_01.tres │ │ │ ├── greatsword_02.tres │ │ │ ├── greatsword_03.tres │ │ │ ├── greatsword_04.tres │ │ │ ├── greatsword_05.tres │ │ │ ├── sword_01.tres │ │ │ ├── sword_02.tres │ │ │ ├── sword_03.tres │ │ │ ├── sword_swing_01.tres │ │ │ └── sword_swing_02.tres │ │ ├── tier_icons/ │ │ │ ├── common_1.tres │ │ │ ├── common_2.tres │ │ │ ├── common_3.tres │ │ │ ├── common_4.tres │ │ │ ├── common_5.tres │ │ │ ├── common_6.tres │ │ │ ├── common_7.tres │ │ │ ├── rare_1.tres │ │ │ ├── rare_2.tres │ │ │ ├── rare_3.tres │ │ │ ├── rare_4.tres │ │ │ ├── rare_5.tres │ │ │ ├── rare_6.tres │ │ │ ├── rare_7.tres │ │ │ ├── uncommon_1.tres │ │ │ ├── uncommon_2.tres │ │ │ ├── uncommon_3.tres │ │ │ ├── uncommon_4.tres │ │ │ ├── uncommon_5.tres │ │ │ ├── uncommon_6.tres │ │ │ ├── uncommon_7.tres │ │ │ ├── unique_1.tres │ │ │ ├── unique_2.tres │ │ │ ├── unique_3.tres │ │ │ ├── unique_4.tres │ │ │ ├── unique_5.tres │ │ │ ├── unique_6.tres │ │ │ └── unique_7.tres │ │ ├── tower_icons/ │ │ │ ├── abandoned_pit.tres │ │ │ ├── abominable_snowman.tres │ │ │ ├── afflicted_obelisk.tres │ │ │ ├── ancient_energy_converter.tres │ │ │ ├── annoyed_tree.tres │ │ │ ├── arcane_storm.tres │ │ │ ├── area_roaster.tres │ │ │ ├── ash_geyser.tres │ │ │ ├── astral_lantern.tres │ │ │ ├── astral_rift.tres │ │ │ ├── baby_plant.tres │ │ │ ├── baby_tuskin.tres │ │ │ ├── ball_lightning_accelerator.tres │ │ │ ├── basic_knowledge.tres │ │ │ ├── black_dragon_roost.tres │ │ │ ├── black_rock_totem.tres │ │ │ ├── bomb_turret.tres │ │ │ ├── bone_shrine.tres │ │ │ ├── bonk_the_living_mountain.tres │ │ │ ├── broken_cage.tres │ │ │ ├── broken_circle_of_wind.tres │ │ │ ├── broken_fire_pit.tres │ │ │ ├── broken_lightning_rod.tres │ │ │ ├── bronze_dragon_roost.tres │ │ │ ├── buried_soul.tres │ │ │ ├── burning_watchtower.tres │ │ │ ├── burrow.tres │ │ │ ├── caged_fire.tres │ │ │ ├── cenarion.tres │ │ │ ├── chaining_storm.tres │ │ │ ├── chaos_warlock.tres │ │ │ ├── charged_obelisk.tres │ │ │ ├── chilled_spire.tres │ │ │ ├── cloud_warrior.tres │ │ │ ├── cloudy_temple_of_absorption.tres │ │ │ ├── coconut_sapling.tres │ │ │ ├── coin_machine.tres │ │ │ ├── cold_obelisk.tres │ │ │ ├── cold_troll.tres │ │ │ ├── contraption.tres │ │ │ ├── crimson_wyrm.tres │ │ │ ├── cruel_fire.tres │ │ │ ├── cursed_grounds.tres │ │ │ ├── cute_small_spider.tres │ │ │ ├── dark_battery.tres │ │ │ ├── dark_fire_pit.tres │ │ │ ├── death_knight.tres │ │ │ ├── dimensional_flux_collector.tres │ │ │ ├── dragon_sorcerer.tres │ │ │ ├── drake_whisperer.tres │ │ │ ├── dreadlord.tres │ │ │ ├── dutchmans_grave.tres │ │ │ ├── dwarven_forgery.tres │ │ │ ├── ebonfrost_crystal.tres │ │ │ ├── embershell_turtle_hatchling.tres │ │ │ ├── energy_junction.tres │ │ │ ├── essence_of_fury.tres │ │ │ ├── felweed.tres │ │ │ ├── fenced_flames.tres │ │ │ ├── fiery_dog.tres │ │ │ ├── fiery_pebble.tres │ │ │ ├── fire_battery.tres │ │ │ ├── fire_star.tres │ │ │ ├── firestorm_cell.tres │ │ │ ├── fisherman.tres │ │ │ ├── forest_archer.tres │ │ │ ├── forest_protectress.tres │ │ │ ├── forest_troll.tres │ │ │ ├── frost_root.tres │ │ │ ├── frosty_rock.tres │ │ │ ├── frozen_well.tres │ │ │ ├── garden_of_eden.tres │ │ │ ├── gatling_gun.tres │ │ │ ├── genis_sage.tres │ │ │ ├── geothermal_extractor.tres │ │ │ ├── glaive_master.tres │ │ │ ├── glowing_solar_orb.tres │ │ │ ├── gnoll_thunder_mage.tres │ │ │ ├── goblin_stronghold.tres │ │ │ ├── grab-o-bot.tres │ │ │ ├── green_dragon_roost.tres │ │ │ ├── green_lightning.tres │ │ │ ├── greyfang.tres │ │ │ ├── gryphon_rider.tres │ │ │ ├── hall_of_souls.tres │ │ │ ├── harby.tres │ │ │ ├── harpy_witch.tres │ │ │ ├── haunted_rubble.tres │ │ │ ├── healing_obelisk.tres │ │ │ ├── helicopter_zone.tres │ │ │ ├── hell_bat.tres │ │ │ ├── holy_energy.tres │ │ │ ├── ice_battery.tres │ │ │ ├── icy_core.tres │ │ │ ├── icy_skulls.tres │ │ │ ├── icy_spirit.tres │ │ │ ├── igloo.tres │ │ │ ├── inexperienced_huntress.tres │ │ │ ├── inflamed_stone.tres │ │ │ ├── initiate_elementalist.tres │ │ │ ├── it.tres │ │ │ ├── jungle_stalker.tres │ │ │ ├── kraken.tres │ │ │ ├── lesser_astral_defender.tres │ │ │ ├── lesser_dark_defender.tres │ │ │ ├── lesser_elemental_ghost.tres │ │ │ ├── lesser_flamy_defender.tres │ │ │ ├── lesser_ice_defender.tres │ │ │ ├── lesser_iron_defender.tres │ │ │ ├── lesser_natural_defender.tres │ │ │ ├── lesser_priest.tres │ │ │ ├── lesser_skeletal_mage.tres │ │ │ ├── lesser_storm_defender.tres │ │ │ ├── lesser_wolves_den.tres │ │ │ ├── library_of_alexandria.tres │ │ │ ├── lich_king.tres │ │ │ ├── lightning_eye.tres │ │ │ ├── lightning_generator.tres │ │ │ ├── lightning_totem.tres │ │ │ ├── little_phoenix.tres │ │ │ ├── living_volcano.tres │ │ │ ├── lunar_emitter.tres │ │ │ ├── lunar_sentinel.tres │ │ │ ├── magic_battery.tres │ │ │ ├── magic_mushroom.tres │ │ │ ├── magna_warrior.tres │ │ │ ├── mana-touched_drake.tres │ │ │ ├── marine.tres │ │ │ ├── meteor_totem.tres │ │ │ ├── militia_watchtower.tres │ │ │ ├── miner.tres │ │ │ ├── minor_magic_ruin.tres │ │ │ ├── mister_fireflies.tres │ │ │ ├── monolith_of_chaos.tres │ │ │ ├── morphling.tres │ │ │ ├── mossy_acid_sprayer.tres │ │ │ ├── mud_golem.tres │ │ │ ├── nature_sprites.tres │ │ │ ├── necromantic_altar.tres │ │ │ ├── nortrom_the_silencer.tres │ │ │ ├── nuclear_missile_launcher.tres │ │ │ ├── obelisk_of_fortuity.tres │ │ │ ├── owl_of_wisdom.tres │ │ │ ├── particle_accelerator.tres │ │ │ ├── phantom.tres │ │ │ ├── plagued_crypt.tres │ │ │ ├── planar_gate.tres │ │ │ ├── poison_battery.tres │ │ │ ├── polar_bear_cub.tres │ │ │ ├── portal_to_swine_purgatory.tres │ │ │ ├── prince_of_lightning.tres │ │ │ ├── princess_of_light.tres │ │ │ ├── razorboar_thornweaver.tres │ │ │ ├── red_ball_lightning.tres │ │ │ ├── regenerating_well.tres │ │ │ ├── rooted_chasm.tres │ │ │ ├── rotted_flashing_grave.tres │ │ │ ├── rowing_boat.tres │ │ │ ├── ruined_monolith.tres │ │ │ ├── ruined_storm_cap.tres │ │ │ ├── ruined_sun_pedestal.tres │ │ │ ├── ruined_wind_tower.tres │ │ │ ├── rundown_iron_sentry.tres │ │ │ ├── sacred_altar.tres │ │ │ ├── sacrificial_lamb.tres │ │ │ ├── safirons_cold_grave.tres │ │ │ ├── scales.tres │ │ │ ├── sea_turtle.tres │ │ │ ├── servant_of_the_twin_flames.tres │ │ │ ├── sewer_connection.tres │ │ │ ├── shadow.tres │ │ │ ├── shaman.tres │ │ │ ├── shard_of_souls.tres │ │ │ ├── silver_knight.tres │ │ │ ├── skink.tres │ │ │ ├── small_brazier.tres │ │ │ ├── small_bug_nest.tres │ │ │ ├── small_cactus.tres │ │ │ ├── small_fire_sprayer.tres │ │ │ ├── small_frost_fire.tres │ │ │ ├── small_frozen_mushroom.tres │ │ │ ├── small_ice_mine.tres │ │ │ ├── small_light.tres │ │ │ ├── small_pocket_rocket.tres │ │ │ ├── small_ray_blaster.tres │ │ │ ├── small_serpent_ward.tres │ │ │ ├── small_torch.tres │ │ │ ├── sniper.tres │ │ │ ├── snowy_pebble.tres │ │ │ ├── solar_collector.tres │ │ │ ├── solar_emitter.tres │ │ │ ├── sorceress.tres │ │ │ ├── soul_vault.tres │ │ │ ├── soulflame_device.tres │ │ │ ├── spell_collector.tres │ │ │ ├── spider_queen.tres │ │ │ ├── star_gazer.tres │ │ │ ├── storm_battery.tres │ │ │ ├── storm_coil.tres │ │ │ ├── storm_focus.tres │ │ │ ├── stormy_dog.tres │ │ │ ├── sun_crusader.tres │ │ │ ├── taita_the_hermit.tres │ │ │ ├── teacher.tres │ │ │ ├── tentacle_spawn.tres │ │ │ ├── the_conduit.tres │ │ │ ├── the_council_of_demons.tres │ │ │ ├── the_fire_lord.tres │ │ │ ├── the_frozen_wyrm.tres │ │ │ ├── the_furnace.tres │ │ │ ├── the_omnislasher.tres │ │ │ ├── the_steam_engine.tres │ │ │ ├── thief_apprentice.tres │ │ │ ├── tidewater_stream.tres │ │ │ ├── time_manipulator.tres │ │ │ ├── timevault.tres │ │ │ ├── tiny_shrub.tres │ │ │ ├── tiny_storm_lantern.tres │ │ │ ├── tombstone.tres │ │ │ ├── trash_heap.tres │ │ │ ├── tree_stump.tres │ │ │ ├── tundra_stalker.tres │ │ │ ├── undisturbed_crypt.tres │ │ │ ├── valor.tres │ │ │ ├── village_witch.tres │ │ │ ├── void_drake.tres │ │ │ ├── vulshok_the_berserker.tres │ │ │ ├── warrior_of_light.tres │ │ │ ├── wild_warbeast.tres │ │ │ ├── witch_doctor.tres │ │ │ ├── wooden_trap.tres │ │ │ ├── xeno_research_facility.tres │ │ │ ├── ymir.tres │ │ │ ├── young_northern_troll.tres │ │ │ ├── zealot.tres │ │ │ └── zeus.tres │ │ ├── tower_variations/ │ │ │ ├── ash_geyser_blue.tres │ │ │ ├── ash_geyser_green.tres │ │ │ ├── ash_geyser_purple.tres │ │ │ ├── bonk_the_living_mountain_small.tres │ │ │ ├── forest_troll_small.tres │ │ │ ├── meteor_totem_blue.tres │ │ │ ├── meteor_totem_purple.tres │ │ │ ├── mossy_acid_sprayer_gray.tres │ │ │ ├── mossy_acid_sprayer_red.tres │ │ │ ├── undisturbed_crypt_gold.tres │ │ │ └── vulshok_the_berserker_blue.tres │ │ ├── trinkets/ │ │ │ ├── claw_01.tres │ │ │ ├── claw_02.tres │ │ │ ├── claw_03.tres │ │ │ ├── key_01.tres │ │ │ ├── key_02.tres │ │ │ ├── key_03.tres │ │ │ ├── trinket_01.tres │ │ │ ├── trinket_02.tres │ │ │ ├── trinket_03.tres │ │ │ ├── trinket_04.tres │ │ │ ├── trinket_05.tres │ │ │ ├── trinket_06.tres │ │ │ ├── trinket_07.tres │ │ │ ├── trinket_08.tres │ │ │ ├── trinket_09.tres │ │ │ └── trinket_10.tres │ │ ├── undead/ │ │ │ ├── demon_emblem.tres │ │ │ ├── monster_hand.tres │ │ │ ├── skull_01.tres │ │ │ ├── skull_02.tres │ │ │ ├── skull_03.tres │ │ │ ├── skull_04.tres │ │ │ ├── skull_05.tres │ │ │ ├── skull_06.tres │ │ │ ├── skull_doll.tres │ │ │ ├── skull_phazing.tres │ │ │ ├── skull_wand_01.tres │ │ │ ├── skull_wand_02.tres │ │ │ ├── skull_wand_03.tres │ │ │ └── skull_wand_04.tres │ │ └── weapons_misc/ │ │ ├── axe_01.tres │ │ ├── axe_02.tres │ │ ├── barbed_spike.tres │ │ ├── glaive_01.tres │ │ ├── glaive_02.tres │ │ ├── glaive_03.tres │ │ ├── mining_pick_01.tres │ │ ├── mining_pick_02.tres │ │ ├── trident_01.tres │ │ └── trident_02.tres │ ├── misc/ │ │ ├── barrel.tres │ │ └── pulsing_dot.tres │ ├── shaders/ │ │ ├── foggy_camera.gdshader │ │ ├── glowing_outline.gdshader │ │ ├── glowing_outline.material │ │ ├── glowing_outline_2.gdshader │ │ └── saturation_burn.gdshader │ ├── theme/ │ │ ├── common/ │ │ │ ├── rect_container_center_l.tres │ │ │ ├── rect_container_l.tres │ │ │ ├── rect_container_m.tres │ │ │ ├── rect_container_s.tres │ │ │ └── tab_container_m.tres │ │ ├── element_towers_info/ │ │ │ └── empty_button_style_box.tres │ │ ├── health_bar_background.tres │ │ ├── health_bar_fill.tres │ │ ├── item_button_hover.tres │ │ ├── item_button_normal.tres │ │ ├── item_button_pressed.tres │ │ ├── mission_complete_indicator.tres │ │ ├── player_resource_display/ │ │ │ ├── circle_container_l.tres │ │ │ ├── rect_container_center_l.tres │ │ │ ├── rect_container_left_l.tres │ │ │ ├── rect_container_right_l.tres │ │ │ ├── rect_container_top_menu.tres │ │ │ ├── resource_status_panel.tres │ │ │ └── stash_panel_background.tres │ │ ├── selected_unit_info/ │ │ │ ├── mana_bar_fill.tres │ │ │ ├── panel_container.tres │ │ │ └── progress_bar_background.tres │ │ ├── tower_actions/ │ │ │ ├── button_disabled.tres │ │ │ ├── button_normal.tres │ │ │ └── button_pressed.tres │ │ ├── unit_button/ │ │ │ ├── button_disabled.tres │ │ │ ├── button_hover.tres │ │ │ ├── button_normal.tres │ │ │ ├── common_rarity_panel_container.tres │ │ │ ├── passive_ability_button.tres │ │ │ ├── rare_rarity_panel_container.tres │ │ │ ├── small_button_disabled.tres │ │ │ ├── small_button_hover.tres │ │ │ ├── small_button_normal.tres │ │ │ ├── uncommon_rarity_panel_container.tres │ │ │ └── unique_rarity_panel_container.tres │ │ ├── unit_button_container/ │ │ │ └── counter_label_normal.tres │ │ ├── unit_menu/ │ │ │ ├── button_disalbed.tres │ │ │ ├── button_hover.tres │ │ │ ├── button_normal.tres │ │ │ ├── exp_bar_background.tres │ │ │ ├── exp_bar_fill.tres │ │ │ ├── health_bar_background.tres │ │ │ ├── health_bar_fill.tres │ │ │ ├── mana_bar_background.tres │ │ │ ├── mana_bar_fill.tres │ │ │ ├── title_button_normal.tres │ │ │ ├── unit_level_label_normal.tres │ │ │ ├── unit_menu_panel.tres │ │ │ └── unit_name_label_normal.tres │ │ └── wc3_theme.tres │ ├── tilesets/ │ │ ├── buildable_area_tiles.tres │ │ └── decorations.tres │ └── ui_textures/ │ ├── buff_group_both.tres │ ├── buff_group_incoming.tres │ ├── buff_group_none.tres │ ├── buff_group_outgoing.tres │ ├── button_container_hover.tres │ ├── common_background.tres │ ├── common_unit_button.tres │ ├── common_unit_button_hover.tres │ ├── info_icon.tres │ ├── menu_option_round_button.tres │ ├── menu_option_round_button_hover.tres │ ├── portal_lives_round_bg.tres │ ├── rare_background.tres │ ├── rare_unit_button.tres │ ├── rare_unit_button_hover.tres │ ├── rect_container_center_l.tres │ ├── rect_container_l.tres │ ├── rect_container_left_l.tres │ ├── rect_container_m.tres │ ├── rect_container_right_l.tres │ ├── rect_container_s.tres │ ├── rect_container_s_hover.tres │ ├── speed_fast.tres │ ├── speed_fastest.tres │ ├── speed_normal.tres │ ├── stash_panel_background.tres │ ├── uncommon_background.tres │ ├── uncommon_unit_button.tres │ ├── uncommon_unit_button_hover.tres │ ├── unique_background.tres │ ├── unique_unit_button.tres │ ├── unique_unit_button_hover.tres │ ├── unit_button_disabled.tres │ └── upgrade_icon.tres ├── src/ │ ├── README.md │ ├── actions/ │ │ ├── action.gd │ │ ├── action_autocast.gd │ │ ├── action_autofill.gd │ │ ├── action_build_tower.gd │ │ ├── action_change_buffgroup.gd │ │ ├── action_chat.gd │ │ ├── action_consume_item.gd │ │ ├── action_drop_item.gd │ │ ├── action_focus_target.gd │ │ ├── action_idle.gd │ │ ├── action_move_item.gd │ │ ├── action_research_element.gd │ │ ├── action_roll_towers.gd │ │ ├── action_select_builder.gd │ │ ├── action_select_unit.gd │ │ ├── action_select_wisdom_upgrades.gd │ │ ├── action_sell_tower.gd │ │ ├── action_sort_item_stash.gd │ │ ├── action_start_next_wave.gd │ │ ├── action_swap_items.gd │ │ ├── action_toggle_autocast.gd │ │ ├── action_transform_tower.gd │ │ ├── action_transmute.gd │ │ └── action_upgrade_tower.gd │ ├── buffs/ │ │ ├── aura.gd │ │ ├── aura.tscn │ │ ├── buff.gd │ │ ├── buff_range_area.gd │ │ ├── buff_range_area.tscn │ │ ├── buff_type.gd │ │ ├── instances/ │ │ │ ├── cb_silence.gd │ │ │ └── cb_stun.gd │ │ ├── modification.gd │ │ ├── modifier.gd │ │ └── target_type.gd │ ├── builders/ │ │ ├── builder.gd │ │ └── instances/ │ │ ├── builder_adventurer.gd │ │ ├── builder_antagonizer.gd │ │ ├── builder_arch_sorceress.gd │ │ ├── builder_backpacker.gd │ │ ├── builder_barbarian_warlord.gd │ │ ├── builder_benevolent_witch.gd │ │ ├── builder_blademaster.gd │ │ ├── builder_elementalist.gd │ │ ├── builder_farseer.gd │ │ ├── builder_feeble_fender.gd │ │ ├── builder_goblin_alchemist.gd │ │ ├── builder_iron_maiden.gd │ │ ├── builder_master_of_encyclopedic_wisdom.gd │ │ ├── builder_maverick.gd │ │ ├── builder_naga_time_twister.gd │ │ ├── builder_none.gd │ │ ├── builder_panda_monk.gd │ │ ├── builder_queen.gd │ │ ├── builder_realist.gd │ │ ├── builder_royal_assassin.gd │ │ ├── builder_spirit_warden.gd │ │ └── builder_veteran_pilot.gd │ ├── creeps/ │ │ ├── creep.gd │ │ ├── creep_blood_pool.gd │ │ ├── creep_blood_pool.tscn │ │ ├── creep_corpse.gd │ │ ├── creep_corpse.tscn │ │ ├── creep_spawner.gd │ │ ├── creep_spawner.tscn │ │ ├── creep_sprite.gd │ │ ├── health_bar.gd │ │ ├── instances/ │ │ │ ├── challenge/ │ │ │ │ ├── challenge_boss_creep.tscn │ │ │ │ └── challenge_mass_creep.tscn │ │ │ ├── creep.tscn │ │ │ └── orc/ │ │ │ ├── orc_air_creep.tscn │ │ │ ├── orc_boss_creep.tscn │ │ │ ├── orc_champion_creep.tscn │ │ │ ├── orc_mass_creep.tscn │ │ │ └── orc_normal_creep.tscn │ │ ├── packed_metadata.gd │ │ ├── special_buffs/ │ │ │ ├── creep_armored.gd │ │ │ ├── creep_broody.gd │ │ │ ├── creep_dart.gd │ │ │ ├── creep_ethereal.gd │ │ │ ├── creep_evasion.gd │ │ │ ├── creep_evolving.gd │ │ │ ├── creep_fireball.gd │ │ │ ├── creep_flock.gd │ │ │ ├── creep_ghost.gd │ │ │ ├── creep_gravid.gd │ │ │ ├── creep_greater_speed.gd │ │ │ ├── creep_greater_spell_resistance.gd │ │ │ ├── creep_heavy_armored.gd │ │ │ ├── creep_invisible.gd │ │ │ ├── creep_magic_immunity.gd │ │ │ ├── creep_mana_drain_aura.gd │ │ │ ├── creep_manashield+.gd │ │ │ ├── creep_manashield.gd │ │ │ ├── creep_meaty.gd │ │ │ ├── creep_mechanical.gd │ │ │ ├── creep_necromancer.gd │ │ │ ├── creep_protector.gd │ │ │ ├── creep_purge_revenge.gd │ │ │ ├── creep_regeneration.gd │ │ │ ├── creep_relic_raider.gd │ │ │ ├── creep_rich.gd │ │ │ ├── creep_second_chance.gd │ │ │ ├── creep_semi-mechanical.gd │ │ │ ├── creep_slow.gd │ │ │ ├── creep_slow_aura.gd │ │ │ ├── creep_speed.gd │ │ │ ├── creep_spell_resistance.gd │ │ │ ├── creep_spellbinder.gd │ │ │ ├── creep_strong.gd │ │ │ ├── creep_stun_revenge.gd │ │ │ ├── creep_ultra_wisdom.gd │ │ │ ├── creep_unlucky.gd │ │ │ ├── creep_xtreme_armor.gd │ │ │ ├── creep_xtreme_evasion.gd │ │ │ ├── creep_xtreme_regeneration.gd │ │ │ └── creep_xtreme_speed.gd │ │ ├── special_icons/ │ │ │ ├── CreepArmoredSpecial.tscn │ │ │ ├── CreepBroodySpecial.tscn │ │ │ ├── CreepDartSpecial.tscn │ │ │ ├── CreepEtherealSpecial.tscn │ │ │ ├── CreepEvasionSpecial.tscn │ │ │ ├── CreepEvolvingSpecial.tscn │ │ │ ├── CreepFireballSpecial.tscn │ │ │ ├── CreepFlockSpecial.tscn │ │ │ ├── CreepGhostSpecial.tscn │ │ │ ├── CreepGravidSpecial.tscn │ │ │ ├── CreepGreaterSpeedSpecial.tscn │ │ │ ├── CreepGreaterSpellResistanceSpecial.tscn │ │ │ ├── CreepHeavyArmoredSpecial.tscn │ │ │ ├── CreepInvisibleSpecial.tscn │ │ │ ├── CreepMagicImmunitySpecial.tscn │ │ │ ├── CreepManaDrainAuraSpecial.tscn │ │ │ ├── CreepManaShieldPlusSpecial.tscn │ │ │ ├── CreepManaShieldSpecial.tscn │ │ │ ├── CreepMeatySpecial.tscn │ │ │ ├── CreepMechanicalSpecial.tscn │ │ │ ├── CreepNecromancerSpecial.tscn │ │ │ ├── CreepProtectorSpecial.tscn │ │ │ ├── CreepPurgeRevengeSpecial.tscn │ │ │ ├── CreepRegenerationSpecial.tscn │ │ │ ├── CreepRelicRaiderSpecial.tscn │ │ │ ├── CreepRichSpecial.tscn │ │ │ ├── CreepSecondChanceSpecial.tscn │ │ │ ├── CreepSemiMechanicalSpecial.tscn │ │ │ ├── CreepSlowAuraSpecial.tscn │ │ │ ├── CreepSlowSpecial.tscn │ │ │ ├── CreepSpeedSpecial.tscn │ │ │ ├── CreepSpellResistanceSpecial.tscn │ │ │ ├── CreepSpellbinderSpecial.tscn │ │ │ ├── CreepStrongSpecial.tscn │ │ │ ├── CreepStunRevengeSpecial.tscn │ │ │ ├── CreepUltraWisdomSpecial.tscn │ │ │ ├── CreepUnluckySpecial.tscn │ │ │ ├── CreepXtremeArmorSpecial.tscn │ │ │ ├── CreepXtremeEvasionSpecial.tscn │ │ │ ├── CreepXtremeRegenerationSpecial.tscn │ │ │ └── CreepXtremeSpeedSpecial.tscn │ │ ├── wave.gd │ │ ├── wave_path.gd │ │ ├── wave_spawner.gd │ │ └── wave_spawner.tscn │ ├── effects/ │ │ ├── ancient_protector_missile.tscn │ │ ├── animated_dead_target.tscn │ │ ├── apply_potion.tscn │ │ ├── arcane_tower_attack.tscn │ │ ├── arcane_tower_attack_flat.tscn │ │ ├── avatar_caster.tscn │ │ ├── banshee_missile.tscn │ │ ├── barrel.tscn │ │ ├── blink_target.tscn │ │ ├── blood_splatter.tscn │ │ ├── build_tower.tscn │ │ ├── charm_target.tscn │ │ ├── chimaera_acid.tscn │ │ ├── cloud_of_fog_cycle.tscn │ │ ├── cloud_of_fog_small.tscn │ │ ├── cripple_target.tscn │ │ ├── crushing_wave.tscn │ │ ├── crypt_fiend_eggsack.tscn │ │ ├── cyclone_target.tscn │ │ ├── death_and_decay.tscn │ │ ├── death_coil.tscn │ │ ├── death_explode.tscn │ │ ├── devour.tscn │ │ ├── dispel_magic_target.tscn │ │ ├── doom_death.tscn │ │ ├── effects_container.gd │ │ ├── faerie_dragon_missile.tscn │ │ ├── firelord_death_explode.tscn │ │ ├── flame_strike_embers.tscn │ │ ├── flower_aura.tscn │ │ ├── frag_boom_spawn.tscn │ │ ├── freezing_breath.tscn │ │ ├── freezing_breath_purple.tscn │ │ ├── frost_armor_damage.tscn │ │ ├── frost_armor_damage_purple.tscn │ │ ├── frost_bolt_missile.tscn │ │ ├── glaive.tscn │ │ ├── gold_credit.tscn │ │ ├── healing_wave_target.tscn │ │ ├── holy_bolt.tscn │ │ ├── holy_bolt_green.tscn │ │ ├── howl_caster.tscn │ │ ├── immolation_damage.tscn │ │ ├── impale_hit_target.tscn │ │ ├── impale_target_dust.tscn │ │ ├── incinerate.tscn │ │ ├── interpolated_sprite.gd │ │ ├── keeper_grove_missile.tscn │ │ ├── level_up.tscn │ │ ├── mana_burn_target.tscn │ │ ├── mana_shield_cycle.tscn │ │ ├── mass_teleport_caster.tscn │ │ ├── mass_teleport_target.tscn │ │ ├── monsoon_bolt.tscn │ │ ├── moonwell_target.tscn │ │ ├── mortar_missile.tscn │ │ ├── naga_death.tscn │ │ ├── ne_cancel_death.tscn │ │ ├── ne_death.tscn │ │ ├── placeholder.tscn │ │ ├── polymorph_target.tscn │ │ ├── projectile_explosion_astral.tscn │ │ ├── projectile_explosion_darkness.tscn │ │ ├── projectile_explosion_fire.tscn │ │ ├── projectile_explosion_ice.tscn │ │ ├── projectile_explosion_iron.tscn │ │ ├── projectile_explosion_nature.tscn │ │ ├── projectile_explosion_storm.tscn │ │ ├── purge_buff_target.tscn │ │ ├── quillspray.tscn │ │ ├── raise_skeleton.tscn │ │ ├── replenish_mana.tscn │ │ ├── revive_human.tscn │ │ ├── roar.tscn │ │ ├── roots.tscn │ │ ├── shackle.tscn │ │ ├── shockwave_missile.tscn │ │ ├── silence_area.tscn │ │ ├── small_flame_spawn.tscn │ │ ├── spell_aiil.tscn │ │ ├── spell_ailb.tscn │ │ ├── spell_aima.tscn │ │ ├── spell_aire.tscn │ │ ├── spell_aire_flat.tscn │ │ ├── spell_aiso.tscn │ │ ├── spell_alim.tscn │ │ ├── spell_breaker_target.tscn │ │ ├── spirit_link_target.tscn │ │ ├── stampede_missile_death.tscn │ │ ├── starfall_target.tscn │ │ ├── stun_visual.tscn │ │ ├── target_arrow.gd │ │ ├── target_arrow.tscn │ │ ├── thunder_clap.tscn │ │ ├── undead_dissipate.tscn │ │ ├── upgrade_tower.tscn │ │ ├── vampiric_aura.tscn │ │ ├── voodoo_aura.tscn │ │ ├── warstomp_caster.tscn │ │ ├── wind_shear.tscn │ │ ├── wisp_explode.tscn │ │ ├── witch_doctor_ward.tscn │ │ ├── ziggurat_frost_missile.tscn │ │ └── zombify_target.tscn │ ├── enums/ │ │ ├── README.md │ │ ├── armor_type.gd │ │ ├── attack_type.gd │ │ ├── buff_group_mode.gd │ │ ├── builder_tier.gd │ │ ├── creep_category.gd │ │ ├── creep_size.gd │ │ ├── difficulty.gd │ │ ├── display_mode.gd │ │ ├── element.gd │ │ ├── game_mode.gd │ │ ├── item_type.gd │ │ ├── language.gd │ │ ├── modification_type.gd │ │ ├── player_mode.gd │ │ ├── rarity.gd │ │ └── team_mode.gd │ ├── game_scene/ │ │ ├── build_space.gd │ │ ├── build_tower.gd │ │ ├── camera_controller.gd │ │ ├── chat_commands.gd │ │ ├── combat_log_storage.gd │ │ ├── game_client.gd │ │ ├── game_client.tscn │ │ ├── game_host.gd │ │ ├── game_host.tscn │ │ ├── game_scene.gd │ │ ├── game_scene.tscn │ │ ├── game_time.gd │ │ ├── horadric_cube.gd │ │ ├── manual_timer.gd │ │ ├── mouse_state.gd │ │ ├── move_item.gd │ │ ├── select_point_for_cast.gd │ │ ├── select_target_for_cast.gd │ │ ├── select_unit.gd │ │ ├── team_container.gd │ │ └── tutorial_controller.gd │ ├── items/ │ │ ├── README.md │ │ ├── item.gd │ │ ├── item_behavior.gd │ │ ├── item_behaviors/ │ │ │ ├── aqueous_vapor.gd │ │ │ ├── arcane_book_of_power.gd │ │ │ ├── arcane_oil_of_lore.gd │ │ │ ├── arcane_script.gd │ │ │ ├── arms_dealer.gd │ │ │ ├── artifact_of_skadi.gd │ │ │ ├── backpack.gd │ │ │ ├── ball_lightning.gd │ │ │ ├── bartucs_spirit.gd │ │ │ ├── basics_of_calculus.gd │ │ │ ├── bhaals_essence.gd │ │ │ ├── blaster_staff.gd │ │ │ ├── bloodthirsty_wheel_of_fortune.gd │ │ │ ├── bloody_key.gd │ │ │ ├── bones_of_essence.gd │ │ │ ├── bonks_face.gd │ │ │ ├── book_of_force.gd │ │ │ ├── book_of_knowledge.gd │ │ │ ├── brimstone_helmet.gd │ │ │ ├── chameleon_glaive.gd │ │ │ ├── chameleons_soul.gd │ │ │ ├── charged_disk.gd │ │ │ ├── chrono_jumper.gd │ │ │ ├── circle_of_power.gd │ │ │ ├── commander.gd │ │ │ ├── consumable_chicken.gd │ │ │ ├── consumable_hobbit.gd │ │ │ ├── consumable_piggy.gd │ │ │ ├── consumable_plant.gd │ │ │ ├── crescent_stone.gd │ │ │ ├── crit_blade.gd │ │ │ ├── cruel_torch.gd │ │ │ ├── currency_converter.gd │ │ │ ├── cursed_claw.gd │ │ │ ├── dagger_of_bane.gd │ │ │ ├── dark_matter_trident.gd │ │ │ ├── deep_shadows.gd │ │ │ ├── distorted_idol.gd │ │ │ ├── divine_book_of_omnipotence.gd │ │ │ ├── dooms_ensign.gd │ │ │ ├── elunes_bow.gd │ │ │ ├── empty_item_behavior.gd │ │ │ ├── enchanted_knives.gd │ │ │ ├── essence_of_rot.gd │ │ │ ├── even_more_magical_hammer.gd │ │ │ ├── excalibur.gd │ │ │ ├── eye_of_true_sight.gd │ │ │ ├── faithful_staff.gd │ │ │ ├── fist_of_doom.gd │ │ │ ├── flag_of_the_allegiance.gd │ │ │ ├── forcefield_generator.gd │ │ │ ├── fragmentation_round.gd │ │ │ ├── frog_pipe.gd │ │ │ ├── glaive_of_supreme_follow_up.gd │ │ │ ├── golden_decoration.gd │ │ │ ├── golden_trident.gd │ │ │ ├── granite_hammer.gd │ │ │ ├── grounding_gloves.gd │ │ │ ├── haunted_hand.gd │ │ │ ├── helm_of_insanity.gd │ │ │ ├── hippogryph_egg.gd │ │ │ ├── holy_hand_grenade.gd │ │ │ ├── item_template_advanced.gd │ │ │ ├── jah_rakals_fury.gd │ │ │ ├── jewels_of_the_moon.gd │ │ │ ├── jungle_stalkers_doll.gd │ │ │ ├── libram_of_grace.gd │ │ │ ├── lich_mask.gd │ │ │ ├── liquid_gold.gd │ │ │ ├── lucky_gem.gd │ │ │ ├── lunar_essence.gd │ │ │ ├── magic_conductor.gd │ │ │ ├── magic_gloves.gd │ │ │ ├── magic_hammer.gd │ │ │ ├── magic_link.gd │ │ │ ├── magnetic_field.gd │ │ │ ├── mana_stone.gd │ │ │ ├── medallion_of_opulence.gd │ │ │ ├── mefis_rocket.gd │ │ │ ├── mighty_trees_acorns.gd │ │ │ ├── mindleecher.gd │ │ │ ├── mine_cart.gd │ │ │ ├── mini_forest_troll.gd │ │ │ ├── mining_tools.gd │ │ │ ├── mystical_shell.gd │ │ │ ├── nerminds_eye.gd │ │ │ ├── never-ending_keg.gd │ │ │ ├── oil_of_lore.gd │ │ │ ├── old_hunter.gd │ │ │ ├── optimists_preserved_face.gd │ │ │ ├── orb_of_souls.gd │ │ │ ├── overcharge_shot.gd │ │ │ ├── pendant_of_mana_supremacy.gd │ │ │ ├── pendant_of_promptness.gd │ │ │ ├── phase_gloves.gd │ │ │ ├── plain_staff.gd │ │ │ ├── pocket_emporium.gd │ │ │ ├── polarisator.gd │ │ │ ├── portable_tombstone.gd │ │ │ ├── priest_figurine.gd │ │ │ ├── purifying_gloves.gd │ │ │ ├── ritual_talisman.gd │ │ │ ├── scroll_of_piercing_magic.gd │ │ │ ├── scroll_of_speed.gd │ │ │ ├── scroll_of_strength.gd │ │ │ ├── seekers_arcane_oil.gd │ │ │ ├── seekers_oil.gd │ │ │ ├── share_knowledge.gd │ │ │ ├── shining_rock.gd │ │ │ ├── shrapnel_ammunition.gd │ │ │ ├── sign_of_energy_infusion.gd │ │ │ ├── silver_armor.gd │ │ │ ├── sleeve_of_rage.gd │ │ │ ├── soul_collectors_cloak.gd │ │ │ ├── soul_collectors_scythe.gd │ │ │ ├── soul_extractor.gd │ │ │ ├── spear_of_loki.gd │ │ │ ├── speed_demons_reward.gd │ │ │ ├── spellbook_of_item_mastery.gd │ │ │ ├── spider_broach.gd │ │ │ ├── spiderling.gd │ │ │ ├── staff_of_essence.gd │ │ │ ├── staff_of_the_wild_equus.gd │ │ │ ├── stasis_trap.gd │ │ │ ├── strange_item.gd │ │ │ ├── stunner.gd │ │ │ ├── sword_of_decay.gd │ │ │ ├── sword_of_reckoning.gd │ │ │ ├── the_divine_wings_of_tragedy.gd │ │ │ ├── toy_boy.gd │ │ │ ├── unstable_current.gd │ │ │ ├── unyielding_maul.gd │ │ │ ├── vampiric_skull.gd │ │ │ ├── wand_of_mana_zap.gd │ │ │ ├── wanted_list.gd │ │ │ ├── war_drum.gd │ │ │ ├── wise_mans_cooking_recipe.gd │ │ │ ├── wizards_soul.gd │ │ │ ├── wooden_leg.gd │ │ │ ├── workbench.gd │ │ │ └── writers_knowledge.gd │ │ ├── item_container.gd │ │ ├── item_drop.gd │ │ ├── item_drop.tscn │ │ └── tower_item_container.gd │ ├── map/ │ │ ├── buildable_area.gd │ │ ├── buildable_area.tscn │ │ ├── map.gd │ │ ├── map_big.tscn │ │ └── map_small.tscn │ ├── missions/ │ │ ├── instances/ │ │ │ ├── mission_120_in_60min.gd │ │ │ ├── mission_240_in_120min.gd │ │ │ ├── mission_35_food_or_less.gd │ │ │ ├── mission_empty.gd │ │ │ ├── mission_no_items.gd │ │ │ ├── mission_no_oils.gd │ │ │ ├── mission_only_astral_towers.gd │ │ │ ├── mission_only_common_uncommon.gd │ │ │ ├── mission_only_darkness_towers.gd │ │ │ ├── mission_only_fire_towers.gd │ │ │ ├── mission_only_ice_towers.gd │ │ │ ├── mission_only_iron_towers.gd │ │ │ ├── mission_only_nature_towers.gd │ │ │ └── mission_only_storm_towers.gd │ │ ├── mission.gd │ │ ├── mission_manager.gd │ │ └── mission_manager.tscn │ ├── player/ │ │ ├── auto_oil.gd │ │ ├── camera_origin.gd │ │ ├── camera_origin.tscn │ │ ├── player.gd │ │ ├── player.tscn │ │ ├── team.gd │ │ ├── team.tscn │ │ └── tower_stash.gd │ ├── projectiles/ │ │ ├── projectile.gd │ │ ├── projectile.tscn │ │ ├── projectile_type.gd │ │ └── projectile_visuals/ │ │ ├── ball_lightning_projectile.tscn │ │ ├── default_projectile.gd │ │ ├── default_projectile.tscn │ │ ├── energy_ball.tscn │ │ ├── flying_pork.tscn │ │ ├── omnislasher_mirror_image.tscn │ │ └── quillspray_projectile.tscn │ ├── singletons/ │ │ ├── README.md │ │ ├── button_sounds.gd │ │ ├── combat_log.gd │ │ ├── config.gd │ │ ├── constants.gd │ │ ├── effect.gd │ │ ├── elapsed_timer.gd │ │ ├── event_bus.gd │ │ ├── experience.gd │ │ ├── experience_password.gd │ │ ├── globals.gd │ │ ├── group_manager.gd │ │ ├── item_drop_calc.gd │ │ ├── messages.gd │ │ ├── mission_status.gd │ │ ├── mission_tracking.gd │ │ ├── nakama_connection.gd │ │ ├── player_experience.gd │ │ ├── player_manager.gd │ │ ├── preloads.gd │ │ ├── properties/ │ │ │ ├── README.md │ │ │ ├── ability_properties.gd │ │ │ ├── aura_properties.gd │ │ │ ├── autocast_properties.gd │ │ │ ├── builder_properties.gd │ │ │ ├── item_properties.gd │ │ │ ├── mission_properties.gd │ │ │ ├── recipe_properties.gd │ │ │ ├── tower_properties.gd │ │ │ ├── tutorial_properties.gd │ │ │ ├── wave_special_properties.gd │ │ │ └── wisdom_upgrade_properties.gd │ │ ├── rich_texts.gd │ │ ├── sanitize_text.gd │ │ ├── secrets.gd │ │ ├── settings.gd │ │ ├── sfx.gd │ │ ├── sfx_paths.gd │ │ ├── tower_distribution.gd │ │ ├── tower_sprites.gd │ │ ├── unit_icons.gd │ │ ├── utils.gd │ │ ├── vector_utils.gd │ │ └── wave_special.gd │ ├── spells/ │ │ ├── spell_blizzard.gd │ │ ├── spell_blizzard.tscn │ │ ├── spell_chain_lightning.gd │ │ ├── spell_chain_lightning.tscn │ │ ├── spell_dummy.gd │ │ ├── spell_dummy.tscn │ │ ├── spell_forked_lightning.gd │ │ ├── spell_forked_lightning.tscn │ │ ├── spell_swarm.gd │ │ ├── spell_swarm.tscn │ │ └── spell_type.gd │ ├── sprites/ │ │ ├── lightning_animation.tscn │ │ └── pulsing_dot.tscn │ ├── tests/ │ │ ├── README.md │ │ ├── playtest_bot.gd │ │ ├── test_horadric_tool.gd │ │ ├── test_item_drop_chances.gd │ │ ├── test_items_tool.gd │ │ ├── test_tool.gd │ │ ├── test_tower_sprite_size.gd │ │ └── test_towers_tool.gd │ ├── towers/ │ │ ├── README.md │ │ ├── autocast.gd │ │ ├── autocast.tscn │ │ ├── event.gd │ │ ├── multiboard_values.gd │ │ ├── range_data.gd │ │ ├── range_indicator.gd │ │ ├── range_indicator.tscn │ │ ├── tower.gd │ │ ├── tower.tscn │ │ ├── tower_behavior.gd │ │ ├── tower_behavior_template.gd │ │ ├── tower_behaviors/ │ │ │ ├── afflicted_obelisk.gd │ │ │ ├── ancient_energy_converter.gd │ │ │ ├── annoyed_tree.gd │ │ │ ├── arcane_storm.gd │ │ │ ├── area_roaster.gd │ │ │ ├── ash_geyser.gd │ │ │ ├── astral_lantern.gd │ │ │ ├── astral_rift.gd │ │ │ ├── baby_tuskin.gd │ │ │ ├── ball_lightning_accelerator.gd │ │ │ ├── basic_knowledge.gd │ │ │ ├── black_dragon_roost.gd │ │ │ ├── black_rock_totem.gd │ │ │ ├── bomb_turret.gd │ │ │ ├── bone_shrine.gd │ │ │ ├── bonk_the_living_mountain.gd │ │ │ ├── broken_cage.gd │ │ │ ├── broken_circle_of_wind.gd │ │ │ ├── broken_fire_pit.gd │ │ │ ├── broken_lightning_rod.gd │ │ │ ├── bronze_dragon_roost.gd │ │ │ ├── buried_soul.gd │ │ │ ├── burning_watchtower.gd │ │ │ ├── burrow.gd │ │ │ ├── caged_fire.gd │ │ │ ├── cenarion.gd │ │ │ ├── chaining_storm.gd │ │ │ ├── chaos_warlock.gd │ │ │ ├── charged_obelisk.gd │ │ │ ├── chilled_spire.gd │ │ │ ├── cloud_warrior.gd │ │ │ ├── cloudy_temple_of_absorption.gd │ │ │ ├── coconut_sapling.gd │ │ │ ├── coin_machine.gd │ │ │ ├── cold_obelisk.gd │ │ │ ├── cold_troll.gd │ │ │ ├── contraption.gd │ │ │ ├── crimson_wyrm.gd │ │ │ ├── cruel_fire.gd │ │ │ ├── cursed_grounds.gd │ │ │ ├── cute_small_spider.gd │ │ │ ├── dark_battery.gd │ │ │ ├── death_knight.gd │ │ │ ├── dimensional_flux_collector.gd │ │ │ ├── dragon_sorcerer.gd │ │ │ ├── drake_whisperer.gd │ │ │ ├── dreadlord.gd │ │ │ ├── dutchmans_grave.gd │ │ │ ├── dwarven_forgery.gd │ │ │ ├── ebonfrost_crystal.gd │ │ │ ├── embershell_turtle_hatchling.gd │ │ │ ├── empty_tower_behavior.gd │ │ │ ├── energy_junction.gd │ │ │ ├── essence_of_fury.gd │ │ │ ├── felweed.gd │ │ │ ├── fenced_flames.gd │ │ │ ├── fiery_dog.gd │ │ │ ├── fire_battery.gd │ │ │ ├── fire_star.gd │ │ │ ├── firestorm_cell.gd │ │ │ ├── fisherman.gd │ │ │ ├── forest_archer.gd │ │ │ ├── forest_protectress.gd │ │ │ ├── forest_troll.gd │ │ │ ├── frost_root.gd │ │ │ ├── frosty_rock.gd │ │ │ ├── frozen_well.gd │ │ │ ├── garden_of_eden.gd │ │ │ ├── gatling_gun.gd │ │ │ ├── genis_sage.gd │ │ │ ├── geothermal_extractor.gd │ │ │ ├── glaive_master.gd │ │ │ ├── glowing_solar_orb.gd │ │ │ ├── gnoll_thunder_mage.gd │ │ │ ├── goblin_stronghold.gd │ │ │ ├── grab-o-bot.gd │ │ │ ├── green_dragon_roost.gd │ │ │ ├── green_lightning.gd │ │ │ ├── greyfang.gd │ │ │ ├── gryphon_rider.gd │ │ │ ├── hall_of_souls.gd │ │ │ ├── harby.gd │ │ │ ├── harpy_witch.gd │ │ │ ├── haunted_rubble.gd │ │ │ ├── healing_obelisk.gd │ │ │ ├── helicopter_zone.gd │ │ │ ├── hell_bat.gd │ │ │ ├── holy_energy.gd │ │ │ ├── ice_battery.gd │ │ │ ├── icy_core.gd │ │ │ ├── icy_skulls.gd │ │ │ ├── icy_spirit.gd │ │ │ ├── igloo.gd │ │ │ ├── inexperienced_huntress.gd │ │ │ ├── inflamed_stone.gd │ │ │ ├── initiate_elementalist.gd │ │ │ ├── it.gd │ │ │ ├── jungle_stalker.gd │ │ │ ├── kraken.gd │ │ │ ├── lesser_elemental_ghost.gd │ │ │ ├── lesser_priest.gd │ │ │ ├── lesser_skeletal_mage.gd │ │ │ ├── lesser_wolves_den.gd │ │ │ ├── library_of_alexandria.gd │ │ │ ├── lich_king.gd │ │ │ ├── lightning_eye.gd │ │ │ ├── lightning_generator.gd │ │ │ ├── lightning_totem.gd │ │ │ ├── little_phoenix.gd │ │ │ ├── living_volcano.gd │ │ │ ├── lunar_emitter.gd │ │ │ ├── lunar_sentinel.gd │ │ │ ├── magic_battery.gd │ │ │ ├── magic_mushroom.gd │ │ │ ├── magna_warrior.gd │ │ │ ├── mana-touched_drake.gd │ │ │ ├── marine.gd │ │ │ ├── meteor_totem.gd │ │ │ ├── militia_watchtower.gd │ │ │ ├── miner.gd │ │ │ ├── minor_magic_ruin.gd │ │ │ ├── mister_fireflies.gd │ │ │ ├── monolith_of_chaos.gd │ │ │ ├── morphling.gd │ │ │ ├── mossy_acid_sprayer.gd │ │ │ ├── mud_golem.gd │ │ │ ├── nature_sprites.gd │ │ │ ├── necromantic_altar.gd │ │ │ ├── nortrom_the_silencer.gd │ │ │ ├── nuclear_missile_launcher.gd │ │ │ ├── obelisk_of_fortuity.gd │ │ │ ├── owl_of_wisdom.gd │ │ │ ├── particle_accelerator.gd │ │ │ ├── phantom.gd │ │ │ ├── plagued_crypt.gd │ │ │ ├── planar_gate.gd │ │ │ ├── poison_battery.gd │ │ │ ├── polar_bear_cub.gd │ │ │ ├── portal_to_swine_purgatory.gd │ │ │ ├── prince_of_lightning.gd │ │ │ ├── princess_of_light.gd │ │ │ ├── razorboar_thornweaver.gd │ │ │ ├── red_ball_lightning.gd │ │ │ ├── regenerating_well.gd │ │ │ ├── rooted_chasm.gd │ │ │ ├── rotted_flashing_grave.gd │ │ │ ├── rowing_boat.gd │ │ │ ├── ruined_wind_tower.gd │ │ │ ├── rundown_iron_sentry.gd │ │ │ ├── sacred_altar.gd │ │ │ ├── sacrificial_lamb.gd │ │ │ ├── safirons_cold_grave.gd │ │ │ ├── scales.gd │ │ │ ├── sea_turtle.gd │ │ │ ├── servant_of_the_twin_flames.gd │ │ │ ├── sewer_connection.gd │ │ │ ├── shadow.gd │ │ │ ├── shaman.gd │ │ │ ├── shard_of_souls.gd │ │ │ ├── silver_knight.gd │ │ │ ├── skink.gd │ │ │ ├── small_bug_nest.gd │ │ │ ├── small_fire_sprayer.gd │ │ │ ├── small_frost_fire.gd │ │ │ ├── small_ice_mine.gd │ │ │ ├── small_light.gd │ │ │ ├── small_ray_blaster.gd │ │ │ ├── small_serpent_ward.gd │ │ │ ├── small_torch.gd │ │ │ ├── sniper.gd │ │ │ ├── solar_collector.gd │ │ │ ├── solar_emitter.gd │ │ │ ├── sorceress.gd │ │ │ ├── soul_vault.gd │ │ │ ├── soulflame_device.gd │ │ │ ├── spell_collector.gd │ │ │ ├── spider_queen.gd │ │ │ ├── star_gazer.gd │ │ │ ├── storm_battery.gd │ │ │ ├── storm_coil.gd │ │ │ ├── storm_focus.gd │ │ │ ├── stormy_dog.gd │ │ │ ├── sun_crusader.gd │ │ │ ├── taita_the_hermit.gd │ │ │ ├── teacher.gd │ │ │ ├── tentacle_spawn.gd │ │ │ ├── the_conduit.gd │ │ │ ├── the_council_of_demons.gd │ │ │ ├── the_fire_lord.gd │ │ │ ├── the_frozen_wyrm.gd │ │ │ ├── the_furnace.gd │ │ │ ├── the_omnislasher.gd │ │ │ ├── the_steam_engine.gd │ │ │ ├── thief_apprentice.gd │ │ │ ├── tidewater_stream.gd │ │ │ ├── time_manipulator.gd │ │ │ ├── timevault.gd │ │ │ ├── tiny_storm_lantern.gd │ │ │ ├── tombstone.gd │ │ │ ├── tundra_stalker.gd │ │ │ ├── undisturbed_crypt.gd │ │ │ ├── valor.gd │ │ │ ├── village_witch.gd │ │ │ ├── void_drake.gd │ │ │ ├── vulshok_the_berserker.gd │ │ │ ├── warrior_of_light.gd │ │ │ ├── wild_warbeast.gd │ │ │ ├── witch_doctor.gd │ │ │ ├── wooden_trap.gd │ │ │ ├── xeno_research_facility.gd │ │ │ ├── ymir.gd │ │ │ ├── young_northern_troll.gd │ │ │ ├── zealot.gd │ │ │ └── zeus.gd │ │ ├── tower_preview.gd │ │ ├── tower_preview.tscn │ │ └── tower_sprites/ │ │ ├── abandoned_pit_1.tscn │ │ ├── abandoned_pit_2.tscn │ │ ├── abandoned_pit_3.tscn │ │ ├── abandoned_pit_4.tscn │ │ ├── abandoned_pit_5.tscn │ │ ├── abominable_snowman_1.tscn │ │ ├── abominable_snowman_2.tscn │ │ ├── abominable_snowman_3.tscn │ │ ├── abominable_snowman_4.tscn │ │ ├── abominable_snowman_5.tscn │ │ ├── afflicted_obelisk_1.tscn │ │ ├── afflicted_obelisk_2.tscn │ │ ├── afflicted_obelisk_3.tscn │ │ ├── afflicted_obelisk_4.tscn │ │ ├── ancient_energy_converter_1.tscn │ │ ├── annoyed_tree_1.tscn │ │ ├── annoyed_tree_2.tscn │ │ ├── annoyed_tree_3.tscn │ │ ├── annoyed_tree_4.tscn │ │ ├── arcane_storm_1.tscn │ │ ├── area_roaster_1.tscn │ │ ├── area_roaster_2.tscn │ │ ├── area_roaster_3.tscn │ │ ├── ash_geyser_1.tscn │ │ ├── ash_geyser_2.tscn │ │ ├── ash_geyser_3.tscn │ │ ├── ash_geyser_4.tscn │ │ ├── ash_geyser_5.tscn │ │ ├── astral_lantern_1.tscn │ │ ├── astral_lantern_2.tscn │ │ ├── astral_lantern_3.tscn │ │ ├── astral_lantern_4.tscn │ │ ├── astral_rift_1.tscn │ │ ├── baby_plant_1.tscn │ │ ├── baby_plant_2.tscn │ │ ├── baby_plant_3.tscn │ │ ├── baby_plant_4.tscn │ │ ├── baby_plant_5.tscn │ │ ├── baby_plant_6.tscn │ │ ├── baby_tuskin_1.tscn │ │ ├── baby_tuskin_2.tscn │ │ ├── baby_tuskin_3.tscn │ │ ├── ball_lightning_accelerator_1.tscn │ │ ├── ball_lightning_accelerator_2.tscn │ │ ├── basic_knowledge_1.tscn │ │ ├── basic_knowledge_2.tscn │ │ ├── basic_knowledge_3.tscn │ │ ├── basic_knowledge_4.tscn │ │ ├── basic_knowledge_5.tscn │ │ ├── black_dragon_roost_1.tscn │ │ ├── black_rock_totem_1.tscn │ │ ├── bomb_turret_1.tscn │ │ ├── bomb_turret_2.tscn │ │ ├── bone_shrine_1.tscn │ │ ├── bone_shrine_2.tscn │ │ ├── bone_shrine_3.tscn │ │ ├── bonk_the_living_mountain_1.tscn │ │ ├── broken_cage_1.tscn │ │ ├── broken_cage_2.tscn │ │ ├── broken_cage_3.tscn │ │ ├── broken_cage_4.tscn │ │ ├── broken_cage_5.tscn │ │ ├── broken_circle_of_wind_1.tscn │ │ ├── broken_circle_of_wind_2.tscn │ │ ├── broken_circle_of_wind_3.tscn │ │ ├── broken_circle_of_wind_4.tscn │ │ ├── broken_circle_of_wind_5.tscn │ │ ├── broken_fire_pit_1.tscn │ │ ├── broken_fire_pit_2.tscn │ │ ├── broken_fire_pit_3.tscn │ │ ├── broken_fire_pit_4.tscn │ │ ├── broken_fire_pit_5.tscn │ │ ├── broken_lightning_rod_1.tscn │ │ ├── broken_lightning_rod_2.tscn │ │ ├── broken_lightning_rod_3.tscn │ │ ├── broken_lightning_rod_4.tscn │ │ ├── broken_lightning_rod_5.tscn │ │ ├── bronze_dragon_roost_1.tscn │ │ ├── buried_soul_1.tscn │ │ ├── buried_soul_2.tscn │ │ ├── buried_soul_3.tscn │ │ ├── buried_soul_4.tscn │ │ ├── burning_watchtower_1.tscn │ │ ├── burning_watchtower_2.tscn │ │ ├── burning_watchtower_3.tscn │ │ ├── burning_watchtower_4.tscn │ │ ├── burrow_1.tscn │ │ ├── burrow_2.tscn │ │ ├── burrow_3.tscn │ │ ├── burrow_4.tscn │ │ ├── caged_fire_1.tscn │ │ ├── caged_fire_2.tscn │ │ ├── cenarion_1.tscn │ │ ├── chaining_storm_1.tscn │ │ ├── chaos_warlock_1.tscn │ │ ├── chaos_warlock_2.tscn │ │ ├── charged_obelisk_1.tscn │ │ ├── chilled_spire_1.tscn │ │ ├── chilled_spire_2.tscn │ │ ├── cloud_warrior_1.tscn │ │ ├── cloud_warrior_2.tscn │ │ ├── cloud_warrior_3.tscn │ │ ├── cloud_warrior_4.tscn │ │ ├── cloud_warrior_5.tscn │ │ ├── cloudy_temple_of_absorption_1.tscn │ │ ├── coconut_sapling_1.tscn │ │ ├── coconut_sapling_2.tscn │ │ ├── coin_machine_1.tscn │ │ ├── coin_machine_2.tscn │ │ ├── cold_obelisk_1.tscn │ │ ├── cold_obelisk_2.tscn │ │ ├── cold_obelisk_3.tscn │ │ ├── cold_troll_1.tscn │ │ ├── cold_troll_2.tscn │ │ ├── cold_troll_3.tscn │ │ ├── cold_troll_4.tscn │ │ ├── contraption_1.tscn │ │ ├── contraption_2.tscn │ │ ├── contraption_3.tscn │ │ ├── contraption_4.tscn │ │ ├── crimson_wyrm_1.tscn │ │ ├── cruel_fire_1.tscn │ │ ├── cruel_fire_2.tscn │ │ ├── cruel_fire_3.tscn │ │ ├── cursed_grounds_1.tscn │ │ ├── cursed_grounds_2.tscn │ │ ├── cursed_grounds_3.tscn │ │ ├── cute_small_spider_1.tscn │ │ ├── cute_small_spider_2.tscn │ │ ├── cute_small_spider_3.tscn │ │ ├── cute_small_spider_4.tscn │ │ ├── dark_battery_1.tscn │ │ ├── dark_battery_2.tscn │ │ ├── dark_battery_3.tscn │ │ ├── dark_fire_pit_1.tscn │ │ ├── dark_fire_pit_2.tscn │ │ ├── dark_fire_pit_3.tscn │ │ ├── dark_fire_pit_4.tscn │ │ ├── dark_fire_pit_5.tscn │ │ ├── death_knight_1.tscn │ │ ├── dimensional_flux_collector_1.tscn │ │ ├── dragon_sorcerer_1.tscn │ │ ├── drake_whisperer_1.tscn │ │ ├── dreadlord_1.tscn │ │ ├── dutchmans_grave_1.tscn │ │ ├── dwarven_forgery_1.tscn │ │ ├── ebonfrost_crystal_1.tscn │ │ ├── embershell_turtle_hatchling_1.tscn │ │ ├── embershell_turtle_hatchling_2.tscn │ │ ├── embershell_turtle_hatchling_3.tscn │ │ ├── embershell_turtle_hatchling_4.tscn │ │ ├── embershell_turtle_hatchling_5.tscn │ │ ├── energy_junction_1.tscn │ │ ├── energy_junction_2.tscn │ │ ├── energy_junction_3.tscn │ │ ├── essence_of_fury_1.tscn │ │ ├── essence_of_fury_2.tscn │ │ ├── essence_of_fury_3.tscn │ │ ├── essence_of_fury_4.tscn │ │ ├── essence_of_fury_5.tscn │ │ ├── felweed_1.tscn │ │ ├── felweed_2.tscn │ │ ├── felweed_3.tscn │ │ ├── felweed_4.tscn │ │ ├── felweed_5.tscn │ │ ├── felweed_6.tscn │ │ ├── fenced_flames_1.tscn │ │ ├── fenced_flames_2.tscn │ │ ├── fenced_flames_3.tscn │ │ ├── fenced_flames_4.tscn │ │ ├── fiery_dog_1.tscn │ │ ├── fiery_dog_2.tscn │ │ ├── fiery_dog_3.tscn │ │ ├── fiery_dog_4.tscn │ │ ├── fiery_dog_5.tscn │ │ ├── fiery_pebble_1.tscn │ │ ├── fiery_pebble_2.tscn │ │ ├── fiery_pebble_3.tscn │ │ ├── fiery_pebble_4.tscn │ │ ├── fiery_pebble_5.tscn │ │ ├── fiery_pebble_6.tscn │ │ ├── fire_battery_1.tscn │ │ ├── fire_battery_2.tscn │ │ ├── fire_battery_3.tscn │ │ ├── fire_star_1.tscn │ │ ├── firestorm_cell_1.tscn │ │ ├── firestorm_cell_2.tscn │ │ ├── firestorm_cell_3.tscn │ │ ├── firestorm_cell_4.tscn │ │ ├── fisherman_1.tscn │ │ ├── forest_archer_1.tscn │ │ ├── forest_archer_2.tscn │ │ ├── forest_archer_3.tscn │ │ ├── forest_protectress_1.tscn │ │ ├── forest_troll_1.tscn │ │ ├── forest_troll_2.tscn │ │ ├── forest_troll_3.tscn │ │ ├── frost_root_1.tscn │ │ ├── frost_root_2.tscn │ │ ├── frost_root_3.tscn │ │ ├── frost_root_4.tscn │ │ ├── frost_root_5.tscn │ │ ├── frost_root_6.tscn │ │ ├── frosty_rock_1.tscn │ │ ├── frosty_rock_2.tscn │ │ ├── frosty_rock_3.tscn │ │ ├── frosty_rock_4.tscn │ │ ├── frozen_well_1.tscn │ │ ├── garden_of_eden_1.tscn │ │ ├── gatling_gun_1.tscn │ │ ├── genis_sage_1.tscn │ │ ├── geothermal_extractor_1.tscn │ │ ├── geothermal_extractor_2.tscn │ │ ├── glaive_master_1.tscn │ │ ├── glowing_solar_orb_1.tscn │ │ ├── glowing_solar_orb_2.tscn │ │ ├── glowing_solar_orb_3.tscn │ │ ├── glowing_solar_orb_4.tscn │ │ ├── glowing_solar_orb_5.tscn │ │ ├── gnoll_thunder_mage_1.tscn │ │ ├── gnoll_thunder_mage_2.tscn │ │ ├── gnoll_thunder_mage_3.tscn │ │ ├── goblin_stronghold_1.tscn │ │ ├── grab-o-bot_1.tscn │ │ ├── green_dragon_roost_1.tscn │ │ ├── green_lightning_1.tscn │ │ ├── green_lightning_2.tscn │ │ ├── green_lightning_3.tscn │ │ ├── green_lightning_4.tscn │ │ ├── greyfang_1.tscn │ │ ├── gryphon_rider_1.tscn │ │ ├── hall_of_souls_1.tscn │ │ ├── hall_of_souls_2.tscn │ │ ├── hall_of_souls_3.tscn │ │ ├── harby_1.tscn │ │ ├── harpy_witch_1.tscn │ │ ├── harpy_witch_2.tscn │ │ ├── haunted_rubble_1.tscn │ │ ├── haunted_rubble_2.tscn │ │ ├── haunted_rubble_3.tscn │ │ ├── haunted_rubble_4.tscn │ │ ├── haunted_rubble_5.tscn │ │ ├── healing_obelisk_1.tscn │ │ ├── healing_obelisk_2.tscn │ │ ├── healing_obelisk_3.tscn │ │ ├── healing_obelisk_4.tscn │ │ ├── helicopter_zone_1.tscn │ │ ├── hell_bat_1.tscn │ │ ├── hell_bat_2.tscn │ │ ├── hell_bat_3.tscn │ │ ├── holy_energy_1.tscn │ │ ├── ice_battery_1.tscn │ │ ├── ice_battery_2.tscn │ │ ├── ice_battery_3.tscn │ │ ├── icy_core_1.tscn │ │ ├── icy_core_2.tscn │ │ ├── icy_skulls_1.tscn │ │ ├── icy_skulls_2.tscn │ │ ├── icy_skulls_3.tscn │ │ ├── icy_skulls_4.tscn │ │ ├── icy_spirit_1.tscn │ │ ├── icy_spirit_2.tscn │ │ ├── icy_spirit_3.tscn │ │ ├── igloo_1.tscn │ │ ├── igloo_2.tscn │ │ ├── igloo_3.tscn │ │ ├── inexperienced_huntress_1.tscn │ │ ├── inexperienced_huntress_2.tscn │ │ ├── inexperienced_huntress_3.tscn │ │ ├── inflamed_stone_1.tscn │ │ ├── inflamed_stone_2.tscn │ │ ├── inflamed_stone_3.tscn │ │ ├── initiate_elementalist_1.tscn │ │ ├── initiate_elementalist_2.tscn │ │ ├── initiate_elementalist_3.tscn │ │ ├── initiate_elementalist_4.tscn │ │ ├── it_1.tscn │ │ ├── jungle_stalker_1.tscn │ │ ├── jungle_stalker_2.tscn │ │ ├── jungle_stalker_3.tscn │ │ ├── kraken_1.tscn │ │ ├── lesser_astral_defender_1.tscn │ │ ├── lesser_astral_defender_2.tscn │ │ ├── lesser_astral_defender_3.tscn │ │ ├── lesser_astral_defender_4.tscn │ │ ├── lesser_astral_defender_5.tscn │ │ ├── lesser_dark_defender_1.tscn │ │ ├── lesser_dark_defender_2.tscn │ │ ├── lesser_dark_defender_3.tscn │ │ ├── lesser_dark_defender_4.tscn │ │ ├── lesser_dark_defender_5.tscn │ │ ├── lesser_elemental_ghost_1.tscn │ │ ├── lesser_elemental_ghost_2.tscn │ │ ├── lesser_elemental_ghost_3.tscn │ │ ├── lesser_elemental_ghost_4.tscn │ │ ├── lesser_elemental_ghost_5.tscn │ │ ├── lesser_flamy_defender_1.tscn │ │ ├── lesser_flamy_defender_2.tscn │ │ ├── lesser_flamy_defender_3.tscn │ │ ├── lesser_flamy_defender_4.tscn │ │ ├── lesser_flamy_defender_5.tscn │ │ ├── lesser_ice_defender_1.tscn │ │ ├── lesser_ice_defender_2.tscn │ │ ├── lesser_ice_defender_3.tscn │ │ ├── lesser_ice_defender_4.tscn │ │ ├── lesser_ice_defender_5.tscn │ │ ├── lesser_iron_defender_1.tscn │ │ ├── lesser_iron_defender_2.tscn │ │ ├── lesser_iron_defender_3.tscn │ │ ├── lesser_iron_defender_4.tscn │ │ ├── lesser_iron_defender_5.tscn │ │ ├── lesser_natural_defender_1.tscn │ │ ├── lesser_natural_defender_2.tscn │ │ ├── lesser_natural_defender_3.tscn │ │ ├── lesser_natural_defender_4.tscn │ │ ├── lesser_natural_defender_5.tscn │ │ ├── lesser_priest_1.tscn │ │ ├── lesser_priest_2.tscn │ │ ├── lesser_priest_3.tscn │ │ ├── lesser_priest_4.tscn │ │ ├── lesser_priest_5.tscn │ │ ├── lesser_skeletal_mage_1.tscn │ │ ├── lesser_skeletal_mage_2.tscn │ │ ├── lesser_skeletal_mage_3.tscn │ │ ├── lesser_skeletal_mage_4.tscn │ │ ├── lesser_storm_defender_1.tscn │ │ ├── lesser_storm_defender_2.tscn │ │ ├── lesser_storm_defender_3.tscn │ │ ├── lesser_storm_defender_4.tscn │ │ ├── lesser_storm_defender_5.tscn │ │ ├── lesser_wolves_den_1.tscn │ │ ├── lesser_wolves_den_2.tscn │ │ ├── lesser_wolves_den_3.tscn │ │ ├── library_of_alexandria_1.tscn │ │ ├── lich_king_1.tscn │ │ ├── lightning_eye_1.tscn │ │ ├── lightning_generator_1.tscn │ │ ├── lightning_generator_2.tscn │ │ ├── lightning_generator_3.tscn │ │ ├── lightning_generator_4.tscn │ │ ├── lightning_totem_1.tscn │ │ ├── lightning_totem_2.tscn │ │ ├── lightning_totem_3.tscn │ │ ├── little_phoenix_1.tscn │ │ ├── little_phoenix_2.tscn │ │ ├── little_phoenix_3.tscn │ │ ├── living_volcano_1.tscn │ │ ├── lunar_emitter_1.tscn │ │ ├── lunar_emitter_2.tscn │ │ ├── lunar_sentinel_1.tscn │ │ ├── lunar_sentinel_2.tscn │ │ ├── lunar_sentinel_3.tscn │ │ ├── lunar_sentinel_4.tscn │ │ ├── magic_battery_1.tscn │ │ ├── magic_battery_2.tscn │ │ ├── magic_battery_3.tscn │ │ ├── magic_mushroom_1.tscn │ │ ├── magna_warrior_1.tscn │ │ ├── magna_warrior_2.tscn │ │ ├── magna_warrior_3.tscn │ │ ├── magna_warrior_4.tscn │ │ ├── magna_warrior_5.tscn │ │ ├── mana-touched_drake_1.tscn │ │ ├── mana-touched_drake_2.tscn │ │ ├── mana-touched_drake_3.tscn │ │ ├── mana-touched_drake_4.tscn │ │ ├── marine_1.tscn │ │ ├── marine_2.tscn │ │ ├── meteor_totem_1.tscn │ │ ├── militia_watchtower_1.tscn │ │ ├── militia_watchtower_2.tscn │ │ ├── militia_watchtower_3.tscn │ │ ├── militia_watchtower_4.tscn │ │ ├── miner_1.tscn │ │ ├── miner_2.tscn │ │ ├── miner_3.tscn │ │ ├── minor_magic_ruin_1.tscn │ │ ├── minor_magic_ruin_2.tscn │ │ ├── minor_magic_ruin_3.tscn │ │ ├── minor_magic_ruin_4.tscn │ │ ├── minor_magic_ruin_5.tscn │ │ ├── minor_magic_ruin_6.tscn │ │ ├── mister_fireflies_1.tscn │ │ ├── mister_fireflies_2.tscn │ │ ├── mister_fireflies_3.tscn │ │ ├── monolith_of_chaos_1.tscn │ │ ├── morphling_1.tscn │ │ ├── mossy_acid_sprayer_1.tscn │ │ ├── mossy_acid_sprayer_2.tscn │ │ ├── mossy_acid_sprayer_3.tscn │ │ ├── mossy_acid_sprayer_4.tscn │ │ ├── mossy_acid_sprayer_5.tscn │ │ ├── mud_golem_1.tscn │ │ ├── nature_sprites_1.tscn │ │ ├── nature_sprites_2.tscn │ │ ├── nature_sprites_3.tscn │ │ ├── necromantic_altar_1.tscn │ │ ├── necromantic_altar_2.tscn │ │ ├── necromantic_altar_3.tscn │ │ ├── necromantic_altar_4.tscn │ │ ├── nortrom_the_silencer_1.tscn │ │ ├── nuclear_missile_launcher_1.tscn │ │ ├── obelisk_of_fortuity_1.tscn │ │ ├── obelisk_of_fortuity_2.tscn │ │ ├── obelisk_of_fortuity_3.tscn │ │ ├── obelisk_of_fortuity_4.tscn │ │ ├── obelisk_of_fortuity_5.tscn │ │ ├── owl_of_wisdom_1.tscn │ │ ├── owl_of_wisdom_2.tscn │ │ ├── particle_accelerator_1.tscn │ │ ├── particle_accelerator_2.tscn │ │ ├── particle_accelerator_3.tscn │ │ ├── phantom_1.tscn │ │ ├── phantom_2.tscn │ │ ├── phantom_3.tscn │ │ ├── phantom_4.tscn │ │ ├── phantom_5.tscn │ │ ├── plagued_crypt_1.tscn │ │ ├── planar_gate_1.tscn │ │ ├── poison_battery_1.tscn │ │ ├── poison_battery_2.tscn │ │ ├── poison_battery_3.tscn │ │ ├── polar_bear_cub_1.tscn │ │ ├── polar_bear_cub_2.tscn │ │ ├── polar_bear_cub_3.tscn │ │ ├── portal_to_swine_purgatory_1.tscn │ │ ├── portal_to_swine_purgatory_2.tscn │ │ ├── portal_to_swine_purgatory_3.tscn │ │ ├── prince_of_lightning_1.tscn │ │ ├── prince_of_lightning_2.tscn │ │ ├── princess_of_light_1.tscn │ │ ├── princess_of_light_2.tscn │ │ ├── razorboar_thornweaver_1.tscn │ │ ├── razorboar_thornweaver_2.tscn │ │ ├── razorboar_thornweaver_3.tscn │ │ ├── red_ball_lightning_1.tscn │ │ ├── red_ball_lightning_2.tscn │ │ ├── regenerating_well_1.tscn │ │ ├── regenerating_well_2.tscn │ │ ├── regenerating_well_3.tscn │ │ ├── rooted_chasm_1.tscn │ │ ├── rooted_chasm_2.tscn │ │ ├── rooted_chasm_3.tscn │ │ ├── rooted_chasm_4.tscn │ │ ├── rotted_flashing_grave_1.tscn │ │ ├── rotted_flashing_grave_2.tscn │ │ ├── rotted_flashing_grave_3.tscn │ │ ├── rotted_flashing_grave_4.tscn │ │ ├── rotted_flashing_grave_5.tscn │ │ ├── rotted_flashing_grave_6.tscn │ │ ├── rowing_boat_1.tscn │ │ ├── rowing_boat_2.tscn │ │ ├── rowing_boat_3.tscn │ │ ├── rowing_boat_4.tscn │ │ ├── ruined_monolith_1.tscn │ │ ├── ruined_monolith_2.tscn │ │ ├── ruined_monolith_3.tscn │ │ ├── ruined_monolith_4.tscn │ │ ├── ruined_monolith_5.tscn │ │ ├── ruined_monolith_6.tscn │ │ ├── ruined_storm_cap_1.tscn │ │ ├── ruined_storm_cap_2.tscn │ │ ├── ruined_storm_cap_3.tscn │ │ ├── ruined_storm_cap_4.tscn │ │ ├── ruined_storm_cap_5.tscn │ │ ├── ruined_storm_cap_6.tscn │ │ ├── ruined_sun_pedestal_1.tscn │ │ ├── ruined_sun_pedestal_2.tscn │ │ ├── ruined_sun_pedestal_3.tscn │ │ ├── ruined_sun_pedestal_4.tscn │ │ ├── ruined_sun_pedestal_5.tscn │ │ ├── ruined_sun_pedestal_6.tscn │ │ ├── ruined_sun_pedestal_7.tscn │ │ ├── ruined_wind_tower_1.tscn │ │ ├── ruined_wind_tower_2.tscn │ │ ├── ruined_wind_tower_3.tscn │ │ ├── ruined_wind_tower_4.tscn │ │ ├── rundown_iron_sentry_1.tscn │ │ ├── rundown_iron_sentry_2.tscn │ │ ├── rundown_iron_sentry_3.tscn │ │ ├── sacred_altar_1.tscn │ │ ├── sacrificial_lamb_1.tscn │ │ ├── sacrificial_lamb_2.tscn │ │ ├── safirons_cold_grave_1.tscn │ │ ├── scales_1.tscn │ │ ├── sea_turtle_1.tscn │ │ ├── sea_turtle_2.tscn │ │ ├── sea_turtle_3.tscn │ │ ├── servant_of_the_twin_flames_1.tscn │ │ ├── servant_of_the_twin_flames_2.tscn │ │ ├── sewer_connection_1.tscn │ │ ├── sewer_connection_2.tscn │ │ ├── sewer_connection_3.tscn │ │ ├── sewer_connection_4.tscn │ │ ├── shadow_1.tscn │ │ ├── shaman_1.tscn │ │ ├── shaman_2.tscn │ │ ├── shaman_3.tscn │ │ ├── shard_of_souls_1.tscn │ │ ├── shard_of_souls_2.tscn │ │ ├── silver_knight_1.tscn │ │ ├── silver_knight_2.tscn │ │ ├── skink_1.tscn │ │ ├── skink_2.tscn │ │ ├── skink_3.tscn │ │ ├── skink_4.tscn │ │ ├── skink_5.tscn │ │ ├── small_brazier_1.tscn │ │ ├── small_brazier_2.tscn │ │ ├── small_brazier_3.tscn │ │ ├── small_brazier_4.tscn │ │ ├── small_bug_nest_1.tscn │ │ ├── small_bug_nest_2.tscn │ │ ├── small_bug_nest_3.tscn │ │ ├── small_bug_nest_4.tscn │ │ ├── small_cactus_1.tscn │ │ ├── small_cactus_2.tscn │ │ ├── small_cactus_3.tscn │ │ ├── small_cactus_4.tscn │ │ ├── small_cactus_5.tscn │ │ ├── small_cactus_6.tscn │ │ ├── small_fire_sprayer_1.tscn │ │ ├── small_fire_sprayer_2.tscn │ │ ├── small_fire_sprayer_3.tscn │ │ ├── small_fire_sprayer_4.tscn │ │ ├── small_fire_sprayer_5.tscn │ │ ├── small_fire_sprayer_6.tscn │ │ ├── small_frost_fire_1.tscn │ │ ├── small_frost_fire_2.tscn │ │ ├── small_frost_fire_3.tscn │ │ ├── small_frost_fire_4.tscn │ │ ├── small_frost_fire_5.tscn │ │ ├── small_frozen_mushroom_1.tscn │ │ ├── small_frozen_mushroom_2.tscn │ │ ├── small_frozen_mushroom_3.tscn │ │ ├── small_frozen_mushroom_4.tscn │ │ ├── small_frozen_mushroom_5.tscn │ │ ├── small_ice_mine_1.tscn │ │ ├── small_ice_mine_2.tscn │ │ ├── small_ice_mine_3.tscn │ │ ├── small_ice_mine_4.tscn │ │ ├── small_light_1.tscn │ │ ├── small_light_2.tscn │ │ ├── small_light_3.tscn │ │ ├── small_light_4.tscn │ │ ├── small_light_5.tscn │ │ ├── small_pocket_rocket_1.tscn │ │ ├── small_pocket_rocket_2.tscn │ │ ├── small_pocket_rocket_3.tscn │ │ ├── small_pocket_rocket_4.tscn │ │ ├── small_pocket_rocket_5.tscn │ │ ├── small_ray_blaster_1.tscn │ │ ├── small_ray_blaster_2.tscn │ │ ├── small_ray_blaster_3.tscn │ │ ├── small_ray_blaster_4.tscn │ │ ├── small_ray_blaster_5.tscn │ │ ├── small_serpent_ward_1.tscn │ │ ├── small_serpent_ward_2.tscn │ │ ├── small_serpent_ward_3.tscn │ │ ├── small_serpent_ward_4.tscn │ │ ├── small_torch_1.tscn │ │ ├── small_torch_2.tscn │ │ ├── small_torch_3.tscn │ │ ├── small_torch_4.tscn │ │ ├── small_torch_5.tscn │ │ ├── sniper_1.tscn │ │ ├── sniper_2.tscn │ │ ├── sniper_3.tscn │ │ ├── sniper_4.tscn │ │ ├── snowy_pebble_1.tscn │ │ ├── snowy_pebble_2.tscn │ │ ├── snowy_pebble_3.tscn │ │ ├── snowy_pebble_4.tscn │ │ ├── snowy_pebble_5.tscn │ │ ├── snowy_pebble_6.tscn │ │ ├── solar_collector_1.tscn │ │ ├── solar_collector_2.tscn │ │ ├── solar_emitter_1.tscn │ │ ├── solar_emitter_2.tscn │ │ ├── sorceress_1.tscn │ │ ├── soul_vault_1.tscn │ │ ├── soulflame_device_1.tscn │ │ ├── spell_collector_1.tscn │ │ ├── spell_collector_2.tscn │ │ ├── spider_queen_1.tscn │ │ ├── star_gazer_1.tscn │ │ ├── star_gazer_2.tscn │ │ ├── star_gazer_3.tscn │ │ ├── star_gazer_4.tscn │ │ ├── storm_battery_1.tscn │ │ ├── storm_battery_2.tscn │ │ ├── storm_battery_3.tscn │ │ ├── storm_coil_1.tscn │ │ ├── storm_focus_1.tscn │ │ ├── stormy_dog_1.tscn │ │ ├── stormy_dog_2.tscn │ │ ├── stormy_dog_3.tscn │ │ ├── stormy_dog_4.tscn │ │ ├── stormy_dog_5.tscn │ │ ├── sun_crusader_1.tscn │ │ ├── sun_crusader_2.tscn │ │ ├── taita_the_hermit_1.tscn │ │ ├── teacher_1.tscn │ │ ├── teacher_2.tscn │ │ ├── teacher_3.tscn │ │ ├── teacher_4.tscn │ │ ├── teacher_5.tscn │ │ ├── teacher_6.tscn │ │ ├── tentacle_spawn_1.tscn │ │ ├── tentacle_spawn_2.tscn │ │ ├── tentacle_spawn_3.tscn │ │ ├── tentacle_spawn_4.tscn │ │ ├── tentacle_spawn_5.tscn │ │ ├── tentacle_spawn_6.tscn │ │ ├── the_conduit_1.tscn │ │ ├── the_council_of_demons_1.tscn │ │ ├── the_fire_lord_1.tscn │ │ ├── the_frozen_wyrm_1.tscn │ │ ├── the_furnace_1.tscn │ │ ├── the_omnislasher_1.tscn │ │ ├── the_steam_engine_1.tscn │ │ ├── thief_apprentice_1.tscn │ │ ├── thief_apprentice_2.tscn │ │ ├── thief_apprentice_3.tscn │ │ ├── thief_apprentice_4.tscn │ │ ├── thief_apprentice_5.tscn │ │ ├── tidewater_stream_1.tscn │ │ ├── time_manipulator_1.tscn │ │ ├── timevault_1.tscn │ │ ├── tiny_shrub_1.tscn │ │ ├── tiny_shrub_2.tscn │ │ ├── tiny_shrub_3.tscn │ │ ├── tiny_shrub_4.tscn │ │ ├── tiny_shrub_5.tscn │ │ ├── tiny_shrub_6.tscn │ │ ├── tiny_storm_lantern_1.tscn │ │ ├── tiny_storm_lantern_2.tscn │ │ ├── tiny_storm_lantern_3.tscn │ │ ├── tiny_storm_lantern_4.tscn │ │ ├── tombstone_1.tscn │ │ ├── tombstone_2.tscn │ │ ├── tombstone_3.tscn │ │ ├── tombstone_4.tscn │ │ ├── tombstone_5.tscn │ │ ├── tombstone_6.tscn │ │ ├── trash_heap_1.tscn │ │ ├── trash_heap_2.tscn │ │ ├── trash_heap_3.tscn │ │ ├── trash_heap_4.tscn │ │ ├── trash_heap_5.tscn │ │ ├── trash_heap_6.tscn │ │ ├── tree_stump_1.tscn │ │ ├── tree_stump_2.tscn │ │ ├── tree_stump_3.tscn │ │ ├── tree_stump_4.tscn │ │ ├── tree_stump_5.tscn │ │ ├── tundra_stalker_1.tscn │ │ ├── tundra_stalker_2.tscn │ │ ├── tundra_stalker_3.tscn │ │ ├── tundra_stalker_4.tscn │ │ ├── tundra_stalker_5.tscn │ │ ├── undisturbed_crypt_1.tscn │ │ ├── undisturbed_crypt_2.tscn │ │ ├── undisturbed_crypt_3.tscn │ │ ├── undisturbed_crypt_4.tscn │ │ ├── valor_1.tscn │ │ ├── village_witch_1.tscn │ │ ├── village_witch_2.tscn │ │ ├── village_witch_3.tscn │ │ ├── village_witch_4.tscn │ │ ├── void_drake_1.tscn │ │ ├── void_drake_2.tscn │ │ ├── vulshok_the_berserker_1.tscn │ │ ├── warrior_of_light_1.tscn │ │ ├── warrior_of_light_2.tscn │ │ ├── warrior_of_light_3.tscn │ │ ├── wild_warbeast_1.tscn │ │ ├── witch_doctor_1.tscn │ │ ├── wooden_trap_1.tscn │ │ ├── wooden_trap_2.tscn │ │ ├── wooden_trap_3.tscn │ │ ├── wooden_trap_4.tscn │ │ ├── wooden_trap_5.tscn │ │ ├── xeno_research_facility_1.tscn │ │ ├── ymir_1.tscn │ │ ├── young_northern_troll_1.tscn │ │ ├── young_northern_troll_2.tscn │ │ ├── young_northern_troll_3.tscn │ │ ├── zealot_1.tscn │ │ ├── zealot_2.tscn │ │ ├── zealot_3.tscn │ │ ├── zealot_4.tscn │ │ └── zeus_1.tscn │ ├── ui/ │ │ ├── buttons/ │ │ │ ├── ability_button.gd │ │ │ ├── ability_button.tscn │ │ │ ├── auto_mode_indicator.gd │ │ │ ├── auto_mode_indicator.tscn │ │ │ ├── autocast_button.gd │ │ │ ├── autocast_button.tscn │ │ │ ├── buff_group_button.gd │ │ │ ├── buff_group_button.tscn │ │ │ ├── builder_button.tscn │ │ │ ├── button_tooltip.gd │ │ │ ├── button_tooltip.tscn │ │ │ ├── button_with_rich_tooltip.gd │ │ │ ├── element_button.gd │ │ │ ├── element_button.tscn │ │ │ ├── empty_unit_button.gd │ │ │ ├── empty_unit_button.tscn │ │ │ ├── freshness_indicator.gd │ │ │ ├── freshness_indicator.tscn │ │ │ ├── inventory_slot_button.tscn │ │ │ ├── item_button.gd │ │ │ ├── item_button.tscn │ │ │ ├── item_button_inner.gd │ │ │ ├── menu_expanding_button.gd │ │ │ ├── menu_expanding_button.tscn │ │ │ ├── rarity_background.gd │ │ │ ├── rarity_background.tscn │ │ │ ├── recipe_button.gd │ │ │ ├── recipe_button.tscn │ │ │ ├── speed_button.tscn │ │ │ ├── time_indicator.gd │ │ │ ├── time_indicator.tscn │ │ │ ├── tower_button.gd │ │ │ ├── tower_button.tscn │ │ │ ├── wisdom_upgrade_button.gd │ │ │ └── wisdom_upgrade_button.tscn │ │ ├── dev_controls/ │ │ │ ├── dev_controls.gd │ │ │ ├── dev_controls.tscn │ │ │ ├── signals_control.gd │ │ │ ├── signals_control.tscn │ │ │ ├── wave_control.gd │ │ │ └── wave_control.tscn │ │ ├── filter_buttons/ │ │ │ ├── element_filter.gd │ │ │ ├── element_filter.tscn │ │ │ ├── filter_button.tscn │ │ │ ├── filter_button_element.gd │ │ │ ├── filter_button_element.tscn │ │ │ ├── filter_button_item_type.gd │ │ │ ├── filter_button_item_type.tscn │ │ │ ├── filter_button_rarity.gd │ │ │ ├── filter_button_rarity.tscn │ │ │ ├── item_type_filter.gd │ │ │ ├── item_type_filter.tscn │ │ │ ├── rarity_filter.gd │ │ │ └── rarity_filter.tscn │ │ ├── game_menu/ │ │ │ ├── credits_menu.gd │ │ │ ├── credits_menu.tscn │ │ │ ├── game_menu.gd │ │ │ ├── game_menu.tscn │ │ │ ├── help_menu.gd │ │ │ ├── help_menu.tscn │ │ │ ├── help_menu_tab.gd │ │ │ ├── help_menu_tab.tscn │ │ │ ├── settings_menu.gd │ │ │ └── settings_menu.tscn │ │ ├── hud/ │ │ │ ├── OneTimeHelpPopup.tscn │ │ │ ├── build_version_label.gd │ │ │ ├── build_version_label.tscn │ │ │ ├── builder_menu.gd │ │ │ ├── builder_menu.tscn │ │ │ ├── combat_log_window.gd │ │ │ ├── combat_log_window.tscn │ │ │ ├── desync_indicator.tscn │ │ │ ├── elements_menu.gd │ │ │ ├── elements_menu.tscn │ │ │ ├── floating_text.gd │ │ │ ├── floating_text.tscn │ │ │ ├── flying_item.gd │ │ │ ├── flying_item.tscn │ │ │ ├── game_speed_controller.gd │ │ │ ├── game_speed_controller.tscn │ │ │ ├── hud.gd │ │ │ ├── hud.tscn │ │ │ ├── label_with_rich_tooltip.gd │ │ │ ├── mission_track_indicator.gd │ │ │ ├── mission_track_indicator.tscn │ │ │ ├── mission_tracker_container.gd │ │ │ ├── mission_tracker_container.tscn │ │ │ ├── movable_window.gd │ │ │ ├── movable_window.tscn │ │ │ ├── multiplayer_pause_indicator.tscn │ │ │ ├── one_time_help_popup.gd │ │ │ ├── rich_text_label_with_rich_tooltip.gd │ │ │ ├── texture_rect_with_rich_tooltip.gd │ │ │ ├── tutorial_menu.gd │ │ │ └── tutorial_menu.tscn │ │ ├── item_stash_menu/ │ │ │ ├── item_stash_menu.gd │ │ │ └── item_stash_menu.tscn │ │ ├── player_resource_display/ │ │ │ ├── player_resource_display.gd │ │ │ ├── player_resource_display.tscn │ │ │ ├── resource_status_panel.gd │ │ │ └── resource_status_panel.tscn │ │ ├── title_screen/ │ │ │ ├── configure_singleplayer_menu.gd │ │ │ ├── configure_singleplayer_menu.tscn │ │ │ ├── connecting_to_server_indicator.tscn │ │ │ ├── encyclopedia_generic_tab.gd │ │ │ ├── encyclopedia_generic_tab.tscn │ │ │ ├── encyclopedia_items.gd │ │ │ ├── encyclopedia_items.tscn │ │ │ ├── encyclopedia_menu.gd │ │ │ ├── encyclopedia_menu.tscn │ │ │ ├── encyclopedia_towers.gd │ │ │ ├── encyclopedia_towers.tscn │ │ │ ├── export_exp_menu.gd │ │ │ ├── export_exp_menu.tscn │ │ │ ├── import_exp_menu.gd │ │ │ ├── import_exp_menu.tscn │ │ │ ├── lan_match/ │ │ │ │ ├── create_lan_match_menu.gd │ │ │ │ ├── create_lan_match_menu.tscn │ │ │ │ ├── lan_connect_menu.gd │ │ │ │ ├── lan_connect_menu.tscn │ │ │ │ ├── lan_lobby_menu.gd │ │ │ │ ├── lan_lobby_menu.tscn │ │ │ │ ├── setup_lan_game.gd │ │ │ │ └── setup_lan_game.tscn │ │ │ ├── match_config.gd │ │ │ ├── match_config_panel.gd │ │ │ ├── match_config_panel.tscn │ │ │ ├── message_popup.gd │ │ │ ├── message_popup.tscn │ │ │ ├── missions_menu/ │ │ │ │ ├── mission_card.gd │ │ │ │ ├── mission_card.tscn │ │ │ │ ├── missions_menu.gd │ │ │ │ ├── missions_menu.tscn │ │ │ │ ├── missions_menu_tab.gd │ │ │ │ └── missions_menu_tab.tscn │ │ │ ├── notification_panel.gd │ │ │ ├── notification_panel.tscn │ │ │ ├── online/ │ │ │ │ ├── create_online_match_menu.gd │ │ │ │ ├── create_online_match_menu.tscn │ │ │ │ ├── match_card.gd │ │ │ │ ├── match_card.tscn │ │ │ │ ├── online_lobby_menu.gd │ │ │ │ ├── online_lobby_menu.tscn │ │ │ │ ├── online_match_list_menu.gd │ │ │ │ ├── online_match_list_menu.tscn │ │ │ │ ├── setup_online_game.gd │ │ │ │ └── setup_online_game.tscn │ │ │ ├── profile_menu.gd │ │ │ ├── profile_menu.tscn │ │ │ ├── title_screen.gd │ │ │ ├── title_screen.tscn │ │ │ ├── wisdom_upgrade_menu.gd │ │ │ └── wisdom_upgrade_menu.tscn │ │ ├── top_left_menu/ │ │ │ ├── game_stats.gd │ │ │ ├── game_stats.tscn │ │ │ ├── plus_mode_label.gd │ │ │ ├── plus_mode_label.tscn │ │ │ ├── top_left_menu.gd │ │ │ ├── top_left_menu.tscn │ │ │ ├── wave_status.gd │ │ │ └── wave_status.tscn │ │ ├── tower_stash_menu/ │ │ │ ├── tower_stash_menu.gd │ │ │ └── tower_stash_menu.tscn │ │ └── unit_menu/ │ │ ├── buff_container.gd │ │ ├── buff_container.tscn │ │ ├── buff_display.gd │ │ ├── buff_display.tscn │ │ ├── buff_group_editor.gd │ │ ├── buff_group_editor.tscn │ │ ├── creep_details.gd │ │ ├── creep_details.tscn │ │ ├── creep_mini_details.gd │ │ ├── creep_mini_details.tscn │ │ ├── item_container_panel.gd │ │ ├── item_container_panel.tscn │ │ ├── mini_details_label.tscn │ │ ├── progress_bar_with_label.gd │ │ ├── progress_bar_with_label.tscn │ │ ├── tower_details.gd │ │ ├── tower_details.tscn │ │ ├── tower_mini_details.gd │ │ ├── tower_mini_details.tscn │ │ ├── unit_menu.gd │ │ └── unit_menu.tscn │ └── unit/ │ ├── dummy_unit.gd │ ├── dummy_unit.tscn │ ├── iterate.gd │ ├── selection_indicator.gd │ └── unit.gd ├── tools/ │ ├── README.md │ ├── check_buff_icons.gd │ ├── check_rng_sync.gd │ ├── check_translations.gd │ ├── check_tscn_paths_in_scripts.gd │ ├── convert_blender_export.gd │ ├── convert_tower_scene_to_sprite.gd │ ├── create_tilesheet.gd │ ├── cut_single_tile.gd │ ├── cut_tiles_into_connectors.gd │ ├── cut_tiles_into_decorations.gd │ ├── generate_censored_assets.gd │ ├── pack_sprite_sheet.gd │ ├── remove_empty_space_tilesheet.gd │ ├── remove_sheet_margins.gd │ ├── rename_files.gd │ ├── render_8_direction_sprites.py │ ├── separate_tilesheet.gd │ ├── show_missing_imports.py │ └── slice_sheet_into_rows.gd └── webrtc/ └── README.md