Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.13 KB | None | 0 0
  1.  
  2. itemList["flowers"] = {displayname: "Flowers",price: 50,weight: 10,nonStack: false,model: "",image: "np_flowers.png",information: "Wow, so beautiful." }
  3. itemList["weedoz"] = {displayname: "Weed Oz",price: 600,weight: 2,nonStack: false,model: "",image: "np_weed-4-Oz.png",information: "Lowers Stress" }
  4. itemList["weed5oz"] = {displayname: "Weed Brick 5 Oz", price: 2200, weight: 5, nonStack: false, model: "", image: "np_weed-brick-40-Oz.png", information: "Lowers Stress <br> Breaks Down into other Product" }
  5.  
  6. itemList["goldbar"] = {displayname: "Gold Bar", craft: [ { itemid: "rolexwatch", amount: 100 } ] , price: 21, weight: 1, nonStack: false, model: "", image: "np_gold-bar.png"}
  7.  
  8.  
  9. itemList["sealedbucket"] = {displayname: "Sealed Bucket", price: 0, weight: 1, nonStack: true, model: "", image: "np_sealed-bucket.png"}
  10. itemList["coke5g"] = {displayname: "Cocaine Baggy (50g)", craft: [ { itemid: "coke50g", amount: 0.2 } ], price: 700, weight: 0, nonStack: false, model: "", image: "np_pure.png", information: "Increases your Stamina and Movement Speed"}
  11. itemList["coke50g"] = {displayname: "Cocaine Brick (250g)",price: 2200, weight: 5, nonStack: false, model: "", image: "np_cocaine-brick.png", information: "Increases your Stamina and Movement Speed <br> Breaks down into product."}
  12.  
  13. itemList["inkset"] = {displayname: "Money Ink Set", price: 450, weight: 10, nonStack: false, model: "", image: "np_money-ink-set.png"}
  14. itemList["inkcrate"] = {displayname: "Money Ink Crate", price: 2200, weight: 55, nonStack: false, model: "", image: "np_money-ink-crate.png"}
  15.  
  16. itemList["sandwich"] = {displayname: "Sandwich", price: 5, weight: 1, nonStack: false, model: "", image: "np_sandwich.png", information: "Sates Hunger"}
  17. itemList["hamburger"] = {displayname: "Hamburger", price: 5, weight: 1, nonStack: false, model: "", image: "np_hamburger.png", information: "Sates Hunger"}
  18. itemList["cola"] = {displayname: "Cola", price: 5, weight: 1, nonStack: false, model: "", image: "np_coke.png", information: "Sates Thirst"}
  19. itemList["water"] = {displayname: "Water", price: 5, weight: 1, nonStack: false, model: "", image: "np_water.png", information: "Sates Thirst"}
  20. itemList["beer"] = {displayname: "Beer", price: 10, weight: 1, nonStack: false, model: "", image: "np_beer.png", information: "Sates Thirst"}
  21. itemList["vodka"] = {displayname: "Vodka", price: 25, weight: 1, nonStack: false, model: "", image: "np_vodka.png", information: "Sates Thirst"}
  22. itemList["whiskey"] = {displayname: "Whiskey", price: 25, weight: 1, nonStack: false, model: "", image: "np_whiskey.png", information: "Sates Thirst"}
  23. itemList["bandage"] = {displayname: "Bandage", price: 15, weight: 1, nonStack: false, model: "prop_ld_health_pack", image: "np_bandage.png", information: "Heals Wounds and Reduces Bleeding"}
  24. itemList["repairkit"] = {displayname: "Basic Repair Kit", craft: [ { itemid: "electronics", amount: 5 } ], price: 400, weight: 1, nonStack: false, model: "", image: "np_basic_repair-kit.png"}
  25. itemList["lockpick"] = {displayname: "Lockpick Set", craft: [ { itemid: "aluminium", amount: 5 }, { itemid: "plastic", amount: 5 }, { itemid: "rubber", amount: 5 } ], price: 200, weight: 1, nonStack: false, model: "", image: "np_lockpick-set.png"}
  26. itemList["cuffs"] = {displayname: "Hand Cuffs", craft: [ { itemid: "scrapmetal", amount: 100 } ], price: 250, weight: 1, nonStack: false, model: "", image: "np_hand-cuffs.png"}
  27. itemList["bucket"] = {displayname: "Bucket", price: 10, weight: 1, nonStack: false, model: "", image: "np_bucket.png"}
  28. itemList["oxygentank"] = {displayname: "Oxygen Tank", craft: [ { itemid: "aluminium", amount: 15 }, { itemid: "plastic", amount: 15 }, { itemid: "rubber", amount: 10 } ], price: 300, weight: 1, nonStack: false, model: "", image: "np_oxygen-tank.png"}
  29. itemList["whitepearl"] = {displayname: "White Pearl", price: 0, weight: 1, nonStack: false, model: "", image: "np_white-pearl.png"}
  30. itemList["scrapmetal"] = {displayname: "Scrap Metal", price: 15, weight: 0, nonStack: false, model: "", image: "np_scrap-metal.png"}
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37. // farmable materials
  38. itemList["recyclablematerial"] = {displayname: "Recyclable Material",price: 0, weight: 1, nonStack: false, model: "", image: "np_recyclable-material.png"}
  39.  
  40.  
  41. // logging materials
  42. itemList["log"] = {displayname: "Log", price: 0, weight: 2, nonStack: false, model: "", image: "np_wood.png"}
  43. itemList["refinedwood"] = {displayname: "Refined Wood", price: 15, weight: 1, nonStack: false, model: "", image: "np_wood.png"}
  44.  
  45.  
  46. // craftable recycled materials
  47. itemList["plastic"] = { displayname: "Plastic", price: 11, weight: 0, nonStack: false, model: "", image: "np_plastic.png" }
  48. itemList["glass"] = { displayname: "Glass", price: 12, weight: 0, nonStack: false, model: "", image: "np_glass.png" }
  49. itemList["dye"] = { displayname: "Dye", price: 20, weight: 0, nonStack: false, model: "", image: "np_dye.png" }
  50. itemList["rubber"] = { displayname: "Rubber", price: 20, weight: 0, nonStack: false, model: "", image: "np_rubber.png" }
  51.  
  52.  
  53. // mining
  54.  
  55. itemList["copper"] = { displayname: "Copper", price: 0, weight: 0, nonStack: false, model: "", image: "np_copper.png" }
  56.  
  57.  
  58. itemList["aluminium"] = { displayname: "Aluminium", price: 0, weight: 0, nonStack: false, model: "", image: "np_aluminum.png" }
  59. itemList["oil"] = { displayname: "Oil", price: 0, weight: 0, nonStack: false, model: "", image: "np_oil.png" }
  60. itemList["steel"] = { displayname: "Steel", price: 45, weight: 0, nonStack: false, model: "", image: "np_steel.png" }
  61.  
  62.  
  63. // crafted mining materials
  64. itemList["ironoxide"] = { displayname: "Iron Oxide", price: 200, weight: 1, nonStack: false, model: "", image: "np_iron-oxide.png" }
  65. itemList["aluminiumoxide"] = { displayname: "Aluminium Oxide", price: 200, weight: 1, nonStack: false, model: "", image: "np_aluminum-oxide.png" }
  66.  
  67.  
  68.  
  69. // crafted things?
  70. itemList["electronics"] = { displayname: "Electronics", price: 25, weight: 0, nonStack: false, model: "", image: "np_electronics.png" }
  71. itemList["thermite"] = { displayname: "Thermite", craft: [ { itemid: "aluminium", amount: 35 }, { itemid: "plastic", amount: 31 }, { itemid: "rubber", amount: 31 } ], price: 0, weight: 5, nonStack: false, model: "", image: "np_thermite.png" }
  72. itemList["fuse"] = { displayname: "Fuse", price: 30, weight: 1, nonStack: false, model: "", image: "np_fuse.png" }
  73. itemList["clutch"] = { displayname: "Clutch", price: 350, weight: 5, nonStack: false, model: "", image: "np_clutch.png" }
  74. itemList["drillbit"] = { displayname: "Drill Bit", price: 100, weight: 2, nonStack: false, model: "", image: "np_drill-bit.png" }
  75. itemList["battery"] = { displayname: "Battery", price: 10, weight: 1, nonStack: false, model: "", image: "np_battery.png" }
  76. itemList["breadboard"] = { displayname: "Breadboard", price: 60, weight: 1, nonStack: false, model: "", image: "np_breadboard.png" }
  77. itemList["screen"] = { displayname: "Screen", price: 120, weight: 1, nonStack: false, model: "", image: "np_screen.png" }
  78. itemList["heavycutters"] = { displayname: "Heavy Cutters", price: 700, weight: 9, nonStack: false, model: "", image: "np_heavy-cutters.png" }
  79. itemList["cleaninggoods"] = { displayname: "Cleaning goods", price: 500, weight: 3, nonStack: false, model: "", image: "np_cleaning-goods.png" }
  80. itemList["riflebody"] = {displayname: "Rifle Body", price: 700, weight: 10, nonStack: false, model: "", image: "np_rifle-body.png"}
  81. itemList["riflebodybox"] = {displayname: "Box (10+ Rifle Bodys)",price: 2200, weight: 85, nonStack: false, model: "", image: "np_rifle-box.png"}
  82. itemList["drill"] = {displayname: "Drill", craft: [ { itemid: "aluminium", amount: 5 }, { itemid: "plastic", amount: 1 }, { itemid: "rubber", amount: 1 } ], price: 150, weight: 80, nonStack: false, model: "", image: "np_drill.png"}
  83. itemList["electronickit"] = {displayname: "Electronic Kit", craft: [ { itemid: "electronics", amount: 230 } ], price: 0, weight: 15, nonStack: false, model: "", image: "np_electronic-kit.png"}
  84. itemList["valuablegoods"] = {displayname: "Valuable Goods", craft: [ { itemid: "goldbar", amount: 7 } ], price: 9000, weight: 4, nonStack: false, model: "", image: "np_valuable-goods.png"}
  85. itemList["nitrous"] = {displayname: "Nitrous Oxide", craft: [ { itemid: "electronics", amount: 10 } ], price: 300, weight: 10, nonStack: false, model: "", image: "np_nitrous-oxide.png"}
  86. itemList["binoculars"] = {displayname: "Binoculars", craft: [ { itemid: "aluminium", amount: 5 }, { itemid: "plastic", amount: 1 }, { itemid: "rubber", amount: 1 } ], price: 300, weight: 10, nonStack: false, model: "", image: "np_binoculars.png"}
  87. itemList["evidence"] = {displayname: "Evidence", price: 0, weight: 1, nonStack: true, model: "", image: "np_evidence.png"}
  88. itemList["greencow"] = {displayname: "Green Cow", price: 120, weight: 3, nonStack: false, model: "", image: "np_green-cow.png", information: "Slightly Increases Stamina and Speed"}
  89. itemList["armor"] = {displayname: "Chest Armor", craft: [ { itemid: "aluminium", amount: 5 }, { itemid: "plastic", amount: 1 }, { itemid: "rubber", amount: 1 } ], price: 250, weight: 30, nonStack: false, model: "", image: "np_chest-armor.png", information: "Protects you from bleeding and stumbling on injuries."}
  90. itemList["scanner"] = {displayname: "Radio Scanner",craft: [ { itemid: "aluminium", amount: 5 }, { itemid: "plastic", amount: 1 }, { itemid: "rubber", amount: 1 } ], price: 500, weight: 15, nonStack: false, model: "", image: "np_radio-scanner.png", information: "Used to receive random radio chatter."}
  91. itemList["advlockpick"] = {displayname: "Advanced Lock Pick", craft: [ { itemid: "aluminium", amount: 15 }, { itemid: "plastic", amount: 1 }, { itemid: "rubber", amount: 1 } ], price: 500, weight: 3, nonStack: false, model: "", image: "np_advanced-lockpick.png"}
  92. itemList["inkedmoneybag"] = {displayname: "Inked Money Bag", price: 500, weight: 15, nonStack: false, model: "", image: "np_inked-money-bag.png"}
  93. itemList["ciggy"] = {displayname: "Cigarette", price: 10, weight: 1, nonStack: false, model: "", image: "np_cigarette.png"}
  94. itemList["evidencebag"] = {displayname: "Evidence Bag", price: 0, weight: 1, nonStack: true, model: "", image: "np_evidence-bag.png"}
  95. itemList["sealedevidencebag"] = {displayname: "Sealed Evidence Bag",price: 0, weight: 1, nonStack: true, model: "", image: "np_sealed-evidence-bag.png"}
  96. itemList["repairtoolkit"] = {displayname: "Repair Toolkit", craft: [ { itemid: "aluminium", amount: 5 }, { itemid: "plastic", amount: 1 }, { itemid: "rubber", amount: 1 } ], price: 4000, weight: 15, nonStack: false, model: "", image: "np_repair-toolkit.png", information: "Used by Tow Truck drivers and repair people."}
  97. itemList["mobilephone"] = {displayname: "Mobile Phone", price: 400, weight: 1, nonStack: false, model: "", image: "np_mobile-phone.png"}
  98. itemList["radio"] = {displayname: "Radio", craft: [ { itemid: "aluminium", amount: 5 }, { itemid: "plastic", amount: 1 }, { itemid: "rubber", amount: 1 } ], price: 1000, weight: 3, nonStack: false, model: "", image: "np_radio.png", information: "Used to chat with other people on private radio channels."}
  99. itemList["umbrella"] = {displayname: "Umbrella", price: 500, weight: 3, nonStack: false, model: "", image: "np_umbrella.png"}
  100. itemList["foodgoods"] = {displayname: "Food goods", price: 500, weight: 3, nonStack: false, model: "", image: "np_food-goods.png"}
  101. itemList["idcard"] = {displayname: "Citizen Card", price: 500, weight: 0, nonStack: true, model: "", image: "np_citizen-card.png"}
  102.  
  103.  
  104.  
  105. itemList["pistolammo"] = {displayname: "Pistol Ammo x30", craft: [ { itemid: "aluminium", amount: 1 }, { itemid: "plastic", amount: 1 }, { itemid: "rubber", amount: 1 } ], price: 10, weight: 3, nonStack: false, model: "", image: "np_pistol-ammo.png"}
  106. itemList["rifleammo"] = {displayname: "Rifle Ammo x30",craft: [ { itemid: "aluminium", amount: 1 }, { itemid: "plastic", amount: 1 }, { itemid: "rubber", amount: 1 } ], price: 10, weight: 7, nonStack: false, model: "", image: "np_rifle-ammo.png"}
  107. itemList["sniperammo"] = {displayname: "Sniper Ammo x5",craft: [ { itemid: "aluminium", amount: 1 }, { itemid: "plastic", amount: 1 }, { itemid: "rubber", amount: 1 } ], price: 10, weight: 7, nonStack: false, model: "", image: "np_rifle-ammo.png"}
  108. itemList["heavyammo"] = {displayname: "Heavy Gun Ammo x30",craft: [ { itemid: "aluminium", amount: 1 }, { itemid: "plastic", amount: 1 }, { itemid: "rubber", amount: 1 } ], price: 10, weight: 7, nonStack: false, model: "", image: "np_rifle-ammo.png"}
  109. itemList["shotgunammo"] = {displayname: "Shotgun Ammo x30",craft: [ { itemid: "aluminium", amount: 1 }, { itemid: "plastic", amount: 1 }, { itemid: "rubber", amount: 1 } ], price: 10, weight: 7, nonStack: false, model: "", image: "np_shotgun-ammo.png"}
  110. itemList["subammo"] = {displayname: "Sub Ammo x30", craft:[ { itemid: "aluminium", amount: 1 }, { itemid: "plastic", amount: 1 }, { itemid: "rubber", amount: 1 } ], price: 100, weight: 5, nonStack: false, model: "", image: "np_sub-ammo.png"}
  111. itemList["usbdevice"] = {displayname: "Unknown USB Device",price: 300, weight: 5, nonStack: false, model: "", image: "np_unknown-usb-device.png"}
  112. itemList["lmgammo"] = {displayname: "LMG Ammo x30", craft: [ { itemid: "aluminium", amount: 1 }, { itemid: "plastic", amount: 1 }, { itemid: "rubber", amount: 1 } ], price: 300, weight: 5, nonStack: false, model: "", image: "np_lmg-ammo.png"}
  113. itemList["decryptersess"] = {displayname: "Decrypter Sess", price: 300, weight: 5, nonStack: false, model: "", image: "np_decrypter-sess.png"}
  114. itemList["decrypterfv2"] = {displayname: "Decrypter Fv2", price: 300, weight: 5, nonStack: false, model: "", image: "np_decrypter-fv2.png"}
  115. itemList["decrypterenzo"] = {displayname: "Decrypter Enzo", price: 300, weight: 5, nonStack: false, model: "", image: "np_decrypter-enzo.png"}
  116. itemList["vpnxj"] = {displayname: "VPN XJ", price: 300, weight: 5, nonStack: false, model: "", image: "np_vpn-xj.png"}
  117. itemList["heavydutydrill"] = {displayname: "Heavy Duty Drill",craft: [ { itemid: "aluminium", amount: 5 }, { itemid: "plastic", amount: 1 }, { itemid: "rubber", amount: 1 } ], price: 300, weight: 5, nonStack: false, model: "", image: "np_heavy-duty-drill.png"}
  118. itemList["weedq"] = {displayname: "Weed Q", craft: [ { itemid: "weedoz", amount: 0.25 } ], price: 250, weight: 0, nonStack: false, model: "", image: "np_weed-oz.png", information: "Lowers Stress"}
  119.  
  120. //84-97 = stolen content from houses
  121. itemList["stolencasiowatch"] = {displayname: "Casio Watch (p)", price: 150, weight: 0, nonStack: false, model: "", image: "np_casio-watch.png"}
  122. itemList["rolexwatch"] = {displayname: "Rolex Watch (p)", price: 250, weight: 0, nonStack: false, model: "", image: "np_rolex-watch.png"}
  123. itemList["stoleniphone"] = {displayname: "Apple Iphone (p)", price: 300, weight: 0, nonStack: false, model: "", image: "np_apple-iphone.png"}
  124. itemList["stolens8"] = {displayname: "Samsung S8 (p)", price: 300, weight: 0, nonStack: false, model: "", image: "np_samsung-s8.png"}
  125. itemList["stolennokia"] = {displayname: "Nokia Phone (p)", price: 150, weight: 0, nonStack: false, model: "", image: "np_nokia-phone.png"}
  126. itemList["stolenpixel3"] = {displayname: "Pixel 3 Phone (p)", price: 250, weight: 0, nonStack: false, model: "", image: "np_pixel-2-phone.png"}
  127. itemList["stolen2ctchain"] = {displayname: "2ct Gold Chain (p)",price: 250, weight: 0, nonStack: false, model: "", image: "np_2ct-gold-chain.png"}
  128. itemList["stolen5ctchain"] = {displayname: "5ct Gold Chain (p)",price: 350, weight: 0, nonStack: false, model: "", image: "np_5ct-gold-chain.png"}
  129. itemList["stolen8ctchain"] = {displayname: "8ct Gold Chain (p)",price: 450, weight: 0, nonStack: false, model: "", image: "np_8ct-gold-chain.png"}
  130. itemList["stolen10ctchain"] = {displayname: "10ct Gold Chain (p)",price: 550, weight: 0, nonStack: false, model: "", image: "np_10ct-gold-chain.png"}
  131. itemList["stolenraybans"] = {displayname: "Ray Ban Sunglasses (p)",price: 200,weight: 0, nonStack: false, model: "", image: "np_raybans.png"}
  132. itemList["stolenoakleys"] = {displayname: "Oakley Sunglasses (p)",price: 180, weight: 0, nonStack: false, model: "", image: "np_oakley-sunglesses.png"}
  133. itemList["stolengameboy"] = {displayname: "Gameboy (p)", price: 200, weight: 0, nonStack: false, model: "", image: "np_gameboy.png"}
  134. itemList["stolenpsp"] = {displayname: "PSP (p)", price: 230, weight: 0, nonStack: false, model: "", image: "np_psp.png"}
  135.  
  136.  
  137. itemList["weed12oz"] = {displayname: "Box of Weed 12 Oz", price: 250, weight: 35, nonStack: false, model: "", image: "np_box-of-weed-12-18-oz.png", information: "Lowers Stress <br> Breaks Down into other Product"}
  138. itemList["smallscales"] = {displayname:"Small Scales", craft: [ { itemid: "aluminium", amount: 5 }, { itemid: "plastic", amount: 1 }, { itemid: "rubber", amount: 1 } ], price: 150, weight: 1, nonStack: false, model: "", image: "np_small-scale.png", information: "Weighs Baggies with minimal loss"}
  139. itemList["qualityscales"] = {displayname: "High Quality Scales", craft: [ { itemid: "aluminium", amount: 5 }, { itemid: "plastic", amount: 10 }, { itemid: "rubber", amount: 1 } ], price: 1000, weight: 2, nonStack: false, model: "", image: "np_high-quality-scales.png", information: "Weighs Baggies with no loss"}
  140. itemList["emptybaggies"] = {displayname: "Pack of Empty Baggies",price: 50, weight: 1, nonStack: false, model: "", image: "np_pack-of-empty-baggies.png"}
  141. itemList["rollingpaper"] = {displayname: "Rolling Paper", price: 1, weight: 0, nonStack: false, model: "", image: "np_rolling-paper.png", information: "Required to roll joints!" }
  142. itemList["mk2usbdevice"] = {displayname: "MKII USB Device", price: 300, weight: 5, nonStack: false, model: "", image: "np_mkii-usb-device.png"}
  143. itemList["oxy"] = {displayname: "Oxy 100mg", price: 100, weight: 0, nonStack: false, model: "", image: "np_Oxy.png", information: "Limits Stress to 0 for an extended period of time <br> Increases Thirst <br> Has addiction properties "}
  144.  
  145.  
  146.  
  147. itemList["bleederburger"] = {displayname: "The Bleeder", price: 20, weight: 1, nonStack: false,model: "", image: "np_the-bleeder.png", information: "Sates Hunger and reduces stressed gained for an hour" },
  148. itemList["heartstopper"] = {displayname: "The Heart Stopper", price: 20, weight: 1, nonStack: false,model: "", image: "np_the-heart-stopper.png", information: "Sates Hunger and reduces stressed gained for an hour" },
  149. itemList["torpedo"] = {displayname: "Torpedo", price: 20, weight: 1, nonStack: false,model: "", image: "np_torpedo.png", information: "Sates Hunger and reduces stressed gained for an hour" },
  150. itemList["meatfree"] = {displayname: "Meat Free", price: 20, weight: 1, nonStack: false,model: "", image: "np_meat-free.png", information: "Sates Hunger and reduces stressed gained for an hour" },
  151. itemList["moneyshot"] = {displayname: "Money Shot", price: 20, weight: 1, nonStack: false,model: "", image: "np_money-shot.png", information: "Sates Hunger and reduces stressed gained for an hour" },
  152. itemList["fries"] = {displayname: "Fries", price: 20, weight: 1, nonStack: false,model: "", image: "np_fries.png", information: "Sates Hunger and reduces stressed gained for an hour" },
  153. itemList["bakingsoda"] = {displayname: "Baking Soda", price: 50, weight: 0, nonStack: false, model: "", image: "np_bakingsoda.png", information: "Its Baking Soda..? Mix with 10g Cocaine Bags to make Crack Cocaine. "},
  154. itemList["1gcrack"] = {displayname: "10g Crack Cocaine", craft: [ { itemid: "bakingsoda", amount: 0.01 } , { itemid: "coke5g", amount: 0.25 } ], price: 100, weight: 0, nonStack: false, model: "", image: "np_crack.png", information: "Crack... "},
  155. itemList["1gcocaine"] = {displayname: "10g 35% Cocaine", craft: [ { itemid: "glucose", amount: 0.01 }, { itemid: "coke5g", amount: 0.25 } ], price: 100, weight: 0, nonStack: false, model: "", image: "np_cocaine-baggy.png", information: "35% Cut Cocaine. "},
  156. itemList["glucose"] = {displayname: "500g Glucose", price: 50, weight: 0, nonStack: false, model: "", image: "np_glucose.png", information: "Mmmm Glucose. Mix with 10g Cocaine Bags to make street cocaine."},
  157. itemList["joint"] = {displayname: "3g Joint", craft: [ { itemid: "weedq", amount: 0.5 }, { itemid: "rollingpaper", amount: 1 } ], price: 200, weight: 0, nonStack: false, model: "", image: "np_joint.png", information: "Its a Joint, man. "},
  158. itemList["lighter"] = {displayname: "Lighter", price: 100, weight: 0, nonStack: false, model: "", image: "np_lighter.png", information: "Dont start a fire with this. "},
  159. itemList["femaleseed"] = {displayname: "Female Weed Seed", price: 100, weight: 0, nonStack: false, model: "", image: "np_weed-seed.png", information: "Thank you." },
  160. itemList["fertilizer"] = {displayname: "Fertilizer", price: 1000,weight: 3, nonStack: false,model: "", image: "np_fertilizer.png", information: "Cool." },
  161. itemList["maleseed"] = {displayname: "Male Weed Seed", price: 100, weight: 0, nonStack: false, model: "", image: "np_weed-seed.png", information: "Plant near females to make them produce seeds. "},
  162. itemList["chalice"] = {displayname: "Pimp Chalice", price: 100, weight: 0, nonStack: false, model: "", image: "np_pimp-chalice.png", information: "Morgan Freidmans Legendary Pimp Chalice."},
  163. itemList["tuner"] = {displayname: "Tuner Chip", craft: [ { itemid: "electronics", amount: 100 } ], price: 5000,weight: 0, nonStack: false, model: "", image: "np_tuner.png", information: "Use inside a tuner vehicle to tune it.."},
  164. itemList["fakeplate"] = {displayname: "Fake Plate Kit", craft: [ { itemid: "electronics", amount: 10 } ], price: 5000, weight: 0, nonStack: false, model: "", image: "np_plate.png", information: "Use on a vehicle to alter its plate or change it back - 1 time use.."},
  165. itemList["advrepairkit"] = {displayname: "Advanced Repair Kit", craft: [ { itemid: "electronics", amount: 10 } ], price: 100, weight: 5,nonStack: false,model: "", image: "np_repair-toolkit.png", information: "1 Time use - degrades engine parts more than basic tool kits, repairs engine to full."},
  166. itemList["securityblue"] = {displayname: "Security Card",price: 100, weight: 1,nonStack: false,model: "", image: 'cb.png', information: "Some sort of security card.."},
  167. itemList["securityblack"] = {displayname: "Security Card",price: 100, weight: 1,nonStack: false,model: "", image: 'cblk.png', information: "Some sort of security card.."},
  168. itemList["securitygreen"] = {displayname: "Security Card",price: 100, weight: 1,nonStack: false,model: "", image: 'cg.png', information: "Some sort of security card.."},
  169. itemList["securitygold"] = {displayname: "Security Card",price: 100, weight: 1,nonStack: false,model: "", image: 'cgld.png', information: "Some sort of security card.."},
  170. itemList["securityred"] = {displayname: "Security Card",price: 100, weight: 1,nonStack: false,model: "", image: 'cr.png', information: "Some sort of security card.."},
  171.  
  172.  
  173.  
  174.  
  175. itemList["453432689"] = {displayname: "Pistol", price: 250, craft: [ { itemid: "aluminium", amount: 1 }, { itemid: "plastic", amount: 1 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_pistol.png", weapon: true} //'Pistol',
  176.  
  177.  
  178. itemList["3219281620"] = {displayname: "PD Pistol", price: 10, craft: [ { itemid: "aluminium", amount: 1 }, { itemid: "plastic", amount: 1 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_pistol.png", weapon: true} //'Pistol',
  179. itemList["487013001"] = {displayname: "PD Pump Shotgun", price: 10, craft: [ { itemid: "aluminium", amount: 5 }, { itemid: "plastic", amount: 1 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_pump-shotgun.png", weapon: true} //'Pump Shotgun',
  180. itemList["2210333304"] = {displayname: "PD Carbine Rifle", price: 10, craft: [ { itemid: "aluminium", amount: 50 }, { itemid: "plastic", amount: 10 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_carbine-rifle.png", weapon: true} //'Carbine Rifle',
  181.  
  182.  
  183.  
  184. itemList["205991906"] = {displayname: "PD Heavy Sniper", price: 10, craft: [ { itemid: "aluminium", amount: 100 }, { itemid: "scrapmetal", amount: 40 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_heavy-sniper.png", weapon: true} //'Heavy Sniper',
  185.  
  186. itemList["1593441988"] = {displayname: "Combat Pistol", price: 250, craft: [ { itemid: "steel", amount: 65 }, { itemid: "plastic", amount: 1 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_combat-pistol.png", weapon: true} //'Combat Pistol',
  187. itemList["911657153"] = {displayname: "Stun Gun", price: 250, craft: [ { itemid: "aluminium", amount: 1 }, { itemid: "plastic", amount: 1 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_stun-gun.png", weapon: true} //'Stun Gun',
  188. itemList["137902532"] = {displayname: "Vintage Pistol", price: 250, craft: [ { itemid: "aluminium", amount: 1 }, { itemid: "plastic", amount: 1 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_vintage-pistol.png", weapon: true} //'Vintage Pistol',
  189.  
  190. itemList["324215364"] = {displayname: "Micro SMG", price: 250, craft: [ { itemid: "valuablegoods", amount: 2 } ], weight: 11, nonStack: true, model: "", image: "np_micro-smg.png", weapon: true} //'Micro SMG',
  191. itemList["736523883"] = {displayname: "SMG", price: 250, craft: [ { itemid: "aluminium", amount: 155 }, { itemid: "plastic", amount: 100 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_smg.png", weapon: true} //'SMG',
  192. itemList["4024951519"] = {displayname: "Assault SMG", price: 250, craft: [ { itemid: "aluminium", amount: 155 }, { itemid: "plastic", amount: 100 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_assault-smg.png", weapon: true} //'Assault SMG',
  193. itemList["1627465347"] = {displayname: "Gusenberg", price: 250, craft: [ { itemid: "aluminium", amount: 155 }, { itemid: "plastic", amount: 100 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_gusenberg.png", weapon: true} //'Gusenberg',
  194. itemList["2017895192"] = {displayname: "Sawnoff Shotgun", price: 250, craft: [ { itemid: "goldbar", amount: 6 } ], weight: 11, nonStack: true, model: "", image: "np_sawnoff-shotgun.png ", weapon: true} //'Sawnoff Shotgun',
  195. itemList["584646201"] = {displayname: "AP Pistol", price: 250, craft: [ { itemid: "goldbar", amount: 8 } ], weight: 11, nonStack: true, model: "", image: "np_ap-pistol.png", weapon: true} //'AP Pistol',
  196. itemList["171789620"] = {displayname: "Combat PDW", price: 250, craft: [ { itemid: "aluminium", amount: 155 }, { itemid: "plastic", amount: 100 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_combat-pdw.png", weapon: true} //'Combat PDW'
  197. itemList["3523564046"] = {displayname: "Heavy Pistol", price: 250, craft: [ { itemid: "valuablegoods", amount: 1 }, { itemid: "goldbar", amount: 6 } ], weight: 11, nonStack: true, model: "", image: "np_heavy-pistol.png", weapon: true}
  198. itemList["2578377531"] = {displayname: "Pistol 50", price: 250, craft: [ { itemid: "aluminium", amount: 155 }, { itemid: "plastic", amount: 100 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_pistol-50.png", weapon: true} //'Pistol 50',
  199.  
  200. itemList["984333226"] = {displayname: "Heavy Shotgun", price: 250, craft: [ { itemid: "aluminium", amount: 80 }, { itemid: "plastic", amount: 80 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_heavy-shotgun.png", weapon: true} //'Heavy Shotgun',
  201. itemList["317205821"] = {displayname: "Autoshotgun", price: 250, craft: [ { itemid: "aluminium", amount: 80 }, { itemid: "plastic", amount: 80 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_sweeper-shotgun.png", weapon: true} //'Autoshotgun',
  202. itemList["2640438543"] = {displayname: "Bullpup Shotgun", price: 250, craft: [ { itemid: "aluminium", amount: 80 }, { itemid: "plastic", amount: 80 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_assault-shotgun.png", weapon: true} //'Bullpup Shotgun',
  203. itemList["3800352039"] = {displayname: "Assault Shotgun", price: 250, craft: [ { itemid: "aluminium", amount: 80 }, { itemid: "plastic", amount: 80 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_assault-shotgun.png", weapon: true} //'Assault Shotgun',
  204. itemList["2132975508"] = {displayname: "Bullpup Rifle", price: 250, craft: [ { itemid: "aluminium", amount: 80 }, { itemid: "plastic", amount: 80 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_bullpup-rifle.png", weapon: true} //'Bullpup Rifle',
  205. itemList["3220176749"] = {displayname: "Assault Rifle", price: 250, craft: [ { itemid: "aluminium", amount: 80 }, { itemid: "plastic", amount: 80 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_assault-shotgun.png", weapon: true} //'Assault Rifle',
  206. itemList["4024951519"] = {displayname: "Assault SMG", price: 250, craft: [ { itemid: "aluminium", amount: 80 }, { itemid: "plastic", amount: 80 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_assault-smg.png", weapon: true} //'Assault SMG',
  207.  
  208. itemList["2937143193"] = {displayname: "Advanced Rifle", price: 250, craft: [ { itemid: "aluminium", amount: 100 }, { itemid: "scrapmetal", amount: 40 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_advanced-rifle.png", weapon: true} //'Advanced Rifle',
  209. itemList["100416529"] = {displayname: "Sniper Rifle", price: 250, craft: [ { itemid: "aluminium", amount: 100 }, { itemid: "scrapmetal", amount: 40 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_sniper-rifle.png", weapon: true} //'Sniper Rifle',
  210. itemList["2138347493"] = {displayname: "Firework Launcher", price: 250, craft: [ { itemid: "aluminium", amount: 100 }, { itemid: "scrapmetal", amount: 40 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_firework-launcher.png", weapon: true} //'Firework Launcher',
  211. itemList["101631238"] = {displayname: "Fire Extinguisher", price: 250, craft: [ { itemid: "aluminium", amount: 100 }, { itemid: "scrapmetal", amount: 40 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_fire-extinguisher.png", weapon: true} //'Fire Extinguisher',
  212. itemList["2726580491"] = {displayname: "Grenade Launcher", price: 250, craft: [ { itemid: "aluminium", amount: 100 }, { itemid: "scrapmetal", amount: 40 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_grenade-launcher.png", weapon: true}//"Grenade Launcher",
  213. itemList["741814745"] = {displayname: "Sticky Bomb", price: 250, craft: [ { itemid: "aluminium", amount: 100 }, { itemid: "scrapmetal", amount: 40 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_sticky-bomb.png", weapon: true} //'Sticky Bomb',
  214. itemList["2982836145"] = {displayname: "RPG", price: 250, craft: [ { itemid: "aluminium", amount: 100 }, { itemid: "scrapmetal", amount: 40 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_rpg.png", weapon: true} //'RPG',
  215. itemList["2144741730"] = {displayname: "Combat MG", price: 250, craft: [ { itemid: "aluminium", amount: 100 }, { itemid: "scrapmetal", amount: 40 }, { itemid: "rubber", amount: 1 } ], weight: 11, nonStack: true, model: "", image: "np_mg.png", weapon: true} //'Combat MG',
  216.  
  217. itemList["2578778090"] = {displayname: "Knife", price: 250, weight: 11, nonStack: true, model: "", image: "np_knife.png", weapon: true}
  218. itemList["1737195953"] = {displayname: "Nightstick", price: 0, weight: 11, nonStack: true, model: "", image: "np_nightstick.png", weapon: true}
  219. itemList["1317494643"] = {displayname: "Hammer", price: 250, weight: 11, nonStack: true, model: "", image: "np_hammer.png", weapon: true}
  220. itemList["2508868239"] = {displayname: "Bat", price: 250, weight: 11, nonStack: true, model: "", image: "np_baseball-bat.png", weapon: true}
  221. itemList["1141786504"] = {displayname: "Golfclub", price: 250, weight: 11, nonStack: true, model: "", image: "np_golfclub.png", weapon: true}
  222. itemList["2227010557"] = {displayname: "Crowbar", price: 250, weight: 11, nonStack: true, model: "", image: "np_crowbar.png", weapon: true}
  223. itemList["1305664598"] = {displayname: "GND Launcher SMK", price: 250, weight: 11, nonStack: true, model: "", image: "np_grenade-launcher.png", weapon: true}
  224. itemList["741814745"] = {displayname: "Stick Bomb", price: 250, weight: 11, nonStack: true, model: "", image: "np_sticky-bomb.png", weapon: true}
  225. itemList["615608432"] = {displayname: "Molotov", price: 250, weight: 11, nonStack: true, model: "", image: "np_molotov.png", weapon: true}
  226. itemList["883325847"] = {displayname: "Petrol Can", price: 250, weight: 11, nonStack: true, model: "", image: "np_petrol-can.png", weapon: true}
  227. itemList["1233104067"] = {displayname: "Flare", price: 250, weight: 11, nonStack: true, model: "", image: "np_flare.png", weapon: true}
  228. itemList["3218215474"] = {displayname: "SNS Pistol", price: 250, craft: [ { itemid: "goldbar", amount: 8 } ], weight: 11, nonStack: true, model: "", image: "np_sns-pistol.png", weapon: true}
  229. itemList["4192643659"] = {displayname: "Bottle", price: 250, weight: 11, nonStack: true, model: "", image: "np_glass-bottle.png", weapon: true}
  230. itemList["3231910285"] = {displayname: "Special Carbine", price: 250, weight: 11, nonStack: true, model: "", image: "np_special-carbine.png", weapon: true}
  231. itemList["2460120199"] = {displayname: "Dagger", price: 250, weight: 11, nonStack: true, model: "", image: "np_dagger.png", weapon: true}
  232. itemList["2828843422"] = {displayname: "Musket", price: 250, weight: 11, nonStack: true, model: "", image: "np_musket.png", weapon: true}
  233. itemList["3342088282"] = {displayname: "Mark Rifle", price: 250, weight: 11, nonStack: true, model: "", image: "np_marksman-rifle.png", weapon: true}
  234. itemList["1672152130"] = {displayname: "Homing Launcher", price: 250, weight: 11, nonStack: true, model: "", image: "np_homing-launcher.png", weapon: true}
  235. itemList["2874559379"] = {displayname: "Proxi Mine", price: 250, weight: 11, nonStack: true, model: "", image: "np_proximity-mine.png", weapon: true}
  236. itemList["126349499"] = {displayname: "Snowball", price: 250, weight: 11, nonStack: true, model: "", image: "np_snowball.png", weapon: true}
  237. itemList["1198879012"] = {displayname: "Flaregun", price: 250, weight: 11, nonStack: true, model: "", image: "np_flaregun.png", weapon: true}
  238. itemList["3696079510"] = {displayname: "Mrk Pistol", price: 250, weight: 11, nonStack: true, model: "", image: "np_pistol.png", weapon: true}
  239. itemList["3638508604"] = {displayname: "Knuckle", price: 250, weight: 11, nonStack: true, model: "", image: "np_knuckle-dusters.png", weapon: true}
  240. itemList["4191993645"] = {displayname: "Hatchet", price: 250, weight: 11, nonStack: true, model: "", image: "np_hatchet.png", weapon: true}
  241. itemList["3713923289"] = {displayname: "Machete", price: 250, weight: 11, nonStack: true, model: "", image: "np_machete.png", weapon: true}
  242. itemList["3675956304"] = {displayname: "Mac Pistol", price: 250, weight: 11, nonStack: true, model: "", image: "np_machine-pistol.png", weapon: true}
  243. itemList["2343591895"] = {displayname: "Flash Light", price: 250, weight: 11, nonStack: true, model: "", image: "np_flashlight.png", weapon: true}
  244. itemList["-538741184"] = {displayname: "Revolver", price: 250, weight: 11, nonStack: true, model: "", image: "np_pistol.png", weapon: true}
  245. itemList["4019527611"] = {displayname: "DB Shotgun", price: 250, weight: 11, nonStack: true, model: "", image: "np_db-shotgun.png", weapon: true}
  246. itemList["1649403952"] = {displayname: "Cmp Rifle", price: 250, weight: 11, nonStack: true, model: "", image: "np_cmp-rifle.png", weapon: true}
  247. itemList["125959754"] = {displayname: "Cmp Launcher", price: 250, weight: 11, nonStack: true, model: "", image: "np_cmp-launcher.png", weapon: true}
  248. itemList["3173288789"] = {displayname: "SMG Mini", price: 250, weight: 11, nonStack: true, model: "", image: "np_mini-smg.png", weapon: true}
  249. itemList["3125143736"] = {displayname: "Pipebomb", price: 250, weight: 11, nonStack: true, model: "", image: "np_pipe-bomb.png", weapon: true}
  250. itemList["2484171525"] = {displayname: "Cue", price: 250, weight: 11, nonStack: true, model: "", image: "np_pool-cue.png", weapon: true}
  251. itemList["419712736"] = {displayname: "Wrench", price: 250, weight: 11, nonStack: true, model: "", image: "np_wrench.png", weapon: true}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement