From e00f724da44a0ea837a90acb7b805f4247918dc1 Mon Sep 17 00:00:00 2001 From: dploog Date: Wed, 16 Sep 2009 14:40:58 +0000 Subject: By popular demand and taking pointers from DC4.1 and DCSS0.1, reduce AC of gold dragon armour (by 2) and of gold dragon hide (by 1) without any compensation. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10686 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/itemprop.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/itemprop.cc') diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc index 8f52be8443..1127464bc2 100644 --- a/crawl-ref/source/itemprop.cc +++ b/crawl-ref/source/itemprop.cc @@ -114,9 +114,9 @@ static armour_def Armour_prop[NUM_ARMOURS] = false, EQ_BODY_ARMOUR, SIZE_LITTLE, SIZE_GIANT }, { ARM_STORM_DRAGON_ARMOUR, "storm dragon armour", 10, -5, 600, false, EQ_BODY_ARMOUR, SIZE_LITTLE, SIZE_GIANT }, - { ARM_GOLD_DRAGON_HIDE, "gold dragon hide", 5, -5, 1100, + { ARM_GOLD_DRAGON_HIDE, "gold dragon hide", 4, -5, 1100, false, EQ_BODY_ARMOUR, SIZE_LITTLE, SIZE_GIANT }, - { ARM_GOLD_DRAGON_ARMOUR, "gold dragon armour", 13, -9, 1100, + { ARM_GOLD_DRAGON_ARMOUR, "gold dragon armour", 11, -9, 1100, false, EQ_BODY_ARMOUR, SIZE_LITTLE, SIZE_GIANT }, { ARM_CLOAK, "cloak", 1, 0, 40, -- cgit v1.2.3-54-g00ecf