LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
terrex/entity/__init__.py
terrex/entity/entity.py
terrex/entity/npc.py
terrex/entity/player.py
terrex/events/__init__.py
terrex/events/eventmanager.py
terrex/events/events.py
terrex/item/__init__.py
terrex/item/item.py
terrex/packets/__init__.py
terrex/packets/achievement_message_event_happened.py
terrex/packets/achievement_message_npc_killed.py
terrex/packets/add_npc_buff.py
terrex/packets/add_player_buff_pvp.py
terrex/packets/angler_quest.py
terrex/packets/angler_quest_finished.py
terrex/packets/area_tile_change.py
terrex/packets/base.py
terrex/packets/bug_catching.py
terrex/packets/bug_releasing.py
terrex/packets/chest_name.py
terrex/packets/chest_updates.py
terrex/packets/client_synced_inventory.py
terrex/packets/combat_text_int.py
terrex/packets/combat_text_string.py
terrex/packets/crystal_invasion_send_wait_time.py
terrex/packets/crystal_invasion_start.py
terrex/packets/crystal_invasion_wipe_all_the_thingsss.py
terrex/packets/damage_npc.py
terrex/packets/dead_player.py
terrex/packets/dev_commands.py
terrex/packets/emoji.py
terrex/packets/finished_connecting_to_server.py
terrex/packets/fish_out_npc.py
terrex/packets/food_platter_try_placing.py
terrex/packets/gem_lock_toggle.py
terrex/packets/hello.py
terrex/packets/hit_switch.py
terrex/packets/initial_spawn.py
terrex/packets/instrument_sound.py
terrex/packets/invasion_progress_report.py
terrex/packets/item_frame_try_placing.py
terrex/packets/item_owner.py
terrex/packets/item_rotation_and_animation.py
terrex/packets/item_tweaker.py
terrex/packets/kick.py
terrex/packets/kill_projectile.py
terrex/packets/land_golf_ball_in_cup.py
terrex/packets/liquid_update.py
terrex/packets/lock_and_unlock.py
terrex/packets/mana_effect.py
terrex/packets/mass_wire_operation.py
terrex/packets/mass_wire_operation_pay.py
terrex/packets/minion_attack_target_update.py
terrex/packets/minion_rest_target_update.py
terrex/packets/moonlord_horror.py
terrex/packets/murder_someone_elses_portal.py
terrex/packets/nebula_levelup_request.py
terrex/packets/net_modules.py
terrex/packets/npc_buffs.py
terrex/packets/open_sign_request.py
terrex/packets/open_sign_response.py
terrex/packets/ping.py
terrex/packets/place_object.py
terrex/packets/play_legacy_sound.py
terrex/packets/player_active.py
terrex/packets/player_buffs.py
terrex/packets/player_controls.py
terrex/packets/player_death_v2.py
terrex/packets/player_dodge.py
terrex/packets/player_heal.py
terrex/packets/player_hurt_v2.py
terrex/packets/player_info.py
terrex/packets/player_life_mana.py
terrex/packets/player_mana.py
terrex/packets/player_spawn.py
terrex/packets/player_stealth.py
terrex/packets/poof_of_smoke.py
terrex/packets/quests_count_sync.py
terrex/packets/quick_stack_chests.py
terrex/packets/release_item_ownership.py
terrex/packets/remove_revenge_marker.py
terrex/packets/request_chest_open.py
terrex/packets/request_npc_buff_removal.py
terrex/packets/request_password.py
terrex/packets/request_teleportation_by_server.py
terrex/packets/request_tile_entity_interaction.py
terrex/packets/request_world_data.py
terrex/packets/send_password.py
terrex/packets/set_counts_as_host_for_gameplay.py
terrex/packets/set_time.py
terrex/packets/shop_override.py
terrex/packets/smart_text_message.py
terrex/packets/spawn_boss_use_license_start_event.py
terrex/packets/spawn_tile_data.py
terrex/packets/special_fx.py
terrex/packets/status_text_size.py
terrex/packets/sync_cavern_monster_type.py
terrex/packets/sync_chest_item.py
terrex/packets/sync_emote_bubble.py
terrex/packets/sync_equipment.py
terrex/packets/sync_extra_value.py
terrex/packets/sync_item.py
terrex/packets/sync_loadout.py
terrex/packets/sync_npc.py
terrex/packets/sync_player.py
terrex/packets/sync_player_chest.py
terrex/packets/sync_player_chest_index.py
terrex/packets/sync_player_zone.py
terrex/packets/sync_projectile.py
terrex/packets/sync_revenge_marker.py
terrex/packets/sync_talk_npc.py
terrex/packets/sync_tile_paint_or_coating.py
terrex/packets/sync_tile_picking.py
terrex/packets/sync_wall_paint_or_coating.py
terrex/packets/tamper_with_npc.py
terrex/packets/te_display_doll_data_sync.py
terrex/packets/te_hat_rack_item_sync.py
terrex/packets/team_change.py
terrex/packets/teleport_entity.py
terrex/packets/teleport_npc_through_portal.py
terrex/packets/teleport_player_through_portal.py
terrex/packets/temporary_animation.py
terrex/packets/tile_entity_placement.py
terrex/packets/tile_entity_sharing.py
terrex/packets/tile_frame_section.py
terrex/packets/tile_manipulation.py
terrex/packets/tile_section.py
terrex/packets/toggle_door_state.py
terrex/packets/toggle_party.py
terrex/packets/toggle_pvp.py
terrex/packets/travel_merchant_items.py
terrex/packets/unique_town_npc_info_sync_request.py
terrex/packets/unknown15.py
terrex/packets/unknown57.py
terrex/packets/unknown60.py
terrex/packets/unknown66.py
terrex/packets/unknown67.py
terrex/packets/unknown68.py
terrex/packets/unused83.py
terrex/packets/unused_melee_strike.py
terrex/packets/update_item_drop2.py
terrex/packets/update_player_luck_factors.py
terrex/packets/update_tower_shield_strengths.py
terrex/packets/weapons_rack_try_placing.py
terrex/packets/wired_cannon_shot.py
terrex/packets/world_data.py
terrex/structures/__init__.py
terrex/structures/change_type.py
terrex/structures/chest.py
terrex/structures/net_mode.py
terrex/structures/player_death_reason.py
terrex/structures/rgb.py
terrex/structures/sign.py
terrex/structures/tile.py
terrex/structures/tile_entity.py
terrex/structures/tile_npc_data.py
terrex/structures/vec2.py
terrex/structures/chat/__init__.py
terrex/structures/chat/chat_command.py
terrex/structures/game_content/__init__.py
terrex/structures/game_content/bestiary.py
terrex/structures/game_content/bestiary_unlock_type.py
terrex/structures/game_content/liquid.py
terrex/structures/game_content/liquid_type.py
terrex/structures/game_content/teleport_pylon_type.py
terrex/structures/game_content/ambience/__init__.py
terrex/structures/game_content/ambience/sky_entity_type.py
terrex/structures/game_content/creative/__init__.py
terrex/structures/game_content/creative/creative_power/__init__.py
terrex/structures/game_content/creative/creative_power/creative_power.py
terrex/structures/game_content/creative/creative_power/difficulty_slider_power.py
terrex/structures/game_content/creative/creative_power/far_placement_range_power.py
terrex/structures/game_content/creative/creative_power/freeze_rain_power.py
terrex/structures/game_content/creative/creative_power/freeze_time_power.py
terrex/structures/game_content/creative/creative_power/freeze_wind_direction_and_strength_power.py
terrex/structures/game_content/creative/creative_power/godmode_power.py
terrex/structures/game_content/creative/creative_power/modify_rain_power.py
terrex/structures/game_content/creative/creative_power/modify_time_rate_power.py
terrex/structures/game_content/creative/creative_power/modify_wind_direction_and_strength_power.py
terrex/structures/game_content/creative/creative_power/spawn_rate_slider_per_player_power.py
terrex/structures/game_content/creative/creative_power/start_day_immediately_power.py
terrex/structures/game_content/creative/creative_power/start_midnight_immediately_power.py
terrex/structures/game_content/creative/creative_power/start_night_immediately_power.py
terrex/structures/game_content/creative/creative_power/start_noon_immediately_power.py
terrex/structures/game_content/creative/creative_power/stop_biome_spread_power.py
terrex/structures/game_content/drawing/__init__.py
terrex/structures/game_content/drawing/particle_orchestra_settings.py
terrex/structures/game_content/net_modules/__init__.py
terrex/structures/game_content/net_modules/net_ambience_module.py
terrex/structures/game_content/net_modules/net_banners_module.py
terrex/structures/game_content/net_modules/net_bestiary_module.py
terrex/structures/game_content/net_modules/net_crafting_request_module.py
terrex/structures/game_content/net_modules/net_crafting_response_module.py
terrex/structures/game_content/net_modules/net_creative_power_permissions_module.py
terrex/structures/game_content/net_modules/net_creative_powers_module.py
terrex/structures/game_content/net_modules/net_creative_unlocks_player_report_module.py
terrex/structures/game_content/net_modules/net_leashed_entity_module.py
terrex/structures/game_content/net_modules/net_liquid_module.py
terrex/structures/game_content/net_modules/net_module.py
terrex/structures/game_content/net_modules/net_particles_module.py
terrex/structures/game_content/net_modules/net_ping_module.py
terrex/structures/game_content/net_modules/net_tag_effect_module.py
terrex/structures/game_content/net_modules/net_teleport_pylon_module.py
terrex/structures/game_content/net_modules/net_text_module.py
terrex/structures/game_content/net_modules/net_unbreakable_wall_scan_module.py
terrex/structures/id/AchievementHelperID.py
terrex/structures/id/AmmoID.py
terrex/structures/id/AnimationID.py
terrex/structures/id/ArmorIDs.py
terrex/structures/id/BiomeConversionID.py
terrex/structures/id/BuffID.py
terrex/structures/id/DustID.py
terrex/structures/id/ExtrasID.py
terrex/structures/id/GameEventClearedID.py
terrex/structures/id/GameModeID.py
terrex/structures/id/GameVersionID.py
terrex/structures/id/GlowMaskID.py
terrex/structures/id/GoreID.py
terrex/structures/id/HousingCategoryID.py
terrex/structures/id/InvasionID.py
terrex/structures/id/ItemAlternativeFunctionID.py
terrex/structures/id/ItemHoldStyleID.py
terrex/structures/id/ItemID.py
terrex/structures/id/ItemSourceID.py
terrex/structures/id/ItemUseStyleID.py
terrex/structures/id/LiquidID.py
terrex/structures/id/MessageID.py
terrex/structures/id/MountID.py
terrex/structures/id/MusicID.py
terrex/structures/id/NPCHeadID.py
terrex/structures/id/NPCID.py
terrex/structures/id/PaintCoatingID.py
terrex/structures/id/PaintID.py
terrex/structures/id/PlayerDifficultyID.py
terrex/structures/id/PlayerTeamID.py
terrex/structures/id/PlayerTextureID.py
terrex/structures/id/PlayerVariantID.py
terrex/structures/id/PlayerVoiceID.py
terrex/structures/id/PlayerVoiceOverrideID.py
terrex/structures/id/PrefixID.py
terrex/structures/id/ProjectileDrawLayerID.py
terrex/structures/id/ProjectileID.py
terrex/structures/id/ProjectileSourceID.py
terrex/structures/id/StatusID.py
terrex/structures/id/SurfaceBackgroundID.py
terrex/structures/id/TeleportationSide.py
terrex/structures/id/TeleportationStyleID.py
terrex/structures/id/TileChangeType.py
terrex/structures/id/TileID.py
terrex/structures/id/TorchID.py
terrex/structures/id/TreeTopID.py
terrex/structures/id/WallID.py
terrex/structures/id/WaterStyleID.py
terrex/structures/id/__init__.py
terrex/structures/id/set_factory.py
terrex/structures/localization/__init__.py
terrex/structures/localization/culture_name.py
terrex/structures/localization/network_text.py
terrex/structures/variable/__init__.py
terrex/structures/variable/any_var.py
terrex/structures/variable/bool_var.py
terrex/structures/variable/const_var.py
terrex/structures/variable/float_var.py
terrex/structures/variable/int_var.py
terrex/structures/variable/str_var.py
terrex/terrex.egg-info/PKG-INFO
terrex/terrex.egg-info/SOURCES.txt
terrex/terrex.egg-info/dependency_links.txt
terrex/terrex.egg-info/requires.txt
terrex/terrex.egg-info/top_level.txt
terrex/tile/__init__.py
terrex/tile/tile.py
terrex/util/__init__.py
terrex/util/localization.py
terrex/util/streamer.py
terrex/util/stringify.py
terrex/util/tileutil.py
terrex/util/worlddrawer.py
terrex/world/__init__.py
terrex/world/world.py
terrex/world/shape/__init__.py
terrex/world/shape/base.py
terrex/world/shape/circle.py
terrex/world/shape/half_circle.py
terrex/world/shape/mound.py
terrex/world/shape/rectangle.py
terrex/world/shape/slime.py
terrex/world/shape/tail.py