summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/unrand.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-20 11:13:44 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-20 11:13:44 +0000
commit1326ea6a6d343513430861c1ef9a04bfd61dd6a4 (patch)
tree609244ea18aac77bead93abd02f965b747b41834 /crawl-ref/source/unrand.h
parent2d1c74ea75548728bd35270593b98d208a07715d (diff)
downloadcrawl-ref-1326ea6a6d343513430861c1ef9a04bfd61dd6a4.tar.gz
crawl-ref-1326ea6a6d343513430861c1ef9a04bfd61dd6a4.zip
Make randarts with the CURSED property recurse themselves with 1/3
chance when equipped, as was claimed in unrand.h. Make Beogh throw weapons of electrocution (rather than orc slaying) at non-Orcs getting this retribution effect by drawing the card of Wrath. Replace the "Holy Armour of Zin" with the "amulet of the Air" (as suggested by Lemuel). Added the necessary tile, too - my first tile made totally from scratch, and I'm totally proud of it, whoohoo! git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4405 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/unrand.h')
-rw-r--r--crawl-ref/source/unrand.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/crawl-ref/source/unrand.h b/crawl-ref/source/unrand.h
index 1f8fb22b69..87154be150 100644
--- a/crawl-ref/source/unrand.h
+++ b/crawl-ref/source/unrand.h
@@ -37,9 +37,7 @@
But add 100 to make the item stickycursed. Note that the values for
wpns and armr are +50.
plus2: For wpns, plus to-dam. Curses are irrelevant here. Mostly unused
- for armr and totally for rings. Armour: if boots, plus2 == 1 means
- naga barding; 2 means centaur barding. If headgear, 1 means helmet,
- 2 means helm, 3 means cap, 4 means wizard's hat.
+ for armr and totally for rings.
colour: Obvious. Don't use BLACK, use DARKGREY instead.
* Note * any exact combination of class, type, plus & plus2 must be unique,
@@ -240,19 +238,19 @@
/* 6 */
{
- "Holy Armour of Zin", "glowing golden plate mail",
- OBJ_ARMOUR, ARM_PLATE_MAIL, +6, 0, YELLOW,
+ "amulet of the Air", "sky-blue amulet",
+ OBJ_JEWELLERY, AMU_CONTROLLED_FLIGHT, 0, 0, LIGHTCYAN,
{
- 0, 0, 0, 3, 0, 0, // str
- 0, 0, 0, 0, 2, 50, // life prot, magic
- 0, 0, 0, 0, 0, 0,
+ 0, 0, 3, 0, 0, 0, // EV
+ 0, 0, 1, 0, 0, 0, // resElec
+ 0, 0, 1, 0, 0, 0, // levitate
0, 0, 0, 0, 0,
0, 0, 0, 0, 0,
- 0, 0
+ 0, 50 // stealth
}
,
"",
- "A suit of mail and large plates of golden metal.",
+ "A sky-blue amulet.",
""
}
,