diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-11-19 20:05:01 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-11-19 20:05:01 -0200 |
commit | 5414776bb3d71a6039f44d6ee78571792ef91719 (patch) | |
tree | d1047b55e2b93294abdf124fc7e4b615a4bc5860 /npc/001-1/rewards.txt | |
parent | bb61095a407c07714756d1253e40e0566ff30af7 (diff) | |
download | serverdata-5414776bb3d71a6039f44d6ee78571792ef91719.tar.gz serverdata-5414776bb3d71a6039f44d6ee78571792ef91719.tar.bz2 serverdata-5414776bb3d71a6039f44d6ee78571792ef91719.tar.xz serverdata-5414776bb3d71a6039f44d6ee78571792ef91719.zip |
10% off to every item at rare shop due how few Strange Coins are there.
Plushrooms and Chagashrooms got null value, and were promoted to potions.
Diffstat (limited to 'npc/001-1/rewards.txt')
-rw-r--r-- | npc/001-1/rewards.txt | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 5a1e8971b..9e3d4d9ea 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -34,39 +34,39 @@ OnInit: // 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; + sellitem ThunderStaff,9000; + sellitem PiouEgg,3915; + sellitem DeliciousCookie,3240; + sellitem TopHat, 1620; + sellitem BowlerHat, 720; + sellitem AshUrn,630; + sellitem Googles,540; // Temporary, Seasonal, for events, rare drops, next release - sellitem BlacksmithAxe, 36000; + sellitem BlacksmithAxe, 32400; sellitem DesertBow, 9000; - sellitem LeaderWand, 6000; - sellitem MiereCleaver, 3000; - sellitem Chainmail, 3000; - sellitem LeatherShirt, 350; - sellitem JeansShorts, 300; + sellitem LeaderWand, 5400; + sellitem MiereCleaver, 2700; + sellitem Chainmail, 2700; + sellitem LeatherShirt, 315; + sellitem JeansShorts, 270; // Awesome Feature, pending quest, DO NOT FORGET, @JESUSALVA - sellitem IronShovel,200; + sellitem IronShovel,180; // Temporary, but later may sell rare dyes (eg. purple and... golden?) - sellitem RedDye, 50; - sellitem GreenDye, 50; - sellitem BlueDye, 40; + sellitem RedDye, 45; + sellitem GreenDye, 45; + sellitem BlueDye, 36; // Consumables - sellitem ElixirOfLife,35; - 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 ElixirOfLife,32; + sellitem CelestiaTea,18; + sellitem HastePotion,15; + sellitem StrengthPotion,15; + sellitem Grenade,rand(9,14); // I really don't care about the price of this. Used to be 12. + sellitem CursedArrow,8; + sellitem Curshroom,6; sellitem PetcaringGuide,5; // I needed to add this somewhere end; |