Advertisement
Guest User

Untitled

a guest
Mar 8th, 2019
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.70 KB | None | 0 0
  1. {
  2.   "Garden":{
  3.     "Plots":[
  4.       {
  5.         "PlotType":"Bush",
  6.         "Bush":{
  7.           "BerryColor":"None"
  8.         },
  9.         "XDim":2,
  10.         "YDim":2,
  11.         "XLoc":1,
  12.         "YLoc":14
  13.       },
  14.       {
  15.         "PlotType":"Bush",
  16.         "Bush":{
  17.           "BerryColor":"white"
  18.         },
  19.         "XDim":3,
  20.         "YDim":2,
  21.         "XLoc":3,
  22.         "YLoc":8
  23.       },
  24.       {
  25.         "PlotType":"Crops",
  26.         "Crops":"watermelon",
  27.         "XDim":2,
  28.         "YDim":3,
  29.         "XLoc":8,
  30.         "YLoc":12
  31.       },
  32.       {
  33.         "PlotType":"Bush",
  34.         "Bush":{
  35.           "BerryColor":"None"
  36.         },
  37.         "XDim":7,
  38.         "YDim":1,
  39.         "XLoc":6,
  40.         "YLoc":0
  41.       },
  42.       {
  43.         "PlotType":"Bush",
  44.         "Bush":{
  45.           "BerryColor":"None"
  46.         },
  47.         "XDim":1,
  48.         "YDim":5,
  49.         "XLoc":0,
  50.         "YLoc":0
  51.       },
  52.       {
  53.         "PlotType":"Crops",
  54.         "Crops":"watermelon",
  55.         "XDim":5,
  56.         "YDim":1,
  57.         "XLoc":5,
  58.         "YLoc":4
  59.       },
  60.       {
  61.         "PlotType":"Bush",
  62.         "Bush":{
  63.           "BerryColor":"orange"
  64.         },
  65.         "XDim":2,
  66.         "YDim":3,
  67.         "XLoc":7,
  68.         "YLoc":6
  69.       },
  70.       {
  71.         "PlotType":"Bush",
  72.         "Bush":{
  73.           "BerryColor":"None"
  74.         },
  75.         "XDim":5,
  76.         "YDim":1,
  77.         "XLoc":1,
  78.         "YLoc":12
  79.       }
  80.     ],
  81.     "Features":[
  82.       {
  83.         "FeatureType":"Statue",
  84.         "XDim":1,
  85.         "YDim":1,
  86.         "XLoc":6,
  87.         "YLoc":2
  88.       },
  89.       {
  90.         "FeatureType":"Gazebo",
  91.         "XDim":2,
  92.         "YDim":2,
  93.         "XLoc":2,
  94.         "YLoc":4
  95.       }
  96.     ]
  97.   }
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement