From df34198b7d77aafb9e7347c8b7f8fb0749eb3fa9 Mon Sep 17 00:00:00 2001 From: Johanna Ploog Date: Tue, 15 Dec 2009 15:30:03 +0100 Subject: Add the unrandart "hat of Pondering" (ponderousness). --- crawl-ref/source/art-data.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'crawl-ref/source/art-data.h') diff --git a/crawl-ref/source/art-data.h b/crawl-ref/source/art-data.h index c6170f1e74..93cd38e07a 100644 --- a/crawl-ref/source/art-data.h +++ b/crawl-ref/source/art-data.h @@ -1543,6 +1543,25 @@ _RCLOUDS_equip, NULL, _RCLOUDS_world_reacts, { NULL }, NULL, }, +/* UNRAND_PONDERING */ +{ + "hat of Pondering", "slimy wizard hat", + OBJ_ARMOUR, ARM_WIZARD_HAT, +3, 0, LIGHTRED, 0, + UNRAND_FLAG_NONE, + { + SPARM_PONDEROUSNESS, 0, 0, 0, +5, 0, + 0, 0, 0, 0, 0, 30, + 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, +10, + 0, + }, + "A slimy wizard hat.", + "", + "The favorite hat of the slug wizard Gastronok, stained with reddish slime and enchanted to aid in his arcane pondering. It has been specially enchanted to protect against the effects of salt, though you probably don't care.", + NULL, NULL, NULL, { NULL }, NULL, +}, + /* UNRAND_DUMMY2 */ { "DUMMY UNRANDART 2", "DUMMY UNRANDART 2", -- cgit v1.2.3-54-g00ecf