change(home/modules/nethack): remove default roles (choose option), change interface settings
This commit is contained in:
parent
644085925b
commit
d26c2e9012
@ -3,7 +3,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
nethack_options = {
|
nethack_options = {
|
||||||
windowtype = "curses";
|
windowtype = "curses";
|
||||||
align_message = "bottom";
|
align_message = "top";
|
||||||
msg_window = "reverse";
|
msg_window = "reverse";
|
||||||
msghistory = 1000;
|
msghistory = 1000;
|
||||||
statuslines = 3;
|
statuslines = 3;
|
||||||
@ -24,30 +24,12 @@
|
|||||||
autopickup = true;
|
autopickup = true;
|
||||||
pickup_burden = "B";
|
pickup_burden = "B";
|
||||||
disclose = "+iagcvo";
|
disclose = "+iagcvo";
|
||||||
sortloot = "full";
|
sortloot = "none";
|
||||||
runmode = "crawl";
|
runmode = "walk";
|
||||||
boulder = "0";
|
boulder = "0";
|
||||||
|
|
||||||
gender = "male";
|
gender = "male";
|
||||||
};
|
pickup_types = ''$!=/?'';
|
||||||
|
|
||||||
choose_options = {
|
|
||||||
wizard.nethack_options = {
|
|
||||||
race = "elf";
|
|
||||||
role = "wizard";
|
|
||||||
pickup_types = ''$!="+?'';
|
|
||||||
};
|
|
||||||
|
|
||||||
tourist.nethack_options = {
|
|
||||||
role = "tourist";
|
|
||||||
pickup_types = ''$!="+?'';
|
|
||||||
};
|
|
||||||
|
|
||||||
caveman.nethack_options = {
|
|
||||||
race = "dwarf";
|
|
||||||
role = "caveman";
|
|
||||||
pickup_types = ''$!=%"?()'';
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
hilite_status = {
|
hilite_status = {
|
||||||
|
Loading…
Reference in New Issue
Block a user