diff options
| -rw-r--r-- | json/uncraft/000shot.json | 16 | 
1 files changed, 16 insertions, 0 deletions
diff --git a/json/uncraft/000shot.json b/json/uncraft/000shot.json index 2f8faf5..490cae5 100644 --- a/json/uncraft/000shot.json +++ b/json/uncraft/000shot.json @@ -58,5 +58,21 @@        [ [ "rubber_slug", 2 ] ]      ],      "flags": [ "UNCRAFT_SINGLE_CHARGE" ] +  }, +  { +    "result": "shot_000_inc", +    "type": "uncraft", +    "skill_used": "gun", +    "difficulty": 5, +    "time": "1 s", +    "qualities": [ { "id": "PULL", "level": 1 } ], +    "components": [ +      [ [ "000shot_hull", 1 ] ], +      [ [ "shotgun_primer", 1 ] ], +      [ [ "gunpowder", 6 ] ], +      [ [ "lead", 12 ] ], +      [ [ "incendiary", 12 ] ] +    ], +    "flags": [ "UNCRAFT_SINGLE_CHARGE" ]    }  ]  | 
