Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "0": {
- "name": "",
- "icon": "res://Item_Icons/empty_slot.tex",
- "type": "misc",
- "weight": 0.0,
- "stackable": false,
- "description": "",
- "sell_price": 0
- },
- "1": {
- "name": "Electric Drill",
- "icon": "res://Item_Icons/genericItem_color_001.tex",
- "type": "equipment",
- "weight": 10.1,
- "stackable": false,
- "description": "A drill which is driven by an electric motor, commonly used for drilling holes on concrete and wood.",
- "sell_price": 95
- },
- "2": {
- "name": "Angle Grinder",
- "icon": "res://Item_Icons/genericItem_color_002.tex",
- "type": "equipment",
- "weight": 10.5,
- "stackable": false,
- "description": "Also known as a side grinder or disc grinder, is a handheld power tool used for grinding and polishing.",
- "sell_price": 111
- },
- "3": {
- "name": "Tea Cup",
- "icon": "res://Item_Icons/genericItem_color_003.tex",
- "type": "misc",
- "weight": 1.1,
- "stackable": true,
- "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.",
- "sell_price": 6
- },
- "4": {
- "name": "Wrench",
- "icon": "res://Item_Icons/genericItem_color_004.tex",
- "type": "equipment",
- "weight": 9.5,
- "stackable": false,
- "description": "A tool used to provide grip and mechanical advantage in applying torque to turn objects.",
- "sell_price": 25
- },
- "5": {
- "name": "Screw Driver",
- "icon": "res://Item_Icons/genericItem_color_005.tex",
- "type": "equipment",
- "weight": 9.3,
- "stackable": false,
- "description": "A tool for turning screws.",
- "sell_price": 10
- },
- "6": {
- "name": "Paint Brush",
- "icon": "res://Item_Icons/genericItem_color_011.tex",
- "type": "equipment",
- "weight": 0.5,
- "stackable": false,
- "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.",
- "sell_price": 7
- },
- "7": {
- "name": "Book",
- "icon": "res://Item_Icons/genericItem_color_035.tex",
- "type": "misc",
- "weight": 0.87,
- "stackable": true,
- "description": "A book with an orange hard cover. The title reads as 'The Meaning of Life' by Gregory McDuckleberry",
- "sell_price": 17
- },
- "8": {
- "name": "Electronic Parts",
- "icon": "res://Item_Icons/genericItem_color_075.tex",
- "type": "misc",
- "weight": 2.5,
- "stackable": true,
- "description": "Various electronic components taken out from a computer unit.",
- "sell_price": 30
- },
- "9": {
- "name": "Medicine Capsule",
- "icon": "res://Item_Icons/genericItem_color_090.tex",
- "type": "consumable",
- "weight": 0.1,
- "stackable": true,
- "description": "A miracle medicine that cures all ailments.",
- "sell_price": 10
- },
- "10": {
- "name": "First Aid Kit",
- "icon": "res://Item_Icons/genericItem_color_102.tex",
- "type": "consumable",
- "weight": 2.8,
- "stackable": true,
- "description": "A collection of supplies and equipment that is used to give medical treatment. Restores up to full health.",
- "sell_price": 15
- },
- "11": {
- "name": "Bandage",
- "icon": "res://Item_Icons/genericItem_color_100.tex",
- "type": "consumable",
- "weight": 0.1,
- "stackable": true,
- "description": "Patch up that open wound to avoid exposure and infection. Restores a tiny amount of HP.",
- "sell_price": 3
- },
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement