summaryrefslogtreecommitdiff
path: root/json/uncraft/shot.json
blob: a3d3e54c31c13fddbe0b01bc194d65ff4530098a (plain)
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
33
34
35
[
  {
    "result": "shot_000",
    "type": "uncraft",
    "activity_level": "MODERATE_EXERCISE",
    "skill_used": "gun",
    "difficulty": 5,
    "time": "1 s",
    "qualities": [ { "id": "PULL", "level": 1 } ],
    "components": [
      [ [ "shot_hull", 1 ] ],
      [ [ "shotgun_primer", 1 ] ],
      [ [ "gunpowder_shotgun", 6 ] ],
      [ [ "lead", 12 ] ]
    ],
    "charges": 1
  },
  {
    "result": "shot_000_inc",
    "type": "uncraft",
    "activity_level": "MODERATE_EXERCISE",
    "skill_used": "gun",
    "difficulty": 5,
    "time": "1 s",
    "qualities": [ { "id": "PULL", "level": 1 } ],
    "components": [
      [ [ "shot_hull", 1 ] ],
      [ [ "shotgun_primer", 1 ] ],
      [ [ "gunpowder_shotgun", 6 ] ],
      [ [ "lead", 12 ] ],
      [ [ "incendiary", 12 ] ]
    ],
    "charges": 1
  }
]