summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/art-data.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-13 19:43:31 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-13 19:51:51 +0100
commit40ce8c0ee030a84d9736747f12df738ffea8c40a (patch)
tree1048c62cd63686f02368450af7f09f511c7ffb7a /crawl-ref/source/art-data.h
parent14be7c5cfe60d0d9f1a00cd543c32482bdd544d4 (diff)
downloadcrawl-ref-40ce8c0ee030a84d9736747f12df738ffea8c40a.tar.gz
crawl-ref-40ce8c0ee030a84d9736747f12df738ffea8c40a.zip
Fixedart: shield of the gong. Wakes up everyone in a large radius on being struck.
The exact resists are not yet filled in, we'd need to interrogate zelgadis who provided the idea.
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 0fa2709a17..f158058876 100644
--- a/crawl-ref/source/art-data.h
+++ b/crawl-ref/source/art-data.h
@@ -1334,6 +1334,25 @@
NULL, NULL, NULL, { NULL }, NULL,
},
+/* UNRAND_GONG */
+{
+ "shield of the gong", "bronze gong",
+ OBJ_ARMOUR, ARM_SHIELD, +6, 0, ETC_GOLD, 0,
+ UNRAND_FLAG_NONE,
+ {
+ SPARM_NORMAL, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0,
+ 0,
+ },
+ "This is a large gong; you wonder if it could be worn as a shield.",
+ "This shield surely will be heard!",
+ "",
+ NULL, NULL, NULL, { _GONG_melee_effect }, NULL,
+},
+
/* UNRAND_AIR */
{
"amulet of the Air", "sky-blue amulet",