Compare commits
3 Commits
f1279adac4
...
9a921aa73f
Author | SHA1 | Date | |
---|---|---|---|
9a921aa73f | |||
d26c2e9012 | |||
644085925b |
@ -54,6 +54,10 @@
|
||||
libqalculate
|
||||
arduino-cli
|
||||
|
||||
gimp
|
||||
krita
|
||||
inkscape
|
||||
|
||||
ani-cli
|
||||
ytfzf
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
enable = true;
|
||||
nethack_options = {
|
||||
windowtype = "curses";
|
||||
align_message = "bottom";
|
||||
align_message = "top";
|
||||
msg_window = "reverse";
|
||||
msghistory = 1000;
|
||||
statuslines = 3;
|
||||
@ -24,30 +24,12 @@
|
||||
autopickup = true;
|
||||
pickup_burden = "B";
|
||||
disclose = "+iagcvo";
|
||||
sortloot = "full";
|
||||
runmode = "crawl";
|
||||
sortloot = "none";
|
||||
runmode = "walk";
|
||||
boulder = "0";
|
||||
|
||||
gender = "male";
|
||||
};
|
||||
|
||||
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 = ''$!=%"?()'';
|
||||
};
|
||||
pickup_types = ''$!=/?'';
|
||||
};
|
||||
|
||||
hilite_status = {
|
||||
@ -107,40 +89,40 @@
|
||||
msg_types = {
|
||||
stop = [
|
||||
"The .* (grabs|swings itself around) you!"
|
||||
"You don't feel very well."
|
||||
"You are turning a little green."
|
||||
"Your limbs are getting oozy."
|
||||
"Your skin begins to peel away."
|
||||
"You are turning into a green slime."
|
||||
"You are slowing down."
|
||||
"Your limbs are stiffening."
|
||||
"It constricts your throat!"
|
||||
"You find it hard to breathe."
|
||||
"You're gasping for air."
|
||||
"Your blood is having trouble reaching your brain."
|
||||
"You can no longer breathe."
|
||||
"You're turning blue."
|
||||
"You faint from lack of food"
|
||||
"Your consciousness is fading."
|
||||
"You regain consciousness"
|
||||
"You don't feel very well."
|
||||
"You are turning a little green."
|
||||
"Your limbs are getting oozy."
|
||||
"Your skin begins to peel away."
|
||||
"You are turning into a green slime."
|
||||
"You are slowing down."
|
||||
"Your limbs are stiffening."
|
||||
"It constricts your throat!"
|
||||
"You find it hard to breathe."
|
||||
"You're gasping for air."
|
||||
"Your blood is having trouble reaching your brain."
|
||||
"You can no longer breathe."
|
||||
"You're turning blue."
|
||||
"You faint from lack of food"
|
||||
"Your consciousness is fading."
|
||||
"You regain consciousness"
|
||||
|
||||
"You feel weak"
|
||||
"You feel weak now"
|
||||
"You are beginning to feel weak"
|
||||
"You feel deathly sick"
|
||||
"You feel (much|even) worse"
|
||||
"You feel weak"
|
||||
"You feel weak now"
|
||||
"You are beginning to feel weak"
|
||||
"You feel deathly sick"
|
||||
"You feel (much|even) worse"
|
||||
|
||||
"You feel more confident "
|
||||
"You feel more confident "
|
||||
|
||||
"You only feel hungry now"
|
||||
" needs food, badly!"
|
||||
"You feel hungry"
|
||||
"You are beginning to feel hungry"
|
||||
"You are getting the munchies"
|
||||
"You still have the munchies"
|
||||
"The munchies are interfering with your motor capabilities"
|
||||
"You now have a lesser case of the munchies"
|
||||
];
|
||||
"You only feel hungry now"
|
||||
" needs food, badly!"
|
||||
"You feel hungry"
|
||||
"You are beginning to feel hungry"
|
||||
"You are getting the munchies"
|
||||
"You still have the munchies"
|
||||
"The munchies are interfering with your motor capabilities"
|
||||
"You now have a lesser case of the munchies"
|
||||
];
|
||||
|
||||
hide = [
|
||||
"You swap places with .*"
|
||||
|
Loading…
Reference in New Issue
Block a user