From 691fd800c71ac982b9f02de36acbea5532b1a4c5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 14 Jul 2021 23:20:32 -0300 Subject: Initial version of Doomsday Quest. Minimum Level 100. Temporary reward. Untested. Also, fix the Scythe and add stats to the Halberd. --- db/pre-re/item_db.conf | 16 ++++++++-------- db/pre-re/job_db.conf | 2 +- db/quest_db.conf | 4 ++++ 3 files changed, 13 insertions(+), 9 deletions(-) (limited to 'db') diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index f4017060..566e1fbf 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -276,15 +276,15 @@ item_db: ( Buy: 20 Sell: 10 Weight: 1400 - Atk: 100 - Range: 1 + Atk: 140 + Range: 2 Slots: 0 - Loc: "EQP_HAND_R" - WeaponLv: 1 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 2 EquipLv: 0 Refine: false ViewSprite: 1 - Subtype: "W_1HSPEAR" + Subtype: "W_2HSPEAR" Script: <" callfunc "UnreleasedItem", EQI_HAND_R; "> @@ -771,14 +771,14 @@ item_db: ( Sell: 50 Weight: 1200 Atk: 75 - Range: 1 + Range: 2 Slots: 0 Loc: ["EQP_HAND_L", "EQP_HAND_R"] - WeaponLv: 1 + WeaponLv: 2 EquipLv: 1 Refine: false ViewSprite: 1 - Subtype: "W_2HSWORD" + Subtype: "W_2HSPEAR" }, { Id: 758 diff --git a/db/pre-re/job_db.conf b/db/pre-re/job_db.conf index 85f34f26..76155630 100644 --- a/db/pre-re/job_db.conf +++ b/db/pre-re/job_db.conf @@ -61,7 +61,7 @@ Talpan: { Sword: 700 Axe: 550 TwoHandAxe: 1000 - TwoHandSpear: 1200 + TwoHandSpear: 750 Mace: 550 TwoHandMace: 550 Rod: 700 diff --git a/db/quest_db.conf b/db/quest_db.conf index fd7e29d3..a06df626 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -69,6 +69,10 @@ quest_db: ( Id: 220 Name: "Quest_Reapercry" }, +{ + Id: 221 + Name: "Quest_Doomsday" +}, // Test Quests, Debug Quests, etc. (1000+) { -- cgit v1.2.3-60-g2f50