summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-18 05:29:07 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-18 05:29:07 +0000
commit2c46bca1c14a6e41e5de66364f36447c21ffc977 (patch)
treef8758a486640311095a499c08fad5bfe8c636eb5 /crawl-ref/source
parent7b768f7fac47ee709312b381e5844b55f58d3553 (diff)
downloadcrawl-ref-2c46bca1c14a6e41e5de66364f36447c21ffc977.tar.gz
crawl-ref-2c46bca1c14a6e41e5de66364f36447c21ffc977.zip
Add unrandart cloak (Lemuel).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9996 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/randart.h2
-rw-r--r--crawl-ref/source/unrand.h21
2 files changed, 22 insertions, 1 deletions
diff --git a/crawl-ref/source/randart.h b/crawl-ref/source/randart.h
index 43619b3e44..5a7a630490 100644
--- a/crawl-ref/source/randart.h
+++ b/crawl-ref/source/randart.h
@@ -13,7 +13,7 @@
#include "externs.h"
// used in files.cc, newgame.cc, randart.cc {dlb}
-#define NO_UNRANDARTS 60
+#define NO_UNRANDARTS 61
#define RA_PROPERTIES ARTP_NUM_PROPERTIES
// Reserving the upper bits for later expansion/versioning.
diff --git a/crawl-ref/source/unrand.h b/crawl-ref/source/unrand.h
index 7b3efc3b25..a0590a3b17 100644
--- a/crawl-ref/source/unrand.h
+++ b/crawl-ref/source/unrand.h
@@ -1255,6 +1255,27 @@
""
},
+/* 61 */
+{
+ "ratskin cloak", "motley cloak",
+ OBJ_ARMOUR, ARM_CLOAK, +1, 0, LIGHTRED,
+ {
+ 0, 0, 0, 0, -1, -1, // int, dex
+ 0, 0, 0, 1, 1, 0, // life prot, pois
+ 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0,
+ 0, 0
+ }
+ ,
+ "An enchantress with a magic loom and way too much time on "
+ "her hands stitched this cloak from the hides of hundreds "
+ "of rats, most of them orange. It's a bit awkward to wear "
+ "and looks rather foolish, but it provides excellent protection "
+ "from rats of all kinds.",
+ "",
+ ""
+},
/* This is a dummy. */
{