Skip to content

Commit

Permalink
fix: add uncraft recipe for new glock drums
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamandus committed Jun 20, 2024
1 parent 167221c commit 08ee928
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/json/uncraft/magazine/40.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
"qualities": [ { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 } ],
"components": [ [ [ "scrap", 4 ] ] ]
},
{
"result": "glock40drum50rd",
"type": "uncraft",
"copy-from": "metal_magazine",
"qualities": [ { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 } ],
"components": [ [ [ "scrap", 4 ] ] ]
},
{
"result": "glock40mag",
"type": "uncraft",
Expand Down
7 changes: 7 additions & 0 deletions data/json/uncraft/magazine/45.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,12 @@
"copy-from": "metal_magazine",
"qualities": [ { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 } ],
"components": [ [ [ "scrap", 1 ] ] ]
},
{
"result": "glock21drum40rd",
"type": "uncraft",
"copy-from": "metal_magazine",
"qualities": [ { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 } ],
"components": [ [ [ "scrap", 2 ] ] ]
}
]

0 comments on commit 08ee928

Please sign in to comment.