diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-08 20:24:17 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-08 20:24:17 -0700 | 
| commit | 360db764700633a8ca2c2a5fa6f9603f951d4b1d (patch) | |
| tree | adf3cf5aeb9fd8ce3c6e6be44077760eb99cd60a | |
| parent | Fix the P30 .40 copy-from the wrong gun. (diff) | |
| download | cataclysm-dda-mod_hk-loadout-360db764700633a8ca2c2a5fa6f9603f951d4b1d.tar.xz | |
Add uncraft for 000 beanbag shells.
| -rw-r--r-- | json/uncraft/000shot.json | 15 | 
1 files changed, 15 insertions, 0 deletions
diff --git a/json/uncraft/000shot.json b/json/uncraft/000shot.json index 1820560..2f8faf5 100644 --- a/json/uncraft/000shot.json +++ b/json/uncraft/000shot.json @@ -43,5 +43,20 @@        [ [ "lead", 24 ] ]      ],      "flags": [ "UNCRAFT_SINGLE_CHARGE" ] +  }, +  { +    "result": "shot_000_beanbag", +    "type": "uncraft", +    "skill_used": "gun", +    "difficulty": 5, +    "time": "1 s", +    "qualities": [ { "id": "PULL", "level": 1 } ], +    "components": [ +      [ [ "000shot_hull", 1 ] ], +      [ [ "shotgun_primer", 1 ] ], +      [ [ "gunpowder", 6 ] ], +      [ [ "rubber_slug", 2 ] ] +    ], +    "flags": [ "UNCRAFT_SINGLE_CHARGE" ]    }  ]  | 
