Skip to content

Commit

Permalink
fix: add uncraft recipe for new glock drums (#4845)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamandus committed Jun 21, 2024
1 parent 6c65dd7 commit f1e2f47
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 @@ -103,5 +103,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 f1e2f47

Please sign in to comment.