summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
authorevktalo <evktalo@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-10 18:36:21 +0000
committerevktalo <evktalo@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-10 18:36:21 +0000
commita283c61f57a70c5190c3ba803d95951333dfb177 (patch)
tree3b3362f42a03d3e421df680086ad413f99265c00 /crawl-ref/source/itemprop.cc
parent8eaf2628e15433dce8db58e01f7fc09a064d57db (diff)
downloadcrawl-ref-a283c61f57a70c5190c3ba803d95951333dfb177.tar.gz
crawl-ref-a283c61f57a70c5190c3ba803d95951333dfb177.zip
Some weapons stat tweaks as per FR#2793567 by Megane (with suggestions from Lemuel). Whips are now faster, eveningstars are more powerful, blessed blades are always better than basic versions, giant maces and clubs are much improved.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10138 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc20
1 files changed, 10 insertions, 10 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index 265d4053e8..b6adb83ef6 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -178,7 +178,7 @@ static int Weapon_index[NUM_WEAPONS];
static weapon_def Weapon_prop[NUM_WEAPONS] =
{
// Maces & Flails
- { WPN_WHIP, "whip", 4, 2, 13, 30, 2,
+ { WPN_WHIP, "whip", 4, 2, 11, 30, 2,
SK_MACES_FLAILS, HANDS_ONE, SIZE_MEDIUM, MI_NONE, false,
DAMV_SLASHING, 0 },
{ WPN_CLUB, "club", 5, 3, 13, 50, 7,
@@ -199,25 +199,25 @@ static weapon_def Weapon_prop[NUM_WEAPONS] =
{ WPN_MORNINGSTAR, "morningstar", 10, -1, 15, 140, 8,
SK_MACES_FLAILS, HANDS_ONE, SIZE_MEDIUM, MI_NONE, false,
DAMV_PIERCING | DAM_BLUDGEON, 10 },
- { WPN_DEMON_WHIP, "demon whip", 10, 1, 13, 30, 2,
+ { WPN_DEMON_WHIP, "demon whip", 10, 1, 11, 30, 2,
SK_MACES_FLAILS, HANDS_ONE, SIZE_MEDIUM, MI_NONE, false,
DAMV_SLASHING, 2 },
{ WPN_SPIKED_FLAIL, "spiked flail", 12, -2, 16, 190, 8,
SK_MACES_FLAILS, HANDS_ONE, SIZE_MEDIUM, MI_NONE, false,
DAMV_PIERCING | DAM_BLUDGEON, 10 },
- { WPN_EVENINGSTAR, "eveningstar", 12, -1, 15, 180, 8,
+ { WPN_EVENINGSTAR, "eveningstar", 14, -1, 15, 180, 8,
SK_MACES_FLAILS, HANDS_ONE, SIZE_MEDIUM, MI_NONE, false,
DAMV_PIERCING | DAM_BLUDGEON, 2 },
{ WPN_DIRE_FLAIL, "dire flail", 13, -3, 14, 240, 9,
SK_MACES_FLAILS, HANDS_DOUBLE, SIZE_LARGE, MI_NONE, false,
DAMV_PIERCING | DAM_BLUDGEON, 10 },
- { WPN_GREAT_MACE, "great mace", 16, -4, 18, 270, 9,
+ { WPN_GREAT_MACE, "great mace", 17, -4, 17, 270, 9,
SK_MACES_FLAILS, HANDS_TWO, SIZE_LARGE, MI_NONE, false,
DAMV_CRUSHING, 10 },
- { WPN_GIANT_CLUB, "giant club", 18, -6, 19, 330, 10,
+ { WPN_GIANT_CLUB, "giant club", 20, -6, 17, 330, 10,
SK_MACES_FLAILS, HANDS_TWO, SIZE_BIG, MI_NONE, false,
DAMV_CRUSHING, 0 },
- { WPN_GIANT_SPIKED_CLUB, "giant spiked club", 20, -7, 20, 350, 10,
+ { WPN_GIANT_SPIKED_CLUB, "giant spiked club", 22, -7, 18, 350, 10,
SK_MACES_FLAILS, HANDS_TWO, SIZE_BIG, MI_NONE, false,
DAMV_PIERCING | DAM_BLUDGEON, 0 },
@@ -248,13 +248,13 @@ static weapon_def Weapon_prop[NUM_WEAPONS] =
{ WPN_LONG_SWORD, "long sword", 10, 1, 14, 160, 3,
SK_LONG_BLADES, HANDS_ONE, SIZE_MEDIUM, MI_NONE, false,
DAMV_SLICING, 10 },
- { WPN_BLESSED_LONG_SWORD, "blessed long sword", 12, 0, 13, 160, 3,
+ { WPN_BLESSED_LONG_SWORD, "blessed long sword", 12, 0, 12, 160, 3,
SK_LONG_BLADES, HANDS_ONE, SIZE_MEDIUM, MI_NONE, false,
DAMV_SLICING, 10 },
{ WPN_SCIMITAR, "scimitar", 11, -1, 14, 170, 3,
SK_LONG_BLADES, HANDS_ONE, SIZE_MEDIUM, MI_NONE, false,
DAMV_SLICING, 10 },
- { WPN_BLESSED_SCIMITAR, "blessed scimitar", 12, -1, 12, 170, 3,
+ { WPN_BLESSED_SCIMITAR, "blessed scimitar", 13, -1, 13, 170, 3,
SK_LONG_BLADES, HANDS_ONE, SIZE_MEDIUM, MI_NONE, false,
DAMV_SLICING, 10 },
{ WPN_KATANA, "katana", 13, 2, 13, 160, 3,
@@ -278,13 +278,13 @@ static weapon_def Weapon_prop[NUM_WEAPONS] =
{ WPN_GREAT_SWORD, "great sword", 16, -3, 17, 250, 6,
SK_LONG_BLADES, HANDS_TWO, SIZE_LARGE, MI_NONE, false,
DAMV_SLICING, 10 },
- { WPN_BLESSED_GREAT_SWORD, "blessed great sword", 17, -5, 17, 250, 6,
+ { WPN_BLESSED_GREAT_SWORD, "blessed great sword", 17, -3, 17, 250, 6,
SK_LONG_BLADES, HANDS_TWO, SIZE_LARGE, MI_NONE, false,
DAMV_SLICING, 10 },
{ WPN_TRIPLE_SWORD, "triple sword", 19, -4, 19, 260, 6,
SK_LONG_BLADES, HANDS_TWO, SIZE_LARGE, MI_NONE, false,
DAMV_SLICING, 2 },
- { WPN_BLESSED_TRIPLE_SWORD, "blessed triple sword", 19, -5, 18, 260, 6,
+ { WPN_BLESSED_TRIPLE_SWORD, "blessed triple sword", 19, -4, 18, 260, 6,
SK_LONG_BLADES, HANDS_TWO, SIZE_LARGE, MI_NONE, false,
DAMV_SLICING, 2 },