Advertisement
Guest User

Untitled

a guest
Aug 20th, 2016
1,439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.88 KB | None | 0 0
  1.  
  2.     "Inventory": {
  3.       "Slots": [
  4.         {
  5.           "Type": {
  6.             "InventoryType": "Technology"
  7.           },
  8.           "Id": "^PROTECT",
  9.           "Amount": 80,
  10.           "MaxAmount": 80,
  11.           "DamageFactor": 0.0,
  12.           "Index": {
  13.             "X": 0,
  14.             "Y": 0
  15.           }
  16.         },
  17.         {
  18.           "Type": {
  19.             "InventoryType": "Technology"
  20.           },
  21.           "Id": "^JET1",
  22.           "Amount": 1,
  23.           "MaxAmount": 1,
  24.           "DamageFactor": 0.0,
  25.           "Index": {
  26.             "X": 0,
  27.             "Y": 1
  28.           }
  29.         },
  30.         {
  31.           "Type": {
  32.             "InventoryType": "Technology"
  33.           },
  34.           "Id": "^ENERGY",
  35.           "Amount": 82,
  36.           "MaxAmount": 100,
  37.           "DamageFactor": 0.0,
  38.           "Index": {
  39.             "X": 0,
  40.             "Y": 2
  41.           }
  42.         },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement