From 352b22d92cb910755a143ac109ee23c4da5cd0d0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 10 Jun 2018 02:16:26 -0300 Subject: Update some consistency on item db, and restock Aeros shop. --- npc/001-1/rewards.txt | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'npc/001-1') 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; -- cgit v1.2.3-70-g09d2