CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
area/air.are
area/arachnos.are
area/area.lst
area/astral.are
area/canyon.are
area/catacomb.are
area/chapel.are
area/daycare.are
area/draconia.are
area/dream.are
area/drow.are
area/dwarven.are
area/dylan.are
area/eastern.are
area/galaxy.are
area/gnome.are
area/grave.are
area/group.are
area/grove.are
area/haon.are
area/help.are
area/hitower.are
area/hood.are
area/immort.are
area/limbo.are
area/mahntor.are
area/marsh.are
area/mega1.are
area/midennir.are
area/midgaard.are
area/mirror.are
area/mobfact.are
area/moria.are
area/newthalos.are
area/nirvana.are
area/ofcol.are
area/ofcol2.are
area/olympus.are
area/plains.are
area/proto.are
area/pyramid.are
area/quifael.are
area/redferne.are
area/rom.are
area/school.are
area/sewer.are
area/shire.are
area/smurf.are
area/social.are
area/thalos.are
area/tohell.are
area/trollden.are
area/valley.are
area/wyvern.are
data/help.json
data/shops.json
data/skills.json
data/socials.json
data/time.json
data/areas/air.json
data/areas/arachnos.json
data/areas/area.json
data/areas/area_0.json
data/areas/astral.json
data/areas/canyon.json
data/areas/catacomb.json
data/areas/chapel.json
data/areas/daycare.json
data/areas/draconia.json
data/areas/dream.json
data/areas/drow.json
data/areas/dwarven.json
data/areas/dylan.json
data/areas/eastern.json
data/areas/galaxy.json
data/areas/gnome.json
data/areas/grave.json
data/areas/group.json
data/areas/grove.json
data/areas/haon.json
data/areas/help.json
data/areas/hitower.json
data/areas/hood.json
data/areas/immort.json
data/areas/limbo.json
data/areas/mahntor.json
data/areas/marsh.json
data/areas/mega1.json
data/areas/midennir.json
data/areas/midgaard.json
data/areas/mirror.json
data/areas/mobfact.json
data/areas/moria.json
data/areas/newthalos.json
data/areas/nirvana.json
data/areas/ofcol.json
data/areas/ofcol2.json
data/areas/olympus.json
data/areas/plains.json
data/areas/pyramid.json
data/areas/quifael.json
data/areas/redferne.json
data/areas/rom.json
data/areas/school.json
data/areas/sewer.json
data/areas/shire.json
data/areas/smurf.json
data/areas/social.json
data/areas/thalos.json
data/areas/tohell.json
data/areas/trollden.json
data/areas/valley.json
data/areas/wyvern.json
data/areas_backup/arachnos.json
data/areas_backup/area.json
data/areas_backup/area_0.json
data/areas_backup/astral_plane.json
data/areas_backup/catacombs.json
data/areas_backup/chapel.json
data/areas_backup/day_care.json
data/areas_backup/dragon_tower.json
data/areas_backup/drow_city.json
data/areas_backup/dwarven_kingdom.json
data/areas_backup/dylan's_area.json
data/areas_backup/elemental_canyon.json
data/areas_backup/galaxy.json
data/areas_backup/gangland.json
data/areas_backup/gnome_village.json
data/areas_backup/graveyard.json
data/areas_backup/group.json
data/areas_backup/haon_dor.json
data/areas_backup/help.json
data/areas_backup/high_tower.json
data/areas_backup/holy_grove.json
data/areas_backup/in_the_air.json
data/areas_backup/limbo.json
data/areas_backup/machine_dreams.json
data/areas_backup/mahn-tor.json
data/areas_backup/marsh.json
data/areas_backup/mega_city_one.json
data/areas_backup/miden'nir.json
data/areas_backup/midgaard.json
data/areas_backup/mob_factory.json
data/areas_backup/moria.json
data/areas_backup/mud_school.json
data/areas_backup/new_ofcol.json
data/areas_backup/new_thalos.json
data/areas_backup/nirvana.json
data/areas_backup/ofcol.json
data/areas_backup/old_thalos.json
data/areas_backup/olympus.json
data/areas_backup/plains.json
data/areas_backup/pyramid.json
data/areas_backup/quifael's.json
data/areas_backup/redferne's.json
data/areas_backup/rom.json
data/areas_backup/sands_of_sorrow.json
data/areas_backup/sewers.json
data/areas_backup/shire.json
data/areas_backup/smurfville.json
data/areas_backup/social.json
data/areas_backup/thalos.json
data/areas_backup/tohell.json
data/areas_backup/troll_den.json
data/areas_backup/valhalla.json
data/areas_backup/valley_of_the_elves.json
data/areas_backup/wyvern's_tower.json
data/players/.json
data/players/attacker.json
data/players/hero.json
data/players/sleeper.json
data/players/trouble.json
doc/QuickMUD.txt
doc/Rom2.4.doc
doc/act.txt
doc/area.txt
doc/c_module_inventory.md
doc/c_python_cross_reference.md
doc/c_to_python_file_coverage.md
doc/class.txt
doc/command.txt
doc/contrib.txt
doc/drool.txt
doc/hacker.txt
doc/license.doc
doc/license.txt
doc/memory.txt
doc/new.txt
doc/pfile.txt
doc/port.txt
doc/pr_queue.md
doc/python_architecture.md
doc/python_module_inventory.md
doc/security.txt
doc/sites.txt
doc/skill.txt
doc/sky.txt
doc/trad.txt
doc/vnum.txt
doc/~$Rom2.4.doc
doc/MPDocs/examples.doc
doc/MPDocs/hacker.doc
doc/MPDocs/mobprog.doc
doc/MPDocs/new_readme.txt
mud/__init__.py
mud/__main__.py
mud/advancement.py
mud/config.py
mud/entrypoint.py
mud/game_loop.py
mud/game_tick_scheduler.py
mud/handler.py
mud/logging.py
mud/mob_cmds.py
mud/mobprog.py
mud/notes.py
mud/registry.py
mud/server.py
mud/spec_funs.py
mud/time.py
mud/wiznet.py
mud/account/__init__.py
mud/account/account_manager.py
mud/account/account_service.py
mud/admin_logging/__init__.py
mud/admin_logging/admin.py
mud/admin_logging/agent_trace.py
mud/affects/engine.py
mud/affects/saves.py
mud/agent/__init__.py
mud/agent/agent_protocol.py
mud/agent/character_agent.py
mud/ai/__init__.py
mud/ai/aggressive.py
mud/characters/__init__.py
mud/characters/conditions.py
mud/characters/follow.py
mud/combat/__init__.py
mud/combat/assist.py
mud/combat/death.py
mud/combat/engine.py
mud/combat/kill_table.py
mud/combat/messages.py
mud/combat/safety.py
mud/commands/__init__.py
mud/commands/admin_commands.py
mud/commands/advancement.py
mud/commands/affects.py
mud/commands/alias_cmds.py
mud/commands/auto_settings.py
mud/commands/build.py
mud/commands/channels.py
mud/commands/character.py
mud/commands/combat.py
mud/commands/communication.py
mud/commands/compare.py
mud/commands/consider.py
mud/commands/consumption.py
mud/commands/decorators.py
mud/commands/dispatcher.py
mud/commands/doors.py
mud/commands/equipment.py
mud/commands/feedback.py
mud/commands/give.py
mud/commands/group_commands.py
mud/commands/healer.py
mud/commands/help.py
mud/commands/imc.py
mud/commands/imm_admin.py
mud/commands/imm_commands.py
mud/commands/imm_display.py
mud/commands/imm_emote.py
mud/commands/imm_load.py
mud/commands/imm_olc.py
mud/commands/imm_punish.py
mud/commands/imm_search.py
mud/commands/imm_server.py
mud/commands/imm_set.py
mud/commands/info.py
mud/commands/info_extended.py
mud/commands/inspection.py
mud/commands/inventory.py
mud/commands/liquids.py
mud/commands/magic_items.py
mud/commands/misc_info.py
mud/commands/misc_player.py
mud/commands/mobprog_tools.py
mud/commands/movement.py
mud/commands/murder.py
mud/commands/notes.py
mud/commands/obj_manipulation.py
mud/commands/player_config.py
mud/commands/player_info.py
mud/commands/position.py
mud/commands/remaining_rom.py
mud/commands/session.py
mud/commands/shop.py
mud/commands/socials.py
mud/commands/thief_skills.py
mud/commands/typo_guards.py
mud/db/__init__.py
mud/db/init.py
mud/db/migrate_from_files.py
mud/db/migrations.py
mud/db/models.py
mud/db/seed.py
mud/db/serializers.py
mud/db/session.py
mud/devtools/__init__.py
mud/devtools/agent_demo.py
mud/diagnostics/__init__.py
mud/diagnostics/invariants.py
mud/groups/__init__.py
mud/groups/xp.py
mud/imc/__init__.py
mud/imc/commands.py
mud/imc/network.py
mud/imc/protocol.py
mud/loaders/__init__.py
mud/loaders/area_loader.py
mud/loaders/base_loader.py
mud/loaders/help_loader.py
mud/loaders/json_loader.py
mud/loaders/mob_loader.py
mud/loaders/mobprog_loader.py
mud/loaders/obj_loader.py
mud/loaders/reset_loader.py
mud/loaders/room_loader.py
mud/loaders/shop_loader.py
mud/loaders/social_loader.py
mud/loaders/specials_loader.py
mud/magic/__init__.py
mud/magic/effects.py
mud/math/c_compat.py
mud/math/stat_apps.py
mud/models/__init__.py
mud/models/area.py
mud/models/area_json.py
mud/models/board.py
mud/models/board_json.py
mud/models/character.py
mud/models/character_json.py
mud/models/clans.py
mud/models/classes.py
mud/models/constants.py
mud/models/conversion.py
mud/models/help.py
mud/models/help_json.py
mud/models/json_io.py
mud/models/mob.py
mud/models/note.py
mud/models/note_json.py
mud/models/obj.py
mud/models/object.py
mud/models/object_json.py
mud/models/player_json.py
mud/models/races.py
mud/models/room.py
mud/models/room_json.py
mud/models/shop.py
mud/models/shop_json.py
mud/models/skill.py
mud/models/skill_json.py
mud/models/social.py
mud/models/social_json.py
mud/models/titles.py
mud/models/weapon_table.py
mud/music/__init__.py
mud/net/__init__.py
mud/net/ansi.py
mud/net/connection.py
mud/net/protocol.py
mud/net/session.py
mud/net/ssh_server.py
mud/net/telnet_server.py
mud/network/__init__.py
mud/network/websocket_server.py
mud/network/websocket_session.py
mud/network/websocket_stream.py
mud/olc/__init__.py
mud/olc/editor_state.py
mud/olc/save.py
mud/scripts/convert_are_to_json.py
mud/scripts/convert_help_are_to_json.py
mud/scripts/convert_player_to_json.py
mud/scripts/convert_shops_to_json.py
mud/scripts/convert_skills_to_json.py
mud/scripts/convert_social_are_to_json.py
mud/scripts/load_test_data.py
mud/security/__init__.py
mud/security/bans.py
mud/security/hash_utils.py
mud/skills/__init__.py
mud/skills/groups.py
mud/skills/handlers.py
mud/skills/metadata.py
mud/skills/registry.py
mud/skills/say_spell.py
mud/spawning/__init__.py
mud/spawning/mob_spawner.py
mud/spawning/obj_spawner.py
mud/spawning/reset_handler.py
mud/spawning/templates.py
mud/utils/act.py
mud/utils/bit.py
mud/utils/fix_sex.py
mud/utils/messaging.py
mud/utils/olc_tables.py
mud/utils/poses.py
mud/utils/prefix_lookup.py
mud/utils/prompt.py
mud/utils/rng_mm.py
mud/utils/string_editor.py
mud/utils/text.py
mud/utils/timing.py
mud/world/__init__.py
mud/world/char_find.py
mud/world/linking.py
mud/world/look.py
mud/world/movement.py
mud/world/obj_find.py
mud/world/time_persistence.py
mud/world/vision.py
mud/world/world_state.py
rom24_quickmud_python.egg-info/PKG-INFO
rom24_quickmud_python.egg-info/SOURCES.txt
rom24_quickmud_python.egg-info/dependency_links.txt
rom24_quickmud_python.egg-info/entry_points.txt
rom24_quickmud_python.egg-info/requires.txt
rom24_quickmud_python.egg-info/top_level.txt
tests/conftest.py
tests/helpers.py
tests/helpers_player.py
tests/test_account_auth.py
tests/test_act_comm_rom_parity.py
tests/test_act_enter_rom_parity.py
tests/test_act_info_rom_parity.py
tests/test_act_obj_rom_parity.py
tests/test_act_wiz_rom_parity.py
tests/test_advancement.py
tests/test_affects.py
tests/test_agent_interface.py
tests/test_alias_parity.py
tests/test_ansi.py
tests/test_are_conversion.py
tests/test_area_counts.py
tests/test_area_exits.py
tests/test_area_loader.py
tests/test_area_specials.py
tests/test_arith_208_dice_no_floor.py
tests/test_arith_210_current_hp_no_floor.py
tests/test_arith_211_look_condition_negative_max_hit.py
tests/test_arith_max_hit_floor.py
tests/test_attribute_convention.py
tests/test_bans.py
tests/test_boards.py
tests/test_builder_hedit.py
tests/test_builder_stat_commands.py
tests/test_building.py
tests/test_char_update_rom_parity.py
tests/test_combat.py
tests/test_combat_assist.py
tests/test_combat_damage_types.py
tests/test_combat_death.py
tests/test_combat_defenses_prob.py
tests/test_combat_messages.py
tests/test_combat_position_damage.py
tests/test_combat_rom_parity.py
tests/test_combat_skills.py
tests/test_combat_state.py
tests/test_combat_surrender.py
tests/test_combat_thac0.py
tests/test_combat_thac0_engine.py
tests/test_command_abbrev.py
tests/test_command_parity.py
tests/test_commands.py
tests/test_communication.py
tests/test_connection_motd.py
tests/test_convert_are_to_json_cli.py
tests/test_critical_function_parity.py
tests/test_damage_reduction.py
tests/test_damage_reduction_integration.py
tests/test_db_resets_rom_parity.py
tests/test_db_seed.py
tests/test_defense_flags.py
tests/test_diff_harness_data_parity.py
tests/test_diff_harness_generated.py
tests/test_diff_harness_unit.py
tests/test_differential_smoke.py
tests/test_encumbrance.py
tests/test_enter_portal.py
tests/test_equipment_key_convention.py
tests/test_fighting_state.py
tests/test_fix_sex.py
tests/test_flag_hex_convention.py
tests/test_follow_canonical.py
tests/test_game_loop.py
tests/test_game_loop_order.py
tests/test_game_loop_wait_daze.py
tests/test_golden_reference.py
tests/test_handler_affects_rom_parity.py
tests/test_hash_utils.py
tests/test_healer.py
tests/test_healer_parity.py
tests/test_healer_rom_parity.py
tests/test_help_conversion.py
tests/test_help_system.py
tests/test_imc.py
tests/test_inv034_pointer_identity_divergence.py
tests/test_invariant_checker.py
tests/test_json_io.py
tests/test_json_model_instantiation.py
tests/test_json_room_fields.py
tests/test_load_midgaard.py
tests/test_logging_admin.py
tests/test_logging_rotation.py
tests/test_message_delivery_convention.py
tests/test_mob_act_flags.py
tests/test_mob_damage_modifiers.py
tests/test_mob_dice_parity.py
tests/test_mobprog.py
tests/test_mobprog_commands.py
tests/test_mobprog_helpers.py
tests/test_mobprog_triggers.py
tests/test_movement.py
tests/test_movement_charm.py
tests/test_movement_costs.py
tests/test_movement_doors.py
tests/test_movement_followers.py
tests/test_movement_mobprog.py
tests/test_movement_npc.py
tests/test_movement_portals.py
tests/test_movement_privacy.py
tests/test_movement_visibility.py
tests/test_music.py
tests/test_nanny_rom_parity.py
tests/test_networking_telnet.py
tests/test_obj_loader.py
tests/test_obj_update_rom_parity.py
tests/test_olc_aedit.py
tests/test_olc_medit.py
tests/test_olc_oedit.py
tests/test_olc_save.py
tests/test_passive_skills_rom_parity.py
tests/test_pet_save_affect_roundtrip.py
tests/test_phantom_registry_convention.py
tests/test_player_affect_flags.py
tests/test_player_auto_settings.py
tests/test_player_combat_attributes.py
tests/test_player_conditions.py
tests/test_player_creation.py
tests/test_player_equipment.py
tests/test_player_flags.py
tests/test_player_info_commands.py
tests/test_player_mechanics.py
tests/test_player_prompt.py
tests/test_player_resistance_flags.py
tests/test_player_skills_spells.py
tests/test_player_stats.py
tests/test_player_title_description.py
tests/test_player_wimpy.py
tests/test_practice.py
tests/test_prompt_clamps_hp.py
tests/test_reset_levels.py
tests/test_resets.py
tests/test_rng_and_ccompat.py
tests/test_rng_determinism.py
tests/test_rng_dice.py
tests/test_runtime_models.py
tests/test_saves_rom_parity.py
tests/test_say_spell.py
tests/test_scan_parity.py
tests/test_schema_validation.py
tests/test_scripted_session.py
tests/test_shop_conversion.py
tests/test_shops.py
tests/test_skill_combat_rom_parity.py
tests/test_skill_conversion.py
tests/test_skill_envenom_rom_parity.py
tests/test_skill_haggle_rom_parity.py
tests/test_skill_hide_rom_parity.py
tests/test_skill_peek_rom_parity.py
tests/test_skill_pick_lock_rom_parity.py
tests/test_skill_recall_rom_parity.py
tests/test_skill_registry.py
tests/test_skill_steal_rom_parity.py
tests/test_skills.py
tests/test_skills_buffs.py
tests/test_skills_combat.py
tests/test_skills_conjuration.py
tests/test_skills_damage.py
tests/test_skills_debuffs.py
tests/test_skills_detection.py
tests/test_skills_healing.py
tests/test_skills_identify.py
tests/test_skills_learned.py
tests/test_skills_mass.py
tests/test_skills_misc.py
tests/test_skills_spells_cast_listing.py
tests/test_skills_transport.py
tests/test_social_conversion.py
tests/test_social_placeholders.py
tests/test_spawning.py
tests/test_spec_fun_behaviors.py
tests/test_spec_funs.py
tests/test_spec_funs_extra.py
tests/test_specials_loader_ext.py
tests/test_spell_area_effects_rom_parity.py
tests/test_spell_breath_weapons_rom_parity.py
tests/test_spell_buff_debuff_additional_rom_parity.py
tests/test_spell_buff_debuff_rom_parity.py
tests/test_spell_cancellation_rom_parity.py
tests/test_spell_charm_control_rom_parity.py
tests/test_spell_creation_rom_parity.py
tests/test_spell_critical_gameplay_rom_parity.py
tests/test_spell_damage_additional_rom_parity.py
tests/test_spell_detection_rom_parity.py
tests/test_spell_enchantment_rom_parity.py
tests/test_spell_farsight_rom_parity.py
tests/test_spell_final_nine_rom_parity.py
tests/test_spell_harm_rom_parity.py
tests/test_spell_healing_rom_parity.py
tests/test_spell_heat_metal_rom_parity.py
tests/test_spell_high_priority_missing_rom_parity.py
tests/test_spell_information_rom_parity.py
tests/test_spell_mass_healing_rom_parity.py
tests/test_spell_priority_high_rom_parity.py
tests/test_spell_shocking_grasp_rom_parity.py
tests/test_spell_travel_portal_rom_parity.py
tests/test_spells_basic.py
tests/test_spells_damage.py
tests/test_state_transitions.py
tests/test_telnet_server.py
tests/test_thief_skills_dispatcher_parity.py
tests/test_time_daynight.py
tests/test_time_persistence.py
tests/test_utility_spells_parity.py
tests/test_vision_roomless_target.py
tests/test_weapon_damage.py
tests/test_weapon_special_attacks.py
tests/test_weapon_table_parity.py
tests/test_websocket_server.py
tests/test_wiznet.py
tests/test_world.py
tests/integration/conftest.py
tests/integration/test_act_cap_001_broadcast_room.py
tests/integration/test_act_cap_002_room_broadcast.py
tests/integration/test_act_cap_003_communication_capitalize.py
tests/integration/test_act_cap_004_broadcast_global_capitalize.py
tests/integration/test_act_comm001_follow_self_single_message.py
tests/integration/test_act_comm002_follow_other_single_message.py
tests/integration/test_act_comm003_stop_follower_delivery_channel.py
tests/integration/test_act_comm_gaps.py
tests/integration/test_act_enter_gaps.py
tests/integration/test_act_wiz_command_parity.py
tests/integration/test_admin_commands.py
tests/integration/test_advancement_con_app.py
tests/integration/test_advancement_wis_app.py
tests/integration/test_affect_check_prototype_fallback.py
tests/integration/test_affect_join_merge.py
tests/integration/test_alias_command_parity.py
tests/integration/test_architectural_parity.py
tests/integration/test_arith_107_nplayer_no_floor.py
tests/integration/test_arith_111_haggle_no_floor.py
tests/integration/test_arith_115_keeper_wealth_no_floor.py
tests/integration/test_arith_203_204_plague_drain_no_floor.py
tests/integration/test_arith_205_carry_number_no_floor.py
tests/integration/test_auto_flags.py
tests/integration/test_auto_sacrifice_pers.py
tests/integration/test_auto_sacrifice_reward_scaling.py
tests/integration/test_auto_sequences.py
tests/integration/test_ban_command_parity.py
tests/integration/test_bash_broadcasts.py
tests/integration/test_berserk_duration.py
tests/integration/test_bit_flag_string.py
tests/integration/test_bit_flag_value.py
tests/integration/test_bit_is_stat.py
tests/integration/test_boards_rom_parity.py
tests/integration/test_broadcast_room_single_delivery.py
tests/integration/test_can_drop_obj_nodrop_bit.py
tests/integration/test_cast010_wait_state_uses_spell_beats.py
tests/integration/test_cast011_say_spell_broadcast.py
tests/integration/test_cast_009_failed_cast_improves_skill.py
tests/integration/test_channels.py
tests/integration/test_char_update_lethal_tick_iteration.py
tests/integration/test_character_advancement.py
tests/integration/test_character_commands.py
tests/integration/test_character_creation_runtime.py
tests/integration/test_charm_person_delivery_channel.py
tests/integration/test_charm_person_duration.py
tests/integration/test_check_assist_dispatch_scope.py
tests/integration/test_class14_linkdead_lifecycle.py
tests/integration/test_clone_broadcasts.py
tests/integration/test_close_broadcasts.py
tests/integration/test_colour_spray_delivery_channel.py
tests/integration/test_combat_dex_app.py
tests/integration/test_combat_str_app.py
tests/integration/test_communication_enhancement.py
tests/integration/test_compare_critical_gaps.py
tests/integration/test_config_commands.py
tests/integration/test_consider002_safe_target_context_message.py
tests/integration/test_consumables.py
tests/integration/test_container_retrieval.py
tests/integration/test_dam_message_pers.py
tests/integration/test_db2_loader_parity.py
tests/integration/test_db_canonical_round_trip.py
tests/integration/test_death_and_corpses.py
tests/integration/test_decay_loop_inv012.py
tests/integration/test_die_follower_leader_chain.py
tests/integration/test_do_affects.py
tests/integration/test_do_cast_object_target.py
tests/integration/test_do_cast_pk_gates.py
tests/integration/test_do_config_flag_alignment.py
tests/integration/test_do_consider_command.py
tests/integration/test_do_equipment.py
tests/integration/test_do_examine_command.py
tests/integration/test_do_exits_command.py
tests/integration/test_do_follow_master_notification.py
tests/integration/test_do_gain_act_gain_bit.py
tests/integration/test_do_group_notification.py
tests/integration/test_do_groups_known_groups.py
tests/integration/test_do_help_command.py
tests/integration/test_do_inventory.py
tests/integration/test_do_look_command.py
tests/integration/test_do_password_command.py
tests/integration/test_do_peek_check_improve.py
tests/integration/test_do_practice_command.py
tests/integration/test_do_purge_nopurge_bits.py
tests/integration/test_do_quiet_comm_bit.py
tests/integration/test_do_time_command.py
tests/integration/test_do_weather_command.py
tests/integration/test_do_where_command.py
tests/integration/test_do_who_command.py
tests/integration/test_do_worth.py
tests/integration/test_door_broadcasts.py
tests/integration/test_door_portal_commands.py
tests/integration/test_drop_command.py
tests/integration/test_dupl_001b_no_duplicate_delivery.py
tests/integration/test_dupl_001c_game_loop_no_duplicate.py
tests/integration/test_dupl_003_extract_obj.py
tests/integration/test_emote_parity.py
tests/integration/test_environmental_effects.py
tests/integration/test_equip_key_canonical.py
tests/integration/test_equipment_ac_calculations.py
tests/integration/test_equipment_system.py
tests/integration/test_fight035_disarm_act_structure.py
tests/integration/test_fight036_dirt_kick_pronoun_masking.py
tests/integration/test_fight037_dirt_kick_victim_legs.py
tests/integration/test_fight038_disarm_noremove_improve.py
tests/integration/test_fight039_trip_self_room_pers.py
tests/integration/test_fight040_dirt_already_blinded.py
tests/integration/test_fight041_death_cry_pers_masking.py
tests/integration/test_fight042_death_cry_neighbor_trig_act.py
tests/integration/test_fight043_flee_xp_loss.py
tests/integration/test_fight044_bash_killer_flag.py
tests/integration/test_fight045_trip_killer_flag.py
tests/integration/test_fight046_backstab_killer_flag.py
tests/integration/test_fight047_kick_killer_flag.py
tests/integration/test_fight048_murder_yell.py
tests/integration/test_fight049_murder_safety_pc_vs_pc.py
tests/integration/test_fight050_is_safe_npc_guards.py
tests/integration/test_fight051_murder_safety_npc_guards.py
tests/integration/test_fight052_kill_safety_npc_guard_order.py
tests/integration/test_fight053_check_assist_rng_increment.py
tests/integration/test_fight054_do_flee_mechanism.py
tests/integration/test_fight055_xp_compute_alignment_gaps.py
tests/integration/test_fight056_damage_soft_cap.py
tests/integration/test_fight057_double_riv.py
tests/integration/test_fight058_damage_reduction_bypass.py
tests/integration/test_fight060_check_assist_elif_chain.py
tests/integration/test_fight061_flee_move_cost.py
tests/integration/test_fight062_flee_broadcast.py
tests/integration/test_fight065_disarm_no_weapon_literal.py
tests/integration/test_fight066_defense_return_pers.py
tests/integration/test_fight067_bash_safe_room_entry_gate.py
tests/integration/test_fight068_bash_position_before_self.py
tests/integration/test_fight069_dirt_trip_kill_steal_gate.py
tests/integration/test_fight070_bash_is_safe_message.py
tests/integration/test_fight071_dirt_trip_charm_gate.py
tests/integration/test_fight072_dirt_blind_before_self.py
tests/integration/test_fight073_dirt_blind_pronoun_message.py
tests/integration/test_fight074_kill_charm_order.py
tests/integration/test_fight075_bash_position_pronoun_message.py
tests/integration/test_fight077_is_safe_no_npc_level_gate.py
tests/integration/test_fight078_npc_corpse_money_gate.py
tests/integration/test_fight_018_dam_message_act_trigger_dispatch.py
tests/integration/test_fight_019_thac0_attack_roll.py
tests/integration/test_fight_021_multi_hit_unconditional_draw.py
tests/integration/test_fight_022_mob_hit_skill_rolls.py
tests/integration/test_fight_023_mob_dam_type_attack_index.py
tests/integration/test_fight_024_violence_tick_order.py
tests/integration/test_fight_025_act_capitalization.py
tests/integration/test_fight_026_npc_offensive_skill_no_crash.py
tests/integration/test_fight_027_npc_unarmed_damage_dice.py
tests/integration/test_fight_028_miss_attack_noun.py
tests/integration/test_fight_031_combat_act_capitalization.py
tests/integration/test_fight_032_defense_pers.py
tests/integration/test_fight_033_frost_shocking_weapon_name.py
tests/integration/test_fight_034_auto_split_pers_cap.py
tests/integration/test_fight_c_do_kill_parity.py
tests/integration/test_fight_c_safe_room_damage_gate.py
tests/integration/test_finding020_equip_remove_carry_position.py
tests/integration/test_finding021_look_in_container_header.py
tests/integration/test_finding022_show_list_to_char_parity.py
tests/integration/test_finding025_mob_equip_disarm.py
tests/integration/test_finding030_bless_affect_count.py
tests/integration/test_finding_012_npc_spell_save.py
tests/integration/test_finding_013_cast_silent_on_success.py
tests/integration/test_flag_command_parity.py
tests/integration/test_flee_moves_character.py
tests/integration/test_follow_can_see_gating.py
tests/integration/test_followcap_master_notification_capitalized.py
tests/integration/test_furniture_occupancy.py
tests/integration/test_gain_condition_delivers_to_connected_pc.py
tests/integration/test_get_curr_stat_floor_three.py
tests/integration/test_get_room_messages.py
tests/integration/test_give001_victim_delivery_channel.py
tests/integration/test_give_command.py
tests/integration/test_gl026_affect_tick_rng_consumption.py
tests/integration/test_gl027_mob_affect_tick_parity.py
tests/integration/test_gl028_mob_spell_effect_tick.py
tests/integration/test_gl031_pet_spell_effect_persistence.py
tests/integration/test_gl032_mob_affect_application.py
tests/integration/test_gl039_obj_update_spill_gate.py
tests/integration/test_gl_024_level1_plague_dormant.py
tests/integration/test_group_005_pers_masking.py
tests/integration/test_group_006_listing_order.py
tests/integration/test_group_broadcasts.py
tests/integration/test_group_combat.py
tests/integration/test_group_gain_tick_delivery.py
tests/integration/test_group_xp_npc_level_floor.py
tests/integration/test_handler001_get_char_room_self.py
tests/integration/test_handler002_get_char_room_count_once.py
tests/integration/test_handler003_get_char_matches_name_only.py
tests/integration/test_handler004_is_name_whole_word_prefix.py
tests/integration/test_handler005_get_char_world_skips_roomless.py
tests/integration/test_handler006_get_char_world_newest_match.py
tests/integration/test_healer_command_parity.py
tests/integration/test_hedit_parity.py
tests/integration/test_hpcnt_once_per_pulse.py
tests/integration/test_imm_command_delivery_dupl_001a.py
tests/integration/test_imm_set_stat_range.py
tests/integration/test_imm_summon_bit_alignment.py
tests/integration/test_incognito_broadcasts.py
tests/integration/test_info_display.py
tests/integration/test_interp025_social_self_target.py
tests/integration/test_interp026_social_can_see_and_nname.py
tests/integration/test_interp_dispatcher.py
tests/integration/test_interp_prefix_order.py
tests/integration/test_interp_trust.py
tests/integration/test_inv001_comm_delivery_channel.py
tests/integration/test_inv001_delivery_helpers_channel.py
tests/integration/test_inv001_inline_delivery_channel.py
tests/integration/test_inv001_room_broadcast_channel.py
tests/integration/test_inv001_wiznet_delivery_channel.py
tests/integration/test_inv005_same_room_combat.py
tests/integration/test_inv006_fighting_pointer_coherence.py
tests/integration/test_inv008_persistence_coherence.py
tests/integration/test_inv009_registry_disconnect_cleanup.py
tests/integration/test_inv010_room_people_coherence.py
tests/integration/test_inv011_carry_weight_coherence.py
tests/integration/test_inv012_end_to_end.py
tests/integration/test_inv012_object_list_canonical.py
tests/integration/test_inv013_add_object_carrier.py
tests/integration/test_inv013_object_location_coherence.py
tests/integration/test_inv014_object_registry_membership.py
tests/integration/test_inv015_affect_tick_lifecycle.py
tests/integration/test_inv016_position_transition_broadcast.py
tests/integration/test_inv018_wear_off_message_for_raw_affect.py
tests/integration/test_inv019_position_promotion_on_heal.py
tests/integration/test_inv020_extract_quit_cleanup.py
tests/integration/test_inv020_group_leader_coherence_on_raw_kill.py
tests/integration/test_inv020_quit_extracts_objects.py
tests/integration/test_inv021_object_extract_recursive.py
tests/integration/test_inv022_equip_applies_object_affects.py
tests/integration/test_inv023_area_nplayer_coherence.py
tests/integration/test_inv024_container_closed_visibility.py
tests/integration/test_inv025_cancellation_act_pers_masking.py
tests/integration/test_inv025_clone_act_trigger_dispatch.py
tests/integration/test_inv025_command_broadcast_pers_sweep.py
tests/integration/test_inv025_command_layer_pers.py
tests/integration/test_inv025_communication_act_trigger_dispatch.py
tests/integration/test_inv025_consumption_act_trigger_dispatch.py
tests/integration/test_inv025_do_drop_act_trigger_dispatch.py
tests/integration/test_inv025_do_get_act_trigger_dispatch.py
tests/integration/test_inv025_do_give_act_trigger_suppression.py
tests/integration/test_inv025_do_open_act_trigger_dispatch.py
tests/integration/test_inv025_do_put_act_trigger_dispatch.py
tests/integration/test_inv025_do_sacrifice_act_trigger_dispatch.py
tests/integration/test_inv025_door_commands_act_trigger_dispatch.py
tests/integration/test_inv025_door_commands_pers_sweep.py
tests/integration/test_inv025_equipment_act_trigger_dispatch.py
tests/integration/test_inv025_equipment_pers_sweep.py
tests/integration/test_inv025_give_pers_sweep.py
tests/integration/test_inv025_imm_act_trigger_dispatch.py
tests/integration/test_inv025_imm_display_act_trigger_dispatch.py
tests/integration/test_inv025_imm_load_act_trigger_dispatch.py
tests/integration/test_inv025_liquids_act_trigger_dispatch.py
tests/integration/test_inv025_magic_items_act_trigger_dispatch.py
tests/integration/test_inv025_mobprog_act_trigger_dispatch.py
tests/integration/test_inv025_movement_act_trigger_dispatch.py
tests/integration/test_inv025_obj_command_pers_sweep.py
tests/integration/test_inv025_plague_tick_act_trigger_dispatch.py
tests/integration/test_inv025_position_transition_act_trigger_dispatch.py
tests/integration/test_inv025_reverse_door_act_trigger_dispatch.py
tests/integration/test_inv025_socials_pers_sweep.py
tests/integration/test_inv025_spell_effect_act_trigger.py
tests/integration/test_inv025_spell_self_effect_pers_masking.py
tests/integration/test_inv025_steal_act_trigger_dispatch.py
tests/integration/test_inv026_violence_trigger_dispatch.py
tests/integration/test_inv027_act_pers_name_masking.py
tests/integration/test_inv028_light_slot_key_coherence.py
tests/integration/test_inv029_act_first_letter_cap.py
tests/integration/test_inv030_bless_object_branch.py
tests/integration/test_inv031_pc_death_preserves_group.py
tests/integration/test_inv032_room_flags_survive_load.py
tests/integration/test_inv033_furniture_on_pointer_coherence.py
tests/integration/test_inv036_sleep_strip_on_combat_start.py
tests/integration/test_inv037_follow_self_pet_pointer_cleanup.py
tests/integration/test_inv038_idle_timer_input_reset.py
tests/integration/test_inv040_affect_to_char_full_apply.py
tests/integration/test_inv041_shopkeeper_psop_coherence.py
tests/integration/test_inv042_kill_death_xp_trigger_ordering.py
tests/integration/test_inv043_nuke_pets_stop_fighting.py
tests/integration/test_inv046_family3b.py
tests/integration/test_inv046_phantom_registry.py
tests/integration/test_inv047_extract_clears_mprog_target.py
tests/integration/test_inv047_extract_paths_clear_refs.py
tests/integration/test_inv050_is_safe_bool_faithful.py
tests/integration/test_inv050_is_safe_spell_standalone.py
tests/integration/test_inv051_deferred_persistence.py
tests/integration/test_inv052_act_empty_discard.py
tests/integration/test_inv053_prompt_after_tick_output.py
tests/integration/test_invis_broadcasts.py
tests/integration/test_invisibility_combat.py
tests/integration/test_json_loader_parity.py
tests/integration/test_kill_command_single_delivery.py
tests/integration/test_lock_broadcasts.py
tests/integration/test_look007_look_at_char_broadcast.py
tests/integration/test_look_004_room_object_description.py
tests/integration/test_look_holylight_rom_parity.py
tests/integration/test_look_long_descr_rom_parity.py
tests/integration/test_lookup_parity.py
tests/integration/test_magic004_chain_lightning_pers_masking.py
tests/integration/test_magic005_poison_object_pers_masking.py
tests/integration/test_magic006_plague_pronoun_masking.py
tests/integration/test_magic007_object_pers_masking.py
tests/integration/test_magic010_object_invis_pers_masking.py
tests/integration/test_magic011_poison_food_caster_caps.py
tests/integration/test_magic012_frenzy_room_pers_masking.py
tests/integration/test_magic013_cure_disease_room_pers_masking.py
tests/integration/test_magic014_single_actor_room_pers_sweep.py
tests/integration/test_magic015_infravision_caster_actor.py
tests/integration/test_magic017_shield_pers.py
tests/integration/test_magic018_bless_pers.py
tests/integration/test_magic019_cure_pers.py
tests/integration/test_magic020_curse_object_pers.py
tests/integration/test_magic021_change_sex_quirk.py
tests/integration/test_magic022_protection_pers.py
tests/integration/test_magic023_frenzy_pers.py
tests/integration/test_magic024_strength_haste_pers.py
tests/integration/test_magic025_fly_infra_passdoor_pers.py
tests/integration/test_magic026_object_p_capitalization.py
tests/integration/test_magic027_faerie_fire_silent_duplicate.py
tests/integration/test_magic028_plague_unaffected_pers.py
tests/integration/test_magic029_envenom_skill_already_envenomed_cap.py
tests/integration/test_magic030_sleep_silent_gates.py
tests/integration/test_magic031_slow_stoneskin_pers.py
tests/integration/test_magic032_sanctuary_pers.py
tests/integration/test_magic033_know_alignment_act_semantics.py
tests/integration/test_magic034_detect_cluster_pers.py
tests/integration/test_magic035_curse_dispel_neutral_pers.py
tests/integration/test_magic036_dispel_to_room_pers.py
tests/integration/test_magic037_demonfire_curse_pers.py
tests/integration/test_magic038_demonfire_demons_pers.py
tests/integration/test_magic039_charm_person_pers.py
tests/integration/test_magic040_cure_room_broadcast_pers.py
tests/integration/test_magic041_chill_touch_room_pers.py
tests/integration/test_magic042_faerie_fog_revealed_pers.py
tests/integration/test_magic043_envenom_room_broadcast_pers.py
tests/integration/test_magic044_blindness_room_pers.py
tests/integration/test_magic_002_armor_message.py
tests/integration/test_magic_002_bless_message.py
tests/integration/test_magic_003_affect_message_channel.py
tests/integration/test_magic_effect_message_no_duplicate.py
tests/integration/test_message_delivery_no_duplicate.py
tests/integration/test_mload_oload_broadcasts.py
tests/integration/test_mob_ai.py
tests/integration/test_mob_berserk_has_spell_effect.py
tests/integration/test_mob_cmds_assist.py
tests/integration/test_mob_cmds_call.py
tests/integration/test_mob_cmds_cast.py
tests/integration/test_mob_cmds_damage.py
tests/integration/test_mob_cmds_flee.py
tests/integration/test_mob_cmds_junk.py
tests/integration/test_mob_cmds_kill.py
tests/integration/test_mob_cmds_oload.py
tests/integration/test_mob_cmds_purge.py
tests/integration/test_mob_cmds_remember.py
tests/integration/test_mob_cmds_transfer.py
tests/integration/test_mobcmd020_echo_capitalization.py
tests/integration/test_mobcmd021_asound_capitalization.py
tests/integration/test_mobprog_edge_cases.py
tests/integration/test_mobprog_give_trigger.py
tests/integration/test_mobprog_greet_trigger.py
tests/integration/test_mobprog_predicates.py
tests/integration/test_mobprog_program_flow.py
tests/integration/test_mobprog_scenarios.py
tests/integration/test_money_objects.py
tests/integration/test_move005_exit_trigger_ordering.py
tests/integration/test_move006_no_encumbrance_movement_gate.py
tests/integration/test_move_003_walk_line.py
tests/integration/test_mpedit_001_interpret_mpedit.py
tests/integration/test_mpedit_002_do_mpedit.py
tests/integration/test_mpedit_003_mprog_code_model.py
tests/integration/test_music_load_songs.py
tests/integration/test_music_play.py
tests/integration/test_nanny_login_parity.py
tests/integration/test_nanny_saveload_runtime_path.py
tests/integration/test_new_player_workflow.py
tests/integration/test_npc_speaker_does_not_trigger_speech.py
tests/integration/test_nukepet001_pet_fade_pers_and_notvict.py
tests/integration/test_numbered_get_syntax.py
tests/integration/test_obj_from_char_no_floor.py
tests/integration/test_olc_001_run_olc_editor.py
tests/integration/test_olc_007_redit_list_show.py
tests/integration/test_olc_008_oedit_missing_cmds.py
tests/integration/test_olc_009_medit_missing_cmds.py
tests/integration/test_olc_010_015_do_olc_router.py
tests/integration/test_olc_011_aedit_flag_toggle.py
tests/integration/test_olc_012_014_editor_fallback.py
tests/integration/test_olc_act_001_aedit_create.py
tests/integration/test_olc_act_002_redit_create.py
tests/integration/test_olc_act_003_redit_reset.py
tests/integration/test_olc_act_004_redit_vnum_teleport.py
tests/integration/test_olc_act_005_oedit_create.py
tests/integration/test_olc_act_006_medit_create.py
tests/integration/test_olc_act_007_aedit_show_flags.py
tests/integration/test_olc_act_008_redit_show_parity.py
tests/integration/test_olc_act_009_oedit_show_parity.py
tests/integration/test_olc_act_010_medit_show_parity.py
tests/integration/test_olc_act_011_name_messages.py
tests/integration/test_olc_act_012_aedit_reset.py
tests/integration/test_olc_act_013_get_area_for_vnum_order.py
tests/integration/test_olc_act_014_area_changed_protocol.py
tests/integration/test_olc_alist.py
tests/integration/test_olc_builders.py
tests/integration/test_olc_commands_listing.py
tests/integration/test_olc_descriptor_state.py
tests/integration/test_olc_display_resets.py
tests/integration/test_olc_do_resets_subcommands.py
tests/integration/test_olc_save_001_mob_defensive_flags.py
tests/integration/test_olc_save_002_mob_form_parts_size_material.py
tests/integration/test_olc_save_003_mob_mprogs.py
tests/integration/test_olc_save_004_mob_shops.py
tests/integration/test_olc_save_005_mob_spec_fun.py
tests/integration/test_olc_save_006_object_level.py
tests/integration/test_olc_save_007_object_affects.py
tests/integration/test_olc_save_008_object_extra_descr.py
tests/integration/test_olc_save_009_area_helps_round_trip.py
tests/integration/test_olc_save_010_asave_area_dispatch.py
tests/integration/test_olc_save_011_autosave_entry.py
tests/integration/test_olc_save_012_npc_security_gate.py
tests/integration/test_olc_save_013_area_list_social_prepend.py
tests/integration/test_olc_save_014_017_message_strings.py
tests/integration/test_order002_wait_state.py
tests/integration/test_order003_immortal_trust.py
tests/integration/test_order_broadcasts.py
tests/integration/test_password001_wait_state_umax.py
tests/integration/test_pc_death_keeps_connection.py
tests/integration/test_pc_death_no_message_replay.py
tests/integration/test_pet_buy_single_delivery.py
tests/integration/test_pick001_check_improve.py
tests/integration/test_pick002_wait_state.py
tests/integration/test_pick_broadcasts.py
tests/integration/test_pilot_integration.py
tests/integration/test_pit_timer_handling.py
tests/integration/test_player_config.py
tests/integration/test_player_npc_interaction.py
tests/integration/test_position_commands.py
tests/integration/test_practice_single_delivery.py
tests/integration/test_prompt_cmd_parity.py
tests/integration/test_prompt_rom_parity.py
tests/integration/test_purge_broadcasts.py
tests/integration/test_purge_routes_through_extract_character.py
tests/integration/test_put_pit_timer.py
tests/integration/test_put_room_messages.py
tests/integration/test_put_weight_mult.py
tests/integration/test_quit_broadcasts.py
tests/integration/test_recall001_exp_floor.py
tests/integration/test_recall002_check_improve.py
tests/integration/test_recall_train_commands.py
tests/integration/test_remove_command.py
tests/integration/test_rescue_killer_flag.py
tests/integration/test_rescue_single_delivery.py
tests/integration/test_restore_strips_affects.py
tests/integration/test_room_contents_show_list_parity.py
tests/integration/test_room_light_tracking.py
tests/integration/test_room_retrieval.py
tests/integration/test_room_safety_features.py
tests/integration/test_runtime_bugs_2026_04_30.py
tests/integration/test_sacrifice_command.py
tests/integration/test_save001_wait_state.py
tests/integration/test_say_parity.py
tests/integration/test_scan_broadcasts.py
tests/integration/test_shop_error_paths.py
tests/integration/test_shop_haggle_delivery_channel.py
tests/integration/test_shop_pet_001_dam_type_resolution.py
tests/integration/test_shop_pet_002_create_mobile_reroll.py
tests/integration/test_shop_room_broadcasts.py
tests/integration/test_shout_yell_parity.py
tests/integration/test_skill_registry_delivery_channel.py
tests/integration/test_skills_integration.py
tests/integration/test_skills_integration_combat_specials.py
tests/integration/test_slay_broadcasts.py
tests/integration/test_slay_routes_through_raw_kill.py
tests/integration/test_socials.py
tests/integration/test_spawn_001_rng_draw_order.py
tests/integration/test_spec017_delivery_channel.py
tests/integration/test_spell_affects_persistence.py
tests/integration/test_spell_casting.py
tests/integration/test_steal_broadcasts.py
tests/integration/test_steal_command.py
tests/integration/test_steal_thief_flag_delivery.py
tests/integration/test_still_recovering_single_delivery.py
tests/integration/test_string_editor_append.py
tests/integration/test_string_editor_edit.py
tests/integration/test_string_editor_first_arg.py
tests/integration/test_string_editor_format_string.py
tests/integration/test_string_editor_lineadd.py
tests/integration/test_string_editor_linedel.py
tests/integration/test_string_editor_merc_getline.py
tests/integration/test_string_editor_numlines.py
tests/integration/test_string_editor_proper.py
tests/integration/test_string_editor_replace.py
tests/integration/test_string_editor_string_add.py
tests/integration/test_string_editor_unpad.py
tests/integration/test_surrender_broadcasts.py
tests/integration/test_surrender_single_delivery.py
tests/integration/test_tables_parity.py
tests/integration/test_tell_parity.py
tests/integration/test_unlock_broadcasts.py
tests/integration/test_update_c_parity.py
tests/integration/test_visible001_strip_cast_invis.py
tests/integration/test_vision_002_dark_gate.py
tests/integration/test_weapon_damage_damroll_c_div.py
tests/integration/test_weapon_poison_affect.py
tests/integration/test_weapon_proc_pers.py
tests/integration/test_weather_time.py
tests/integration/test_wiz047_transfer_pers_name_masking.py
tests/integration/test_xp_compute_level_zero_pc.py