Move daypack/mbss to end of list to match Live layout

This commit is contained in:
Chomp 2021-07-29 10:30:07 +01:00
parent fe05d737a2
commit 236c7f7d42

View File

@ -132,14 +132,6 @@ class PeacekeeperAssort {
//Dollars
CoreMod.CreateTraderAssort(HashUtil.generate(), "5696686a4bdc2da3298b456a", "5935c25fb3acc3127c3d8cd9", 125, "RUB", 1, true, 999999)
//MBSS Backpack
CoreMod.CreateTraderBarter(HashUtil.generate(), "544a5cde4bdc2d39388b456b", "hideout", "hideout", [
[{
"count": 1,
"_tpl": "590a386e86f77429692b27ab"
}]
], "5935c25fb3acc3127c3d8cd9", 1, false, 150000, 3)
//m67 hand grenade
CoreMod.CreateTraderBarter(HashUtil.generate(), "58d3db5386f77426186285a0", "hideout", "hideout", [
@ -149,17 +141,6 @@ class PeacekeeperAssort {
}]
], "5935c25fb3acc3127c3d8cd9", 1, false, 150000, 8);
//Day pack
CoreMod.CreateTraderBarter(HashUtil.generate(), "5e9dcf5986f7746c417435b3", "hideout", "hideout", [
[{
"count": 1,
"_tpl": "590a386e86f77429692b27ab"
}, {
"count": 1,
"_tpl": "5734781f24597737e04bf32a"
}]
], "5935c25fb3acc3127c3d8cd9", 1, false, 15000, 4)
//M9A3
id = HashUtil.generate()
CoreMod.CreateTraderAssortWithPreset(id, "5d3f0bc986f7743cb332abdc", "5935c25fb3acc3127c3d8cd9", 111, "USD", 1, true, 999999)
@ -210,6 +191,25 @@ class PeacekeeperAssort {
"_tpl": "57e26fc7245977162a14b800"
}]
], "5935c25fb3acc3127c3d8cd9", 1, false, 15000, 1)
//Flyye MBSS Backpack
CoreMod.CreateTraderBarter(HashUtil.generate(), "544a5cde4bdc2d39388b456b", "hideout", "hideout", [
[{
"count": 1,
"_tpl": "590a386e86f77429692b27ab"
}]
], "5935c25fb3acc3127c3d8cd9", 1, false, 150000, 3);
//Day pack
CoreMod.CreateTraderBarter(HashUtil.generate(), "5e9dcf5986f7746c417435b3", "hideout", "hideout", [
[{
"count": 1,
"_tpl": "590a386e86f77429692b27ab"
}, {
"count": 1,
"_tpl": "5734781f24597737e04bf32a"
}]
], "5935c25fb3acc3127c3d8cd9", 1, false, 15000, 4);
}
static GenerateLL2() {
const CoreMod = require("../../CoreMod/src/Core.js")