From 6463fe31f870a0266d88d0d0ea8256d46cbdd689 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 23 Dec 2018 01:58:05 -0200 Subject: Create a new kind of Daggers: Katar. I'll use this class for super-rapid weapons. These weapons are like katars in defense penalty. But they are faster. And weaker. They allow the use of shield. They are not actually katars. Sorry. (@demure) --- db/re/item_db.conf | 2 +- db/re/job_db.conf | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c98fcf30c..733ee9651 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9678,7 +9678,7 @@ item_db: ( WeaponLv: 1 EquipLv: 1 Refine: true - Subtype: "W_1HSWORD" + Subtype: "W_KATAR" ViewSprite: 1 }, { diff --git a/db/re/job_db.conf b/db/re/job_db.conf index 8e287f445..0fabdfb3a 100644 --- a/db/re/job_db.conf +++ b/db/re/job_db.conf @@ -35,7 +35,7 @@ Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so Instrumen: 0~200 (int, defaults to 200) Whip: 0~200 (int, defaults to 200) Book: 0~200 (int, defaults to 200) - Katar: 0~200 (int, defaults to 200) + Katar: 0~200 (int, defaults to 200) (Demure's power weapon) Revolver: 0~200 (int, defaults to 200) (inaccurate) Rifle: 0~200 (int, defaults to 200) (slow and powerful) GatlingGun: 0~200 (int, defaults to 200) (fast and weak) (very powerful with GatlingFever) @@ -67,6 +67,7 @@ Human: { TwoHandRod: 65 Shield: 10 Bow: 100 + Katar: 35 Revolver: 136 Rifle: 170 Shotgun: 120 @@ -122,6 +123,7 @@ Ukar: { TwoHandRod: 65 Shield: 10 Bow: 100 + Katar: 35 Revolver: 136 Rifle: 170 Shotgun: 120 @@ -147,6 +149,7 @@ Redy: { TwoHandRod: 65 Shield: 10 Bow: 100 + Katar: 35 Revolver: 136 Rifle: 170 Shotgun: 120 @@ -193,6 +196,7 @@ Orc: { TwoHandRod: 65 Shield: 10 Bow: 100 + Katar: 35 Revolver: 136 Rifle: 170 Shotgun: 120 @@ -218,6 +222,7 @@ Raijin: { TwoHandRod: 65 Shield: 10 Bow: 100 + Katar: 35 Revolver: 136 Rifle: 170 Shotgun: 120 @@ -243,6 +248,7 @@ Tritan: { TwoHandRod: 65 Shield: 10 Bow: 100 + Katar: 35 Revolver: 136 Rifle: 170 Shotgun: 120 -- cgit v1.2.3-60-g2f50