diff --git a/Ereshkigal-BaseAssortGenerator/src/mechanic.js b/Ereshkigal-BaseAssortGenerator/src/mechanic.js index f7757a7..08fa0d5 100644 --- a/Ereshkigal-BaseAssortGenerator/src/mechanic.js +++ b/Ereshkigal-BaseAssortGenerator/src/mechanic.js @@ -229,20 +229,6 @@ class MechanicAssort{ ] ], "5a7c2eca46aef81a7ca2145d", 1, false, 200, 2); - //pp-19-01 vityaz-sn 9x19 submachine gun zenit - //CoreMod.CreateTraderBarterWithPreset(HashUtil.generate(), "5a8ae65f86f774377a23ed55", "hideout", "hideout", [ - // [{ - // "count": 2, - // "_tpl": "5734781f24597737e04bf32a" - // },{ - // "count": 1, - // "_tpl": "590a3d9c86f774385926e510" - // },{ - // "count": 2, - // "_tpl": "5d1c819a86f774771b0acd6c" - // }] - //], "5a7c2eca46aef81a7ca2145d", 1, false, 200, 2); - //hk-mp7a1 4.6x30 submachine gun seals CoreMod.CreateTraderBarterWithPreset(HashUtil.generate(), "5bd05f1186f774572f181678", "hideout", "hideout", [ [{ @@ -317,6 +303,14 @@ class MechanicAssort{ //Signal jammer CoreMod.CreateTraderAssort(HashUtil.generate(), "5ac78a9b86f7741cca0bbd8d", "5a7c2eca46aef81a7ca2145d", 19579, "RUB", 1, true, 999999); + + //pp-19-01 vityaz-sn 9x19 submachine gun zenit + CoreMod.CreateTraderBarterWithPreset(HashUtil.generate(), "5a8ae65f86f774377a23ed55", "hideout", "hideout", [ + [{ + "count": 1, + "_tpl": "59faf7ca86f7740dbe19f6c2" + }] + ], "5a7c2eca46aef81a7ca2145d", 1, false, 200, 2); } static GenerateLL2() { const CoreMod = require("../../CoreMod/src/Core.js");