Imported from archive.
[mudpy.git] / menu
similarity index 54%
rename from lib/menus/login
rename to menu
index 2836f5d..e88c2fb 100644 (file)
+++ b/menu
@@ -1,12 +1,74 @@
-[entering_account_name]
-description = $(red)    :;$(bld)%%$(nrm)$(red).                   $(bld)%%S%%$(nrm)$(red);                                      $(bld)%%$(eol)$(nrm)$(red)t$(bld)S@@@@@   G@S$(nrm)$(red);             $(bld)G@@$(nrm)$(red)t                                    .$(bld)G@$(nrm)$(red)t$(eol)$(bld)%%@@@@@@  $(nrm)$(red);$(bld)@@@@G            @@@$(nrm)$(red).             .t$(bld)SG@%%                $(nrm)$(red);$(bld)S$(nrm)$(red)t;.$(eol);$(bld)@@@@@S  G@@@G             @@G $(nrm)$(red):            :$(bld)@@@@$(nrm)$(red):  t$(bld)@               $(nrm)$(red):;$(eol).$(bld)@@@@@%% $(nrm)$(red):$(bld)@@@G              @@@@@$(nrm)$(red).           :$(bld)@@@@  S@@$(nrm)$(red):     .    .$(bld)%%G@@$(nrm)$(red);     .$(eol) $(bld)@@@@@$(nrm)$(red); $(bld)G@@G       $(nrm)$(red):;;  .;$(bld)S@@S%%%%$(nrm)$(red):  . .$(bld)%%SS   $(nrm)$(red).$(bld)@@@%%$(nrm)$(red).$(bld)G@@S$(nrm)$(red):    ;$(bld)@S   $(nrm)$(red)t$(bld)@@@@     $(nrm)$(red);$(bld)@G$(eol) G@@@@$(nrm)$(red)::$(bld)@@S    $(nrm)$(red):$(bld)@$(nrm)$(red)t.$(bld)@@G    $(nrm)$(red).$(bld)@G     $(nrm)$(red);$(bld)@S$(nrm)$(red);$(bld)G@G    @@@S%%$(nrm)$(red);       $(bld)S@@@S  $(nrm)$(red);$(bld)@@@S    S@@@G$(eol) %%@@@@ S@S     G@@S$(nrm)$(red)t$(bld)@G    $(nrm)$(red):$(bld)@$(nrm)$(red)t     $(bld)@@@$(nrm)$(red);:$(bld)@G    @@@       $(nrm)$(red)t$(bld)GGG%%$(nrm)$(red);.   :$(bld)@@@$(nrm)$(red): ;$(bld)@GS$(nrm)$(red)t:$(eol) ;$(bld)@@@@$(nrm)$(red).$(bld)@S $(nrm)$(red).   .$(bld)@@$(nrm)$(red)t  $(bld)GG    $(nrm)$(red);$(bld)@$(nrm)$(red).    ;$(bld)@G$(nrm)$(red).  $(bld)SG    @@%%       @@@$(nrm)$(red)t      .$(bld)@@@  @@@S$(eol) $(nrm)$(red).$(bld)@@@G%%@S@G   SG$(nrm)$(red).   .$(bld)G    $(nrm)$(red)t$(bld)@     GS     @$(nrm)$(red)::  $(bld)@@$(nrm)$(red):       ;$(bld)%%S@SSS    @@%%  $(nrm)$(red):t$(bld)%%GGSG$(eol)  @@@GS$(nrm)$(red):$(bld)@@@$(nrm)$(red). .$(bld)S   $(nrm)$(red):t$(bld)S@@%%  tt    $(nrm)$(red):t .;$(bld)%%G@@@%%  G@           %%@@@S   @@$(nrm)$(red).     $(bld)%%@@@G$(eol)  G@@S  $(nrm)$(red)t$(bld)@@%% $(nrm)$(red)::t$(bld)%%SSGGG@%%  %%$(nrm)$(red).    .::;;;tt$(bld)%%%%$(nrm)$(red);  $(bld)GS         $(nrm)$(red);$(bld)S%%$(nrm)$(red);:     $(bld)@G    $(nrm)$(red);$(bld)S$(nrm)$(red)t;.$(eol)  $(bld)%%@@$(nrm)$(red):   $(bld)S@@              S                  S$(nrm)$(red):                   $(bld)G$(nrm)$(red);$(eol)  ;$(bld)@@$(nrm)$(red).    $(bld)G@$(nrm)$(red);             t                  $(bld)t                    %%$(eol)   GS     $(nrm)$(red).$(bld)S%%             $(nrm)$(red).                  .                    :$(eol)   $(bld)%%$(nrm)$(red)t      :$(bld)t$(eol)   $(nrm)$(red);:       :.  $(bld)$(grn)Aeons ago, in a time long since forgotten, this land was fair$(eol)   $(nrm)$(red)..        ;  $(bld)$(grn)and peaceful, governed by harmony and untouched by despair...$(eol)$(eol)                            $(red)But then the evil came.$(eol)$(eol)                         $(blk)[ http://katarsis.mudpy.org/ ]$(nrm)
-prompt = Identify yourself:
+[menu:choose_gender]
+choice_f = female
+prompt = Pick a gender for your new avatar:
+description = First, your new avatar needs a gender. In the world of Katarsis, all avatars are either male or female.
+choice_m = male
+branch = choose_name
+action = user.avatar.set("gender", user.menu_choices[choice])
 
-[checking_password]
-prompt = Password:
+[menu:entering_new_password]
+error_differs = The two passwords did not match. Try again...
+error_weak = That is a weak password... Try something at least 7 characters long with a combination of mixed-case letters, numbers and punctuation/spaces.
+prompt = Enter a new password for "$(account)":
 echo = off
-error_incorrect = Incorrect password, please try again...
 
-[disconnecting_duplicates]
+[menu:verifying_new_password]
+prompt = Enter the same new password again:
+echo = off
+
+[menu:checking_new_account_name]
+choice_d = disconnect now
+choice_g = go back
+prompt = Enter your choice:
+description = There is no existing account for "$(account)" (note that an account name is not the same as a character name). Would you like to create a new account by this name, go back and enter a different name or disconnect now?
+default = d
+choice_n = new account
+
+[menu:disconnecting_duplicates]
 prompt = $(red)Closing your previous connection...$(nrm)$(eol)
 
+[menu:choose_name]
+prompt = Choose a name for $(tpop):
+description = Your new avatar needs a name. This will be the name with which $(tpsp) grew up, and will initially be the name by which $(tpsp) is known in the world of Katarsis. There are ways for your new avatar to make a name for $(tpop)self over time, so $(tpsp) won't be stuck going by such an unremarkable name forever.
+create_1 = muffmisc.random_name()
+create_3 = muffmisc.random_name()
+create_2 = muffmisc.random_name()
+create_5 = muffmisc.random_name()
+create_4 = muffmisc.random_name()
+create_7 = muffmisc.random_name()
+create_6 = muffmisc.random_name()
+branch = active
+action = user.avatar.set("name", user.menu_choices[choice])
+
+[menu:entering_account_name]
+prompt = Identify yourself:
+description = $(red)    :;$(bld)%%$(nrm)$(red).                   $(bld)%%S%%$(nrm)$(red);                                      $(bld)%%$(eol)$(nrm)$(red)t$(bld)S@@@@@   G@S$(nrm)$(red);             $(bld)G@@$(nrm)$(red)t                                    .$(bld)G@$(nrm)$(red)t$(eol)$(bld)%%@@@@@@  $(nrm)$(red);$(bld)@@@@G            @@@$(nrm)$(red).             .t$(bld)SG@%%                $(nrm)$(red);$(bld)S$(nrm)$(red)t;.$(eol);$(bld)@@@@@S  G@@@G             @@G $(nrm)$(red):            :$(bld)@@@@$(nrm)$(red):  t$(bld)@               $(nrm)$(red):;$(eol).$(bld)@@@@@%% $(nrm)$(red):$(bld)@@@G              @@@@@$(nrm)$(red).           :$(bld)@@@@  S@@$(nrm)$(red):     .    .$(bld)%%G@@$(nrm)$(red);     .$(eol) $(bld)@@@@@$(nrm)$(red); $(bld)G@@G       $(nrm)$(red):;;  .;$(bld)S@@S%%%%$(nrm)$(red):  . .$(bld)%%SS   $(nrm)$(red).$(bld)@@@%%$(nrm)$(red).$(bld)G@@S$(nrm)$(red):    ;$(bld)@S   $(nrm)$(red)t$(bld)@@@@     $(nrm)$(red);$(bld)@G$(eol) G@@@@$(nrm)$(red)::$(bld)@@S    $(nrm)$(red):$(bld)@$(nrm)$(red)t.$(bld)@@G    $(nrm)$(red).$(bld)@G     $(nrm)$(red);$(bld)@S$(nrm)$(red);$(bld)G@G    @@@S%%$(nrm)$(red);       $(bld)S@@@S  $(nrm)$(red);$(bld)@@@S    S@@@G$(eol) %%@@@@ S@S     G@@S$(nrm)$(red)t$(bld)@G    $(nrm)$(red):$(bld)@$(nrm)$(red)t     $(bld)@@@$(nrm)$(red);:$(bld)@G    @@@       $(nrm)$(red)t$(bld)GGG%%$(nrm)$(red);.   :$(bld)@@@$(nrm)$(red): ;$(bld)@GS$(nrm)$(red)t:$(eol) ;$(bld)@@@@$(nrm)$(red).$(bld)@S $(nrm)$(red).   .$(bld)@@$(nrm)$(red)t  $(bld)GG    $(nrm)$(red);$(bld)@$(nrm)$(red).    ;$(bld)@G$(nrm)$(red).  $(bld)SG    @@%%       @@@$(nrm)$(red)t      .$(bld)@@@  @@@S$(eol) $(nrm)$(red).$(bld)@@@G%%@S@G   SG$(nrm)$(red).   .$(bld)G    $(nrm)$(red)t$(bld)@     GS     @$(nrm)$(red)::  $(bld)@@$(nrm)$(red):       ;$(bld)%%S@SSS    @@%%  $(nrm)$(red):t$(bld)%%GGSG$(eol)  @@@GS$(nrm)$(red):$(bld)@@@$(nrm)$(red). .$(bld)S   $(nrm)$(red):t$(bld)S@@%%  tt    $(nrm)$(red):t .;$(bld)%%G@@@%%  G@           %%@@@S   @@$(nrm)$(red).     $(bld)%%@@@G$(eol)  G@@S  $(nrm)$(red)t$(bld)@@%% $(nrm)$(red)::t$(bld)%%SSGGG@%%  %%$(nrm)$(red).    .::;;;tt$(bld)%%%%$(nrm)$(red);  $(bld)GS         $(nrm)$(red);$(bld)S%%$(nrm)$(red);:     $(bld)@G    $(nrm)$(red);$(bld)S$(nrm)$(red)t;.$(eol)  $(bld)%%@@$(nrm)$(red):   $(bld)S@@              S                  S$(nrm)$(red):                   $(bld)G$(nrm)$(red);$(eol)  ;$(bld)@@$(nrm)$(red).    $(bld)G@$(nrm)$(red);             t                  $(bld)t                    %%$(eol)   GS     $(nrm)$(red).$(bld)S%%             $(nrm)$(red).                  .                    :$(eol)   $(bld)%%$(nrm)$(red)t      :$(bld)t$(eol)   $(nrm)$(red);:       :.  $(bld)$(grn)Aeons ago, in a time long since forgotten, this land was fair$(eol)   $(nrm)$(red)..        ;  $(bld)$(grn)and peaceful, governed by harmony and untouched by despair...$(eol)$(eol)                            $(red)But then the evil came.$(eol)$(eol)                         $(blk)[ http://katarsis.mudpy.org/ ]$(nrm)
+error_bad_name = Your account name needs to contain only digits (0-9) and letters (a-z).
+
+[menu:disconnecting]
+description = $(red)Disconnecting...$(nrm)
+
+[menu:active]
+prompt = >
+
+[menu:main_utility]
+choice_d = delete an unwanted avatar
+branch_d = delete_avatar
+action_c = user.new_avatar()
+description = From here you can activate, create and delete avatars. An avatar is your persona in the world of Katarsis.
+branch_c = choose_gender
+choice_c = create a new avatar
+choice_l = leave katarsis for now
+branch_l = disconnecting
+prompt = What would you like to do?
+error_no_avatars = You don't have any avatars yet. An avatar is your persona in the world of Katarsis. It is recommended that you create one now.
+choice_p = permanently remove your account
+branch_p = delete_account
+branch_a = active
+choice_a = activate an existing avatar
+
+[menu:checking_password]
+prompt = Password:
+error_incorrect = Incorrect password, please try again...
+echo = off
+