1{
2  "Version": 2,
3  "Pickups": [
4    {
5      "Name": "health_bonus",
6      "Pic": {
7        "Type": "Normal",
8        "Pic": "health_bonus"
9      },
10      "Type": "Health",
11      "Health": 1
12    },
13    {
14      "Name": "stimpack",
15      "Pic": {
16        "Type": "Normal",
17        "Pic": "stimpack"
18      },
19      "Type": "Health",
20      "Health": 10
21    },
22    {
23      "Name": "medikit",
24      "Pic": {
25        "Type": "Normal",
26        "Pic": "health"
27      },
28      "Type": "Health",
29      "Health": 25
30    },
31    {
32      "Name": "supercharge",
33      "Pic": {
34        "Type": "Normal",
35        "Pic": "supercharge"
36      },
37      "Type": "Health",
38      "Health": 100
39    },
40    {
41      "Name": "armor_bonus",
42      "Pic": {
43        "Type": "Normal",
44        "Pic": "armor_bonus"
45      },
46      "Type": "Health",
47      "Health": 1
48    },
49    {
50      "Name": "armor",
51      "Pic": {
52        "Type": "Normal",
53        "Pic": "armor"
54      },
55      "Type": "Health",
56      "Health": 100
57    },
58    {
59      "Name": "megaarmor",
60      "Pic": {
61        "Type": "Normal",
62        "Pic": "megaarmor"
63      },
64      "Type": "Health",
65      "Health": 200
66    },
67    {
68      "Name": "bullet_pickup2",
69      "Pic": {
70        "Type": "Normal",
71        "Pic": "bullet_pickup2"
72      },
73      "Type": "Ammo",
74      "Ammo": "Bullets",
75      "Amount": 50
76    },
77    {
78      "Name": "shells2",
79      "Pic": {
80        "Type": "Normal",
81        "Pic": "shells2"
82      },
83      "Type": "Ammo",
84      "Ammo": "Shells",
85      "Amount": 20
86    },
87    {
88      "Name": "rockets2",
89      "Pic": {
90        "Type": "Normal",
91        "Pic": "rockets2"
92      },
93      "Type": "Ammo",
94      "Ammo": "Rockets",
95      "Amount": 10
96    },
97    {
98      "Name": "computer_map",
99      "Pic": {
100        "Type": "AnimatedRandom",
101        "Sprites": "computer_map",
102        "TicksPerFrame": 10
103      },
104      "Type": "ShowMap"
105    }
106  ]
107}