1{
2  "Version": 2,
3  "Pickups": [
4    {
5      "Name": "dogfood",
6      "Pic": {
7        "Type": "Normal",
8        "Pic": "dogfood"
9      },
10      "Type": "Health",
11      "Health": 4,
12      "Sound": "health_small"
13    },
14    {
15      "Name": "meal",
16      "Pic": {
17        "Type": "Normal",
18        "Pic": "meal"
19      },
20      "Type": "Health",
21      "Health": 10,
22      "Sound": "health_small"
23    },
24    {
25      "Name": "medkit",
26      "Pic": {
27        "Type": "Normal",
28        "Pic": "health"
29      },
30      "Type": "Health",
31      "Health": 25,
32      "Sound": "health_big"
33    },
34    {
35      "Name": "heart",
36      "Pic": {
37        "Type": "Normal",
38        "Pic": "heart"
39      },
40      "Type": "Health",
41      "Health": 100,
42      "Sound": "1up"
43    },
44    {
45      "Name": "cross",
46      "Pic": {
47        "Type": "Normal",
48        "Pic": "cross"
49      },
50      "Type": "Score",
51      "Score": 100,
52      "Sound": "pickup_cross"
53    },
54    {
55      "Name": "chalice",
56      "Pic": {
57        "Type": "Normal",
58        "Pic": "chalice"
59      },
60      "Type": "Score",
61      "Score": 500,
62      "Sound": "pickup_chalice"
63    },
64    {
65      "Name": "chest",
66      "Pic": {
67        "Type": "Normal",
68        "Pic": "chest"
69      },
70      "Type": "Score",
71      "Score": 1000,
72      "Sound": "pickup_chest"
73    },
74    {
75      "Name": "crown",
76      "Pic": {
77        "Type": "Normal",
78        "Pic": "crown"
79      },
80      "Type": "Score",
81      "Score": 5000,
82      "Sound": "pickup_crown"
83    },
84    {
85      "Name": "ammo_clip",
86      "Pic": {
87        "Type": "Normal",
88        "Pic": "ammo_clip"
89      },
90      "Type": "Ammo",
91      "Ammo": "Ammo",
92      "Amount": 8,
93      "Sound": "ammo_pickup"
94    },
95    {
96      "Name": "ammo_box",
97      "Pic": {
98        "Type": "Normal",
99        "Pic": "ammo_box"
100      },
101      "Type": "Ammo",
102      "Ammo": "Ammo",
103      "Amount": 25,
104      "Sound": "ammo_box"
105    },
106    {
107      "Name": "spear",
108      "Pic": {
109        "Type": "Normal",
110        "Pic": "spear"
111      },
112      "Type": "Score",
113      "Sound": "spear"
114    }
115  ]
116}
117