diff options
-rw-r--r-- | db/re/item_db.conf | 4 | ||||
-rw-r--r-- | npc/001-1/rewards.txt | 20 |
2 files changed, 16 insertions, 8 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c21328a47..e0afe4931 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2093,7 +2093,7 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - percentheal 0, 15; + percentheal -5, 15; "> }, { @@ -5163,7 +5163,7 @@ item_db: ( Buy: 1200 Sell: 450 Weight: 340 - Def: 58 + Def: 54 Loc: "EQP_HEAD_MID" WeaponLv: 0 EquipLv: 21 diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index e4e275f99..dbf3d06b4 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -32,26 +32,34 @@ OnInit: tradertype(NST_CUSTOM); - // Equipment - sellitem ThunderStaff,20000; - sellitem DesertBow, 10000; - sellitem PiouEgg,4500; + // Rare Equipment selection. + // *these* are really rare! + sellitem ThunderStaff,10000; + sellitem PiouEgg,4350; + sellitem DeliciousCookie,3600; + sellitem TopHat, 1800; sellitem BowlerHat, 800; sellitem AshUrn,700; sellitem Googles,600; // Temporary, Seasonal, for events, rare drops, next release + sellitem DesertBow, 10000; + sellitem LeatherShirt, 350; sellitem JeansShorts, 300; - // Temporary, but later may sell rare dyes (eg. golden?) + // Temporary, but later may sell rare dyes (eg. purple and... golden?) sellitem RedDye, 50; sellitem GreenDye, 50; sellitem BlueDye, 50; // Consumables sellitem ElixirOfLife,35; - sellitem Grenade,12; + sellitem CelestiaTea,20; + sellitem Grenade,rand(10,15); // I really don't care about the price of this. Used to be 12. + sellitem CursedArrow,10; sellitem Curshroom,7; + sellitem Plushroom,5; + sellitem Chagashroom,5; sellitem PetcaringGuide,5; // I needed to add this somewhere end; |