summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf9
-rw-r--r--npc/003-1/shop.txt2
2 files changed, 6 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 70c37d0c1..33b5744bc 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -6057,12 +6057,11 @@ item_db: (
AegisName: "SilkRobe"
Name: "Silk Robe"
Type: "IT_ARMOR"
- Buy: 12000
- Sell: 800
+ Buy: 3000
+ Sell: 1000
Weight: 25
Atk: 0
- Matk: 170
- Def: 90
+ Def: 15
Range: 0
Slots: 1
Job: {
@@ -6071,7 +6070,7 @@ item_db: (
Gender: "SEX_ANY"
Loc: "EQP_HEAD_MID"
WeaponLv: 0
- EquipLv: 25
+ EquipLv: 15
Refine: false
ViewSprite: 1316
BindOnEquip: false
diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt
index 1dee03cc8..16a44d674 100644
--- a/npc/003-1/shop.txt
+++ b/npc/003-1/shop.txt
@@ -11,6 +11,7 @@ OnInit:
sellitem Knife, -1, 5;
sellitem Arrow, -1, 30000;
sellitem DesertHat, -1, 8;
+ sellitem SilkRobe, -1, 1;
sellitem Bread, -1, 15;
.sex = G_OTHER;
@@ -25,6 +26,7 @@ OnClock0000:
restoreshopitem Knife, 5;
restoreshopitem Arrow, 30000;
restoreshopitem DesertHat, 8;
+ restoreshopitem SilkRobe, 1;
restoreshopitem Bread, 15;
}