diff --git a/scripts/shared/gamedata.js b/scripts/shared/gamedata.js index 11c59b59..21a667a7 100644 --- a/scripts/shared/gamedata.js +++ b/scripts/shared/gamedata.js @@ -5247,717 +5247,717 @@ let gameData = { defaultBusinessItems: { [V_GAME_GTA_III]: { // GTA III ClothingStore: [ - ["Outfit", 500, 2] + ["Outfit", 20, 2] ], LegalGunStore: [ - ["Baseball Bat", 500, 2], - ["Colt 45", 500, 2], - ["Shotgun", 500, 2], - ["Colt 45 Ammo", 500, 2], - ["Shotgun Ammo", 500, 2], + ["Baseball Bat", 20, 2], + ["Colt 45", 20, 2], + ["Shotgun", 20, 2], + ["Colt 45 Ammo", 20, 2], + ["Shotgun Ammo", 20, 2], ], IllegalGunStore: [ - ["Uzi", 500, 2], - ["AK-47", 500, 2], - ["M16", 500, 2], - ["Sniper Rifle", 500, 2], - ["Uzi Ammo", 500, 2], - ["AK-47 Ammo", 500, 2], - ["M16 Ammo", 500, 2], - ["Shotgun Ammo", 500, 2], + ["Uzi", 20, 2], + ["AK-47", 20, 2], + ["M16", 20, 2], + ["Sniper Rifle", 20, 2], + ["Uzi Ammo", 20, 2], + ["AK-47 Ammo", 20, 2], + ["M16 Ammo", 20, 2], + ["Shotgun Ammo", 20, 2], ], GasStation: [ - ["Bottle of Soda", 500, 2], - ["Can of Soda", 500, 2], - ["Slice of Pizza", 500, 2], - ["Bottle of Water", 500, 2], - ["Can of Beer", 500, 2], - ["Pack of Smokes", 500, 2], + ["Bottle of Soda", 20, 2], + ["Can of Soda", 20, 2], + ["Slice of Pizza", 20, 2], + ["Bottle of Water", 20, 2], + ["Can of Beer", 20, 2], + ["Pack of Smokes", 20, 2], ], ElectronicsStore: [ - ["Phone", 500, 2], - ["Walkie Talkie", 500, 2], - ["Megaphone", 500, 2], - ["Tazer", 500, 2], - ["Camera", 500, 2], + ["Phone", 20, 2], + ["Walkie Talkie", 20, 2], + ["Megaphone", 20, 2], + ["Tazer", 20, 2], + ["Camera", 20, 2], ], Bar: [ - ["Bottle of Vodka", 500, 2], - ["Bottle of Whiskey", 500, 2], - ["Bottle of Soda", 500, 2], - ["Bottle of Wine", 500, 2], - ["Bottle of Bourbon", 500, 2], - ["Shot of Bourbon", 500, 2], - ["Shot of Vodka", 500, 2], - ["Shot of Whiskey", 500, 2], - ["Glass of Wine", 500, 2], + ["Bottle of Vodka", 20, 2], + ["Bottle of Whiskey", 20, 2], + ["Bottle of Soda", 20, 2], + ["Bottle of Wine", 20, 2], + ["Bottle of Bourbon", 20, 2], + ["Shot of Bourbon", 20, 2], + ["Shot of Vodka", 20, 2], + ["Shot of Whiskey", 20, 2], + ["Glass of Wine", 20, 2], ], Club: [ - ["Bottle of Vodka", 500, 2], - ["Bottle of Whiskey", 500, 2], - ["Bottle of Soda", 500, 2], - ["Bottle of Wine", 500, 2], - ["Bottle of Bourbon", 500, 2], - ["Shot of Bourbon", 500, 2], - ["Shot of Vodka", 500, 2], - ["Shot of Whiskey", 500, 2], - ["Glass of Wine", 500, 2], + ["Bottle of Vodka", 20, 2], + ["Bottle of Whiskey", 20, 2], + ["Bottle of Soda", 20, 2], + ["Bottle of Wine", 20, 2], + ["Bottle of Bourbon", 20, 2], + ["Shot of Bourbon", 20, 2], + ["Shot of Vodka", 20, 2], + ["Shot of Whiskey", 20, 2], + ["Glass of Wine", 20, 2], ], Chicken: [ - ["Bucket of Chicken", 500, 2], - ["Chicken Tenders Meal", 500, 2], - ["Large Fries", 500, 2], - ["Small Fries", 500, 2], - ["Bottle of Soda", 500, 2], + ["Bucket of Chicken", 20, 2], + ["Chicken Tenders Meal", 20, 2], + ["Large Fries", 20, 2], + ["Small Fries", 20, 2], + ["Bottle of Soda", 20, 2], ], Burger: [ - ["Bacon Cheeseburger", 500, 2], - ["Double Cheeseburger", 500, 2], - ["Big Boy Burger", 500, 2], - ["Large Fries", 500, 2], - ["Small Fries", 500, 2], - ["Bottle of Soda", 500, 2], + ["Bacon Cheeseburger", 20, 2], + ["Double Cheeseburger", 20, 2], + ["Big Boy Burger", 20, 2], + ["Large Fries", 20, 2], + ["Small Fries", 20, 2], + ["Bottle of Soda", 20, 2], ], Chinese: [ - ["Egg Roll", 500, 2], - ["Lo Mein", 500, 2], - ["Fried Rice", 500, 2], - ["Crab Rangoon", 500, 2], - ["Egg Drop Soup", 500, 2], - ["Moo Shu Pork", 500, 2], - ["Egg Foo Young", 500, 2], - ["Sesame Chicken", 500, 2], + ["Egg Roll", 20, 2], + ["Lo Mein", 20, 2], + ["Fried Rice", 20, 2], + ["Crab Rangoon", 20, 2], + ["Egg Drop Soup", 20, 2], + ["Moo Shu Pork", 20, 2], + ["Egg Foo Young", 20, 2], + ["Sesame Chicken", 20, 2], ], Italian: [ - ["Bottle of Wine", 500, 2], - ["Glass of Wine", 500, 2], - ["Arancini", 500, 2], - ["Lasagne", 500, 2], - ["Chicken Alfredo", 500, 2], - ["Fettucine Alfredo", 500, 2], - ["Chicken Parmigiana", 500, 2], - ["Chicken Carbonara", 500, 2], - ["Sausage Rigatoni", 500, 2], - ["Chicken Salad", 500, 2], - ["Caesar Salad", 500, 2], + ["Bottle of Wine", 20, 2], + ["Glass of Wine", 20, 2], + ["Arancini", 20, 2], + ["Lasagne", 20, 2], + ["Chicken Alfredo", 20, 2], + ["Fettucine Alfredo", 20, 2], + ["Chicken Parmigiana", 20, 2], + ["Chicken Carbonara", 20, 2], + ["Sausage Rigatoni", 20, 2], + ["Chicken Salad", 20, 2], + ["Caesar Salad", 20, 2], ], Mexican: [ - ["Crunchy Taco", 500, 2], - ["Beaf and Bean Burrito", 500, 2], - ["Burrito Supreme", 500, 2], - ["Cheesy Nachos", 500, 2], - ["Nacho Supreme", 500, 2], - ["Bottle of Soda", 500, 2], + ["Crunchy Taco", 20, 2], + ["Beaf and Bean Burrito", 20, 2], + ["Burrito Supreme", 20, 2], + ["Cheesy Nachos", 20, 2], + ["Nacho Supreme", 20, 2], + ["Bottle of Soda", 20, 2], ], Pizza: [ - ["Large Pizza", 500, 2], - ["Medium Pizza", 500, 2], - ["Small Pizza", 500, 2], - ["Buffalo Wings", 500, 2], - ["Hot Wings", 500, 2], - ["Bottle of Soda", 500, 2], + ["Large Pizza", 20, 2], + ["Medium Pizza", 20, 2], + ["Small Pizza", 20, 2], + ["Buffalo Wings", 20, 2], + ["Hot Wings", 20, 2], + ["Bottle of Soda", 20, 2], ], CoffeeDonutShop: [ - ["Glazed Donut", 500, 2], - ["Frosted Donut", 500, 2], - ["Jelly Donut", 500, 2], - ["Cream-filled Donut", 500, 2], - ["Apple Fritter", 500, 2], - ["Pumpkin Spice Latte", 500, 2], - ["Mocha Latte", 500, 2], - ["Iced Coffee", 500, 2], - ["Large Coffee", 500, 2], - ["Small Coffee", 500, 2], + ["Glazed Donut", 20, 2], + ["Frosted Donut", 20, 2], + ["Jelly Donut", 20, 2], + ["Cream-filled Donut", 20, 2], + ["Apple Fritter", 20, 2], + ["Pumpkin Spice Latte", 20, 2], + ["Mocha Latte", 20, 2], + ["Iced Coffee", 20, 2], + ["Large Coffee", 20, 2], + ["Small Coffee", 20, 2], ], VehicleRepairShop: [ - ["Vehicle Repair Kit", 500, 2], - ["Vehicle Primary Colour Kit", 500, 2], - ["Vehicle Secondary Colour Kit", 500, 2], + ["Vehicle Repair Kit", 20, 2], + ["Vehicle Primary Colour Kit", 20, 2], + ["Vehicle Secondary Colour Kit", 20, 2], ], }, [V_GAME_GTA_VC]: { // GTA VC ClothingStore: [ - ["Outfit", 500, 2] + ["Outfit", 20, 2] ], LegalGunStore: [ - ["Baseball Bat", 500, 2], - ["Brass Knuckles", 500, 2], - ["Colt .45", 500, 2], - ["Python", 500, 2], - ["Shotgun", 500, 2], - ["Stubby Shotgun", 500, 2], - ["Colt .45 Ammo", 500, 2], - ["Python Ammo", 500, 2], - ["Shotgun Ammo", 500, 2], - ["Stubby Shotgun Ammo", 500, 2], + ["Baseball Bat", 20, 2], + ["Brass Knuckles", 20, 2], + ["Colt .45", 20, 2], + ["Python", 20, 2], + ["Shotgun", 20, 2], + ["Stubby Shotgun", 20, 2], + ["Colt .45 Ammo", 20, 2], + ["Python Ammo", 20, 2], + ["Shotgun Ammo", 20, 2], + ["Stubby Shotgun Ammo", 20, 2], ], IllegalGunStore: [ - ["Uzi", 500, 2], - ["MP5", 500, 2], - ["Tec-9", 500, 2], - ["Ingram", 500, 2], - ["Ruger", 500, 2], - ["M4", 500, 2], - ["Sniper Rifle", 500, 2], - ["Laser Sniper", 500, 2], - ["Uzi Ammo", 500, 2], - ["MP5 Ammo", 500, 2], - ["Tec-9 Ammo", 500, 2], - ["Ingram Ammo", 500, 2], - ["Ruger Ammo", 500, 2], - ["M4 Ammo", 500, 2], - ["Sniper Rifle Ammo", 500, 2], - ["Laser Sniper Ammo", 500, 2], + ["Uzi", 20, 2], + ["MP5", 20, 2], + ["Tec-9", 20, 2], + ["Ingram", 20, 2], + ["Ruger", 20, 2], + ["M4", 20, 2], + ["Sniper Rifle", 20, 2], + ["Laser Sniper", 20, 2], + ["Uzi Ammo", 20, 2], + ["MP5 Ammo", 20, 2], + ["Tec-9 Ammo", 20, 2], + ["Ingram Ammo", 20, 2], + ["Ruger Ammo", 20, 2], + ["M4 Ammo", 20, 2], + ["Sniper Rifle Ammo", 20, 2], + ["Laser Sniper Ammo", 20, 2], ], GasStation: [ - ["Bottle of Soda", 500, 2], - ["Can of Soda", 500, 2], - ["Slice of Pizza", 500, 2], - ["Bottle of Water", 500, 2], - ["Can of Beer", 500, 2] + ["Bottle of Soda", 20, 2], + ["Can of Soda", 20, 2], + ["Slice of Pizza", 20, 2], + ["Bottle of Water", 20, 2], + ["Can of Beer", 20, 2] ], ElectronicsStore: [ - ["Phone", 500, 2], - ["Walkie Talkie", 500, 2], - ["Megaphone", 500, 2], - ["Tazer", 500, 2], - ["Camera", 500, 2] + ["Phone", 20, 2], + ["Walkie Talkie", 20, 2], + ["Megaphone", 20, 2], + ["Tazer", 20, 2], + ["Camera", 20, 2] ], Bar: [ - ["Bottle of Vodka", 500, 2], - ["Bottle of Whiskey", 500, 2], - ["Bottle of Soda", 500, 2], - ["Bottle of Wine", 500, 2], - ["Bottle of Bourbon", 500, 2], - ["Shot of Bourbon", 500, 2], - ["Shot of Vodka", 500, 2], - ["Shot of Whiskey", 500, 2], - ["Glass of Wine", 500, 2], + ["Bottle of Vodka", 20, 2], + ["Bottle of Whiskey", 20, 2], + ["Bottle of Soda", 20, 2], + ["Bottle of Wine", 20, 2], + ["Bottle of Bourbon", 20, 2], + ["Shot of Bourbon", 20, 2], + ["Shot of Vodka", 20, 2], + ["Shot of Whiskey", 20, 2], + ["Glass of Wine", 20, 2], ], Club: [ - ["Bottle of Vodka", 500, 2], - ["Bottle of Whiskey", 500, 2], - ["Bottle of Soda", 500, 2], - ["Bottle of Wine", 500, 2], - ["Bottle of Bourbon", 500, 2], - ["Shot of Bourbon", 500, 2], - ["Shot of Vodka", 500, 2], - ["Shot of Whiskey", 500, 2], - ["Glass of Wine", 500, 2], + ["Bottle of Vodka", 20, 2], + ["Bottle of Whiskey", 20, 2], + ["Bottle of Soda", 20, 2], + ["Bottle of Wine", 20, 2], + ["Bottle of Bourbon", 20, 2], + ["Shot of Bourbon", 20, 2], + ["Shot of Vodka", 20, 2], + ["Shot of Whiskey", 20, 2], + ["Glass of Wine", 20, 2], ], Chicken: [ - ["Bucket of Chicken", 500, 2], - ["Chicken Tenders Meal", 500, 2], - ["Large Fries", 500, 2], - ["Small Fries", 500, 2], - ["Bottle of Soda", 500, 2], + ["Bucket of Chicken", 20, 2], + ["Chicken Tenders Meal", 20, 2], + ["Large Fries", 20, 2], + ["Small Fries", 20, 2], + ["Bottle of Soda", 20, 2], ], Burger: [ - ["Bacon Cheeseburger", 500, 2], - ["Double Cheeseburger", 500, 2], - ["Big Boy Burger", 500, 2], - ["Large Fries", 500, 2], - ["Small Fries", 500, 2], - ["Bottle of Soda", 500, 2], + ["Bacon Cheeseburger", 20, 2], + ["Double Cheeseburger", 20, 2], + ["Big Boy Burger", 20, 2], + ["Large Fries", 20, 2], + ["Small Fries", 20, 2], + ["Bottle of Soda", 20, 2], ], Chinese: [ - ["Egg Roll", 500, 2], - ["Lo Mein", 500, 2], - ["Fried Rice", 500, 2], - ["Crab Rangoon", 500, 2], - ["Egg Drop Soup", 500, 2], - ["Moo Shu Pork", 500, 2], - ["Egg Foo Young", 500, 2], - ["Sesame Chicken", 500, 2], + ["Egg Roll", 20, 2], + ["Lo Mein", 20, 2], + ["Fried Rice", 20, 2], + ["Crab Rangoon", 20, 2], + ["Egg Drop Soup", 20, 2], + ["Moo Shu Pork", 20, 2], + ["Egg Foo Young", 20, 2], + ["Sesame Chicken", 20, 2], ], Italian: [ - ["Bottle of Wine", 500, 2], - ["Glass of Wine", 500, 2], - ["Arancini", 500, 2], - ["Lasagne", 500, 2], - ["Chicken Alfredo", 500, 2], - ["Fettucine Alfredo", 500, 2], - ["Chicken Parmigiana", 500, 2], - ["Chicken Carbonara", 500, 2], - ["Sausage Rigatoni", 500, 2], - ["Chicken Salad", 500, 2], - ["Caesar Salad", 500, 2], + ["Bottle of Wine", 20, 2], + ["Glass of Wine", 20, 2], + ["Arancini", 20, 2], + ["Lasagne", 20, 2], + ["Chicken Alfredo", 20, 2], + ["Fettucine Alfredo", 20, 2], + ["Chicken Parmigiana", 20, 2], + ["Chicken Carbonara", 20, 2], + ["Sausage Rigatoni", 20, 2], + ["Chicken Salad", 20, 2], + ["Caesar Salad", 20, 2], ], Mexican: [ - ["Crunchy Taco", 500, 2], - ["Beaf and Bean Burrito", 500, 2], - ["Burrito Supreme", 500, 2], - ["Cheesy Nachos", 500, 2], - ["Nacho Supreme", 500, 2], - ["Bottle of Soda", 500, 2], + ["Crunchy Taco", 20, 2], + ["Beaf and Bean Burrito", 20, 2], + ["Burrito Supreme", 20, 2], + ["Cheesy Nachos", 20, 2], + ["Nacho Supreme", 20, 2], + ["Bottle of Soda", 20, 2], ], Pizza: [ - ["Large Pizza", 500, 2], - ["Medium Pizza", 500, 2], - ["Small Pizza", 500, 2], - ["Buffalo Wings", 500, 2], - ["Hot Wings", 500, 2], - ["Bottle of Soda", 500, 2], + ["Large Pizza", 20, 2], + ["Medium Pizza", 20, 2], + ["Small Pizza", 20, 2], + ["Buffalo Wings", 20, 2], + ["Hot Wings", 20, 2], + ["Bottle of Soda", 20, 2], ], CoffeeDonutShop: [ - ["Glazed Donut", 500, 2], - ["Frosted Donut", 500, 2], - ["Jelly Donut", 500, 2], - ["Cream-filled Donut", 500, 2], - ["Apple Fritter", 500, 2], - ["Pumpkin Spice Latte", 500, 2], - ["Mocha Latte", 500, 2], - ["Iced Coffee", 500, 2], - ["Large Coffee", 500, 2], - ["Small Coffee", 500, 2], + ["Glazed Donut", 20, 2], + ["Frosted Donut", 20, 2], + ["Jelly Donut", 20, 2], + ["Cream-filled Donut", 20, 2], + ["Apple Fritter", 20, 2], + ["Pumpkin Spice Latte", 20, 2], + ["Mocha Latte", 20, 2], + ["Iced Coffee", 20, 2], + ["Large Coffee", 20, 2], + ["Small Coffee", 20, 2], ], VehicleRepairShop: [ - ["Vehicle Repair Kit", 500, 2], - ["Vehicle Primary Colour Kit", 500, 2], - ["Vehicle Secondary Colour Kit", 500, 2], + ["Vehicle Repair Kit", 20, 2], + ["Vehicle Primary Colour Kit", 20, 2], + ["Vehicle Secondary Colour Kit", 20, 2], ], }, [V_GAME_GTA_SA]: { // GTA SA ClothingStore: [ - ["Outfit", 500, 2] + ["Outfit", 20, 2] ], LegalGunStore: [ - ["Baseball Bat", 500, 2], - ["Pepper Spray", 500, 2], - ["Brass Knuckles", 500, 2], - ["9mm", 500, 2], - ["Desert Eagle", 500, 2], - ["Shotgun", 500, 2], - ["Country Rifle", 500, 2], - ["9mm Ammo", 500, 2], - ["Desert Eagle Ammo", 500, 2], - ["Shotgun Ammo", 500, 2], - ["Country Rifle Ammo", 500, 2], + ["Baseball Bat", 20, 2], + ["Pepper Spray", 20, 2], + ["Brass Knuckles", 20, 2], + ["9mm", 20, 2], + ["Desert Eagle", 20, 2], + ["Shotgun", 20, 2], + ["Country Rifle", 20, 2], + ["9mm Ammo", 20, 2], + ["Desert Eagle Ammo", 20, 2], + ["Shotgun Ammo", 20, 2], + ["Country Rifle Ammo", 20, 2], ], IllegalGunStore: [ - ["Micro SMG/Uzi", 500, 2], - ["MP5", 500, 2], - ["Tec-9", 500, 2], - ["AK-47", 500, 2], - ["M4", 500, 2], - ["Combat Shotgun", 500, 2], - ["Sniper Rifle", 500, 2], - ["Micro SMG/Uzi Ammo", 500, 2], - ["MP5 Ammo", 500, 2], - ["Tec-9 Ammo", 500, 2], - ["AK-47 Ammo", 500, 2], - ["M4 Ammo", 500, 2], - ["Combat Shotgun Ammo", 500, 2], - ["Sniper Rifle Ammo", 500, 2], + ["Micro SMG/Uzi", 20, 2], + ["MP5", 20, 2], + ["Tec-9", 20, 2], + ["AK-47", 20, 2], + ["M4", 20, 2], + ["Combat Shotgun", 20, 2], + ["Sniper Rifle", 20, 2], + ["Micro SMG/Uzi Ammo", 20, 2], + ["MP5 Ammo", 20, 2], + ["Tec-9 Ammo", 20, 2], + ["AK-47 Ammo", 20, 2], + ["M4 Ammo", 20, 2], + ["Combat Shotgun Ammo", 20, 2], + ["Sniper Rifle Ammo", 20, 2], ], SexShop: [ - ["Purple Dildo", 500, 2], - ["Dildo", 500, 2], - ["Vibrator", 500, 2], - ["Silver Vibrator", 500, 2], - ["Flowers", 500, 2], - ["Cane", 500, 2], - ["Pool Cue", 500, 2], + ["Purple Dildo", 20, 2], + ["Dildo", 20, 2], + ["Vibrator", 20, 2], + ["Silver Vibrator", 20, 2], + ["Flowers", 20, 2], + ["Cane", 20, 2], + ["Pool Cue", 20, 2], ], GasStation: [ - ["Bottle of Soda", 500, 2], - ["Can of Soda", 500, 2], - ["Slice of Pizza", 500, 2], - ["Bottle of Water", 500, 2], - ["Can of Beer", 500, 2], - ["Cane", 500, 2], - ["Pool Cue", 500, 2], + ["Bottle of Soda", 20, 2], + ["Can of Soda", 20, 2], + ["Slice of Pizza", 20, 2], + ["Bottle of Water", 20, 2], + ["Can of Beer", 20, 2], + ["Cane", 20, 2], + ["Pool Cue", 20, 2], ], ElectronicsStore: [ - ["Phone", 500, 2], - ["Walkie Talkie", 500, 2], - ["Megaphone", 500, 2], - ["Tazer", 500, 2], - ["Camera", 500, 2] + ["Phone", 20, 2], + ["Walkie Talkie", 20, 2], + ["Megaphone", 20, 2], + ["Tazer", 20, 2], + ["Camera", 20, 2] ], Bar: [ - ["Bottle of Vodka", 500, 2], - ["Bottle of Whiskey", 500, 2], - ["Bottle of Soda", 500, 2], - ["Bottle of Wine", 500, 2], - ["Bottle of Bourbon", 500, 2], - ["Shot of Bourbon", 500, 2], - ["Shot of Vodka", 500, 2], - ["Shot of Whiskey", 500, 2], - ["Glass of Wine", 500, 2], + ["Bottle of Vodka", 20, 2], + ["Bottle of Whiskey", 20, 2], + ["Bottle of Soda", 20, 2], + ["Bottle of Wine", 20, 2], + ["Bottle of Bourbon", 20, 2], + ["Shot of Bourbon", 20, 2], + ["Shot of Vodka", 20, 2], + ["Shot of Whiskey", 20, 2], + ["Glass of Wine", 20, 2], ], Club: [ - ["Bottle of Vodka", 500, 2], - ["Bottle of Whiskey", 500, 2], - ["Bottle of Soda", 500, 2], - ["Bottle of Wine", 500, 2], - ["Bottle of Bourbon", 500, 2], - ["Shot of Bourbon", 500, 2], - ["Shot of Vodka", 500, 2], - ["Shot of Whiskey", 500, 2], - ["Glass of Wine", 500, 2], + ["Bottle of Vodka", 20, 2], + ["Bottle of Whiskey", 20, 2], + ["Bottle of Soda", 20, 2], + ["Bottle of Wine", 20, 2], + ["Bottle of Bourbon", 20, 2], + ["Shot of Bourbon", 20, 2], + ["Shot of Vodka", 20, 2], + ["Shot of Whiskey", 20, 2], + ["Glass of Wine", 20, 2], ], Chicken: [ - ["Bucket of Chicken", 500, 2], - ["Chicken Tenders Meal", 500, 2], - ["Large Fries", 500, 2], - ["Small Fries", 500, 2], - ["Bottle of Soda", 500, 2], + ["Bucket of Chicken", 20, 2], + ["Chicken Tenders Meal", 20, 2], + ["Large Fries", 20, 2], + ["Small Fries", 20, 2], + ["Bottle of Soda", 20, 2], ], Burger: [ - ["Bacon Cheeseburger", 500, 2], - ["Double Cheeseburger", 500, 2], - ["Big Boy Burger", 500, 2], - ["Large Fries", 500, 2], - ["Small Fries", 500, 2], - ["Bottle of Soda", 500, 2], + ["Bacon Cheeseburger", 20, 2], + ["Double Cheeseburger", 20, 2], + ["Big Boy Burger", 20, 2], + ["Large Fries", 20, 2], + ["Small Fries", 20, 2], + ["Bottle of Soda", 20, 2], ], Chinese: [ - ["Egg Roll", 500, 2], - ["Lo Mein", 500, 2], - ["Fried Rice", 500, 2], - ["Crab Rangoon", 500, 2], - ["Egg Drop Soup", 500, 2], - ["Moo Shu Pork", 500, 2], - ["Egg Foo Young", 500, 2], - ["Sesame Chicken", 500, 2], + ["Egg Roll", 20, 2], + ["Lo Mein", 20, 2], + ["Fried Rice", 20, 2], + ["Crab Rangoon", 20, 2], + ["Egg Drop Soup", 20, 2], + ["Moo Shu Pork", 20, 2], + ["Egg Foo Young", 20, 2], + ["Sesame Chicken", 20, 2], ], Italian: [ - ["Bottle of Wine", 500, 2], - ["Glass of Wine", 500, 2], - ["Arancini", 500, 2], - ["Lasagne", 500, 2], - ["Chicken Alfredo", 500, 2], - ["Fettucine Alfredo", 500, 2], - ["Chicken Parmigiana", 500, 2], - ["Chicken Carbonara", 500, 2], - ["Sausage Rigatoni", 500, 2], - ["Chicken Salad", 500, 2], - ["Caesar Salad", 500, 2], + ["Bottle of Wine", 20, 2], + ["Glass of Wine", 20, 2], + ["Arancini", 20, 2], + ["Lasagne", 20, 2], + ["Chicken Alfredo", 20, 2], + ["Fettucine Alfredo", 20, 2], + ["Chicken Parmigiana", 20, 2], + ["Chicken Carbonara", 20, 2], + ["Sausage Rigatoni", 20, 2], + ["Chicken Salad", 20, 2], + ["Caesar Salad", 20, 2], ], Mexican: [ - ["Crunchy Taco", 500, 2], - ["Beaf and Bean Burrito", 500, 2], - ["Burrito Supreme", 500, 2], - ["Cheesy Nachos", 500, 2], - ["Nacho Supreme", 500, 2], - ["Bottle of Soda", 500, 2], + ["Crunchy Taco", 20, 2], + ["Beaf and Bean Burrito", 20, 2], + ["Burrito Supreme", 20, 2], + ["Cheesy Nachos", 20, 2], + ["Nacho Supreme", 20, 2], + ["Bottle of Soda", 20, 2], ], Pizza: [ - ["Large Pizza", 500, 2], - ["Medium Pizza", 500, 2], - ["Small Pizza", 500, 2], - ["Buffalo Wings", 500, 2], - ["Hot Wings", 500, 2], - ["Bottle of Soda", 500, 2], + ["Large Pizza", 20, 2], + ["Medium Pizza", 20, 2], + ["Small Pizza", 20, 2], + ["Buffalo Wings", 20, 2], + ["Hot Wings", 20, 2], + ["Bottle of Soda", 20, 2], ], CoffeeDonutShop: [ - ["Glazed Donut", 500, 2], - ["Frosted Donut", 500, 2], - ["Jelly Donut", 500, 2], - ["Cream-filled Donut", 500, 2], - ["Apple Fritter", 500, 2], - ["Pumpkin Spice Latte", 500, 2], - ["Mocha Latte", 500, 2], - ["Iced Coffee", 500, 2], - ["Apple Fritter", 500, 2], - ["Large Coffee", 500, 2], - ["Small Coffee", 500, 2], + ["Glazed Donut", 20, 2], + ["Frosted Donut", 20, 2], + ["Jelly Donut", 20, 2], + ["Cream-filled Donut", 20, 2], + ["Apple Fritter", 20, 2], + ["Pumpkin Spice Latte", 20, 2], + ["Mocha Latte", 20, 2], + ["Iced Coffee", 20, 2], + ["Apple Fritter", 20, 2], + ["Large Coffee", 20, 2], + ["Small Coffee", 20, 2], ], VehicleRepairShop: [ - ["Vehicle Repair Kit", 500, 2], - ["Vehicle Primary Colour Kit", 500, 2], - ["Vehicle Secondary Colour Kit", 500, 2], + ["Vehicle Repair Kit", 20, 2], + ["Vehicle Primary Colour Kit", 20, 2], + ["Vehicle Secondary Colour Kit", 20, 2], ], VehicleModShop: [ - ["Vehicle Primary Colour Kit", 500, 2], - ["Vehicle Secondary Colour Kit", 500, 2], - ["Decal Kit", 500, 2], - ["Spoiler", 500, 2], - ["Side Skirt", 500, 2], - ["Wheels", 500, 2], - ["Roof", 500, 2], - ["Front Bumper", 500, 2], - ["Rear Bumper", 500, 2], - ["Exhaust", 500, 2], - ["NOS x5", 500, 2], - ["NOS x10", 500, 2], - ["Hydraulics", 500, 2], + ["Vehicle Primary Colour Kit", 20, 2], + ["Vehicle Secondary Colour Kit", 20, 2], + ["Decal Kit", 20, 2], + ["Spoiler", 20, 2], + ["Side Skirt", 20, 2], + ["Wheels", 20, 2], + ["Roof", 20, 2], + ["Front Bumper", 20, 2], + ["Rear Bumper", 20, 2], + ["Exhaust", 20, 2], + ["NOS x5", 20, 2], + ["NOS x10", 20, 2], + ["Hydraulics", 20, 2], ], }, [V_GAME_GTA_IV]: { // GTA IV ClothingStore: [ - ["Outfit", 500, 2] + ["Outfit", 20, 2] ], LegalGunStore: [ - ["Baseball Bat", 500, 2], - ["Knife", 500, 2], - ["Glock 9mm", 500, 2], - ["Desert Eagle", 500, 2], - ["Stubby Shotgun", 500, 2], - ["Glock 9mm Ammo", 500, 2], - ["Desert Eagle Ammo", 500, 2], - ["Stubby Shotgun Ammo", 500, 2], + ["Baseball Bat", 20, 2], + ["Knife", 20, 2], + ["Glock 9mm", 20, 2], + ["Desert Eagle", 20, 2], + ["Stubby Shotgun", 20, 2], + ["Glock 9mm Ammo", 20, 2], + ["Desert Eagle Ammo", 20, 2], + ["Stubby Shotgun Ammo", 20, 2], ], IllegalGunStore: [ - ["MP5", 500, 2], - ["Micro Uzi", 500, 2], - ["AK-47", 500, 2], - ["M4", 500, 2], - ["Beretta Shotgun", 500, 2], - ["Sniper Rifle", 500, 2], - ["MP5 Ammo", 500, 2], - ["Micro Uzi Ammo", 500, 2], - ["AK-47 Ammo", 500, 2], - ["M4 Ammo", 500, 2], - ["Beretta Shotgun Ammo", 500, 2], - ["Sniper Rifle Ammo", 500, 2], + ["MP5", 20, 2], + ["Micro Uzi", 20, 2], + ["AK-47", 20, 2], + ["M4", 20, 2], + ["Beretta Shotgun", 20, 2], + ["Sniper Rifle", 20, 2], + ["MP5 Ammo", 20, 2], + ["Micro Uzi Ammo", 20, 2], + ["AK-47 Ammo", 20, 2], + ["M4 Ammo", 20, 2], + ["Beretta Shotgun Ammo", 20, 2], + ["Sniper Rifle Ammo", 20, 2], ], GasStation: [ - ["Bottle of Soda", 500, 2], - ["Can of Soda", 500, 2], - ["Slice of Pizza", 500, 2], - ["Bottle of Water", 500, 2], - ["Can of Beer", 500, 2] + ["Bottle of Soda", 20, 2], + ["Can of Soda", 20, 2], + ["Slice of Pizza", 20, 2], + ["Bottle of Water", 20, 2], + ["Can of Beer", 20, 2] ], ElectronicsStore: [ - ["Phone", 500, 2], - ["Walkie Talkie", 500, 2], - ["Megaphone", 500, 2], - ["Tazer", 500, 2], - ["Camera", 500, 2] + ["Phone", 20, 2], + ["Walkie Talkie", 20, 2], + ["Megaphone", 20, 2], + ["Tazer", 20, 2], + ["Camera", 20, 2] ], Bar: [ - ["Bottle of Vodka", 500, 2], - ["Bottle of Whiskey", 500, 2], - ["Bottle of Soda", 500, 2], - ["Bottle of Wine", 500, 2], - ["Bottle of Bourbon", 500, 2], - ["Shot of Bourbon", 500, 2], - ["Shot of Vodka", 500, 2], - ["Shot of Whiskey", 500, 2], - ["Glass of Wine", 500, 2], + ["Bottle of Vodka", 20, 2], + ["Bottle of Whiskey", 20, 2], + ["Bottle of Soda", 20, 2], + ["Bottle of Wine", 20, 2], + ["Bottle of Bourbon", 20, 2], + ["Shot of Bourbon", 20, 2], + ["Shot of Vodka", 20, 2], + ["Shot of Whiskey", 20, 2], + ["Glass of Wine", 20, 2], ], Club: [ - ["Bottle of Vodka", 500, 2], - ["Bottle of Whiskey", 500, 2], - ["Bottle of Soda", 500, 2], - ["Bottle of Wine", 500, 2], - ["Bottle of Bourbon", 500, 2], - ["Shot of Bourbon", 500, 2], - ["Shot of Vodka", 500, 2], - ["Shot of Whiskey", 500, 2], - ["Glass of Wine", 500, 2], + ["Bottle of Vodka", 20, 2], + ["Bottle of Whiskey", 20, 2], + ["Bottle of Soda", 20, 2], + ["Bottle of Wine", 20, 2], + ["Bottle of Bourbon", 20, 2], + ["Shot of Bourbon", 20, 2], + ["Shot of Vodka", 20, 2], + ["Shot of Whiskey", 20, 2], + ["Glass of Wine", 20, 2], ], Chicken: [ - ["Bucket of Chicken", 500, 2], - ["Chicken Tenders Meal", 500, 2], - ["Large Fries", 500, 2], - ["Small Fries", 500, 2], - ["Bottle of Soda", 500, 2], + ["Bucket of Chicken", 20, 2], + ["Chicken Tenders Meal", 20, 2], + ["Large Fries", 20, 2], + ["Small Fries", 20, 2], + ["Bottle of Soda", 20, 2], ], Burger: [ - ["Bacon Cheeseburger", 500, 2], - ["Double Cheeseburger", 500, 2], - ["Big Boy Burger", 500, 2], - ["Large Fries", 500, 2], - ["Small Fries", 500, 2], - ["Bottle of Soda", 500, 2], + ["Bacon Cheeseburger", 20, 2], + ["Double Cheeseburger", 20, 2], + ["Big Boy Burger", 20, 2], + ["Large Fries", 20, 2], + ["Small Fries", 20, 2], + ["Bottle of Soda", 20, 2], ], Chinese: [ - ["Egg Roll", 500, 2], - ["Lo Mein", 500, 2], - ["Fried Rice", 500, 2], - ["Crab Rangoon", 500, 2], - ["Egg Drop Soup", 500, 2], - ["Moo Shu Pork", 500, 2], - ["Egg Foo Young", 500, 2], - ["Sesame Chicken", 500, 2], + ["Egg Roll", 20, 2], + ["Lo Mein", 20, 2], + ["Fried Rice", 20, 2], + ["Crab Rangoon", 20, 2], + ["Egg Drop Soup", 20, 2], + ["Moo Shu Pork", 20, 2], + ["Egg Foo Young", 20, 2], + ["Sesame Chicken", 20, 2], ], Italian: [ - ["Bottle of Wine", 500, 2], - ["Glass of Wine", 500, 2], - ["Arancini", 500, 2], - ["Lasagne", 500, 2], - ["Chicken Alfredo", 500, 2], - ["Fettucine Alfredo", 500, 2], - ["Chicken Parmigiana", 500, 2], - ["Chicken Carbonara", 500, 2], - ["Sausage Rigatoni", 500, 2], - ["Chicken Salad", 500, 2], - ["Caesar Salad", 500, 2], + ["Bottle of Wine", 20, 2], + ["Glass of Wine", 20, 2], + ["Arancini", 20, 2], + ["Lasagne", 20, 2], + ["Chicken Alfredo", 20, 2], + ["Fettucine Alfredo", 20, 2], + ["Chicken Parmigiana", 20, 2], + ["Chicken Carbonara", 20, 2], + ["Sausage Rigatoni", 20, 2], + ["Chicken Salad", 20, 2], + ["Caesar Salad", 20, 2], ], Mexican: [ - ["Crunchy Taco", 500, 2], - ["Beaf and Bean Burrito", 500, 2], - ["Burrito Supreme", 500, 2], - ["Cheesy Nachos", 500, 2], - ["Nacho Supreme", 500, 2], - ["Bottle of Soda", 500, 2], + ["Crunchy Taco", 20, 2], + ["Beaf and Bean Burrito", 20, 2], + ["Burrito Supreme", 20, 2], + ["Cheesy Nachos", 20, 2], + ["Nacho Supreme", 20, 2], + ["Bottle of Soda", 20, 2], ], Pizza: [ - ["Large Pizza", 500, 2], - ["Medium Pizza", 500, 2], - ["Small Pizza", 500, 2], - ["Buffalo Wings", 500, 2], - ["Hot Wings", 500, 2], - ["Bottle of Soda", 500, 2], + ["Large Pizza", 20, 2], + ["Medium Pizza", 20, 2], + ["Small Pizza", 20, 2], + ["Buffalo Wings", 20, 2], + ["Hot Wings", 20, 2], + ["Bottle of Soda", 20, 2], ], CoffeeDonutShop: [ - ["Glazed Donut", 500, 2], - ["Frosted Donut", 500, 2], - ["Jelly Donut", 500, 2], - ["Cream-filled Donut", 500, 2], - ["Apple Fritter", 500, 2], - ["Pumpkin Spice Latte", 500, 2], - ["Mocha Latte", 500, 2], - ["Iced Coffee", 500, 2], - ["Apple Fritter", 500, 2], - ["Large Coffee", 500, 2], - ["Small Coffee", 500, 2], + ["Glazed Donut", 20, 2], + ["Frosted Donut", 20, 2], + ["Jelly Donut", 20, 2], + ["Cream-filled Donut", 20, 2], + ["Apple Fritter", 20, 2], + ["Pumpkin Spice Latte", 20, 2], + ["Mocha Latte", 20, 2], + ["Iced Coffee", 20, 2], + ["Apple Fritter", 20, 2], + ["Large Coffee", 20, 2], + ["Small Coffee", 20, 2], ], VehicleRepairShop: [ - ["Vehicle Repair Kit", 500, 2], - ["Vehicle Decal Kit", 500, 2], - ["Vehicle Primary Colour Kit", 500, 2], - ["Vehicle Secondary Colour Kit", 500, 2], + ["Vehicle Repair Kit", 20, 2], + ["Vehicle Decal Kit", 20, 2], + ["Vehicle Primary Colour Kit", 20, 2], + ["Vehicle Secondary Colour Kit", 20, 2], ], }, [V_GAME_MAFIA_ONE]: { // Mafia 1 ClothingStore: [ - ["Outfit", 500, 2] + ["Outfit", 20, 2] ], LegalGunStore: [ - ["Baseball Bat", 500, 2], - ["Knuckleduster", 500, 2], - ["Knife", 500, 2], - ["S&W Model 10 M&P", 500, 2], - ["S&W Model 27 Magnum", 500, 2], - ["Colt 1911", 500, 2], - ["Shotgun", 500, 2], - ["Sawed-off Shotgun", 500, 2], - ["Thompson 1928", 500, 2], - ["S&W Model 10 Ammo", 500, 2], - ["S&W Magnum Ammo", 500, 2], - ["Colt 1911 Ammo", 500, 2], - ["Pump-action Shotgun Ammo", 500, 2], - ["Sawed-off Shotgun Ammo", 500, 2], - ["Thompson 1928 Ammo", 500, 2], + ["Baseball Bat", 20, 2], + ["Knuckleduster", 20, 2], + ["Knife", 20, 2], + ["S&W Model 10 M&P", 20, 2], + ["S&W Model 27 Magnum", 20, 2], + ["Colt 1911", 20, 2], + ["Shotgun", 20, 2], + ["Sawed-off Shotgun", 20, 2], + ["Thompson 1928", 20, 2], + ["S&W Model 10 Ammo", 20, 2], + ["S&W Magnum Ammo", 20, 2], + ["Colt 1911 Ammo", 20, 2], + ["Pump-action Shotgun Ammo", 20, 2], + ["Sawed-off Shotgun Ammo", 20, 2], + ["Thompson 1928 Ammo", 20, 2], ], IllegalGunStore: [ ], SexShop: [ - ["Purple Dildo", 500, 2], - ["Dildo", 500, 2], - ["Vibrator", 500, 2], - ["Silver Vibrator", 500, 2], - ["Flowers", 500, 2] + ["Purple Dildo", 20, 2], + ["Dildo", 20, 2], + ["Vibrator", 20, 2], + ["Silver Vibrator", 20, 2], + ["Flowers", 20, 2] ], GasStation: [ - ["Bottle of Soda", 500, 2], - ["Can of Soda", 500, 2], - ["Slice of Pizza", 500, 2], - ["Bottle of Water", 500, 2], - ["Can of Beer", 500, 2] + ["Bottle of Soda", 20, 2], + ["Can of Soda", 20, 2], + ["Slice of Pizza", 20, 2], + ["Bottle of Water", 20, 2], + ["Can of Beer", 20, 2] ], ElectronicsStore: [ - ["Phone", 500, 2], - ["Walkie Talkie", 500, 2], - ["Megaphone", 500, 2], - ["Tazer", 500, 2], - ["Camera", 500, 2] + ["Phone", 20, 2], + ["Walkie Talkie", 20, 2], + ["Megaphone", 20, 2], + ["Tazer", 20, 2], + ["Camera", 20, 2] ], Bar: [ - ["Bottle of Vodka", 500, 2], - ["Bottle of Whiskey", 500, 2], - ["Bottle of Soda", 500, 2], - ["Bottle of Wine", 500, 2], - ["Bottle of Bourbon", 500, 2], - ["Shot of Bourbon", 500, 2], - ["Shot of Vodka", 500, 2], - ["Shot of Whiskey", 500, 2], - ["Glass of Wine", 500, 2], + ["Bottle of Vodka", 20, 2], + ["Bottle of Whiskey", 20, 2], + ["Bottle of Soda", 20, 2], + ["Bottle of Wine", 20, 2], + ["Bottle of Bourbon", 20, 2], + ["Shot of Bourbon", 20, 2], + ["Shot of Vodka", 20, 2], + ["Shot of Whiskey", 20, 2], + ["Glass of Wine", 20, 2], ], Club: [ - ["Bottle of Vodka", 500, 2], - ["Bottle of Whiskey", 500, 2], - ["Bottle of Soda", 500, 2], - ["Bottle of Wine", 500, 2], - ["Bottle of Bourbon", 500, 2], - ["Shot of Bourbon", 500, 2], - ["Shot of Vodka", 500, 2], - ["Shot of Whiskey", 500, 2], - ["Glass of Wine", 500, 2], + ["Bottle of Vodka", 20, 2], + ["Bottle of Whiskey", 20, 2], + ["Bottle of Soda", 20, 2], + ["Bottle of Wine", 20, 2], + ["Bottle of Bourbon", 20, 2], + ["Shot of Bourbon", 20, 2], + ["Shot of Vodka", 20, 2], + ["Shot of Whiskey", 20, 2], + ["Glass of Wine", 20, 2], ], Chicken: [ - ["Bucket of Chicken", 500, 2], - ["Chicken Tenders Meal", 500, 2], - ["Large Fries", 500, 2], - ["Small Fries", 500, 2], - ["Bottle of Soda", 500, 2], + ["Bucket of Chicken", 20, 2], + ["Chicken Tenders Meal", 20, 2], + ["Large Fries", 20, 2], + ["Small Fries", 20, 2], + ["Bottle of Soda", 20, 2], ], Burger: [ - ["Bacon Cheeseburger", 500, 2], - ["Double Cheeseburger", 500, 2], - ["Big Boy Burger", 500, 2], - ["Large Fries", 500, 2], - ["Small Fries", 500, 2], - ["Bottle of Soda", 500, 2], + ["Bacon Cheeseburger", 20, 2], + ["Double Cheeseburger", 20, 2], + ["Big Boy Burger", 20, 2], + ["Large Fries", 20, 2], + ["Small Fries", 20, 2], + ["Bottle of Soda", 20, 2], ], Chinese: [ - ["Egg Roll", 500, 2], - ["Lo Mein", 500, 2], - ["Fried Rice", 500, 2], - ["Crab Rangoon", 500, 2], - ["Egg Drop Soup", 500, 2], - ["Moo Shu Pork", 500, 2], - ["Egg Foo Young", 500, 2], - ["Sesame Chicken", 500, 2], + ["Egg Roll", 20, 2], + ["Lo Mein", 20, 2], + ["Fried Rice", 20, 2], + ["Crab Rangoon", 20, 2], + ["Egg Drop Soup", 20, 2], + ["Moo Shu Pork", 20, 2], + ["Egg Foo Young", 20, 2], + ["Sesame Chicken", 20, 2], ], Italian: [ - ["Bottle of Wine", 500, 2], - ["Glass of Wine", 500, 2], - ["Arancini", 500, 2], - ["Lasagne", 500, 2], - ["Chicken Alfredo", 500, 2], - ["Fettucine Alfredo", 500, 2], - ["Chicken Parmigiana", 500, 2], - ["Chicken Carbonara", 500, 2], - ["Sausage Rigatoni", 500, 2], - ["Chicken Salad", 500, 2], - ["Caesar Salad", 500, 2], + ["Bottle of Wine", 20, 2], + ["Glass of Wine", 20, 2], + ["Arancini", 20, 2], + ["Lasagne", 20, 2], + ["Chicken Alfredo", 20, 2], + ["Fettucine Alfredo", 20, 2], + ["Chicken Parmigiana", 20, 2], + ["Chicken Carbonara", 20, 2], + ["Sausage Rigatoni", 20, 2], + ["Chicken Salad", 20, 2], + ["Caesar Salad", 20, 2], ], Mexican: [ - ["Crunchy Taco", 500, 2], - ["Beaf and Bean Burrito", 500, 2], - ["Burrito Supreme", 500, 2], - ["Cheesy Nachos", 500, 2], - ["Nacho Supreme", 500, 2], - ["Bottle of Soda", 500, 2], + ["Crunchy Taco", 20, 2], + ["Beaf and Bean Burrito", 20, 2], + ["Burrito Supreme", 20, 2], + ["Cheesy Nachos", 20, 2], + ["Nacho Supreme", 20, 2], + ["Bottle of Soda", 20, 2], ], Pizza: [ - ["Large Pizza", 500, 2], - ["Medium Pizza", 500, 2], - ["Small Pizza", 500, 2], - ["Buffalo Wings", 500, 2], - ["Hot Wings", 500, 2], - ["Bottle of Soda", 500, 2], + ["Large Pizza", 20, 2], + ["Medium Pizza", 20, 2], + ["Small Pizza", 20, 2], + ["Buffalo Wings", 20, 2], + ["Hot Wings", 20, 2], + ["Bottle of Soda", 20, 2], ], CoffeeDonutShop: [ - ["Glazed Donut", 500, 2], - ["Frosted Donut", 500, 2], - ["Jelly Donut", 500, 2], - ["Cream-filled Donut", 500, 2], - ["Apple Fritter", 500, 2], - ["Pumpkin Spice Latte", 500, 2], - ["Mocha Latte", 500, 2], - ["Iced Coffee", 500, 2], - ["Apple Fritter", 500, 2], - ["Large Coffee", 500, 2], - ["Small Coffee", 500, 2], + ["Glazed Donut", 20, 2], + ["Frosted Donut", 20, 2], + ["Jelly Donut", 20, 2], + ["Cream-filled Donut", 20, 2], + ["Apple Fritter", 20, 2], + ["Pumpkin Spice Latte", 20, 2], + ["Mocha Latte", 20, 2], + ["Iced Coffee", 20, 2], + ["Apple Fritter", 20, 2], + ["Large Coffee", 20, 2], + ["Small Coffee", 20, 2], ], VehicleRepairShop: [ - ["Vehicle Repair Kit", 500, 2], + ["Vehicle Repair Kit", 20, 2], ], } },