Advertisement
Guest User

Untitled

a guest
Oct 17th, 2023
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.92 KB | None | 0 0
  1. \{
  2.   "Version": "1",
  3.   "Player": \{
  4.     "ZA$": 0,
  5.     "Weapons": [
  6.       \{
  7.         "Name": "Butterknife",
  8.         "Is melee?": true,
  9.         "Strength": 2,
  10.         "Is healing?": false,
  11.         "Heal by": 0
  12.       }
  13.     ],
  14.     "HP": 100,
  15.     "Selected": 0
  16.   },
  17.   "Shop": [
  18.     \{
  19.       "Label": "Glock-17",
  20.       "Bought?": false,
  21.       "Strength": 4,
  22.       "Bullets": 12,
  23.       "Maximum": 12,
  24.       "Cost": 50,
  25.       "Is melee": false,
  26.       "is healing?": false,
  27.       "Can be bought again": false,
  28.       "Heal by": 0
  29.     },
  30.     \{
  31.       "Label": "Bandage",
  32.       "Bought?": false,
  33.       "Strength": 4,
  34.       "Bullets": 12,
  35.       "Maximum": 12,
  36.       "Cost": 50,
  37.       "Is melee": false,
  38.       "is healing?": true,
  39.       "Can be bought again": true,
  40.       "Heal by": 2
  41.     }
  42.   ],
  43.   "World": \{
  44.     "Day": 0,
  45.     "Dead": false,
  46.     "Zombies": \{
  47.       "HP": 50,
  48.       "Strength": 1
  49.     }
  50.   }
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement