Last active
June 27, 2021 21:35
-
-
Save ashpool37/ec3f2e648635cc6871d2fab09d55f24a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#==> APPEARANCE | |
OPTIONS=symset:IBMgraphics_2 | |
OPTIONS=lit_corridor | |
OPTIONS=hilite_pet | |
OPTIONS=hilite_pile | |
OPTIONS=dark_room | |
OPTIONS=!sparkle | |
#==> MENU CONFIG | |
OPTIONS=!help | |
OPTIONS=menu_objsyms | |
OPTIONS=menustyle:partial | |
OPTIONS=!implicit_uncursed | |
# (unsupported?) OPTIONS=item_use_menu | |
OPTIONS=menucolors | |
MENUCOLOR=" blessed| B($| )"=green | |
MENUCOLOR=" cursed| C($| )"=red | |
MENUCOLOR="holy water"=green | |
MENUCOLOR="unholy water"=red | |
#--- Delayed deaths | |
MSGTYPE=stop "You are slowing down." | |
MSGTYPE=stop "You find it hard to breathe." | |
MSGTYPE=stop "You are turning a little .*" | |
#--- Important stuff | |
MSGTYPE=stop "You feel more confident.*" | |
MSGTYPE=stop "You float slightly lower.*" | |
MSGTYPE=stop "You wobble unsteadily in the air.*" | |
#--- Emergencies | |
MSGTYPE=stop "You hear a deafening roar!" # magic trap spawned monsters | |
MSGTYPE=stop "(KABOOM!!|KAABLAMM!!!).*" | |
MSGTYPE=stop "You fall into a pit!" | |
#==> STATUS BAR | |
OPTIONS=time | |
OPTIONS=showexp | |
OPTIONS=statushilites | |
OPTIONS=hitpointbar | |
OPTIONS=hilite_status:hitpoints/100%/grey&normal | |
OPTIONS=hilite_status:hitpoints/<100%/green&normal | |
OPTIONS=hilite_status:hitpoints/<66%/yellow&normal | |
OPTIONS=hilite_status:hitpoints/<50%/orange&normal | |
OPTIONS=hilite_status:hitpoints/<33%/red&bold | |
OPTIONS=hilite_status:hitpoints/<15%/red&inverse | |
OPTIONS=hilite_status:power/100%/grey&normal | |
OPTIONS=hilite_status:power/<100%/green&normal | |
OPTIONS=hilite_status:power/<66%/yellow&normal | |
OPTIONS=hilite_status:power/<50%/orange&normal | |
OPTIONS=hilite_status:power/<33%/red&bold | |
OPTIONS=hilite_status:cap/burdened/yellow/stressed/orange/strained/red&bold/overtaxed/red&inverse/overloaded/red&inverse&blink | |
OPTIONS=hilite_status:hunger/satiated/yellow/hungry/orange/weak/red&bold/fainting/red&inverse/fainted/red&inverse&blink | |
OPTIONS=hilite_status:condition/hallu/yellow | |
OPTIONS=hilite_status:condition/conf/orange | |
OPTIONS=hilite_status:condition/stun/red&bold | |
OPTIONS=hilite_status:condition/termill/red&inverse | |
OPTIONS=hilite_status:condition/foodpois/red&inverse | |
OPTIONS=hilite_status:condition/slime/red&inverse | |
OPTIONS=hilite_status:characteristics/up/green/down/red | |
OPTIONS=hilite_status: gold/up/yellow/down/brown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment