Guest User

Unity Error Code

a guest
Jan 3rd, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.89 KB | None | 0 0
  1. [
  2.  
  3.     {
  4.         "id": 0,
  5.         "title": "Stone Axe",
  6.         "value": 0,
  7.         "stats": {
  8.             "Damage": 50,
  9.             "AttackSpeed": 2,
  10.             "MoveSpeed": 3,
  11.             "Defense": 0,
  12.             "Warmth": 0
  13.         },
  14.         "description": "An Axe made from Stone!",
  15.         "stackable": false,
  16.         "craftable": true,
  17.         "slug": "stone_axe"
  18.     },
  19.  
  20.     {
  21.         "id": 1,
  22.         "title": "Stone Pickaxe",
  23.         "value": 0,
  24.         "stats": {
  25.             "Damage": 50,
  26.             "AttackSpeed": 2,
  27.             "MoveSpeed": 3,
  28.             "Defense": 0,
  29.             "Warmth": 0
  30.         },
  31.         "description": "A Pickaxe made from Stone!",
  32.         "stackable": false,
  33.         "craftable": true,
  34.         "slug": "stone_pickaxe"
  35.     },
  36.  
  37.     {
  38.         "id": 2,
  39.         "title": "Soft Gloves",
  40.         "value": 0,
  41.         "stats": {
  42.             "Damage": 0,
  43.             "AttackSpeed": 0,
  44.             "MoveSpeed": 4,
  45.             "Defense": 1,
  46.             "Warmth": 2
  47.         },
  48.         "description": "Soft Gloves that will keep you somewhat warm!",
  49.         "stackable": false,
  50.         "craftable": true,
  51.         "slug": "soft_gloves"
  52.     },
  53.  
  54. ]
Add Comment
Please, Sign In to add comment