Inital Commit

This commit is contained in:
2026-02-11 18:22:33 -05:00
parent 2f71b475d8
commit 217cf67ab5
17 changed files with 106489 additions and 1 deletions

View File

@@ -0,0 +1,27 @@
-- Auto-generated by tools/ggs-dist-cli.js apply
-- Generated at: 2026-02-11T22:49:03.184Z
return {
items = {
["Base.1P78"] = {
enabled = true,
placements = {
["ArmyStorageAmmunition"] = 1,
["ArmyStorageGuns"] = 1,
},
},
["Base.1PN93_4"] = {
enabled = false,
placements = {
["ArmyStorageAmmunition"] = 1,
["ArmyStorageGuns"] = 1,
},
},
["Base.9x39_Silencer"] = {
enabled = true,
placements = {
["ArmyStorageAmmunition"] = 1,
["ArmyStorageGuns"] = 1,
},
},
},
}

102537
data/ggs-spawn-catalog.json Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,47 @@
{
"formatVersion": 1,
"entries": [
{
"item": "Base.1P78",
"enabled": true,
"placements": [
{
"list": "ArmyStorageAmmunition",
"weight": 1
},
{
"list": "ArmyStorageGuns",
"weight": 1
}
]
},
{
"item": "Base.1PN93_4",
"enabled": false,
"placements": [
{
"list": "ArmyStorageAmmunition",
"weight": 1
},
{
"list": "ArmyStorageGuns",
"weight": 1
}
]
},
{
"item": "Base.9x39_Silencer",
"enabled": true,
"placements": [
{
"list": "ArmyStorageAmmunition",
"weight": 1
},
{
"list": "ArmyStorageGuns",
"weight": 1
}
]
}
]
}