Advertisement
toffesource

Database_Items

Dec 20th, 2017
572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.33 KB | None | 0 0
  1. {
  2.     "0": {
  3.         "name": "",
  4.         "icon": "res://Item_Icons/empty_slot.tex",
  5.         "type": "misc",
  6.         "weight": 0.0,
  7.         "stackable": false,
  8.         "description": "",
  9.         "sell_price": 0
  10.     },
  11.    
  12.     "1": {
  13.         "name": "Electric Drill",
  14.         "icon": "res://Item_Icons/genericItem_color_001.tex",
  15.         "type": "equipment",
  16.         "weight": 10.1,
  17.         "stackable": false,
  18.         "description": "A drill which is driven by an electric motor, commonly used for drilling holes on concrete and wood.",
  19.         "sell_price": 95
  20.     },
  21.    
  22.     "2": {
  23.         "name": "Angle Grinder",
  24.         "icon": "res://Item_Icons/genericItem_color_002.tex",
  25.         "type": "equipment",
  26.         "weight": 10.5,
  27.         "stackable": false,
  28.         "description": "Also known as a side grinder or disc grinder, is a handheld power tool used for grinding and polishing.",
  29.         "sell_price": 111
  30.     },
  31.    
  32.     "3": {
  33.         "name": "Tea Cup",
  34.         "icon": "res://Item_Icons/genericItem_color_003.tex",
  35.         "type": "misc",
  36.         "weight": 1.1,
  37.         "stackable": true,
  38.         "description": "Care to have some tea? In some lands it is custom to raise the last finger on the hand, or 'pinkie' when drinking from a tea cup.",
  39.         "sell_price": 6
  40.     },
  41.    
  42.     "4": {
  43.         "name": "Wrench",
  44.         "icon": "res://Item_Icons/genericItem_color_004.tex",
  45.         "type": "equipment",
  46.         "weight": 9.5,
  47.         "stackable": false,
  48.         "description": "A tool used to provide grip and mechanical advantage in applying torque to turn objects.",
  49.         "sell_price": 25
  50.     },
  51.    
  52.     "5": {
  53.         "name": "Screw Driver",
  54.         "icon": "res://Item_Icons/genericItem_color_005.tex",
  55.         "type": "equipment",
  56.         "weight": 9.3,
  57.         "stackable": false,
  58.         "description": "A tool for turning screws.",
  59.         "sell_price": 10
  60.     },
  61.    
  62.     "6": {
  63.         "name": "Paint Brush",
  64.         "icon": "res://Item_Icons/genericItem_color_011.tex",
  65.         "type": "equipment",
  66.         "weight": 0.5,
  67.         "stackable": false,
  68.         "description": "A brush used to apply paint or sometimes ink. A paintbrush is usually made by clamping the bristles to a handle with a ferrule.",
  69.         "sell_price": 7
  70.     },
  71.    
  72.     "7": {
  73.         "name": "Book",
  74.         "icon": "res://Item_Icons/genericItem_color_035.tex",
  75.         "type": "misc",
  76.         "weight": 0.87,
  77.         "stackable": true,
  78.         "description": "A book with an orange hard cover. The title reads as 'The Meaning of Life' by Gregory McDuckleberry",
  79.         "sell_price": 17
  80.     },
  81.    
  82.     "8": {
  83.         "name": "Electronic Parts",
  84.         "icon": "res://Item_Icons/genericItem_color_075.tex",
  85.         "type": "misc",
  86.         "weight": 2.5,
  87.         "stackable": true,
  88.         "description": "Various electronic components taken out from a computer unit.",
  89.         "sell_price": 30
  90.     },
  91.    
  92.     "9": {
  93.         "name": "Medicine Capsule",
  94.         "icon": "res://Item_Icons/genericItem_color_090.tex",
  95.         "type": "consumable",
  96.         "weight": 0.1,
  97.         "stackable": true,
  98.         "description": "A miracle medicine that cures all ailments.",
  99.         "sell_price": 10
  100.     },
  101.    
  102.     "10": {
  103.         "name": "First Aid Kit",
  104.         "icon": "res://Item_Icons/genericItem_color_102.tex",
  105.         "type": "consumable",
  106.         "weight": 2.8,
  107.         "stackable": true,
  108.         "description": "A collection of supplies and equipment that is used to give medical treatment. Restores up to full health.",
  109.         "sell_price": 15
  110.     },
  111.    
  112.     "11": {
  113.         "name": "Bandage",
  114.         "icon": "res://Item_Icons/genericItem_color_100.tex",
  115.         "type": "consumable",
  116.         "weight": 0.1,
  117.         "stackable": true,
  118.         "description": "Patch up that open wound to avoid exposure and infection. Restores a tiny amount of HP.",
  119.         "sell_price": 3
  120.     },
  121. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement