summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings/052_monster_glyphs.txt
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2010-01-25 14:46:24 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2010-01-25 14:46:24 +1000
commit494db5b6afa024e36c2b31c6c01710a80ac85fd5 (patch)
tree8054696a66dd733292fc3df5371d01bfa5516656 /crawl-ref/settings/052_monster_glyphs.txt
parent20efee2c8b003b21c36842a1df9979b2cb2bcad2 (diff)
downloadcrawl-ref-494db5b6afa024e36c2b31c6c01710a80ac85fd5.tar.gz
crawl-ref-494db5b6afa024e36c2b31c6c01710a80ac85fd5.zip
A few further (simple) glyph and colour changes.
Hopefully these are non-contentious. This commit consolidates larvae onto the relevant glyph: * yellow "w" for killer be larvae become lightgrey "k". * lightgrey "w" for ant larvae become lightgrey "a". To compensate for the fact that soldier ants already exist as lightgrey "a", though are a considerable threat: * lightgrey "a" for soldier ants become white "a". The other changes involved furthers the recent adjustments to insubstantiality: as "p" has primarily the undead on it, apart from insubstantial wisps, these have been moved to "v". Vapours, likewise insubstantial, have also been moved to "v". This changes helps to remove confusion between "#" for monster glyphs and walls, the only remaining "#" monsters are the elementals. * lightgrey "v" for air elemental becomes white "v". * lightgrey "p" for insubstantial wisp becomes lightgrey "v". * lightgrey "#" for vapour becomes lightcyan "v". Finally, the long contentious darkgrey/black shadow on " " (no glyph), which causes visual issues on some platforms, and goes against our principle of no having any monsters on darkgrey, becomes magenta "p". This change is fitting because they are undead, and with the above change to insubstantial wisps now meaning that "p" is purely undead, it seems to work quite well. Magenta was chosen to match various other "shadow" creatures (shadow dragons, shadow imps, shadow demons, to name three). * darkgrey/black " " for shadows becomes magenta "p".
Diffstat (limited to 'crawl-ref/settings/052_monster_glyphs.txt')
-rw-r--r--crawl-ref/settings/052_monster_glyphs.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/crawl-ref/settings/052_monster_glyphs.txt b/crawl-ref/settings/052_monster_glyphs.txt
index 563b1b9205..7cdfdb3edc 100644
--- a/crawl-ref/settings/052_monster_glyphs.txt
+++ b/crawl-ref/settings/052_monster_glyphs.txt
@@ -11,10 +11,13 @@
# bees
mon_glyph = killer bee : yellow
mon_glyph = queen bee : yellow Q
+mon_glyph = killer bee larva : yellow w
# ants/cockroaches
mon_glyph = queen ant : lightgrey Q
mon_glyph = giant cockroach : brown a
+mon_glyph = ant larva : lightgrey w
+mon_glyph = soldier ant : lightgrey a
# hybrids
mon_glyph = minotaur : red t
@@ -34,3 +37,8 @@ mon_glyph = ynoxinul : cyan 3
mon_glyph = acid blob : lightgreen
# not in 0.5, but it would conflict with acid blobs
mon_glyph = merged slime creature : green
+
+# insubstantials
+mon_glyph = insubstantial wisp : lightgrey p
+mon_glpyh = shadow : darkgrey _
+mon_glyph = vapour : lightgrey #