From 342d93c81d1189ead083ff972eb6e874f041d9a3 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Thu, 26 Feb 2009 16:14:20 +0000 Subject: * Add tiles for Eustachio and Roxanne. This leaves Sonja, Azrael, Nergalle, and Saint Roka, for none of which I've got a clear image I can reconcile with the depiction of the base monster. :p * Add quiver backwards key to keybind.txt. (Some other newer commands may still be missing, I don't know.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9226 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/dat/descript/monsters.txt | 8 ++++---- crawl-ref/source/rltiles/dc-mon.txt | 4 ++++ crawl-ref/source/rltiles/dc-mon/unique/eustachio.png | Bin 0 -> 1002 bytes crawl-ref/source/rltiles/dc-mon/unique/roxanne.png | Bin 0 -> 631 bytes crawl-ref/source/tilepick.cc | 4 ++-- 5 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 crawl-ref/source/rltiles/dc-mon/unique/eustachio.png create mode 100644 crawl-ref/source/rltiles/dc-mon/unique/roxanne.png (limited to 'crawl-ref/source') diff --git a/crawl-ref/source/dat/descript/monsters.txt b/crawl-ref/source/dat/descript/monsters.txt index dc4af60fa4..fbe80dec0e 100644 --- a/crawl-ref/source/dat/descript/monsters.txt +++ b/crawl-ref/source/dat/descript/monsters.txt @@ -250,7 +250,7 @@ A fair-haired mage, wandering and seemingly half-mad with grief and guilt. %%%% Roxanne -A beautiful sapphire statue of a famous earth mage who disappeared after a catastrophic spell failure. +A beautiful sapphire statue of a famous earth mage who disappeared after a catastrophic spell failure. It is clutching a book. %%%% Rupert @@ -277,7 +277,7 @@ Sigmund And the song, and the tinkling of harp-strings to the roof-tree winded up; And Sigmund was dreamy with wine and the wearing of many a year; - And the noise and the glee of the people as the sound of the wild woods were + And the noise and the glee of the people as the sound of the wild woods were And the blossoming boughs of the Branstock were the wild trees waving about; So he said: 'Well seen, my fosterling; let the lip then strain it out.'" @@ -574,7 +574,7 @@ A huge grey slug with folds of wrinkled skin. %%%% elf -One of the race of elves which inhabits this dreary cave. +One of the race of elves which inhabits this dreary cave. %%%% ettin @@ -719,7 +719,7 @@ A huge wrinkled brain, floating just off the floor. Every now and then it seems %%%% giant slug -A huge and disgusting gastropod. +A huge and disgusting gastropod. %%%% giant snail diff --git a/crawl-ref/source/rltiles/dc-mon.txt b/crawl-ref/source/rltiles/dc-mon.txt index 0b6e03a389..ca5bdda264 100644 --- a/crawl-ref/source/rltiles/dc-mon.txt +++ b/crawl-ref/source/rltiles/dc-mon.txt @@ -248,6 +248,9 @@ toenail_golem MONS_TOENAIL_GOLEM wood_golem MONS_WOOD_GOLEM ## Statues (also '8') +%sdir dc-mon/unique +roxanne MONS_ROXANNE +%sdir dc-mon ice_statue ICE_STATUE silver_statue SILVER_STATUE orange_crystal_statue ORANGE_CRYSTAL_STATUE @@ -265,6 +268,7 @@ donald MONS_DONALD duane MONS_DUANE edmund MONS_EDMUND erica MONS_ERICA +eustachio MONS_EUSTACHIO frances MONS_FRANCES francis MONS_FRANCIS frederick MONS_FREDERICK diff --git a/crawl-ref/source/rltiles/dc-mon/unique/eustachio.png b/crawl-ref/source/rltiles/dc-mon/unique/eustachio.png new file mode 100644 index 0000000000..8f91aac995 Binary files /dev/null and b/crawl-ref/source/rltiles/dc-mon/unique/eustachio.png differ diff --git a/crawl-ref/source/rltiles/dc-mon/unique/roxanne.png b/crawl-ref/source/rltiles/dc-mon/unique/roxanne.png new file mode 100644 index 0000000000..0c006ca206 Binary files /dev/null and b/crawl-ref/source/rltiles/dc-mon/unique/roxanne.png differ diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc index b6d51aa45b..5375abb605 100644 --- a/crawl-ref/source/tilepick.cc +++ b/crawl-ref/source/tilepick.cc @@ -912,7 +912,7 @@ static int _tileidx_monster_base(const monsters *mon, bool detected) case MONS_MURRAY: return TILEP_MONS_MURRAY; case MONS_ROXANNE: - return TILEP_ICE_STATUE; // TODO enne + return TILEP_MONS_ROXANNE; case MONS_SONJA: return TILEP_MONS_KOBOLD; // TODO enne case MONS_AZRAEL: @@ -987,7 +987,7 @@ static int _tileidx_monster_base(const monsters *mon, bool detected) case MONS_MARGERY: return TILEP_MONS_MARGERY; case MONS_EUSTACHIO: - return TILEP_MONS_HUMAN; // TODO enne + return TILEP_MONS_EUSTACHIO; // unique major demons ('&') case MONS_MNOLEG: -- cgit v1.2.3-54-g00ecf