From 39bbd6273a30bb5dd2bc291ad73e92cdee9ceee7 Mon Sep 17 00:00:00 2001
From: Saulc <lucashelaine14@gmail.com>
Date: Mon, 11 Mar 2019 08:33:42 +0000
Subject: Add Demonic Scythe weapon for Evil Scythe very rare drop, an heavy
 and strong weapon.

---
 db/re/item_db.conf | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 26c484e6f..77c1fb489 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -10371,6 +10371,54 @@ item_db: (
 		bonus bCritAtkRate,30;
 	">
 },
+{
+	Id: 3529
+	AegisName: "DemonicScythe"
+	Name: "Demonic Scythe"
+	Type: "IT_WEAPON"
+	Buy: 16500
+	Sell: 10000
+	Weight: 1800
+	Atk: 495
+	Matk: 0
+	Range: 2
+	Loc: ["EQP_HAND_R", "EQP_HAND_L"]
+	WeaponLv: 1
+	EquipLv: 75
+	RequiredStr: 50
+	Refine: true
+	Subtype: "W_2HMACE"
+	Script: <"
+		bonus bAgi, -10;
+		bonus bDex, -5;
+		bonus2 bHPDrainRate,10,-1
+		bonus bStr, 8;
+		bonus bCritical, 20;
+	">
+},
+{
+	Id: 3522
+	AegisName: "Kanabo"
+	Name: "Kanabo"
+	Type: "IT_WEAPON"
+	Buy: 15000
+	Sell: 5500
+	Weight: 1200
+	Atk: 432
+	Range: 1
+	Loc: ["EQP_HAND_R", "EQP_HAND_L"]
+	WeaponLv: 1
+	EquipLv: 60
+	Refine: true
+	Subtype: "W_2HMACE"
+	Script: <"
+		bonus bStr, 3;
+		bonus bAgi, -6;
+		bonus bDex, -6;
+		bonus bDef, -48;
+		bonus bCritical, 12;
+	">
+},
 // Insert new weapons above this line
 {
 	Id: 3600
-- 
cgit v1.2.3-70-g09d2