summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf4
-rw-r--r--npc/001-1/rewards.txt2
-rw-r--r--npc/003-1/events.txt5
3 files changed, 8 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index aac3a0fc3..31549f2b5 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -5399,9 +5399,9 @@ item_db: (
Buy: 14000
Sell: 8000
Weight: 1200
- Def: 250
+ Def: 55
Loc: "EQP_HEAD_MID"
- EquipLv: 15
+ EquipLv: 25
Refine: true
ViewSprite: 1310
},
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt
index 9a0abc141..92e387098 100644
--- a/npc/001-1/rewards.txt
+++ b/npc/001-1/rewards.txt
@@ -43,8 +43,10 @@ OnInit:
sellitem Googles,600;
// Temporary, Seasonal, for events, rare drops, next release
+ sellitem BlacksmithAxe, 36000;
sellitem DesertBow, 9000;
sellitem MiereCleaver, 3000;
+ sellitem Chainmail, 3000;
sellitem LeatherShirt, 350;
sellitem JeansShorts, 300;
diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt
index ecc7f1532..66feed4f4 100644
--- a/npc/003-1/events.txt
+++ b/npc/003-1/events.txt
@@ -63,7 +63,9 @@ OnInit:
tradertype(NST_CUSTOM);
// Rares
- sellitem BlacksmithAxe, 13500;
+ sellitem BlacksmithAxe, 64000;
+ sellitem MiereCleaver, 32000;
+ sellitem Kanabo, 13500;
sellitem PiouEgg, 9350;
sellitem AxeHat, 8000;
sellitem Googles, 6000;
@@ -84,6 +86,7 @@ OnInit:
// Equipment
sellitem WoodenSword, 5500;
+ sellitem Chainmail, 2500;
sellitem LeatherShirt, 800;
sellitem JeansShorts, 600;
sellitem ShortBow, 500;