diff --git a/bundled-schema/DivaShops.sql b/bundled-schema/DivaShops.sql new file mode 100644 index 000000000..c1a1d850b --- /dev/null +++ b/bundled-schema/DivaShops.sql @@ -0,0 +1,45 @@ +BEGIN; + +INSERT INTO public.shop_items +(shop_type, shop_id, item_id, cost, quantity, min_hr, min_sr, min_gr, store_level, max_quantity, road_floors, road_fatalis) +VALUES + (8,5,1,30,10,0,0,0,0,10,0,0), + (8,5,2,60,10,0,0,0,0,10,0,0), + (8,5,3,60,10,0,0,0,0,10,0,0), + (8,5,4,30,10,0,0,0,0,10,0,0), + (8,5,5,60,10,0,0,0,0,10,0,0), + (8,5,6,80,10,0,0,0,1,10,0,0), + (8,5,7,80,10,0,0,0,1,10,0,0), + (8,5,8,80,10,0,0,0,1,10,0,0), + (8,5,9,100,10,0,0,0,2,10,0,0), + (8,5,10,100,10,0,0,0,2,10,0,0), + (8,5,11,100,10,0,0,0,2,10,0,0), + (8,5,12,100,10,0,0,0,2,10,0,0), + (8,5,13,100,10,0,0,0,2,10,0,0), + (8,5,14,200,10,0,0,0,2,10,0,0), + (8,5,15,500,10,0,0,0,3,10,0,0), + (8,5,16,1000,10,0,0,0,3,10,0,0), + (8,5,20,30,10,0,0,0,0,10,0,0), + (8,5,21,30,10,0,0,0,0,10,0,0), + (8,5,22,60,10,0,0,0,0,10,0,0), + (8,5,23,60,10,0,0,0,0,10,0,0), + (8,5,24,60,10,0,0,0,0,10,0,0), + (8,5,25,80,10,0,0,0,1,10,0,0), + (8,5,26,80,10,0,0,0,1,10,0,0), + (8,5,27,500,10,0,0,1,3,10,0,0), + (8,5,28,60,10,0,0,0,0,10,0,0), + (8,5,29,60,10,299,0,0,0,10,0,0), + (8,5,30,100,10,0,0,1,3,10,0,0), + (8,5,31,80,10,299,0,0,1,10,0,0), + (8,5,32,80,10,299,0,0,1,10,0,0), + (8,5,33,80,10,299,0,0,1,10,0,0), + (8,7,2209,400,1,299,0,0,2,5,0,0), + (8,7,2208,400,1,299,0,0,2,5,0,0), + (8,7,5113,400,1,299,0,0,2,5,0,0), + (8,7,3571,400,1,299,0,0,2,5,0,0), + (8,7,3572,400,1,299,0,0,2,5,0,0), + (8,7,3738,400,1,299,0,0,2,5,0,0), + (8,7,3737,400,1,299,0,0,2,5,0,0), + (8,7,4399,400,1,299,0,0,2,5,0,0); + +END; \ No newline at end of file diff --git a/bundled-schema/OtherShops.sql b/bundled-schema/OtherShops.sql new file mode 100644 index 000000000..d25e453b0 --- /dev/null +++ b/bundled-schema/OtherShops.sql @@ -0,0 +1,12 @@ +BEGIN; + +INSERT INTO public.shop_items +(shop_type, shop_id, item_id, cost, quantity, min_hr, min_sr, min_gr, store_level, max_quantity, road_floors, road_fatalis) +VALUES + (5,5,16516,100,1,0,0,1,0,0,0,0), + (5,5,16517,100,1,0,0,1,0,0,0,0), + (7,0,13190,10,1,0,0,0,0,0,0,0), + (7,0,1662,10,1,0,0,0,0,0,0,0), + (7,0,10179,100,1,0,0,0,0,0,0,0); + +END; \ No newline at end of file