summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-16 23:23:28 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-16 23:23:28 +0000
commit5f770d9133518e7f43d8064ca11acbd9830c0cfc (patch)
tree00c34439a1fe9c30a09eff8624044e39973a33a1 /crawl-ref/source
parent9a9653dd938fe46487d8e41a8a0008d6980e78d2 (diff)
downloadcrawl-ref-5f770d9133518e7f43d8064ca11acbd9830c0cfc.tar.gz
crawl-ref-5f770d9133518e7f43d8064ca11acbd9830c0cfc.zip
Renamed the unrandart spear of Voo-Doo to spear of the Botono.
Added new unrandart: Lehudib's crystal spear. Breakes saves, so not to be applied to the 0.5 tree. The header of unrand.h is dated in some places. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9993 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.h31
2 files changed, 29 insertions, 4 deletions
diff --git a/crawl-ref/source/randart.h b/crawl-ref/source/randart.h
index d939607de0..43619b3e44 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 59
+#define NO_UNRANDARTS 60
#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 7d19b847f9..7b3efc3b25 100644
--- a/crawl-ref/source/unrand.h
+++ b/crawl-ref/source/unrand.h
@@ -101,9 +101,9 @@
Some currently unused properties follow, then:
- First string: is appended to the unrandart's 'V' description when id'd.
+ First string: is appended to the unrandart's description when id'd.
- Second string: replaces the thing at the start of a 'V' description.
+ Second string: replaces the thing at the start of a description.
If empty, uses the description of the unrandart's base type. Note: the
base type of a piece of unrandart jewellery is relevant to its function, so
don't obscure it unnecessarily.
@@ -844,7 +844,11 @@
,
/* 39 */
{
- "spear of Voo-Doo", "ebony spear",
+ // Was "spear of Voo-Doo". In the African origin, there is a distinction
+ // between voodoo and bo, the latter dealing with curses, witchcraft and
+ // spells designed to do harm. Priests (or rather sorcerors) of bo are
+ // called botono.
+ "spear of the Botono", "ebony spear",
OBJ_WEAPONS, WPN_SPEAR, +2, +10, DARKGREY,
{
SPWPN_VAMPIRICISM, 0, 0, 0, 0, 0,
@@ -1231,6 +1235,27 @@
""
},
+/* 60 */
+{
+ // A play on the spell of the same name.
+ // Colour taken from crystal walls.
+ "Lehudib's crystal spear", "crystal spear",
+ OBJ_WEAPONS, WPN_SPEAR, +6, +6, GREEN,
+ {
+ SPWPN_RETURNING, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0,
+ 0, 1, 0, 0, 0, // noise
+ 0, 0, 0, 0, 0,
+ 0, 0
+ }
+ ,
+ "Presumably this relic led to the invention of the famous spell.",
+ "",
+ ""
+},
+
+
/* This is a dummy. */
{
"Dum", "",