diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-08 20:31:02 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-08 20:31:02 -0700 | 
| commit | a7e4bfe97646456a28258510c113360082e06381 (patch) | |
| tree | b94e6a990023bc894d37072779125a5c8b3891c2 | |
| parent | Also add uncraft for 000 incendiary shells. (diff) | |
| download | cataclysm-dda-mod_hk-loadout-a7e4bfe97646456a28258510c113360082e06381.tar.xz | |
Also add uncraft for 000 explosive slug 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 490cae5..fed4eb2 100644 --- a/json/uncraft/000shot.json +++ b/json/uncraft/000shot.json @@ -74,5 +74,20 @@        [ [ "incendiary", 12 ] ]      ],      "flags": [ "UNCRAFT_SINGLE_CHARGE" ] +  }, +  { +    "result": "shot_000_he", +    "type": "uncraft", +    "skill_used": "gun", +    "difficulty": 5, +    "time": "1 s", +    "qualities": [ { "id": "PULL", "level": 1 } ], +    "components": [ +      [ [ "000shot_hull", 1 ] ], +      [ [ "shotgun_primer", 1 ] ], +      [ [ "gunpowder", 6 ] ], +      [ [ "rdx", 2 ] ] +    ], +    "flags": [ "UNCRAFT_SINGLE_CHARGE" ]    }  ]  | 
