1{
2  "Version": 2,
3  "Bullets": [
4    {
5      "Name": "10mm",
6      "Pic": {
7        "Type": "Normal",
8        "Pic": ""
9      },
10      "Trail": {
11        "Particle": "trail",
12        "Width": 1.0
13      },
14      "WallMark": "bullet_hole",
15      "Speed": 35000,
16      "Range": 1,
17      "Power": 10,
18      "Mass": 0.2
19    },
20    {
21      "Name": "pellet",
22      "Pic": {
23        "Type": "Normal",
24        "Pic": ""
25      },
26      "Trail": {
27        "Particle": "trail",
28        "Width": 1.0
29      },
30      "WallMark": "bullet_hole",
31      "Speed": 25000,
32      "Range": 1,
33      "Power": 10,
34      "Mass": 0.2
35    }
36  ]
37}