From 5d3f33ef83ae1be038e3bb2700c1927b444de65e Mon Sep 17 00:00:00 2001 From: Chomp Date: Wed, 28 Jul 2021 20:53:14 +0100 Subject: [PATCH] Move sr-1pm to Prapor L3 --- Ereshkigal-BaseAssortGenerator/src/prapor.js | 23 ++++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/Ereshkigal-BaseAssortGenerator/src/prapor.js b/Ereshkigal-BaseAssortGenerator/src/prapor.js index b0ced1c..999b587 100644 --- a/Ereshkigal-BaseAssortGenerator/src/prapor.js +++ b/Ereshkigal-BaseAssortGenerator/src/prapor.js @@ -706,18 +706,7 @@ class PraporAssort { "_tpl": "573477e124597737dd42e191" } ] - ], "54cb50c76803fa8b248b4571", 2, false, 2000, 2) - - //SR-1MP - id = HashUtil.generate() - CoreMod.CreateTraderBarterWithPreset(id, "5a327f6386f77479010da870", "hideout", "hideout", [ - [{ - "count": 1, - "_tpl": "590c5a7286f7747884343aea" - } - ] - ], "54cb50c76803fa8b248b4571", 2, false, 300, 2) - + ], "54cb50c76803fa8b248b4571", 2, false, 2000, 2); } static GenerateLL3() { const CoreMod = require("../../CoreMod/src/Core.js") @@ -1050,6 +1039,16 @@ class PraporAssort { } ] ], "54cb50c76803fa8b248b4571", 3, false, 2000, 1); + + //SR-1MP + id = HashUtil.generate() + CoreMod.CreateTraderBarterWithPreset(id, "5a327f6386f77479010da870", "hideout", "hideout", [ + [{ + "count": 1, + "_tpl": "590c5a7286f7747884343aea" + } + ] + ], "54cb50c76803fa8b248b4571", 3, false, 300, 2); } static GenerateLL4() { const CoreMod = require("../../CoreMod/src/Core.js")