gitextract_xun1b86s/ ├── .gitattributes ├── .gitignore ├── AnimationsChangeLog.md ├── AttachmentsChangeLog.md ├── ChangeLog.md ├── CollidersReadme.md ├── ContainersChangeLog.md ├── LICENSE ├── ModmakerChangeLog.md ├── NOTICE ├── NotificationsChangeLog.md ├── PathGraphChangeLog.md ├── PhysicsChangeLog.md ├── PhysicsReadme.md ├── PlayerTablesChangeLog.md ├── ProjectilesChangeLog.md ├── ProjectilesReadme.md ├── README.md ├── TimersChangeLog.md ├── WorldPanelsChangeLog.md ├── content/ │ └── dota_addons/ │ └── barebones/ │ ├── maps/ │ │ ├── playground.vmap │ │ └── template_map.vmap │ ├── materials/ │ │ ├── example/ │ │ │ ├── sand_path_example_color.tif │ │ │ ├── sand_path_example_normal.tif │ │ │ └── sand_path_example_refl.tif │ │ ├── overviews/ │ │ │ ├── playground.tga │ │ │ ├── playground.txt │ │ │ ├── playground.vmat │ │ │ ├── template_map.tga │ │ │ ├── template_map.txt │ │ │ └── template_map.vmat │ │ └── particle/ │ │ ├── basic_glow.tga │ │ ├── basic_glow.vtex │ │ ├── basic_rope.psd │ │ ├── basic_rope.vtex │ │ ├── basic_rope_energy.tga │ │ ├── basic_rope_energy.vtex │ │ ├── basic_smoke.tga │ │ ├── basic_smoke.vtex │ │ ├── basic_trail.tga │ │ └── basic_trail.vtex │ ├── panorama/ │ │ ├── layout/ │ │ │ └── custom_game/ │ │ │ ├── barebones_attachments.xml │ │ │ ├── barebones_notifications.xml │ │ │ ├── barebones_worldpanels.xml │ │ │ ├── containers/ │ │ │ │ ├── alt_container_example.xml │ │ │ │ ├── container.xml │ │ │ │ ├── container_base.xml │ │ │ │ ├── dota_inventory.xml │ │ │ │ ├── dota_inventory_context_menu.xml │ │ │ │ ├── dota_inventory_item.xml │ │ │ │ ├── inventory_context_menu.xml │ │ │ │ └── inventory_item.xml │ │ │ ├── custom_loading_screen.xml │ │ │ ├── custom_ui_manifest.xml │ │ │ ├── modmaker/ │ │ │ │ ├── modmaker.xml │ │ │ │ ├── modmaker_api_category.xml │ │ │ │ └── modmaker_api_property.xml │ │ │ ├── selection.xml │ │ │ └── worldpanels/ │ │ │ ├── arrow.xml │ │ │ └── healthbar.xml │ │ ├── scripts/ │ │ │ ├── barebones_attachments.js │ │ │ ├── barebones_notifications.js │ │ │ ├── barebones_worldpanels.js │ │ │ ├── containers/ │ │ │ │ ├── container.js │ │ │ │ ├── container_base.js │ │ │ │ ├── container_events.js │ │ │ │ ├── dota_inventory.js │ │ │ │ ├── dota_inventory_context_menu.js │ │ │ │ ├── dota_inventory_item.js │ │ │ │ ├── inventory_context_menu.js │ │ │ │ └── inventory_item.js │ │ │ ├── modmaker/ │ │ │ │ ├── modmaker.js │ │ │ │ ├── modmaker_api_category.js │ │ │ │ └── modmaker_api_property.js │ │ │ ├── playertables/ │ │ │ │ └── playertables_base.js │ │ │ ├── selection/ │ │ │ │ ├── selection.js │ │ │ │ └── selection_filter.js │ │ │ └── worldpanels/ │ │ │ ├── arrow.js │ │ │ └── healthbar.js │ │ └── styles/ │ │ ├── barebones_attachments.css │ │ ├── barebones_notifications.css │ │ ├── containers/ │ │ │ ├── container.css │ │ │ └── container_skins.css │ │ ├── custom_loading_screen.css │ │ ├── modmaker/ │ │ │ └── modmaker.css │ │ └── worldpanels/ │ │ ├── arrow.css │ │ └── healthbar.css │ ├── particles/ │ │ ├── basic_ambient/ │ │ │ ├── basic_ambient.vpcf │ │ │ └── basic_ambient_readme.txt │ │ ├── basic_explosion/ │ │ │ ├── basic_explosion.vpcf │ │ │ ├── basic_explosion_bits.vpcf │ │ │ ├── basic_explosion_burst.vpcf │ │ │ ├── basic_explosion_flash.vpcf │ │ │ └── basic_explosion_readme.txt │ │ ├── basic_projectile/ │ │ │ ├── basic_projectile.vpcf │ │ │ ├── basic_projectile_explosion.vpcf │ │ │ ├── basic_projectile_explosion_flash.vpcf │ │ │ ├── basic_projectile_launch.vpcf │ │ │ ├── basic_projectile_readme.txt │ │ │ └── basic_projectile_trail.vpcf │ │ ├── basic_rope/ │ │ │ ├── basic_rope.vpcf │ │ │ └── basic_rope_readme.txt │ │ ├── basic_trail/ │ │ │ └── basic_trail.vpcf │ │ ├── frostivus_gameplay/ │ │ │ ├── damage_flash_b_frostivus.vpcf │ │ │ ├── damage_flash_big_frostivus.vpcf │ │ │ ├── damage_flash_c_frostivus.vpcf │ │ │ ├── damage_flash_d_frostivus.vpcf │ │ │ ├── drow_base_attack_explosion.vpcf │ │ │ ├── drow_base_attack_explosion_flash.vpcf │ │ │ ├── drow_base_attack_explosion_flash_b.vpcf │ │ │ ├── drow_base_attack_launch.vpcf │ │ │ ├── drow_base_attack_trail.vpcf │ │ │ ├── drow_base_attack_trail_c.vpcf │ │ │ ├── drow_frost_arrow_explosion.vpcf │ │ │ ├── drow_frost_arrow_explosion_b.vpcf │ │ │ ├── drow_frost_arrow_explosion_c.vpcf │ │ │ ├── drow_frost_arrow_explosion_d.vpcf │ │ │ ├── drow_frost_arrow_explosion_e.vpcf │ │ │ ├── drow_frost_arrow_launch.vpcf │ │ │ ├── drow_frost_arrow_launch_b.vpcf │ │ │ ├── drow_frost_arrow_model.vpcf │ │ │ ├── drow_ice_trail.vpcf │ │ │ ├── drow_ice_trail_b.vpcf │ │ │ ├── drow_ice_trail_c.vpcf │ │ │ ├── drow_linear_arrow.vpcf │ │ │ ├── drow_linear_frost_arrow.vpcf │ │ │ ├── frostivus_death_creep.vpcf │ │ │ ├── frostivus_hero_light.vpcf │ │ │ ├── frostivus_hero_light_b.vpcf │ │ │ ├── frostivus_last_hit_effect.vpcf │ │ │ ├── frostivus_last_hit_effect_b.vpcf │ │ │ ├── frostivus_leshrac_split_earth.vpcf │ │ │ ├── frostivus_leshrac_split_earth_b.vpcf │ │ │ ├── frostivus_leshrac_split_earth_c.vpcf │ │ │ ├── frostivus_leshrac_split_earth_d.vpcf │ │ │ ├── frostivus_leshrac_split_flash.vpcf │ │ │ ├── frostivus_leshrac_split_projected.vpcf │ │ │ ├── frostivus_leshrac_split_projected_scortch.vpcf │ │ │ ├── frostivus_leshrac_split_pulse.vpcf │ │ │ ├── frostivus_leshrac_splitearth_groundflash_lines.vpcf │ │ │ ├── frostivus_leshrac_splitearth_lights.vpcf │ │ │ ├── frostivus_leshrac_splitearth_sparkles.vpcf │ │ │ ├── frostivus_lightbeam.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_ember.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_ember_b.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_explosion.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_explosion_b.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_explosion_c.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_explosion_d.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_explosion_e.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_explosion_f.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_explosion_light.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_launch.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_launch_b.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_launch_smoke.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_skull.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_sphere_glow.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_sphere_glow_b.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_trail_b.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_trail_d.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_trail_detail.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_trail_detail_b.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_trail_e.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_trail_f.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_trail_g.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_trail_h.vpcf │ │ │ ├── frostivus_skeletonking_hellfireblast_trail_i.vpcf │ │ │ ├── frostivus_spirit_trail.vpcf │ │ │ ├── frostivus_spirit_trail_b.vpcf │ │ │ ├── frostivus_spirit_trail_big.vpcf │ │ │ ├── frostivus_spirit_trail_c.vpcf │ │ │ ├── frostivus_throne_wraith_king_ambient.vpcf │ │ │ ├── frostivus_throne_wraith_king_ambient_b.vpcf │ │ │ ├── frostivus_throne_wraith_king_ambient_beams_a.vpcf │ │ │ ├── frostivus_throne_wraith_king_ambient_beams_b.vpcf │ │ │ ├── frostivus_throne_wraith_king_ambient_beams_c.vpcf │ │ │ ├── frostivus_throne_wraith_king_ambient_beams_f.vpcf │ │ │ ├── frostivus_throne_wraith_king_ambient_beams_g.vpcf │ │ │ ├── frostivus_throne_wraith_king_ambient_beams_h.vpcf │ │ │ ├── frostivus_throne_wraith_king_ambient_beams_i.vpcf │ │ │ ├── frostivus_throne_wraith_king_ambient_beams_j.vpcf │ │ │ ├── frostivus_throne_wraith_king_ambient_c.vpcf │ │ │ ├── frostivus_throne_wraith_king_ambient_c_b.vpcf │ │ │ ├── frostivus_throne_wraith_king_ambient_d.vpcf │ │ │ ├── frostivus_throne_wraith_king_ambient_e.vpcf │ │ │ ├── frostivus_throne_wraith_king_ambient_endcap.vpcf │ │ │ ├── frostivus_throne_wraith_king_ambient_f.vpcf │ │ │ ├── frostivus_throne_wraith_king_ambient_g.vpcf │ │ │ ├── frostivus_throne_wraith_king_ambient_h.vpcf │ │ │ ├── frostivus_throne_wraith_king_ambient_i.vpcf │ │ │ ├── frostivus_throne_wraith_king_explode.vpcf │ │ │ ├── frostivus_throne_wraith_king_spirit_trail.vpcf │ │ │ ├── frostivus_throne_wraith_king_spirit_trail_b.vpcf │ │ │ ├── frostivus_throne_wraith_king_spirits.vpcf │ │ │ ├── frostivus_wraithking_tombstone.vpcf │ │ │ ├── frostivus_wraithking_tombstone_ember.vpcf │ │ │ ├── frostivus_wraithking_tombstone_ember_b.vpcf │ │ │ ├── frostivus_wraithking_tombstone_explosion.vpcf │ │ │ ├── frostivus_wraithking_tombstone_explosion_b.vpcf │ │ │ ├── frostivus_wraithking_tombstone_explosion_c.vpcf │ │ │ ├── frostivus_wraithking_tombstone_explosion_d.vpcf │ │ │ ├── frostivus_wraithking_tombstone_explosion_e.vpcf │ │ │ ├── frostivus_wraithking_tombstone_explosion_f.vpcf │ │ │ ├── frostivus_wraithking_tombstone_explosion_light.vpcf │ │ │ ├── frostivus_wraithking_tombstone_launch.vpcf │ │ │ ├── frostivus_wraithking_tombstone_launch_b.vpcf │ │ │ ├── frostivus_wraithking_tombstone_launch_smoke.vpcf │ │ │ ├── frostivus_wraithking_tombstone_skull.vpcf │ │ │ ├── frostivus_wraithking_tombstone_sphere_glow.vpcf │ │ │ ├── frostivus_wraithking_tombstone_sphere_glow_b.vpcf │ │ │ ├── frostivus_wraithking_tombstone_trail_b.vpcf │ │ │ ├── frostivus_wraithking_tombstone_trail_d.vpcf │ │ │ ├── frostivus_wraithking_tombstone_trail_detail.vpcf │ │ │ ├── frostivus_wraithking_tombstone_trail_detail_b.vpcf │ │ │ ├── frostivus_wraithking_tombstone_trail_e.vpcf │ │ │ ├── frostivus_wraithking_tombstone_trail_f.vpcf │ │ │ ├── frostivus_wraithking_tombstone_trail_g.vpcf │ │ │ ├── frostivus_wraithking_tombstone_trail_h.vpcf │ │ │ ├── frostivus_wraithking_tombstone_trail_i.vpcf │ │ │ ├── frostivus_wraithking_tombstone_warmup.vpcf │ │ │ ├── frostivus_wraithking_tombstone_warmup_b.vpcf │ │ │ ├── holdout_ancient_apparition_ice_blast_explode_b.vpcf │ │ │ ├── holdout_ancient_apparition_ice_blast_explode_c.vpcf │ │ │ ├── holdout_ancient_apparition_ice_blast_final.vpcf │ │ │ ├── holdout_ancient_apparition_ice_blast_final_grid.vpcf │ │ │ ├── holdout_ancient_apparition_ice_blast_final_grid_b.vpcf │ │ │ ├── holdout_ancient_apparition_ice_blast_glow.vpcf │ │ │ ├── holdout_ancient_apparition_ice_blast_glow_b.vpcf │ │ │ ├── holdout_ancient_apparition_ice_blast_ice.vpcf │ │ │ ├── holdout_ancient_apparition_ice_blast_ice_b.vpcf │ │ │ ├── holdout_ancient_apparition_ice_blast_initial_explode.vpcf │ │ │ ├── holdout_ancient_apparition_ice_blast_main.vpcf │ │ │ ├── holdout_ancient_apparition_ice_blast_sphere.vpcf │ │ │ ├── holdout_ancient_apparition_ice_blast_sphere_b.vpcf │ │ │ ├── holdout_ancient_apparition_ice_blast_sphere_final_glow.vpcf │ │ │ ├── holdout_ancient_apparition_ice_blast_sphere_final_glow_b.vpcf │ │ │ ├── holdout_ancient_apparition_ice_blast_sphere_final_smoke.vpcf │ │ │ ├── holdout_ancient_apparition_ice_blast_sphere_final_smoke_glow.vpcf │ │ │ ├── holdout_ancient_apparition_ice_blast_sphere_halo.vpcf │ │ │ ├── holdout_juggernaut_omnislash_burst.vpcf │ │ │ ├── holdout_juggernaut_omnislash_image.vpcf │ │ │ ├── holdout_juggernaut_omnislash_image_ember.vpcf │ │ │ ├── holdout_juggernaut_omnislash_image_flash.vpcf │ │ │ ├── holdout_omnislash_trail_glow.vpcf │ │ │ ├── holdout_omnislash_trail_glow_b.vpcf │ │ │ ├── legion_gladiators_rays.vpcf │ │ │ ├── legion_gladiators_ring.vpcf │ │ │ ├── legion_gladiators_ring_aura.vpcf │ │ │ ├── legion_gladiators_ring_dust.vpcf │ │ │ ├── legion_gladiators_ring_dust_detail.vpcf │ │ │ ├── legion_gladiators_start_endcap.vpcf │ │ │ ├── legion_gladiators_start_line.vpcf │ │ │ ├── legion_gladiators_start_line_light.vpcf │ │ │ ├── legion_gladiators_start_ring.vpcf │ │ │ ├── legion_gladiators_start_ring_banner_light.vpcf │ │ │ ├── legion_gladiators_start_ring_energy.vpcf │ │ │ ├── legion_gladiators_start_ring_flags.vpcf │ │ │ ├── legion_gladiators_start_ring_flash.vpcf │ │ │ ├── legion_gladiators_start_ring_outer_rope.vpcf │ │ │ ├── legion_gladiators_start_ring_rope.vpcf │ │ │ ├── witch_buff.vpcf │ │ │ ├── witch_buff_b.vpcf │ │ │ ├── witch_buff_c.vpcf │ │ │ ├── witch_buff_d.vpcf │ │ │ ├── wraith_king_heal.vpcf │ │ │ ├── wraith_king_heal_flash_b.vpcf │ │ │ ├── wraith_king_heal_flash_glow.vpcf │ │ │ ├── wraith_king_heal_rings.vpcf │ │ │ ├── wraith_king_heal_twinkle.vpcf │ │ │ ├── wraith_king_hellfire_eruption_e.vpcf │ │ │ ├── wraith_king_hellfire_eruption_ember.vpcf │ │ │ ├── wraith_king_hellfire_eruption_ember_b.vpcf │ │ │ ├── wraith_king_hellfire_eruption_explosion.vpcf │ │ │ ├── wraith_king_hellfire_eruption_explosion_c.vpcf │ │ │ ├── wraith_king_hellfire_eruption_explosion_d.vpcf │ │ │ ├── wraith_king_hellfire_eruption_light.vpcf │ │ │ ├── wraith_king_hellfire_eruption_tell.vpcf │ │ │ ├── wraith_king_hellfire_eruption_tell_b.vpcf │ │ │ ├── wraith_king_hellfire_eruption_tell_c.vpcf │ │ │ ├── wraith_king_hellfire_eruption_tell_d.vpcf │ │ │ ├── wraith_king_hellfire_eruption_tell_explode.vpcf │ │ │ ├── wraith_king_hellfire_eruption_tell_explode_b.vpcf │ │ │ ├── wraith_king_spirit_trail_c.vpcf │ │ │ ├── wraith_king_spirits_2.vpcf │ │ │ └── wraith_king_tombstone_tether.vpcf │ │ ├── frostivus_herofx/ │ │ │ ├── drow_base_attack_explosion.vpcf │ │ │ ├── drow_base_attack_explosion_flash.vpcf │ │ │ ├── drow_base_attack_explosion_flash_b.vpcf │ │ │ ├── drow_base_attack_launch.vpcf │ │ │ ├── drow_base_attack_trail.vpcf │ │ │ ├── drow_base_attack_trail_c.vpcf │ │ │ ├── drow_linear_arrow.vpcf │ │ │ ├── holdout_guardian_angel_wings.vpcf │ │ │ ├── juggernaut_fs_bladeswipe_flash.vpcf │ │ │ ├── juggernaut_fs_bladeswipe_rope.vpcf │ │ │ ├── juggernaut_fs_omnislash_attack_blur_3.vpcf │ │ │ ├── juggernaut_fs_omnislash_slashers.vpcf │ │ │ ├── juggernaut_fs_omnislash_tgt.vpcf │ │ │ ├── juggernaut_fsos_caster.vpcf │ │ │ ├── juggernaut_fsos_caster_grndhit.vpcf │ │ │ ├── juggernaut_fsos_caster_scortch.vpcf │ │ │ ├── juggernaut_fsos_flash.vpcf │ │ │ ├── juggernaut_fsos_flashbang.vpcf │ │ │ ├── juggernaut_fsos_flashbang_glow2.vpcf │ │ │ ├── juggernaut_fsos_flashbang_ray.vpcf │ │ │ ├── juggernaut_omnislash_ascension.vpcf │ │ │ ├── juggernaut_omnislash_ascension_sparkrays.vpcf │ │ │ ├── juggernaut_omnislash_ascension_sparks.vpcf │ │ │ ├── maiden_holdout_arcane_buff.vpcf │ │ │ ├── maiden_holdout_arcane_buff_caster.vpcf │ │ │ ├── maiden_holdout_arcane_buff_snow_c.vpcf │ │ │ ├── queen_shadow_strike_core_linear.vpcf │ │ │ ├── queen_shadow_strike_core_linear_flare.vpcf │ │ │ ├── queen_shadow_strike_core_linear_glow.vpcf │ │ │ ├── queen_shadow_strike_core_linear_light.vpcf │ │ │ ├── queen_shadow_strike_core_linear_ring.vpcf │ │ │ ├── queen_shadow_strike_explosion_flash_linear.vpcf │ │ │ ├── queen_shadow_strike_explosion_linear.vpcf │ │ │ ├── queen_shadow_strike_explosion_points_b_linear.vpcf │ │ │ ├── queen_shadow_strike_explosion_points_linear.vpcf │ │ │ ├── queen_shadow_strike_glow_linear.vpcf │ │ │ ├── queen_shadow_strike_linear.vpcf │ │ │ ├── queen_shadow_strike_linear_glow_core.vpcf │ │ │ ├── queen_shadow_strike_linear_parent.vpcf │ │ │ ├── queen_shadow_strike_trail_c_linear.vpcf │ │ │ └── queen_shadow_strike_trail_linear.vpcf │ │ ├── material_change.vpcf │ │ ├── test_particle/ │ │ │ ├── channel_field_1.vpcf │ │ │ ├── channel_field_2.vpcf │ │ │ ├── creature_spiked_carapace.vpcf │ │ │ ├── creature_spiked_carapace_b.vpcf │ │ │ ├── damage_immunity.vpcf │ │ │ ├── damage_immunity_b.vpcf │ │ │ ├── leshrac_splitearth_groundflash_lines.vpcf │ │ │ ├── leshrac_splitearth_sparkles.vpcf │ │ │ ├── ogre_melee_smash.vpcf │ │ │ ├── ogre_melee_smash_c.vpcf │ │ │ ├── ogre_melee_smash_flash.vpcf │ │ │ ├── ogre_melee_smash_projected.vpcf │ │ │ ├── ogre_melee_smash_pulse.vpcf │ │ │ └── ogre_melee_smash_scorch.vpcf │ │ └── test_shot.vpcf │ └── soundevents/ │ └── game_sounds_custom.vsndevts └── game/ └── dota_addons/ └── barebones/ ├── addoninfo.txt ├── network_measurement.txt ├── panorama/ │ └── localization/ │ └── addon_english.txt ├── panorama_debugger.cfg ├── resource/ │ ├── addon_english.txt │ ├── flash3/ │ │ └── custom_ui.txt │ └── overviews/ │ ├── dota_pvp.txt │ ├── playground.txt │ └── template_map.txt └── scripts/ ├── addon_hud_textures.txt ├── attachments.txt ├── custom_net_tables.txt ├── npc/ │ ├── herolist.txt │ ├── npc_abilities_custom.txt │ ├── npc_abilities_override.txt │ ├── npc_heroes_custom.txt │ ├── npc_items_custom.txt │ └── npc_units_custom.txt ├── shops.txt └── vscripts/ ├── addon_game_mode.lua ├── animation_example/ │ └── heroes/ │ ├── axe/ │ │ └── axe.lua │ └── legion_commander/ │ └── legion_commander.lua ├── events.lua ├── examples/ │ ├── colliders.lua │ ├── modifier_no_health.lua │ ├── notificationsExample.lua │ ├── playground.lua │ ├── projectile.lua │ └── worldpanelsExample.lua ├── gamemode.lua ├── internal/ │ ├── events.lua │ ├── eventtest.lua │ ├── gamemode.lua │ └── util.lua ├── libraries/ │ ├── abilities/ │ │ ├── containers_lua_targeting.lua │ │ ├── containers_lua_targeting_tree.lua │ │ └── item_containers_lua_pack.lua │ ├── animations.lua │ ├── attachments.lua │ ├── containers.lua │ ├── modifiers/ │ │ ├── modifier_animation.lua │ │ ├── modifier_animation_freeze.lua │ │ ├── modifier_animation_translate.lua │ │ ├── modifier_animation_translate_permanent.lua │ │ └── modifier_shopkeeper.lua │ ├── modmaker.lua │ ├── notifications.lua │ ├── pathgraph.lua │ ├── physics.lua │ ├── physics_old.lua │ ├── playertables.lua │ ├── projectiles.lua │ ├── selection.lua │ ├── timers.lua │ └── worldpanels.lua └── settings.lua