Advertisement
GenuineSounds

Untitled

Jan 30th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.68 KB | None | 0 0
  1. {  
  2.    "Name":"Brian",
  3.    "Experience":651,
  4.    "Health":24,
  5.    "Inventory":{  
  6.       "Bastard Sword":{  
  7.          "Durability":73.5,
  8.          "Damage":3.44,
  9.          "Enchantability":1.2
  10.       },
  11.       "Tower Shield":{  
  12.          "Durability":86.0,
  13.          "Damage":0.2,
  14.          "Enchantability":1.3
  15.       },
  16.       "Golden Scepter":{  
  17.          "Durability":100,
  18.          "Damage":0.75,
  19.          "Enchantability":12.5
  20.       }
  21.    },
  22.    "Armor":{  
  23.       "Helmet":1.7,
  24.       "Cuirass":4.8,
  25.       "Greaves":3.75,
  26.       "Boots":2.2
  27.    },
  28.    "Money":{  
  29.       "Platimun":1,
  30.       "Gold":5,
  31.       "Silver":21,
  32.       "Copper":60
  33.    },
  34.    "Special Properties":{  
  35.  
  36.    }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement