From 1f88b2d7c9832d0f303148db9d844230c8d5a80e Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Wed, 30 Dec 2009 12:57:16 +1000 Subject: Change scorpion to yellow (N78291), 052 glyph settings (jpeg). Yellow scorpions work better with brown giant cockroaches, now that they are on the same glyph, and they represent large threats than cockroaches; they also are no longer visually similar to wolf spiders, who are a completely different type of threat. This commit also includes a new settings file based on the 034_monster_glyphs.txt file, instead using the recent changes since 0.5.2: this includes the demon tier and colour changes, as well as the recent insect changes. Hopefully I've formatted it correctly, as I haven't worked out how to test it yet. :-) --- crawl-ref/settings/052_monster_glyphs.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 crawl-ref/settings/052_monster_glyphs.txt (limited to 'crawl-ref/settings') diff --git a/crawl-ref/settings/052_monster_glyphs.txt b/crawl-ref/settings/052_monster_glyphs.txt new file mode 100644 index 0000000000..091890a9f7 --- /dev/null +++ b/crawl-ref/settings/052_monster_glyphs.txt @@ -0,0 +1,31 @@ +# With current Dungeon Crawl Stone Soup trunk (tentatively +# titled 0.6), there has been a new shift of glyphs and +# colours. Some demons have been promoted, and others have +# been demoted, while queen monsters have been moved into +# their relevant non-queen glyph. + +########################### +# monsters +########################### + +# bees +mon_glyph = killer bee : yellow +mon_glyph = queen bee : yellow Q + +# ants/cockroaches +mon_glyph = queen ant : lightgrey Q +mon_glyph = giant cockroach : brown a + +# hybrids +mon_glyph = minotaur : red t + +# spiders +mon_glyph = trapdoor spider : brown +mon_glyph = wolf spider : brown + +# tier 4 demons +mon_glpyh = smoke demon : lightgrey 4 + +# tier 3 demons +mon_glyph = hellion : fire 3 +mon_glyph = ynoxinul : cyan 3 -- cgit v1.2.3-54-g00ecf