Advertisement
Guest User

Untitled

a guest
Sep 11th, 2021
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.17 KB | None | 0 0
  1. {
  2. "Commission towards the server when using the economy(as a percentage)": 10.0,
  3. "Restriction on the creation of lots": 5,
  4. "Add all the items from the game to the price selection?": true,
  5. "Color settings": {
  6. "Background color": "0.25 0.25 0.25 0.83",
  7. "Color of borders (lines)": "0.19 0.18 0.16 1.00",
  8. "Header panel color lots": "1 1 1 0.3",
  9. "Color of refresh button": "1 1 1 0.4",
  10. "Color of top panel": "0.12 0.24 0.34 1.00"
  11. },
  12. "Economics settings": {
  13. "GetBalance hook": "API_GET_BALANCE",
  14. "Deposit hook": "API_SET_BALANCE",
  15. "Full name of economics plugin": "IQEconomic",
  16. "Currency display name": "Coin",
  17. "Url for currency image": "https://i.imgur.com/wz9ofzX.png",
  18. "Use economic?": true,
  19. "Withdraw hook": "API_REMOVE_BALANCE"
  20. },
  21. "Selling items settings(shornames)": [
  22. {
  23. "displayName": "40mm Shotgun Round",
  24. "shortname": "ammo.grenadelauncher.buckshot"
  25. },
  26. {
  27. "displayName": "40mm HE Grenade",
  28. "shortname": "ammo.grenadelauncher.he"
  29. },
  30. {
  31. "displayName": "40mm Smoke Grenade",
  32. "shortname": "ammo.grenadelauncher.smoke"
  33. },
  34. {
  35. "displayName": "High Velocity Arrow",
  36. "shortname": "arrow.hv"
  37. },
  38. {
  39. "displayName": "Wooden Arrow",
  40. "shortname": "arrow.wooden"
  41. },
  42. {
  43. "displayName": "Bone Arrow",
  44. "shortname": "arrow.bone"
  45. },
  46. {
  47. "displayName": "Fire Arrow",
  48. "shortname": "arrow.fire"
  49. },
  50. {
  51. "displayName": "Handmade Shell",
  52. "shortname": "ammo.handmade.shell"
  53. },
  54. {
  55. "displayName": "Nailgun Nails",
  56. "shortname": "ammo.nailgun.nails"
  57. },
  58. {
  59. "displayName": "Pistol Bullet",
  60. "shortname": "ammo.pistol"
  61. },
  62. {
  63. "displayName": "Incendiary Pistol Bullet",
  64. "shortname": "ammo.pistol.fire"
  65. },
  66. {
  67. "displayName": "HV Pistol Ammo",
  68. "shortname": "ammo.pistol.hv"
  69. },
  70. {
  71. "displayName": "5.56 Rifle Ammo",
  72. "shortname": "ammo.rifle"
  73. },
  74. {
  75. "displayName": "Explosive 5.56 Rifle Ammo",
  76. "shortname": "ammo.rifle.explosive"
  77. },
  78. {
  79. "displayName": "Incendiary 5.56 Rifle Ammo",
  80. "shortname": "ammo.rifle.incendiary"
  81. },
  82. {
  83. "displayName": "HV 5.56 Rifle Ammo",
  84. "shortname": "ammo.rifle.hv"
  85. },
  86. {
  87. "displayName": "Rocket",
  88. "shortname": "ammo.rocket.basic"
  89. },
  90. {
  91. "displayName": "Incendiary Rocket",
  92. "shortname": "ammo.rocket.fire"
  93. },
  94. {
  95. "displayName": "High Velocity Rocket",
  96. "shortname": "ammo.rocket.hv"
  97. },
  98. {
  99. "displayName": "Smoke Rocket WIP!!!!",
  100. "shortname": "ammo.rocket.smoke"
  101. },
  102. {
  103. "displayName": "12 Gauge Buckshot",
  104. "shortname": "ammo.shotgun"
  105. },
  106. {
  107. "displayName": "12 Gauge Incendiary Shell",
  108. "shortname": "ammo.shotgun.fire"
  109. },
  110. {
  111. "displayName": "12 Gauge Slug",
  112. "shortname": "ammo.shotgun.slug"
  113. },
  114. {
  115. "displayName": "Sheet Metal Double Door",
  116. "shortname": "door.double.hinged.metal"
  117. },
  118. {
  119. "displayName": "Armored Double Door",
  120. "shortname": "door.double.hinged.toptier"
  121. },
  122. {
  123. "displayName": "Wood Double Door",
  124. "shortname": "door.double.hinged.wood"
  125. },
  126. {
  127. "displayName": "Sheet Metal Door",
  128. "shortname": "door.hinged.metal"
  129. },
  130. {
  131. "displayName": "Armored Door",
  132. "shortname": "door.hinged.toptier"
  133. },
  134. {
  135. "displayName": "Wooden Door",
  136. "shortname": "door.hinged.wood"
  137. },
  138. {
  139. "displayName": "Floor grill",
  140. "shortname": "floor.grill"
  141. },
  142. {
  143. "displayName": "Ladder Hatch",
  144. "shortname": "floor.ladder.hatch"
  145. },
  146. {
  147. "displayName": "Floor triangle grill",
  148. "shortname": "floor.triangle.grill"
  149. },
  150. {
  151. "displayName": "Triangle Ladder Hatch",
  152. "shortname": "floor.triangle.ladder.hatch"
  153. },
  154. {
  155. "displayName": "High External Stone Gate",
  156. "shortname": "gates.external.high.stone"
  157. },
  158. {
  159. "displayName": "High External Wooden Gate",
  160. "shortname": "gates.external.high.wood"
  161. },
  162. {
  163. "displayName": "Wooden Ladder",
  164. "shortname": "ladder.wooden.wall"
  165. },
  166. {
  167. "displayName": "High External Stone Wall",
  168. "shortname": "wall.external.high.stone"
  169. },
  170. {
  171. "displayName": "High External Wooden Wall",
  172. "shortname": "wall.external.high"
  173. },
  174. {
  175. "displayName": "Prison Cell Gate",
  176. "shortname": "wall.frame.cell.gate"
  177. },
  178. {
  179. "displayName": "Prison Cell Wall",
  180. "shortname": "wall.frame.cell"
  181. },
  182. {
  183. "displayName": "Chainlink Fence Gate",
  184. "shortname": "wall.frame.fence.gate"
  185. },
  186. {
  187. "displayName": "Chainlink Fence",
  188. "shortname": "wall.frame.fence"
  189. },
  190. {
  191. "displayName": "Garage Door",
  192. "shortname": "wall.frame.garagedoor"
  193. },
  194. {
  195. "displayName": "Netting",
  196. "shortname": "wall.frame.netting"
  197. },
  198. {
  199. "displayName": "Shop Front",
  200. "shortname": "wall.frame.shopfront"
  201. },
  202. {
  203. "displayName": "Metal Shop Front",
  204. "shortname": "wall.frame.shopfront.metal"
  205. },
  206. {
  207. "displayName": "Metal Window Bars",
  208. "shortname": "wall.window.bars.metal"
  209. },
  210. {
  211. "displayName": "Reinforced Glass Window",
  212. "shortname": "wall.window.bars.toptier"
  213. },
  214. {
  215. "displayName": "Wooden Window Bars",
  216. "shortname": "wall.window.bars.wood"
  217. },
  218. {
  219. "displayName": "Metal horizontal embrasure",
  220. "shortname": "shutter.metal.embrasure.a"
  221. },
  222. {
  223. "displayName": "Metal Vertical embrasure",
  224. "shortname": "shutter.metal.embrasure.b"
  225. },
  226. {
  227. "displayName": "Strengthened Glass Window",
  228. "shortname": "wall.window.glass.reinforced"
  229. },
  230. {
  231. "displayName": "Wood Shutters",
  232. "shortname": "shutter.wood.a"
  233. },
  234. {
  235. "displayName": "Watch Tower",
  236. "shortname": "watchtower.wood"
  237. },
  238. {
  239. "displayName": "Diving Fins",
  240. "shortname": "diving.fins"
  241. },
  242. {
  243. "displayName": "Diving Mask",
  244. "shortname": "diving.mask"
  245. },
  246. {
  247. "displayName": "Diving Tank",
  248. "shortname": "diving.tank"
  249. },
  250. {
  251. "displayName": "Wetsuit",
  252. "shortname": "diving.wetsuit"
  253. },
  254. {
  255. "displayName": "Frog Boots",
  256. "shortname": "boots.frog"
  257. },
  258. {
  259. "displayName": "A Barrel Costume",
  260. "shortname": "barrelcostume"
  261. },
  262. {
  263. "displayName": "Crate Costume",
  264. "shortname": "cratecostume"
  265. },
  266. {
  267. "displayName": "Gas Mask",
  268. "shortname": "hat.gas.mask"
  269. },
  270. {
  271. "displayName": "Burlap Gloves",
  272. "shortname": "burlap.gloves.new"
  273. },
  274. {
  275. "displayName": "Leather Gloves",
  276. "shortname": "burlap.gloves"
  277. },
  278. {
  279. "displayName": "Roadsign Gloves",
  280. "shortname": "roadsign.gloves"
  281. },
  282. {
  283. "displayName": "Tactical Gloves",
  284. "shortname": "tactical.gloves"
  285. },
  286. {
  287. "displayName": "Ghost Costume",
  288. "shortname": "ghostsheet"
  289. },
  290. {
  291. "displayName": "Mummy Suit",
  292. "shortname": "halloween.mummysuit"
  293. },
  294. {
  295. "displayName": "Scarecrow Suit",
  296. "shortname": "scarecrow.suit"
  297. },
  298. {
  299. "displayName": "Scarecrow Wrap",
  300. "shortname": "scarecrowhead"
  301. },
  302. {
  303. "displayName": "Hide Halterneck",
  304. "shortname": "attire.hide.helterneck"
  305. },
  306. {
  307. "displayName": "Beenie Hat",
  308. "shortname": "hat.beenie"
  309. },
  310. {
  311. "displayName": "Boonie Hat",
  312. "shortname": "hat.boonie"
  313. },
  314. {
  315. "displayName": "Bucket Helmet",
  316. "shortname": "bucket.helmet"
  317. },
  318. {
  319. "displayName": "Burlap Headwrap",
  320. "shortname": "burlap.headwrap"
  321. },
  322. {
  323. "displayName": "Candle Hat",
  324. "shortname": "hat.candle"
  325. },
  326. {
  327. "displayName": "Baseball Cap",
  328. "shortname": "hat.cap"
  329. },
  330. {
  331. "displayName": "Clatter Helmet",
  332. "shortname": "clatter.helmet"
  333. },
  334. {
  335. "displayName": "Coffee Can Helmet",
  336. "shortname": "coffeecan.helmet"
  337. },
  338. {
  339. "displayName": "Bone Helmet",
  340. "shortname": "deer.skull.mask"
  341. },
  342. {
  343. "displayName": "Heavy Plate Helmet",
  344. "shortname": "heavy.plate.helmet"
  345. },
  346. {
  347. "displayName": "Miners Hat",
  348. "shortname": "hat.miner"
  349. },
  350. {
  351. "displayName": "Party Hat",
  352. "shortname": "partyhat"
  353. },
  354. {
  355. "displayName": "Riot Helmet",
  356. "shortname": "riot.helmet"
  357. },
  358. {
  359. "displayName": "Wood Armor Helmet",
  360. "shortname": "wood.armor.helmet"
  361. },
  362. {
  363. "displayName": "Hoodie",
  364. "shortname": "hoodie"
  365. },
  366. {
  367. "displayName": "Bone Armor",
  368. "shortname": "bone.armor.suit"
  369. },
  370. {
  371. "displayName": "Heavy Plate Jacket",
  372. "shortname": "heavy.plate.jacket"
  373. },
  374. {
  375. "displayName": "Snow Jacket",
  376. "shortname": "jacket.snow"
  377. },
  378. {
  379. "displayName": "Jacket",
  380. "shortname": "jacket"
  381. },
  382. {
  383. "displayName": "Wood Chestplate",
  384. "shortname": "wood.armor.jacket"
  385. },
  386. {
  387. "displayName": "Improvised Balaclava",
  388. "shortname": "mask.balaclava"
  389. },
  390. {
  391. "displayName": "Bandana Mask",
  392. "shortname": "mask.bandana"
  393. },
  394. {
  395. "displayName": "Metal Facemask",
  396. "shortname": "metal.facemask"
  397. },
  398. {
  399. "displayName": "Night Vision Goggles",
  400. "shortname": "nightvisiongoggles"
  401. },
  402. {
  403. "displayName": "Ninja Suit",
  404. "shortname": "attire.ninja.suit"
  405. },
  406. {
  407. "displayName": "Burlap Trousers",
  408. "shortname": "burlap.trousers"
  409. },
  410. {
  411. "displayName": "Heavy Plate Pants",
  412. "shortname": "heavy.plate.pants"
  413. },
  414. {
  415. "displayName": "Hide Pants",
  416. "shortname": "attire.hide.pants"
  417. },
  418. {
  419. "displayName": "Road Sign Kilt",
  420. "shortname": "roadsign.kilt"
  421. },
  422. {
  423. "displayName": "Shorts",
  424. "shortname": "pants.shorts"
  425. },
  426. {
  427. "displayName": "Wood Armor Pants",
  428. "shortname": "wood.armor.pants"
  429. },
  430. {
  431. "displayName": "Pants",
  432. "shortname": "pants"
  433. },
  434. {
  435. "displayName": "Hide Poncho",
  436. "shortname": "attire.hide.poncho"
  437. },
  438. {
  439. "displayName": "Burlap Shirt",
  440. "shortname": "burlap.shirt"
  441. },
  442. {
  443. "displayName": "Shirt",
  444. "shortname": "shirt.collared"
  445. },
  446. {
  447. "displayName": "Hide Vest",
  448. "shortname": "attire.hide.vest"
  449. },
  450. {
  451. "displayName": "Tank Top",
  452. "shortname": "shirt.tanktop"
  453. },
  454. {
  455. "displayName": "Boots",
  456. "shortname": "shoes.boots"
  457. },
  458. {
  459. "displayName": "Burlap Shoes",
  460. "shortname": "burlap.shoes"
  461. },
  462. {
  463. "displayName": "Hide Boots",
  464. "shortname": "attire.hide.boots"
  465. },
  466. {
  467. "displayName": "Hide Skirt",
  468. "shortname": "attire.hide.skirt"
  469. },
  470. {
  471. "displayName": "Bandit Guard Gear",
  472. "shortname": "attire.banditguard"
  473. },
  474. {
  475. "displayName": "Hazmat Suit",
  476. "shortname": "hazmatsuit"
  477. },
  478. {
  479. "displayName": "Scientist Suit",
  480. "shortname": "hazmatsuit_scientist"
  481. },
  482. {
  483. "displayName": "Scientist Suit",
  484. "shortname": "hazmatsuit_scientist_peacekeeper"
  485. },
  486. {
  487. "displayName": "Space Suit",
  488. "shortname": "hazmatsuit.spacesuit"
  489. },
  490. {
  491. "displayName": "Heavy Scientist Suit",
  492. "shortname": "scientistsuit_heavy"
  493. },
  494. {
  495. "displayName": "Jumpsuit",
  496. "shortname": "jumpsuit.suit"
  497. },
  498. {
  499. "displayName": "Longsleeve T-Shirt",
  500. "shortname": "tshirt.long"
  501. },
  502. {
  503. "displayName": "T-Shirt",
  504. "shortname": "tshirt"
  505. },
  506. {
  507. "displayName": "Metal Chest Plate",
  508. "shortname": "metal.plate.torso"
  509. },
  510. {
  511. "displayName": "Road Sign Jacket",
  512. "shortname": "roadsign.jacket"
  513. },
  514. {
  515. "displayName": "Bleach",
  516. "shortname": "bleach"
  517. },
  518. {
  519. "displayName": "Duct Tape",
  520. "shortname": "ducttape"
  521. },
  522. {
  523. "displayName": "Low Quality Carburetor",
  524. "shortname": "carburetor1"
  525. },
  526. {
  527. "displayName": "Medium Quality Carburetor",
  528. "shortname": "carburetor2"
  529. },
  530. {
  531. "displayName": "High Quality Carburetor",
  532. "shortname": "carburetor3"
  533. },
  534. {
  535. "displayName": "Low Quality Crankshaft",
  536. "shortname": "crankshaft1"
  537. },
  538. {
  539. "displayName": "Medium Quality Crankshaft",
  540. "shortname": "crankshaft2"
  541. },
  542. {
  543. "displayName": "High Quality Crankshaft",
  544. "shortname": "crankshaft3"
  545. },
  546. {
  547. "displayName": "Low Quality Pistons",
  548. "shortname": "piston1"
  549. },
  550. {
  551. "displayName": "Medium Quality Pistons",
  552. "shortname": "piston2"
  553. },
  554. {
  555. "displayName": "High Quality Pistons",
  556. "shortname": "piston3"
  557. },
  558. {
  559. "displayName": "Low Quality Spark Plugs",
  560. "shortname": "sparkplug1"
  561. },
  562. {
  563. "displayName": "Medium Quality Spark Plugs",
  564. "shortname": "sparkplug2"
  565. },
  566. {
  567. "displayName": "High Quality Spark Plugs",
  568. "shortname": "sparkplug3"
  569. },
  570. {
  571. "displayName": "Low Quality Valves",
  572. "shortname": "valve1"
  573. },
  574. {
  575. "displayName": "Medium Quality Valves",
  576. "shortname": "valve2"
  577. },
  578. {
  579. "displayName": "High Quality Valves",
  580. "shortname": "valve3"
  581. },
  582. {
  583. "displayName": "Electric Fuse",
  584. "shortname": "fuse"
  585. },
  586. {
  587. "displayName": "Gears",
  588. "shortname": "gears"
  589. },
  590. {
  591. "displayName": "Glue",
  592. "shortname": "glue"
  593. },
  594. {
  595. "displayName": "Metal Blade",
  596. "shortname": "metalblade"
  597. },
  598. {
  599. "displayName": "Metal Pipe",
  600. "shortname": "metalpipe"
  601. },
  602. {
  603. "displayName": "Empty Propane Tank",
  604. "shortname": "propanetank"
  605. },
  606. {
  607. "displayName": "Road Signs",
  608. "shortname": "roadsigns"
  609. },
  610. {
  611. "displayName": "Rope",
  612. "shortname": "rope"
  613. },
  614. {
  615. "displayName": "Sewing Kit",
  616. "shortname": "sewingkit"
  617. },
  618. {
  619. "displayName": "Sheet Metal",
  620. "shortname": "sheetmetal"
  621. },
  622. {
  623. "displayName": "Metal Spring",
  624. "shortname": "metalspring"
  625. },
  626. {
  627. "displayName": "Sticks",
  628. "shortname": "sticks"
  629. },
  630. {
  631. "displayName": "Tarp",
  632. "shortname": "tarp"
  633. },
  634. {
  635. "displayName": "Tech Trash",
  636. "shortname": "techparts"
  637. },
  638. {
  639. "displayName": "Rifle Body",
  640. "shortname": "riflebody"
  641. },
  642. {
  643. "displayName": "Semi Automatic Body",
  644. "shortname": "semibody"
  645. },
  646. {
  647. "displayName": "SMG Body",
  648. "shortname": "smgbody"
  649. },
  650. {
  651. "displayName": "Concrete Barricade",
  652. "shortname": "barricade.concrete"
  653. },
  654. {
  655. "displayName": "Wooden Barricade Cover",
  656. "shortname": "barricade.wood.cover"
  657. },
  658. {
  659. "displayName": "Metal Barricade",
  660. "shortname": "barricade.metal"
  661. },
  662. {
  663. "displayName": "Sandbag Barricade",
  664. "shortname": "barricade.sandbags"
  665. },
  666. {
  667. "displayName": "Stone Barricade",
  668. "shortname": "barricade.stone"
  669. },
  670. {
  671. "displayName": "Wooden Barricade",
  672. "shortname": "barricade.wood"
  673. },
  674. {
  675. "displayName": "Barbed Wooden Barricade",
  676. "shortname": "barricade.woodwire"
  677. },
  678. {
  679. "displayName": "Barbeque",
  680. "shortname": "bbq"
  681. },
  682. {
  683. "displayName": "Snap Trap",
  684. "shortname": "trap.bear"
  685. },
  686. {
  687. "displayName": "Bed",
  688. "shortname": "bed"
  689. },
  690. {
  691. "displayName": "Camp Fire",
  692. "shortname": "campfire"
  693. },
  694. {
  695. "displayName": "Card Table",
  696. "shortname": "cardtable"
  697. },
  698. {
  699. "displayName": "Ceiling Light",
  700. "shortname": "ceilinglight"
  701. },
  702. {
  703. "displayName": "Chair",
  704. "shortname": "chair"
  705. },
  706. {
  707. "displayName": "Composter",
  708. "shortname": "composter"
  709. },
  710. {
  711. "displayName": "Computer Station",
  712. "shortname": "computerstation"
  713. },
  714. {
  715. "displayName": "Drone",
  716. "shortname": "drone"
  717. },
  718. {
  719. "displayName": "Drop Box",
  720. "shortname": "dropbox"
  721. },
  722. {
  723. "displayName": "Elevator",
  724. "shortname": "elevator"
  725. },
  726. {
  727. "displayName": "Stone Fireplace",
  728. "shortname": "fireplace.stone"
  729. },
  730. {
  731. "displayName": "Blue Boomer",
  732. "shortname": "firework.boomer.blue"
  733. },
  734. {
  735. "displayName": "Champagne Boomer",
  736. "shortname": "firework.boomer.champagne"
  737. },
  738. {
  739. "displayName": "Green Boomer",
  740. "shortname": "firework.boomer.green"
  741. },
  742. {
  743. "displayName": "Orange Boomer",
  744. "shortname": "firework.boomer.orange"
  745. },
  746. {
  747. "displayName": "Red Boomer",
  748. "shortname": "firework.boomer.red"
  749. },
  750. {
  751. "displayName": "Violet Boomer",
  752. "shortname": "firework.boomer.violet"
  753. },
  754. {
  755. "displayName": "Blue Roman Candle",
  756. "shortname": "firework.romancandle.blue"
  757. },
  758. {
  759. "displayName": "Green Roman Candle",
  760. "shortname": "firework.romancandle.green"
  761. },
  762. {
  763. "displayName": "Red Roman Candle",
  764. "shortname": "firework.romancandle.red"
  765. },
  766. {
  767. "displayName": "Violet Roman Candle",
  768. "shortname": "firework.romancandle.violet"
  769. },
  770. {
  771. "displayName": "White Volcano Firework",
  772. "shortname": "firework.volcano"
  773. },
  774. {
  775. "displayName": "Red Volcano Firework",
  776. "shortname": "firework.volcano.red"
  777. },
  778. {
  779. "displayName": "Violet Volcano Firework",
  780. "shortname": "firework.volcano.violet"
  781. },
  782. {
  783. "displayName": "Wooden Floor Spikes",
  784. "shortname": "spikes.floor"
  785. },
  786. {
  787. "displayName": "Fridge",
  788. "shortname": "fridge"
  789. },
  790. {
  791. "displayName": "Large Furnace",
  792. "shortname": "furnace.large"
  793. },
  794. {
  795. "displayName": "Furnace",
  796. "shortname": "furnace"
  797. },
  798. {
  799. "displayName": "Hitch & Trough",
  800. "shortname": "hitchtroughcombo"
  801. },
  802. {
  803. "displayName": "Hab Repair",
  804. "shortname": "habrepair"
  805. },
  806. {
  807. "displayName": "Jack O Lantern Angry",
  808. "shortname": "jackolantern.angry"
  809. },
  810. {
  811. "displayName": "Jack O Lantern Happy",
  812. "shortname": "jackolantern.happy"
  813. },
  814. {
  815. "displayName": "Land Mine",
  816. "shortname": "trap.landmine"
  817. },
  818. {
  819. "displayName": "Lantern",
  820. "shortname": "lantern"
  821. },
  822. {
  823. "displayName": "Large Wood Box",
  824. "shortname": "box.wooden.large"
  825. },
  826. {
  827. "displayName": "Water Barrel",
  828. "shortname": "water.barrel"
  829. },
  830. {
  831. "displayName": "Locker",
  832. "shortname": "locker"
  833. },
  834. {
  835. "displayName": "Mail Box",
  836. "shortname": "mailbox"
  837. },
  838. {
  839. "displayName": "Mixing Table",
  840. "shortname": "mixingtable"
  841. },
  842. {
  843. "displayName": "Modular Car Lift",
  844. "shortname": "modularcarlift"
  845. },
  846. {
  847. "displayName": "Pump Jack",
  848. "shortname": "mining.pumpjack"
  849. },
  850. {
  851. "displayName": "Small Oil Refinery",
  852. "shortname": "small.oil.refinery"
  853. },
  854. {
  855. "displayName": "Large Planter Box",
  856. "shortname": "planter.large"
  857. },
  858. {
  859. "displayName": "Small Planter Box",
  860. "shortname": "planter.small"
  861. },
  862. {
  863. "displayName": "Audio Alarm",
  864. "shortname": "electric.audioalarm"
  865. },
  866. {
  867. "displayName": "Smart Alarm",
  868. "shortname": "smart.alarm"
  869. },
  870. {
  871. "displayName": "Smart Switch",
  872. "shortname": "smart.switch"
  873. },
  874. {
  875. "displayName": "Storage Monitor",
  876. "shortname": "storage.monitor"
  877. },
  878. {
  879. "displayName": "Large Rechargeable Battery",
  880. "shortname": "electric.battery.rechargable.large"
  881. },
  882. {
  883. "displayName": "Medium Rechargeable Battery",
  884. "shortname": "electric.battery.rechargable.medium"
  885. },
  886. {
  887. "displayName": "Small Rechargeable Battery",
  888. "shortname": "electric.battery.rechargable.small"
  889. },
  890. {
  891. "displayName": "Button",
  892. "shortname": "electric.button"
  893. },
  894. {
  895. "displayName": "Counter",
  896. "shortname": "electric.counter"
  897. },
  898. {
  899. "displayName": "HBHF Sensor",
  900. "shortname": "electric.hbhfsensor"
  901. },
  902. {
  903. "displayName": "Laser Detector",
  904. "shortname": "electric.laserdetector"
  905. },
  906. {
  907. "displayName": "Pressure Pad",
  908. "shortname": "electric.pressurepad"
  909. },
  910. {
  911. "displayName": "Door Controller",
  912. "shortname": "electric.doorcontroller"
  913. },
  914. {
  915. "displayName": "Electric Heater",
  916. "shortname": "electric.heater"
  917. },
  918. {
  919. "displayName": "Fluid Combiner",
  920. "shortname": "fluid.combiner"
  921. },
  922. {
  923. "displayName": "Fluid Splitter",
  924. "shortname": "fluid.splitter"
  925. },
  926. {
  927. "displayName": "Fluid Switch & Pump",
  928. "shortname": "fluid.switch"
  929. },
  930. {
  931. "displayName": "AND Switch",
  932. "shortname": "electric.andswitch"
  933. },
  934. {
  935. "displayName": "Blocker",
  936. "shortname": "electric.blocker"
  937. },
  938. {
  939. "displayName": "Electrical Branch",
  940. "shortname": "electrical.branch"
  941. },
  942. {
  943. "displayName": "Root Combiner",
  944. "shortname": "electrical.combiner"
  945. },
  946. {
  947. "displayName": "Memory Cell",
  948. "shortname": "electrical.memorycell"
  949. },
  950. {
  951. "displayName": "OR Switch",
  952. "shortname": "electric.orswitch"
  953. },
  954. {
  955. "displayName": "RAND Switch",
  956. "shortname": "electric.random.switch"
  957. },
  958. {
  959. "displayName": "RF Broadcaster",
  960. "shortname": "electric.rf.broadcaster"
  961. },
  962. {
  963. "displayName": "RF Receiver",
  964. "shortname": "electric.rf.receiver"
  965. },
  966. {
  967. "displayName": "XOR Switch",
  968. "shortname": "electric.xorswitch"
  969. },
  970. {
  971. "displayName": "Small Generator",
  972. "shortname": "electric.fuelgenerator.small"
  973. },
  974. {
  975. "displayName": "Test Generator",
  976. "shortname": "electric.generator.small"
  977. },
  978. {
  979. "displayName": "Large Solar Panel",
  980. "shortname": "electric.solarpanel.large"
  981. },
  982. {
  983. "displayName": "Igniter",
  984. "shortname": "electric.igniter"
  985. },
  986. {
  987. "displayName": "Flasher Light",
  988. "shortname": "electric.flasherlight"
  989. },
  990. {
  991. "displayName": "Simple Light",
  992. "shortname": "electric.simplelight"
  993. },
  994. {
  995. "displayName": "Siren Light",
  996. "shortname": "electric.sirenlight"
  997. },
  998. {
  999. "displayName": "Powered Water Purifier",
  1000. "shortname": "powered.water.purifier"
  1001. },
  1002. {
  1003. "displayName": "Switch",
  1004. "shortname": "electric.switch"
  1005. },
  1006. {
  1007. "displayName": "Splitter",
  1008. "shortname": "electric.splitter"
  1009. },
  1010. {
  1011. "displayName": "Sprinkler",
  1012. "shortname": "electric.sprinkler"
  1013. },
  1014. {
  1015. "displayName": "Tesla Coil",
  1016. "shortname": "electric.teslacoil"
  1017. },
  1018. {
  1019. "displayName": "Timer",
  1020. "shortname": "electric.timer"
  1021. },
  1022. {
  1023. "displayName": "Cable Tunnel",
  1024. "shortname": "electric.cabletunnel"
  1025. },
  1026. {
  1027. "displayName": "Water Pump",
  1028. "shortname": "waterpump"
  1029. },
  1030. {
  1031. "displayName": "Mining Quarry",
  1032. "shortname": "mining.quarry"
  1033. },
  1034. {
  1035. "displayName": "Reactive Target",
  1036. "shortname": "target.reactive"
  1037. },
  1038. {
  1039. "displayName": "Repair Bench",
  1040. "shortname": "box.repair.bench"
  1041. },
  1042. {
  1043. "displayName": "Research Table",
  1044. "shortname": "research.table"
  1045. },
  1046. {
  1047. "displayName": "Rug Bear Skin",
  1048. "shortname": "rug.bear"
  1049. },
  1050. {
  1051. "displayName": "Rug",
  1052. "shortname": "rug"
  1053. },
  1054. {
  1055. "displayName": "Search Light",
  1056. "shortname": "searchlight"
  1057. },
  1058. {
  1059. "displayName": "Secret Lab Chair",
  1060. "shortname": "secretlabchair"
  1061. },
  1062. {
  1063. "displayName": "Salvaged Shelves",
  1064. "shortname": "shelves"
  1065. },
  1066. {
  1067. "displayName": "Large Banner Hanging",
  1068. "shortname": "sign.hanging.banner.large"
  1069. },
  1070. {
  1071. "displayName": "Two Sided Hanging Sign",
  1072. "shortname": "sign.hanging"
  1073. },
  1074. {
  1075. "displayName": "Two Sided Ornate Hanging Sign",
  1076. "shortname": "sign.hanging.ornate"
  1077. },
  1078. {
  1079. "displayName": "Landscape Picture Frame",
  1080. "shortname": "sign.pictureframe.landscape"
  1081. },
  1082. {
  1083. "displayName": "Portrait Picture Frame",
  1084. "shortname": "sign.pictureframe.portrait"
  1085. },
  1086. {
  1087. "displayName": "Tall Picture Frame",
  1088. "shortname": "sign.pictureframe.tall"
  1089. },
  1090. {
  1091. "displayName": "XL Picture Frame",
  1092. "shortname": "sign.pictureframe.xl"
  1093. },
  1094. {
  1095. "displayName": "XXL Picture Frame",
  1096. "shortname": "sign.pictureframe.xxl"
  1097. },
  1098. {
  1099. "displayName": "Large Banner on pole",
  1100. "shortname": "sign.pole.banner.large"
  1101. },
  1102. {
  1103. "displayName": "Double Sign Post",
  1104. "shortname": "sign.post.double"
  1105. },
  1106. {
  1107. "displayName": "Single Sign Post",
  1108. "shortname": "sign.post.single"
  1109. },
  1110. {
  1111. "displayName": "One Sided Town Sign Post",
  1112. "shortname": "sign.post.town"
  1113. },
  1114. {
  1115. "displayName": "Two Sided Town Sign Post",
  1116. "shortname": "sign.post.town.roof"
  1117. },
  1118. {
  1119. "displayName": "Huge Wooden Sign",
  1120. "shortname": "sign.wooden.huge"
  1121. },
  1122. {
  1123. "displayName": "Large Wooden Sign",
  1124. "shortname": "sign.wooden.large"
  1125. },
  1126. {
  1127. "displayName": "Medium Wooden Sign",
  1128. "shortname": "sign.wooden.medium"
  1129. },
  1130. {
  1131. "displayName": "Small Wooden Sign",
  1132. "shortname": "sign.wooden.small"
  1133. },
  1134. {
  1135. "displayName": "Shotgun Trap",
  1136. "shortname": "guntrap"
  1137. },
  1138. {
  1139. "displayName": "Sleeping Bag",
  1140. "shortname": "sleepingbag"
  1141. },
  1142. {
  1143. "displayName": "Small Stash",
  1144. "shortname": "stash.small"
  1145. },
  1146. {
  1147. "displayName": "Sofa",
  1148. "shortname": "sofa"
  1149. },
  1150. {
  1151. "displayName": "Spinning wheel",
  1152. "shortname": "spinner.wheel"
  1153. },
  1154. {
  1155. "displayName": "Survival Fish Trap",
  1156. "shortname": "fishtrap.small"
  1157. },
  1158. {
  1159. "displayName": "Table",
  1160. "shortname": "table"
  1161. },
  1162. {
  1163. "displayName": "Work Bench Level 1",
  1164. "shortname": "workbench1"
  1165. },
  1166. {
  1167. "displayName": "Work Bench Level 2",
  1168. "shortname": "workbench2"
  1169. },
  1170. {
  1171. "displayName": "Work Bench Level 3",
  1172. "shortname": "workbench3"
  1173. },
  1174. {
  1175. "displayName": "Tool Cupboard",
  1176. "shortname": "cupboard.tool"
  1177. },
  1178. {
  1179. "displayName": "Tuna Can Lamp",
  1180. "shortname": "tunalight"
  1181. },
  1182. {
  1183. "displayName": "Vending Machine",
  1184. "shortname": "vending.machine"
  1185. },
  1186. {
  1187. "displayName": "Large Water Catcher",
  1188. "shortname": "water.catcher.large"
  1189. },
  1190. {
  1191. "displayName": "Small Water Catcher",
  1192. "shortname": "water.catcher.small"
  1193. },
  1194. {
  1195. "displayName": "Water Purifier",
  1196. "shortname": "water.purifier"
  1197. },
  1198. {
  1199. "displayName": "Wind Turbine",
  1200. "shortname": "generator.wind.scrap"
  1201. },
  1202. {
  1203. "displayName": "Wood Storage Box",
  1204. "shortname": "box.wooden"
  1205. },
  1206. {
  1207. "displayName": "Apple",
  1208. "shortname": "apple"
  1209. },
  1210. {
  1211. "displayName": "Rotten Apple",
  1212. "shortname": "apple.spoiled"
  1213. },
  1214. {
  1215. "displayName": "Black Raspberries",
  1216. "shortname": "black.raspberries"
  1217. },
  1218. {
  1219. "displayName": "Blueberries",
  1220. "shortname": "blueberries"
  1221. },
  1222. {
  1223. "displayName": "Bota Bag",
  1224. "shortname": "botabag"
  1225. },
  1226. {
  1227. "displayName": "Cactus Flesh",
  1228. "shortname": "cactusflesh"
  1229. },
  1230. {
  1231. "displayName": "Can of Beans",
  1232. "shortname": "can.beans"
  1233. },
  1234. {
  1235. "displayName": "Can of Tuna",
  1236. "shortname": "can.tuna"
  1237. },
  1238. {
  1239. "displayName": "Chocolate Bar",
  1240. "shortname": "chocholate"
  1241. },
  1242. {
  1243. "displayName": "Cooked Fish",
  1244. "shortname": "fish.cooked"
  1245. },
  1246. {
  1247. "displayName": "Raw Fish",
  1248. "shortname": "fish.raw"
  1249. },
  1250. {
  1251. "displayName": "Minnows",
  1252. "shortname": "fish.minnows"
  1253. },
  1254. {
  1255. "displayName": "Small Trout",
  1256. "shortname": "fish.troutsmall"
  1257. },
  1258. {
  1259. "displayName": "Granola Bar",
  1260. "shortname": "granolabar"
  1261. },
  1262. {
  1263. "displayName": "Burnt Chicken",
  1264. "shortname": "chicken.burned"
  1265. },
  1266. {
  1267. "displayName": "Cooked Chicken",
  1268. "shortname": "chicken.cooked"
  1269. },
  1270. {
  1271. "displayName": "Raw Chicken Breast",
  1272. "shortname": "chicken.raw"
  1273. },
  1274. {
  1275. "displayName": "Spoiled Chicken",
  1276. "shortname": "chicken.spoiled"
  1277. },
  1278. {
  1279. "displayName": "Burnt Deer Meat",
  1280. "shortname": "deermeat.burned"
  1281. },
  1282. {
  1283. "displayName": "Cooked Deer Meat",
  1284. "shortname": "deermeat.cooked"
  1285. },
  1286. {
  1287. "displayName": "Raw Deer Meat",
  1288. "shortname": "deermeat.raw"
  1289. },
  1290. {
  1291. "displayName": "Burnt Horse Meat",
  1292. "shortname": "horsemeat.burned"
  1293. },
  1294. {
  1295. "displayName": "Cooked Horse Meat",
  1296. "shortname": "horsemeat.cooked"
  1297. },
  1298. {
  1299. "displayName": "Raw Horse Meat",
  1300. "shortname": "horsemeat.raw"
  1301. },
  1302. {
  1303. "displayName": "Burnt Human Meat",
  1304. "shortname": "humanmeat.burned"
  1305. },
  1306. {
  1307. "displayName": "Cooked Human Meat",
  1308. "shortname": "humanmeat.cooked"
  1309. },
  1310. {
  1311. "displayName": "Raw Human Meat",
  1312. "shortname": "humanmeat.raw"
  1313. },
  1314. {
  1315. "displayName": "Spoiled Human Meat",
  1316. "shortname": "humanmeat.spoiled"
  1317. },
  1318. {
  1319. "displayName": "Burnt Bear Meat",
  1320. "shortname": "bearmeat.burned"
  1321. },
  1322. {
  1323. "displayName": "Cooked Bear Meat",
  1324. "shortname": "bearmeat.cooked"
  1325. },
  1326. {
  1327. "displayName": "Raw Bear Meat",
  1328. "shortname": "bearmeat"
  1329. },
  1330. {
  1331. "displayName": "Burnt Wolf Meat",
  1332. "shortname": "wolfmeat.burned"
  1333. },
  1334. {
  1335. "displayName": "Cooked Wolf Meat",
  1336. "shortname": "wolfmeat.cooked"
  1337. },
  1338. {
  1339. "displayName": "Raw Wolf Meat",
  1340. "shortname": "wolfmeat.raw"
  1341. },
  1342. {
  1343. "displayName": "Spoiled Wolf Meat",
  1344. "shortname": "wolfmeat.spoiled"
  1345. },
  1346. {
  1347. "displayName": "Burnt Pork",
  1348. "shortname": "meat.pork.burned"
  1349. },
  1350. {
  1351. "displayName": "Cooked Pork",
  1352. "shortname": "meat.pork.cooked"
  1353. },
  1354. {
  1355. "displayName": "Raw Pork",
  1356. "shortname": "meat.boar"
  1357. },
  1358. {
  1359. "displayName": "Mushroom",
  1360. "shortname": "mushroom"
  1361. },
  1362. {
  1363. "displayName": "Pickles",
  1364. "shortname": "jar.pickle"
  1365. },
  1366. {
  1367. "displayName": "Small Water Bottle",
  1368. "shortname": "smallwaterbottle"
  1369. },
  1370. {
  1371. "displayName": "Water Jug",
  1372. "shortname": "waterjug"
  1373. },
  1374. {
  1375. "displayName": "Shovel Bass",
  1376. "shortname": "fun.bass"
  1377. },
  1378. {
  1379. "displayName": "Cowbell",
  1380. "shortname": "fun.cowbell"
  1381. },
  1382. {
  1383. "displayName": "Junkyard Drum Kit",
  1384. "shortname": "drumkit"
  1385. },
  1386. {
  1387. "displayName": "Pan Flute",
  1388. "shortname": "fun.flute"
  1389. },
  1390. {
  1391. "displayName": "Acoustic Guitar",
  1392. "shortname": "fun.guitar"
  1393. },
  1394. {
  1395. "displayName": "Jerry Can Guitar",
  1396. "shortname": "fun.jerrycanguitar"
  1397. },
  1398. {
  1399. "displayName": "Wheelbarrow Piano",
  1400. "shortname": "piano"
  1401. },
  1402. {
  1403. "displayName": "Canbourine",
  1404. "shortname": "fun.tambourine"
  1405. },
  1406. {
  1407. "displayName": "Plumber's Trumpet",
  1408. "shortname": "fun.trumpet"
  1409. },
  1410. {
  1411. "displayName": "Sousaphone",
  1412. "shortname": "fun.tuba"
  1413. },
  1414. {
  1415. "displayName": "Xylobone",
  1416. "shortname": "xylophone"
  1417. },
  1418. {
  1419. "displayName": "Car Key",
  1420. "shortname": "car.key"
  1421. },
  1422. {
  1423. "displayName": "Door Key",
  1424. "shortname": "door.key"
  1425. },
  1426. {
  1427. "displayName": "Key Lock",
  1428. "shortname": "lock.key"
  1429. },
  1430. {
  1431. "displayName": "Code Lock",
  1432. "shortname": "lock.code"
  1433. },
  1434. {
  1435. "displayName": "Blueprint",
  1436. "shortname": "blueprintbase"
  1437. },
  1438. {
  1439. "displayName": "Chinese Lantern",
  1440. "shortname": "chineselantern"
  1441. },
  1442. {
  1443. "displayName": "Dragon Door Knocker",
  1444. "shortname": "dragondoorknocker"
  1445. },
  1446. {
  1447. "displayName": "Dragon Mask",
  1448. "shortname": "hat.dragonmask"
  1449. },
  1450. {
  1451. "displayName": "New Year Gong",
  1452. "shortname": "newyeargong"
  1453. },
  1454. {
  1455. "displayName": "Ox Mask",
  1456. "shortname": "hat.oxmask"
  1457. },
  1458. {
  1459. "displayName": "Rat Mask",
  1460. "shortname": "hat.ratmask"
  1461. },
  1462. {
  1463. "displayName": "Firecracker String",
  1464. "shortname": "lunar.firecrackers"
  1465. },
  1466. {
  1467. "displayName": "Chippy Arcade Game",
  1468. "shortname": "arcade.machine.chippy"
  1469. },
  1470. {
  1471. "displayName": "Door Closer",
  1472. "shortname": "door.closer"
  1473. },
  1474. {
  1475. "displayName": "Bunny Ears",
  1476. "shortname": "attire.bunnyears"
  1477. },
  1478. {
  1479. "displayName": "Bunny Onesie",
  1480. "shortname": "attire.bunny.onesie"
  1481. },
  1482. {
  1483. "displayName": "Bunny Hat",
  1484. "shortname": "hat.bunnyhat"
  1485. },
  1486. {
  1487. "displayName": "Easter Door Wreath",
  1488. "shortname": "easterdoorwreath"
  1489. },
  1490. {
  1491. "displayName": "Egg Basket",
  1492. "shortname": "easterbasket"
  1493. },
  1494. {
  1495. "displayName": "Rustigé Egg - Red",
  1496. "shortname": "rustige_egg_a"
  1497. },
  1498. {
  1499. "displayName": "Rustigé Egg - Blue",
  1500. "shortname": "rustige_egg_b"
  1501. },
  1502. {
  1503. "displayName": "Rustigé Egg - Purple",
  1504. "shortname": "rustige_egg_c"
  1505. },
  1506. {
  1507. "displayName": "Rustigé Egg - Ivory",
  1508. "shortname": "rustige_egg_d"
  1509. },
  1510. {
  1511. "displayName": "Rustigé Egg - Green",
  1512. "shortname": "rustige_egg_e"
  1513. },
  1514. {
  1515. "displayName": "Nest Hat",
  1516. "shortname": "attire.nesthat"
  1517. },
  1518. {
  1519. "displayName": "Bronze Egg",
  1520. "shortname": "easter.bronzeegg"
  1521. },
  1522. {
  1523. "displayName": "Gold Egg",
  1524. "shortname": "easter.goldegg"
  1525. },
  1526. {
  1527. "displayName": "Painted Egg",
  1528. "shortname": "easter.paintedeggs"
  1529. },
  1530. {
  1531. "displayName": "Silver Egg",
  1532. "shortname": "easter.silveregg"
  1533. },
  1534. {
  1535. "displayName": "Halloween Candy",
  1536. "shortname": "halloween.candy"
  1537. },
  1538. {
  1539. "displayName": "Large Candle Set",
  1540. "shortname": "largecandles"
  1541. },
  1542. {
  1543. "displayName": "Small Candle Set",
  1544. "shortname": "smallcandles"
  1545. },
  1546. {
  1547. "displayName": "Coffin",
  1548. "shortname": "coffin.storage"
  1549. },
  1550. {
  1551. "displayName": "Cursed Cauldron",
  1552. "shortname": "cursedcauldron"
  1553. },
  1554. {
  1555. "displayName": "Gravestone",
  1556. "shortname": "gravestone"
  1557. },
  1558. {
  1559. "displayName": "Wooden Cross",
  1560. "shortname": "woodcross"
  1561. },
  1562. {
  1563. "displayName": "Graveyard Fence",
  1564. "shortname": "wall.graveyard.fence"
  1565. },
  1566. {
  1567. "displayName": "Large Loot Bag",
  1568. "shortname": "halloween.lootbag.large"
  1569. },
  1570. {
  1571. "displayName": "Medium Loot Bag",
  1572. "shortname": "halloween.lootbag.medium"
  1573. },
  1574. {
  1575. "displayName": "Small Loot Bag",
  1576. "shortname": "halloween.lootbag.small"
  1577. },
  1578. {
  1579. "displayName": "Pumpkin Bucket",
  1580. "shortname": "pumpkinbasket"
  1581. },
  1582. {
  1583. "displayName": "Scarecrow",
  1584. "shortname": "scarecrow"
  1585. },
  1586. {
  1587. "displayName": "Skull Spikes",
  1588. "shortname": "skullspikes.candles"
  1589. },
  1590. {
  1591. "displayName": "Skull Spikes",
  1592. "shortname": "skullspikes.pumpkin"
  1593. },
  1594. {
  1595. "displayName": "Skull Spikes",
  1596. "shortname": "skullspikes"
  1597. },
  1598. {
  1599. "displayName": "Skull Door Knocker",
  1600. "shortname": "skulldoorknocker"
  1601. },
  1602. {
  1603. "displayName": "Skull Fire Pit",
  1604. "shortname": "skull_fire_pit"
  1605. },
  1606. {
  1607. "displayName": "Spider Webs",
  1608. "shortname": "spiderweb"
  1609. },
  1610. {
  1611. "displayName": "Spooky Speaker",
  1612. "shortname": "spookyspeaker"
  1613. },
  1614. {
  1615. "displayName": "Surgeon Scrubs",
  1616. "shortname": "halloween.surgeonsuit"
  1617. },
  1618. {
  1619. "displayName": "Skull Trophy",
  1620. "shortname": "skull.trophy.jar"
  1621. },
  1622. {
  1623. "displayName": "Skull Trophy",
  1624. "shortname": "skull.trophy.jar2"
  1625. },
  1626. {
  1627. "displayName": "Skull Trophy",
  1628. "shortname": "skull.trophy.table"
  1629. },
  1630. {
  1631. "displayName": "Skull Trophy",
  1632. "shortname": "skull.trophy"
  1633. },
  1634. {
  1635. "displayName": "Card Movember Moustache",
  1636. "shortname": "movembermoustachecard"
  1637. },
  1638. {
  1639. "displayName": "Movember Moustache",
  1640. "shortname": "movembermoustache"
  1641. },
  1642. {
  1643. "displayName": "Note",
  1644. "shortname": "note"
  1645. },
  1646. {
  1647. "displayName": "Human Skull",
  1648. "shortname": "skull.human"
  1649. },
  1650. {
  1651. "displayName": "Above Ground Pool",
  1652. "shortname": "abovegroundpool"
  1653. },
  1654. {
  1655. "displayName": "Beach Chair",
  1656. "shortname": "beachchair"
  1657. },
  1658. {
  1659. "displayName": "Beach Parasol",
  1660. "shortname": "beachparasol"
  1661. },
  1662. {
  1663. "displayName": "Beach Table",
  1664. "shortname": "beachtable"
  1665. },
  1666. {
  1667. "displayName": "Beach Towel",
  1668. "shortname": "beachtowel"
  1669. },
  1670. {
  1671. "displayName": "Boogie Board",
  1672. "shortname": "boogieboard"
  1673. },
  1674. {
  1675. "displayName": "Inner Tube",
  1676. "shortname": "innertube"
  1677. },
  1678. {
  1679. "displayName": "Inner Tube",
  1680. "shortname": "innertube.horse"
  1681. },
  1682. {
  1683. "displayName": "Inner Tube",
  1684. "shortname": "innertube.unicorn"
  1685. },
  1686. {
  1687. "displayName": "Instant Camera",
  1688. "shortname": "tool.instant_camera"
  1689. },
  1690. {
  1691. "displayName": "Paddling Pool",
  1692. "shortname": "paddlingpool"
  1693. },
  1694. {
  1695. "displayName": "Photograph",
  1696. "shortname": "photo"
  1697. },
  1698. {
  1699. "displayName": "Landscape Photo Frame",
  1700. "shortname": "photoframe.landscape"
  1701. },
  1702. {
  1703. "displayName": "Large Photo Frame",
  1704. "shortname": "photoframe.large"
  1705. },
  1706. {
  1707. "displayName": "Portrait Photo Frame",
  1708. "shortname": "photoframe.portrait"
  1709. },
  1710. {
  1711. "displayName": "Sunglasses",
  1712. "shortname": "sunglasses02black"
  1713. },
  1714. {
  1715. "displayName": "Sunglasses",
  1716. "shortname": "sunglasses02camo"
  1717. },
  1718. {
  1719. "displayName": "Sunglasses",
  1720. "shortname": "sunglasses02red"
  1721. },
  1722. {
  1723. "displayName": "Sunglasses",
  1724. "shortname": "sunglasses03black"
  1725. },
  1726. {
  1727. "displayName": "Sunglasses",
  1728. "shortname": "sunglasses03chrome"
  1729. },
  1730. {
  1731. "displayName": "Sunglasses",
  1732. "shortname": "sunglasses03gold"
  1733. },
  1734. {
  1735. "displayName": "Sunglasses",
  1736. "shortname": "sunglasses"
  1737. },
  1738. {
  1739. "displayName": "Water Gun",
  1740. "shortname": "gun.water"
  1741. },
  1742. {
  1743. "displayName": "Water Pistol",
  1744. "shortname": "pistol.water"
  1745. },
  1746. {
  1747. "displayName": "Purple Sunglasses",
  1748. "shortname": "twitchsunglasses"
  1749. },
  1750. {
  1751. "displayName": "Headset",
  1752. "shortname": "twitch.headset"
  1753. },
  1754. {
  1755. "displayName": "Hobo Barrel",
  1756. "shortname": "hobobarrel"
  1757. },
  1758. {
  1759. "displayName": "Industrial Door",
  1760. "shortname": "door.hinged.industrial.a"
  1761. },
  1762. {
  1763. "displayName": "Candy Cane Club",
  1764. "shortname": "candycaneclub"
  1765. },
  1766. {
  1767. "displayName": "Christmas Lights",
  1768. "shortname": "xmas.lightstring"
  1769. },
  1770. {
  1771. "displayName": "Festive Doorway Garland",
  1772. "shortname": "xmas.door.garland"
  1773. },
  1774. {
  1775. "displayName": "Candy Cane",
  1776. "shortname": "candycane"
  1777. },
  1778. {
  1779. "displayName": "Giant Candy Decor",
  1780. "shortname": "giantcandycanedecor"
  1781. },
  1782. {
  1783. "displayName": "Short Ice Wall",
  1784. "shortname": "wall.ice.wall"
  1785. },
  1786. {
  1787. "displayName": "High Ice Wall",
  1788. "shortname": "wall.external.high.ice"
  1789. },
  1790. {
  1791. "displayName": "Giant Lollipop Decor",
  1792. "shortname": "giantlollipops"
  1793. },
  1794. {
  1795. "displayName": "Small Neon Sign",
  1796. "shortname": "sign.neon.125x125"
  1797. },
  1798. {
  1799. "displayName": "Medium Animated Neon Sign",
  1800. "shortname": "sign.neon.125x215.animated"
  1801. },
  1802. {
  1803. "displayName": "Medium Neon Sign",
  1804. "shortname": "sign.neon.125x215"
  1805. },
  1806. {
  1807. "displayName": "Large Animated Neon Sign",
  1808. "shortname": "sign.neon.xl.animated"
  1809. },
  1810. {
  1811. "displayName": "Large Neon Sign",
  1812. "shortname": "sign.neon.xl"
  1813. },
  1814. {
  1815. "displayName": "Pookie Bear",
  1816. "shortname": "pookie.bear"
  1817. },
  1818. {
  1819. "displayName": "Deluxe Christmas Lights",
  1820. "shortname": "xmas.lightstring.advanced"
  1821. },
  1822. {
  1823. "displayName": "Coal :(",
  1824. "shortname": "coal"
  1825. },
  1826. {
  1827. "displayName": "Large Present",
  1828. "shortname": "xmas.present.large"
  1829. },
  1830. {
  1831. "displayName": "Medium Present",
  1832. "shortname": "xmas.present.medium"
  1833. },
  1834. {
  1835. "displayName": "Small Present",
  1836. "shortname": "xmas.present.small"
  1837. },
  1838. {
  1839. "displayName": "Sled",
  1840. "shortname": "sled.xmas"
  1841. },
  1842. {
  1843. "displayName": "Sled",
  1844. "shortname": "sled"
  1845. },
  1846. {
  1847. "displayName": "Snow Machine",
  1848. "shortname": "snowmachine"
  1849. },
  1850. {
  1851. "displayName": "Snowball",
  1852. "shortname": "snowball"
  1853. },
  1854. {
  1855. "displayName": "",
  1856. "shortname": "ammo.snowballgun"
  1857. },
  1858. {
  1859. "displayName": "Snowball Gun",
  1860. "shortname": "snowballgun"
  1861. },
  1862. {
  1863. "displayName": "Snowman",
  1864. "shortname": "snowman"
  1865. },
  1866. {
  1867. "displayName": "SUPER Stocking",
  1868. "shortname": "stocking.large"
  1869. },
  1870. {
  1871. "displayName": "Small Stocking",
  1872. "shortname": "stocking.small"
  1873. },
  1874. {
  1875. "displayName": "Reindeer Antlers",
  1876. "shortname": "attire.reindeer.headband"
  1877. },
  1878. {
  1879. "displayName": "Santa Beard",
  1880. "shortname": "santabeard"
  1881. },
  1882. {
  1883. "displayName": "Santa Hat",
  1884. "shortname": "santahat"
  1885. },
  1886. {
  1887. "displayName": "Festive Window Garland",
  1888. "shortname": "xmas.window.garland"
  1889. },
  1890. {
  1891. "displayName": "Wrapped Gift",
  1892. "shortname": "wrappedgift"
  1893. },
  1894. {
  1895. "displayName": "Wrapping Paper",
  1896. "shortname": "wrappingpaper"
  1897. },
  1898. {
  1899. "displayName": "Christmas Door Wreath",
  1900. "shortname": "xmasdoorwreath"
  1901. },
  1902. {
  1903. "displayName": "Decorative Baubels",
  1904. "shortname": "xmas.decoration.baubels"
  1905. },
  1906. {
  1907. "displayName": "Decorative Plastic Candy Canes",
  1908. "shortname": "xmas.decoration.candycanes"
  1909. },
  1910. {
  1911. "displayName": "Decorative Gingerbread Men",
  1912. "shortname": "xmas.decoration.gingerbreadmen"
  1913. },
  1914. {
  1915. "displayName": "Tree Lights",
  1916. "shortname": "xmas.decoration.lights"
  1917. },
  1918. {
  1919. "displayName": "Decorative Pinecones",
  1920. "shortname": "xmas.decoration.pinecone"
  1921. },
  1922. {
  1923. "displayName": "Star Tree Topper",
  1924. "shortname": "xmas.decoration.star"
  1925. },
  1926. {
  1927. "displayName": "Decorative Tinsel",
  1928. "shortname": "xmas.decoration.tinsel"
  1929. },
  1930. {
  1931. "displayName": "Christmas Tree",
  1932. "shortname": "xmas.tree"
  1933. },
  1934. {
  1935. "displayName": "Auto Turret",
  1936. "shortname": "autoturret"
  1937. },
  1938. {
  1939. "displayName": "Flame Turret",
  1940. "shortname": "flameturret"
  1941. },
  1942. {
  1943. "displayName": "Glowing Eyes",
  1944. "shortname": "gloweyes"
  1945. },
  1946. {
  1947. "displayName": "SAM Ammo",
  1948. "shortname": "ammo.rocket.sam"
  1949. },
  1950. {
  1951. "displayName": "SAM Site",
  1952. "shortname": "samsite"
  1953. },
  1954. {
  1955. "displayName": "Black Berry",
  1956. "shortname": "black.berry"
  1957. },
  1958. {
  1959. "displayName": "Black Berry Clone",
  1960. "shortname": "clone.black.berry"
  1961. },
  1962. {
  1963. "displayName": "Black Berry Seed",
  1964. "shortname": "seed.black.berry"
  1965. },
  1966. {
  1967. "displayName": "Blue Berry",
  1968. "shortname": "blue.berry"
  1969. },
  1970. {
  1971. "displayName": "Blue Berry Clone",
  1972. "shortname": "clone.blue.berry"
  1973. },
  1974. {
  1975. "displayName": "Blue Berry Seed",
  1976. "shortname": "seed.blue.berry"
  1977. },
  1978. {
  1979. "displayName": "Green Berry",
  1980. "shortname": "green.berry"
  1981. },
  1982. {
  1983. "displayName": "Green Berry Clone",
  1984. "shortname": "clone.green.berry"
  1985. },
  1986. {
  1987. "displayName": "Green Berry Seed",
  1988. "shortname": "seed.green.berry"
  1989. },
  1990. {
  1991. "displayName": "Red Berry",
  1992. "shortname": "red.berry"
  1993. },
  1994. {
  1995. "displayName": "Red Berry Clone",
  1996. "shortname": "clone.red.berry"
  1997. },
  1998. {
  1999. "displayName": "Red Berry Seed",
  2000. "shortname": "seed.red.berry"
  2001. },
  2002. {
  2003. "displayName": "White Berry",
  2004. "shortname": "white.berry"
  2005. },
  2006. {
  2007. "displayName": "White Berry Clone",
  2008. "shortname": "clone.white.berry"
  2009. },
  2010. {
  2011. "displayName": "White Berry Seed",
  2012. "shortname": "seed.white.berry"
  2013. },
  2014. {
  2015. "displayName": "Yellow Berry",
  2016. "shortname": "yellow.berry"
  2017. },
  2018. {
  2019. "displayName": "Yellow Berry Clone",
  2020. "shortname": "clone.yellow.berry"
  2021. },
  2022. {
  2023. "displayName": "Yellow Berry Seed",
  2024. "shortname": "seed.yellow.berry"
  2025. },
  2026. {
  2027. "displayName": "Corn",
  2028. "shortname": "corn"
  2029. },
  2030. {
  2031. "displayName": "Corn Clone",
  2032. "shortname": "clone.corn"
  2033. },
  2034. {
  2035. "displayName": "Corn Seed",
  2036. "shortname": "seed.corn"
  2037. },
  2038. {
  2039. "displayName": "Hemp Clone",
  2040. "shortname": "clone.hemp"
  2041. },
  2042. {
  2043. "displayName": "Hemp Seed",
  2044. "shortname": "seed.hemp"
  2045. },
  2046. {
  2047. "displayName": "Potato",
  2048. "shortname": "potato"
  2049. },
  2050. {
  2051. "displayName": "Potato Clone",
  2052. "shortname": "clone.potato"
  2053. },
  2054. {
  2055. "displayName": "Potato Seed",
  2056. "shortname": "seed.potato"
  2057. },
  2058. {
  2059. "displayName": "Pumpkin",
  2060. "shortname": "pumpkin"
  2061. },
  2062. {
  2063. "displayName": "Pumpkin Plant Clone",
  2064. "shortname": "clone.pumpkin"
  2065. },
  2066. {
  2067. "displayName": "Pumpkin Seed",
  2068. "shortname": "seed.pumpkin"
  2069. },
  2070. {
  2071. "displayName": "Animal Fat",
  2072. "shortname": "fat.animal"
  2073. },
  2074. {
  2075. "displayName": "Battery - Small",
  2076. "shortname": "battery.small"
  2077. },
  2078. {
  2079. "displayName": "Blood",
  2080. "shortname": "blood"
  2081. },
  2082. {
  2083. "displayName": "Bone Fragments",
  2084. "shortname": "bone.fragments"
  2085. },
  2086. {
  2087. "displayName": "CCTV Camera",
  2088. "shortname": "cctv.camera"
  2089. },
  2090. {
  2091. "displayName": "Charcoal",
  2092. "shortname": "charcoal"
  2093. },
  2094. {
  2095. "displayName": "Cloth",
  2096. "shortname": "cloth"
  2097. },
  2098. {
  2099. "displayName": "Crude Oil",
  2100. "shortname": "crude.oil"
  2101. },
  2102. {
  2103. "displayName": "Diesel Fuel",
  2104. "shortname": "diesel_barrel"
  2105. },
  2106. {
  2107. "displayName": "Empty Can Of Beans",
  2108. "shortname": "can.beans.empty"
  2109. },
  2110. {
  2111. "displayName": "Empty Tuna Can",
  2112. "shortname": "can.tuna.empty"
  2113. },
  2114. {
  2115. "displayName": "Explosives",
  2116. "shortname": "explosives"
  2117. },
  2118. {
  2119. "displayName": "Fertilizer",
  2120. "shortname": "fertilizer"
  2121. },
  2122. {
  2123. "displayName": "Gun Powder",
  2124. "shortname": "gunpowder"
  2125. },
  2126. {
  2127. "displayName": "Horse Dung",
  2128. "shortname": "horsedung"
  2129. },
  2130. {
  2131. "displayName": "High Quality Metal Ore",
  2132. "shortname": "hq.metal.ore"
  2133. },
  2134. {
  2135. "displayName": "High Quality Metal",
  2136. "shortname": "metal.refined"
  2137. },
  2138. {
  2139. "displayName": "Leather",
  2140. "shortname": "leather"
  2141. },
  2142. {
  2143. "displayName": "Low Grade Fuel",
  2144. "shortname": "lowgradefuel"
  2145. },
  2146. {
  2147. "displayName": "Metal Fragments",
  2148. "shortname": "metal.fragments"
  2149. },
  2150. {
  2151. "displayName": "Metal Ore",
  2152. "shortname": "metal.ore"
  2153. },
  2154. {
  2155. "displayName": "Paper",
  2156. "shortname": "paper"
  2157. },
  2158. {
  2159. "displayName": "Plant Fiber",
  2160. "shortname": "plantfiber"
  2161. },
  2162. {
  2163. "displayName": "Research Paper",
  2164. "shortname": "researchpaper"
  2165. },
  2166. {
  2167. "displayName": "Salt Water",
  2168. "shortname": "water.salt"
  2169. },
  2170. {
  2171. "displayName": "Scrap",
  2172. "shortname": "scrap"
  2173. },
  2174. {
  2175. "displayName": "Stones",
  2176. "shortname": "stones"
  2177. },
  2178. {
  2179. "displayName": "Sulfur Ore",
  2180. "shortname": "sulfur.ore"
  2181. },
  2182. {
  2183. "displayName": "Sulfur",
  2184. "shortname": "sulfur"
  2185. },
  2186. {
  2187. "displayName": "Targeting Computer",
  2188. "shortname": "targeting.computer"
  2189. },
  2190. {
  2191. "displayName": "Water",
  2192. "shortname": "water"
  2193. },
  2194. {
  2195. "displayName": "Wolf Skull",
  2196. "shortname": "skull.wolf"
  2197. },
  2198. {
  2199. "displayName": "Wood",
  2200. "shortname": "wood"
  2201. },
  2202. {
  2203. "displayName": "Advanced Healing Tea",
  2204. "shortname": "healingtea.advanced"
  2205. },
  2206. {
  2207. "displayName": "Basic Healing Tea",
  2208. "shortname": "healingtea"
  2209. },
  2210. {
  2211. "displayName": "Pure Healing Tea",
  2212. "shortname": "healingtea.pure"
  2213. },
  2214. {
  2215. "displayName": "Advanced Max Health Tea",
  2216. "shortname": "maxhealthtea.advanced"
  2217. },
  2218. {
  2219. "displayName": "Basic Max Health Tea",
  2220. "shortname": "maxhealthtea"
  2221. },
  2222. {
  2223. "displayName": "Pure Max Health Tea",
  2224. "shortname": "maxhealthtea.pure"
  2225. },
  2226. {
  2227. "displayName": "Advanced Ore Tea",
  2228. "shortname": "oretea.advanced"
  2229. },
  2230. {
  2231. "displayName": "Basic Ore Tea",
  2232. "shortname": "oretea"
  2233. },
  2234. {
  2235. "displayName": "Pure Ore Tea",
  2236. "shortname": "oretea.pure"
  2237. },
  2238. {
  2239. "displayName": "Advanced Rad. Removal Tea",
  2240. "shortname": "radiationremovetea.advanced"
  2241. },
  2242. {
  2243. "displayName": "Rad. Removal Tea",
  2244. "shortname": "radiationremovetea"
  2245. },
  2246. {
  2247. "displayName": "Pure Rad. Removal Tea",
  2248. "shortname": "radiationremovetea.pure"
  2249. },
  2250. {
  2251. "displayName": "Adv. Anti-Rad Tea",
  2252. "shortname": "radiationresisttea.advanced"
  2253. },
  2254. {
  2255. "displayName": "Anti-Rad Tea",
  2256. "shortname": "radiationresisttea"
  2257. },
  2258. {
  2259. "displayName": "Pure Anti-Rad Tea",
  2260. "shortname": "radiationresisttea.pure"
  2261. },
  2262. {
  2263. "displayName": "Advanced Scrap Tea",
  2264. "shortname": "scraptea.advanced"
  2265. },
  2266. {
  2267. "displayName": "Basic Scrap Tea",
  2268. "shortname": "scraptea"
  2269. },
  2270. {
  2271. "displayName": "Pure Scrap Tea",
  2272. "shortname": "scraptea.pure"
  2273. },
  2274. {
  2275. "displayName": "Advanced Wood Tea",
  2276. "shortname": "woodtea.advanced"
  2277. },
  2278. {
  2279. "displayName": "Basic Wood Tea",
  2280. "shortname": "woodtea"
  2281. },
  2282. {
  2283. "displayName": "Pure Wood Tea",
  2284. "shortname": "woodtea.pure"
  2285. },
  2286. {
  2287. "displayName": "Anti-Radiation Pills",
  2288. "shortname": "antiradpills"
  2289. },
  2290. {
  2291. "displayName": "Binoculars",
  2292. "shortname": "tool.binoculars"
  2293. },
  2294. {
  2295. "displayName": "Timed Explosive Charge",
  2296. "shortname": "explosive.timed"
  2297. },
  2298. {
  2299. "displayName": "Camera",
  2300. "shortname": "tool.camera"
  2301. },
  2302. {
  2303. "displayName": "RF Transmitter",
  2304. "shortname": "rf.detonator"
  2305. },
  2306. {
  2307. "displayName": "Handmade Fishing Rod",
  2308. "shortname": "fishingrod.handmade"
  2309. },
  2310. {
  2311. "displayName": "Flare",
  2312. "shortname": "flare"
  2313. },
  2314. {
  2315. "displayName": "Flashlight",
  2316. "shortname": "flashlight.held"
  2317. },
  2318. {
  2319. "displayName": "Geiger Counter",
  2320. "shortname": "geiger.counter"
  2321. },
  2322. {
  2323. "displayName": "Hose Tool",
  2324. "shortname": "hosetool"
  2325. },
  2326. {
  2327. "displayName": "Jackhammer",
  2328. "shortname": "jackhammer"
  2329. },
  2330. {
  2331. "displayName": "Blue Keycard",
  2332. "shortname": "keycard_blue"
  2333. },
  2334. {
  2335. "displayName": "Green Keycard",
  2336. "shortname": "keycard_green"
  2337. },
  2338. {
  2339. "displayName": "Red Keycard",
  2340. "shortname": "keycard_red"
  2341. },
  2342. {
  2343. "displayName": "Large Medkit",
  2344. "shortname": "largemedkit"
  2345. },
  2346. {
  2347. "displayName": "Paper Map",
  2348. "shortname": "map"
  2349. },
  2350. {
  2351. "displayName": "Medical Syringe",
  2352. "shortname": "syringe.medical"
  2353. },
  2354. {
  2355. "displayName": "RF Pager",
  2356. "shortname": "rf_pager"
  2357. },
  2358. {
  2359. "displayName": "Building Plan",
  2360. "shortname": "building.planner"
  2361. },
  2362. {
  2363. "displayName": "Smoke Grenade",
  2364. "shortname": "grenade.smoke"
  2365. },
  2366. {
  2367. "displayName": "Supply Signal",
  2368. "shortname": "supply.signal"
  2369. },
  2370. {
  2371. "displayName": "Survey Charge",
  2372. "shortname": "surveycharge"
  2373. },
  2374. {
  2375. "displayName": "Wire Tool",
  2376. "shortname": "wiretool"
  2377. },
  2378. {
  2379. "displayName": "Small Chassis",
  2380. "shortname": "vehicle.chassis.2mod"
  2381. },
  2382. {
  2383. "displayName": "Medium Chassis",
  2384. "shortname": "vehicle.chassis.3mod"
  2385. },
  2386. {
  2387. "displayName": "Large Chassis",
  2388. "shortname": "vehicle.chassis.4mod"
  2389. },
  2390. {
  2391. "displayName": "Generic vehicle chassis",
  2392. "shortname": "vehicle.chassis"
  2393. },
  2394. {
  2395. "displayName": "Cockpit Vehicle Module",
  2396. "shortname": "vehicle.1mod.cockpit"
  2397. },
  2398. {
  2399. "displayName": "Armored Cockpit Vehicle Module",
  2400. "shortname": "vehicle.1mod.cockpit.armored"
  2401. },
  2402. {
  2403. "displayName": "Cockpit With Engine Vehicle Module",
  2404. "shortname": "vehicle.1mod.cockpit.with.engine"
  2405. },
  2406. {
  2407. "displayName": "Engine Vehicle Module",
  2408. "shortname": "vehicle.1mod.engine"
  2409. },
  2410. {
  2411. "displayName": "Flatbed Vehicle Module",
  2412. "shortname": "vehicle.1mod.flatbed"
  2413. },
  2414. {
  2415. "displayName": "Armored Passenger Vehicle Module",
  2416. "shortname": "vehicle.1mod.passengers.armored"
  2417. },
  2418. {
  2419. "displayName": "Rear Seats Vehicle Module",
  2420. "shortname": "vehicle.1mod.rear.seats"
  2421. },
  2422. {
  2423. "displayName": "Storage Vehicle Module",
  2424. "shortname": "vehicle.1mod.storage"
  2425. },
  2426. {
  2427. "displayName": "Taxi Vehicle Module",
  2428. "shortname": "vehicle.1mod.taxi"
  2429. },
  2430. {
  2431. "displayName": "Large Flatbed Vehicle Module",
  2432. "shortname": "vehicle.2mod.flatbed"
  2433. },
  2434. {
  2435. "displayName": "Fuel Tank Vehicle Module",
  2436. "shortname": "vehicle.2mod.fuel.tank"
  2437. },
  2438. {
  2439. "displayName": "Passenger Vehicle Module",
  2440. "shortname": "vehicle.2mod.passengers"
  2441. },
  2442. {
  2443. "displayName": "Generic vehicle module",
  2444. "shortname": "vehicle.module"
  2445. },
  2446. {
  2447. "displayName": "Boom Box",
  2448. "shortname": "boombox"
  2449. },
  2450. {
  2451. "displayName": "Portable Boom Box",
  2452. "shortname": "fun.boomboxportable"
  2453. },
  2454. {
  2455. "displayName": "Cassette - Long",
  2456. "shortname": "cassette"
  2457. },
  2458. {
  2459. "displayName": "Cassette - Medium",
  2460. "shortname": "cassette.medium"
  2461. },
  2462. {
  2463. "displayName": "Cassette - Short",
  2464. "shortname": "cassette.short"
  2465. },
  2466. {
  2467. "displayName": "Cassette Recorder",
  2468. "shortname": "fun.casetterecorder"
  2469. },
  2470. {
  2471. "displayName": "Disco Ball",
  2472. "shortname": "discoball"
  2473. },
  2474. {
  2475. "displayName": "Disco Floor",
  2476. "shortname": "discofloor"
  2477. },
  2478. {
  2479. "displayName": "Disco Floor",
  2480. "shortname": "discofloor.largetiles"
  2481. },
  2482. {
  2483. "displayName": "Connected Speaker",
  2484. "shortname": "connected.speaker"
  2485. },
  2486. {
  2487. "displayName": "Laser Light",
  2488. "shortname": "laserlight"
  2489. },
  2490. {
  2491. "displayName": "Megaphone",
  2492. "shortname": "megaphone"
  2493. },
  2494. {
  2495. "displayName": "Microphone Stand",
  2496. "shortname": "microphonestand"
  2497. },
  2498. {
  2499. "displayName": "Mobile Phone",
  2500. "shortname": "mobilephone"
  2501. },
  2502. {
  2503. "displayName": "Sound Light",
  2504. "shortname": "soundlight"
  2505. },
  2506. {
  2507. "displayName": "Telephone",
  2508. "shortname": "telephone"
  2509. },
  2510. {
  2511. "displayName": "16x Zoom Scope",
  2512. "shortname": "weapon.mod.8x.scope"
  2513. },
  2514. {
  2515. "displayName": "Weapon flashlight",
  2516. "shortname": "weapon.mod.flashlight"
  2517. },
  2518. {
  2519. "displayName": "Holosight",
  2520. "shortname": "weapon.mod.holosight"
  2521. },
  2522. {
  2523. "displayName": "Weapon Lasersight",
  2524. "shortname": "weapon.mod.lasersight"
  2525. },
  2526. {
  2527. "displayName": "Muzzle Boost",
  2528. "shortname": "weapon.mod.muzzleboost"
  2529. },
  2530. {
  2531. "displayName": "Muzzle Brake",
  2532. "shortname": "weapon.mod.muzzlebrake"
  2533. },
  2534. {
  2535. "displayName": "Simple Handmade Sight",
  2536. "shortname": "weapon.mod.simplesight"
  2537. },
  2538. {
  2539. "displayName": "Silencer",
  2540. "shortname": "weapon.mod.silencer"
  2541. },
  2542. {
  2543. "displayName": "8x Zoom Scope",
  2544. "shortname": "weapon.mod.small.scope"
  2545. },
  2546. {
  2547. "displayName": "Assault Rifle",
  2548. "shortname": "rifle.ak"
  2549. },
  2550. {
  2551. "displayName": "Bandage",
  2552. "shortname": "bandage"
  2553. },
  2554. {
  2555. "displayName": "Beancan Grenade",
  2556. "shortname": "grenade.beancan"
  2557. },
  2558. {
  2559. "displayName": "Bolt Action Rifle",
  2560. "shortname": "rifle.bolt"
  2561. },
  2562. {
  2563. "displayName": "Bone Club",
  2564. "shortname": "bone.club"
  2565. },
  2566. {
  2567. "displayName": "Bone Knife",
  2568. "shortname": "knife.bone"
  2569. },
  2570. {
  2571. "displayName": "Hunting Bow",
  2572. "shortname": "bow.hunting"
  2573. },
  2574. {
  2575. "displayName": "Birthday Cake",
  2576. "shortname": "cakefiveyear"
  2577. },
  2578. {
  2579. "displayName": "Chainsaw",
  2580. "shortname": "chainsaw"
  2581. },
  2582. {
  2583. "displayName": "Salvaged Cleaver",
  2584. "shortname": "salvaged.cleaver"
  2585. },
  2586. {
  2587. "displayName": "Compound Bow",
  2588. "shortname": "bow.compound"
  2589. },
  2590. {
  2591. "displayName": "Crossbow",
  2592. "shortname": "crossbow"
  2593. },
  2594. {
  2595. "displayName": "Double Barrel Shotgun",
  2596. "shortname": "shotgun.double"
  2597. },
  2598. {
  2599. "displayName": "Eoka Pistol",
  2600. "shortname": "pistol.eoka"
  2601. },
  2602. {
  2603. "displayName": "F1 Grenade",
  2604. "shortname": "grenade.f1"
  2605. },
  2606. {
  2607. "displayName": "Flame Thrower",
  2608. "shortname": "flamethrower"
  2609. },
  2610. {
  2611. "displayName": "Multiple Grenade Launcher",
  2612. "shortname": "multiplegrenadelauncher"
  2613. },
  2614. {
  2615. "displayName": "Butcher Knife",
  2616. "shortname": "knife.butcher"
  2617. },
  2618. {
  2619. "displayName": "Pitchfork",
  2620. "shortname": "pitchfork"
  2621. },
  2622. {
  2623. "displayName": "Sickle",
  2624. "shortname": "sickle"
  2625. },
  2626. {
  2627. "displayName": "Hammer",
  2628. "shortname": "hammer"
  2629. },
  2630. {
  2631. "displayName": "Hatchet",
  2632. "shortname": "hatchet"
  2633. },
  2634. {
  2635. "displayName": "Combat Knife",
  2636. "shortname": "knife.combat"
  2637. },
  2638. {
  2639. "displayName": "L96 Rifle",
  2640. "shortname": "rifle.l96"
  2641. },
  2642. {
  2643. "displayName": "LR-300 Assault Rifle",
  2644. "shortname": "rifle.lr300"
  2645. },
  2646. {
  2647. "displayName": "M249",
  2648. "shortname": "lmg.m249"
  2649. },
  2650. {
  2651. "displayName": "M39 Rifle",
  2652. "shortname": "rifle.m39"
  2653. },
  2654. {
  2655. "displayName": "M92 Pistol",
  2656. "shortname": "pistol.m92"
  2657. },
  2658. {
  2659. "displayName": "Mace",
  2660. "shortname": "mace"
  2661. },
  2662. {
  2663. "displayName": "Machete",
  2664. "shortname": "machete"
  2665. },
  2666. {
  2667. "displayName": "MP5A4",
  2668. "shortname": "smg.mp5"
  2669. },
  2670. {
  2671. "displayName": "Nailgun",
  2672. "shortname": "pistol.nailgun"
  2673. },
  2674. {
  2675. "displayName": "Paddle",
  2676. "shortname": "paddle"
  2677. },
  2678. {
  2679. "displayName": "Pickaxe",
  2680. "shortname": "pickaxe"
  2681. },
  2682. {
  2683. "displayName": "Waterpipe Shotgun",
  2684. "shortname": "shotgun.waterpipe"
  2685. },
  2686. {
  2687. "displayName": "Python Revolver",
  2688. "shortname": "pistol.python"
  2689. },
  2690. {
  2691. "displayName": "Revolver",
  2692. "shortname": "pistol.revolver"
  2693. },
  2694. {
  2695. "displayName": "Rock",
  2696. "shortname": "rock"
  2697. },
  2698. {
  2699. "displayName": "Rocket Launcher",
  2700. "shortname": "rocket.launcher"
  2701. },
  2702. {
  2703. "displayName": "Salvaged Axe",
  2704. "shortname": "axe.salvaged"
  2705. },
  2706. {
  2707. "displayName": "Salvaged Hammer",
  2708. "shortname": "hammer.salvaged"
  2709. },
  2710. {
  2711. "displayName": "Salvaged Icepick",
  2712. "shortname": "icepick.salvaged"
  2713. },
  2714. {
  2715. "displayName": "Satchel Charge",
  2716. "shortname": "explosive.satchel"
  2717. },
  2718. {
  2719. "displayName": "Pump Shotgun",
  2720. "shortname": "shotgun.pump"
  2721. },
  2722. {
  2723. "displayName": "Semi-Automatic Pistol",
  2724. "shortname": "pistol.semiauto"
  2725. },
  2726. {
  2727. "displayName": "Semi-Automatic Rifle",
  2728. "shortname": "rifle.semiauto"
  2729. },
  2730. {
  2731. "displayName": "Custom SMG",
  2732. "shortname": "smg.2"
  2733. },
  2734. {
  2735. "displayName": "Spas-12 Shotgun",
  2736. "shortname": "shotgun.spas12"
  2737. },
  2738. {
  2739. "displayName": "Stone Hatchet",
  2740. "shortname": "stonehatchet"
  2741. },
  2742. {
  2743. "displayName": "Stone Pickaxe",
  2744. "shortname": "stone.pickaxe"
  2745. },
  2746. {
  2747. "displayName": "Stone Spear",
  2748. "shortname": "spear.stone"
  2749. },
  2750. {
  2751. "displayName": "Longsword",
  2752. "shortname": "longsword"
  2753. },
  2754. {
  2755. "displayName": "Salvaged Sword",
  2756. "shortname": "salvaged.sword"
  2757. },
  2758. {
  2759. "displayName": "Thompson",
  2760. "shortname": "smg.thompson"
  2761. },
  2762. {
  2763. "displayName": "Garry's Mod Tool Gun",
  2764. "shortname": "toolgun"
  2765. },
  2766. {
  2767. "displayName": "Torch",
  2768. "shortname": "torch"
  2769. },
  2770. {
  2771. "displayName": "Water Bucket",
  2772. "shortname": "bucket.water"
  2773. },
  2774. {
  2775. "displayName": "Wooden Spear",
  2776. "shortname": "spear.wooden"
  2777. },
  2778. {
  2779. "displayName": "Roadsign Horse Armor",
  2780. "shortname": "horse.armor.roadsign"
  2781. },
  2782. {
  2783. "displayName": "Wooden Horse Armor",
  2784. "shortname": "horse.armor.wood"
  2785. },
  2786. {
  2787. "displayName": "Horse Saddle",
  2788. "shortname": "horse.saddle"
  2789. },
  2790. {
  2791. "displayName": "Saddle bag",
  2792. "shortname": "horse.saddlebag"
  2793. },
  2794. {
  2795. "displayName": "High Quality Horse Shoes",
  2796. "shortname": "horse.shoes.advanced"
  2797. },
  2798. {
  2799. "displayName": "Basic Horse Shoes",
  2800. "shortname": "horse.shoes.basic"
  2801. }
  2802. ]
  2803. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement