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 = {
|
||||||
@ -107,40 +89,40 @@
|
|||||||
msg_types = {
|
msg_types = {
|
||||||
stop = [
|
stop = [
|
||||||
"The .* (grabs|swings itself around) you!"
|
"The .* (grabs|swings itself around) you!"
|
||||||
"You don't feel very well."
|
"You don't feel very well."
|
||||||
"You are turning a little green."
|
"You are turning a little green."
|
||||||
"Your limbs are getting oozy."
|
"Your limbs are getting oozy."
|
||||||
"Your skin begins to peel away."
|
"Your skin begins to peel away."
|
||||||
"You are turning into a green slime."
|
"You are turning into a green slime."
|
||||||
"You are slowing down."
|
"You are slowing down."
|
||||||
"Your limbs are stiffening."
|
"Your limbs are stiffening."
|
||||||
"It constricts your throat!"
|
"It constricts your throat!"
|
||||||
"You find it hard to breathe."
|
"You find it hard to breathe."
|
||||||
"You're gasping for air."
|
"You're gasping for air."
|
||||||
"Your blood is having trouble reaching your brain."
|
"Your blood is having trouble reaching your brain."
|
||||||
"You can no longer breathe."
|
"You can no longer breathe."
|
||||||
"You're turning blue."
|
"You're turning blue."
|
||||||
"You faint from lack of food"
|
"You faint from lack of food"
|
||||||
"Your consciousness is fading."
|
"Your consciousness is fading."
|
||||||
"You regain consciousness"
|
"You regain consciousness"
|
||||||
|
|
||||||
"You feel weak"
|
"You feel weak"
|
||||||
"You feel weak now"
|
"You feel weak now"
|
||||||
"You are beginning to feel weak"
|
"You are beginning to feel weak"
|
||||||
"You feel deathly sick"
|
"You feel deathly sick"
|
||||||
"You feel (much|even) worse"
|
"You feel (much|even) worse"
|
||||||
|
|
||||||
"You feel more confident "
|
"You feel more confident "
|
||||||
|
|
||||||
"You only feel hungry now"
|
"You only feel hungry now"
|
||||||
" needs food, badly!"
|
" needs food, badly!"
|
||||||
"You feel hungry"
|
"You feel hungry"
|
||||||
"You are beginning to feel hungry"
|
"You are beginning to feel hungry"
|
||||||
"You are getting the munchies"
|
"You are getting the munchies"
|
||||||
"You still have the munchies"
|
"You still have the munchies"
|
||||||
"The munchies are interfering with your motor capabilities"
|
"The munchies are interfering with your motor capabilities"
|
||||||
"You now have a lesser case of the munchies"
|
"You now have a lesser case of the munchies"
|
||||||
];
|
];
|
||||||
|
|
||||||
hide = [
|
hide = [
|
||||||
"You swap places with .*"
|
"You swap places with .*"
|
||||||
|
Loading…
Reference in New Issue
Block a user