summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/art-data.h
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/art-data.h
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/art-data.h')
-rw-r--r--crawl-ref/source/art-data.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/crawl-ref/source/art-data.h b/crawl-ref/source/art-data.h
index a618ceb3f4..18e7f5c132 100644
--- a/crawl-ref/source/art-data.h
+++ b/crawl-ref/source/art-data.h
@@ -1524,6 +1524,25 @@
NULL, NULL, NULL, { NULL }, NULL,
},
+/* UNRAND_RCLOUDS */
+{
+ "robe of Clouds", "flimsy blue robe",
+ OBJ_ARMOUR, ARM_ROBE, +3, 0, ETC_MIST, 0,
+ UNRAND_FLAG_NONE,
+ {
+ SPARM_NORMAL, 0, 0, 0, 0, 0,
+ 0, 0, 1, 0, 0, 0,
+ 0, 0, 1, 0, 0, 0,
+ 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0,
+ 0,
+ },
+ "A robe of a material so flimsy it could almost be clouds.",
+ "",
+ "",
+ NULL, NULL, _RCLOUDS_world_reacts, { NULL }, NULL,
+},
+
/* UNRAND_DUMMY2 */
{
"DUMMY UNRANDART 2", "DUMMY UNRANDART 2",