1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
[
{
"result": "shot_000",
"type": "uncraft",
"skill_used": "gun",
"difficulty": 5,
"time": "1 s",
"qualities": [ { "id": "PULL", "level": 1 } ],
"components": [ [ [ "000shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ], [ [ "gunpowder_shotgun", 6 ] ], [ [ "lead", 10 ] ] ],
"flags": [ "UNCRAFT_SINGLE_CHARGE" ]
},
{
"result": "shot_000_flechette",
"type": "uncraft",
"skill_used": "gun",
"difficulty": 5,
"time": "1 s",
"qualities": [ { "id": "PULL", "level": 1 } ],
"components": [ [ [ "000shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ], [ [ "gunpowder_shotgun", 6 ] ], [ [ "combatnail", 10 ] ] ],
"flags": [ "UNCRAFT_SINGLE_CHARGE" ]
},
{
"result": "shot_000_slug",
"type": "uncraft",
"skill_used": "gun",
"difficulty": 5,
"time": "1 s",
"qualities": [ { "id": "PULL", "level": 1 } ],
"components": [ [ [ "000shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ], [ [ "gunpowder_shotgun", 6 ] ], [ [ "lead", 20 ] ] ],
"flags": [ "UNCRAFT_SINGLE_CHARGE" ]
}
]
|