Created
January 6, 2019 17:41
-
-
Save geekosaur/055356a81ba3abd9cf54e1023f40453a 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
tile_full_screen = true | |
show_player_species = true | |
# See options_guide.txt for the options | |
# cset, feature, mon_glyph, item_glyph | |
display_char += explosion : x263c | |
display_char += cloud : x2637 | |
# @@@ use feature to customize per god? | |
display_char += altar : x1030e | |
display_char += fired_zap : x26a1 | |
display_char += fired_bolt : x2652 | |
display_char += fired_missile : x26ab | |
display_char += invis_exposed : x2638 | |
display_char += item_corpse : x2617 | |
display_char += item_skeleton : x2620 | |
display_char += item_amulet : x2649 | |
display_char += item_ring : x26aa | |
display_char += item_scroll : x29ee | |
display_char += item_potion : x26b1 | |
display_char += stairs_down : x21a7 | |
display_char += stairs_up : x21a5 | |
display_char += trap : x2623 | |
display_char += wall : x2592 | |
display_char += permawall : x2588 | |
display_char += wall_magic : x2591 | |
display_char += floor : x00b7 | |
display_char += floor_magic : x166e | |
display_char += door_open : x2337 | |
display_char += door_closed : x2338 | |
display_char += item_food : x0fc9 | |
display_char += item_gold : x028a | |
display_char += item_book : xa616 | |
mon_glyph += P : x26b6 | |
mon_glyph += J : x2b2e | |
mon_glyph += G : xa669 | |
mon_glyph += S : x1c52 | |
mon_glyph += * : x085e | |
# wide, off center -- the latter would mitigate the former | |
mon_glyph += a : x2da9 | |
# 2d80? | |
#mon_glyph += Y : x2db5 | |
mon_glyph += Y : x2dd0 | |
mon_glyph += y : x1d60 | |
mon_glyph += b : x04dd | |
mon_glyph += l : x2ddb | |
# a little off center | |
mon_glyph += w : x0d60 | |
mon_glyph += r : x2cdc | |
# wide... but shouldn't be. font editor? | |
mon_glyph += h : x0cea | |
mon_glyph += g : x03d4 | |
# wide, off center -- the latter would mitigate the former | |
mon_glyph += W : x1276 | |
mon_glyph += @ : x133f | |
mon_glyph += s : x0436 | |
mon_glyph += O : x2d87 | |
mon_glyph += o : x2d8c | |
mon_glyph += K : x2d45 | |
mon_glyph += D : x2ce5 | |
# wide, off center -- the latter would mitigate the former | |
mon_glyph += Z : x1277 | |
mon_glyph += z : x136c | |
mon_glyph += c : x2dd5 | |
mon_glyph += F : x1335 | |
# H | |
# @@@ | |
# faded altar (ecu) x26cb? | |
# glowing altar (TSO) - one of the x ones, I guess | |
# shattered altar (Ash) - chains? | |
# snail-covered altar (Chei) - coffee? | |
# shadowy altar (Dith) | |
# marble altar (Ely) - caduceus? | |
# blossoming altar (Fed) | |
# opulent altar (Goz) - bank? | |
# hazy altar (Hep) | |
# viscous altar (Jiyva) - radioactive symbol? | |
# bone altar (Kiku) | |
# corrupted altar (Lu) - biohazard symbol? | |
# burning altar (Makh) | |
# sparkling altar (Nem) x2663? | |
# iron altar (Oka) | |
# stormy altar (Qaz) | |
# sacrificial altar (Ru) | |
# blue altar (Sif) | |
# bloodstained altar (Trog) | |
# hide-covered altar (Usk) | |
# radiant altar (Veh) | |
# shimmering altar (Xom) | |
# basalt altar (Yred) | |
# silver altar (Zin) x2696 | |
allow_extended_colours = true | |
blink_brightens_background = true | |
bold_brightens_foreground = true | |
auto_butcher = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment