summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/rltiles
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-28 16:47:26 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-28 16:48:23 +1000
commit1ae80c393d7062179b3478d8294655bf2c6fe6c5 (patch)
tree3a5fa38deb8a7ab8858313499354ea676a9dacde /crawl-ref/source/rltiles
parentf7d19cfa767ea3114d9f9f39253510a20cb8a8ba (diff)
downloadcrawl-ref-1ae80c393d7062179b3478d8294655bf2c6fe6c5.tar.gz
crawl-ref-1ae80c393d7062179b3478d8294655bf2c6fe6c5.zip
New unrand: +3 robe of Clouds (rElec, +Lev)
It creates clouds of rain and thin mist around the player (very occasionally). Provides insulation and evocable levitation. Also has a tile!
Diffstat (limited to 'crawl-ref/source/rltiles')
-rw-r--r--crawl-ref/source/rltiles/dc-player.txt1
-rw-r--r--crawl-ref/source/rltiles/dc-unrand.txt1
-rw-r--r--crawl-ref/source/rltiles/player/body/robe_clouds.pngbin0 -> 961 bytes
-rw-r--r--crawl-ref/source/rltiles/tiledef-unrand.cc2
4 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/rltiles/dc-player.txt b/crawl-ref/source/rltiles/dc-player.txt
index 1e2c1ef450..2cfc521901 100644
--- a/crawl-ref/source/rltiles/dc-player.txt
+++ b/crawl-ref/source/rltiles/dc-player.txt
@@ -257,6 +257,7 @@ robe_brown3 ROBE_BROWN3
robe_gray2 ROBE_GRAY2
# dresses
robe_misfortune ROBE_MISFORTUNE
+robe_clouds ROBE_CLOUDS
dress_white DRESS_WHITE
arwen ARWEN
skirt_onep_grey SKIRT_ONEP_GREY
diff --git a/crawl-ref/source/rltiles/dc-unrand.txt b/crawl-ref/source/rltiles/dc-unrand.txt
index 0a8e24afb3..82f5f3bafc 100644
--- a/crawl-ref/source/rltiles/dc-unrand.txt
+++ b/crawl-ref/source/rltiles/dc-unrand.txt
@@ -27,6 +27,7 @@ urand_fencer UNRAND_FENCERS_GLOVES
urand_starlight UNRAND_STARLIGHT
urand_ratskin_cloak UNRAND_RATSKIN_CLOAK
urand_gong UNRAND_GONG
+urand_clouds UNRAND_RCLOUDS
%sdir item/weapon/artefact
spwpn_singing_sword UNRAND_SINGING_SWORD
diff --git a/crawl-ref/source/rltiles/player/body/robe_clouds.png b/crawl-ref/source/rltiles/player/body/robe_clouds.png
new file mode 100644
index 0000000000..be8e5f81c3
--- /dev/null
+++ b/crawl-ref/source/rltiles/player/body/robe_clouds.png
Binary files differ
diff --git a/crawl-ref/source/rltiles/tiledef-unrand.cc b/crawl-ref/source/rltiles/tiledef-unrand.cc
index 00d737efc2..d94fb597a4 100644
--- a/crawl-ref/source/rltiles/tiledef-unrand.cc
+++ b/crawl-ref/source/rltiles/tiledef-unrand.cc
@@ -93,6 +93,7 @@ int unrandart_to_tile(int unrand)
case UNRAND_ROBUSTNESS: return TILE_UNRAND_ROBUSTNESS;
case UNRAND_MAGE: return TILE_UNRAND_MAGE;
case UNRAND_SHIELDING: return TILE_UNRAND_SHIELDING;
+ case UNRAND_RCLOUDS: return TILE_UNRAND_RCLOUDS;
default: return -1;
}
}
@@ -114,6 +115,7 @@ int unrandart_to_doll_tile(int unrand)
case UNRAND_MAXWELL: return TILEP_BODY_MAXWELL;
case UNRAND_NIGHT: return TILEP_BODY_ROBE_OF_NIGHT;
case UNRAND_DRAGON_KING: return TILEP_BODY_DRAGONARM_GOLD;
+ case UNRAND_RCLOUDS: return TILEP_BODY_ROBE_CLOUDS;
// BOOTS
case UNRAND_BOOTS_ASSASSIN: return TILEP_BOOTS_MIDDLE_GRAY;
// CLOAK