ASB_submission_bot/config/bot_config.json
2018-05-09 01:25:39 -08:00

39 lines
803 B
JSON

{
"load_list": [
"admin",
"uploader",
"utils",
"git",
"events"
],
"ignore_strings": {
"game.ini": [
"OverridePlayerLevelEngramPoints",
"ConfigOverrideItemCraftingCosts",
"OverrideNamedEngramEntries",
"PGTerrainPropertiesString",
"ConfigOverrideSupplyCrateItems",
"HarvestResourceItemAmountClassMultipliers",
"None",
"ModIDS",
"PGFavorites",
"PGLastUsedSettings_v2"
],
"dino.ini": []
},
"keep_blocks": {
"game.ini": ["/script/shootergame.shootergamemode"],
"dino.ini": [
"Dino Data",
"Colorization",
"Max Character Status Values",
"Dino Ancestry",
"DinoAncestors",
"DinoAncestorsMale"
]
},
"mods": {
"/Game/Mods/ClassicFlyers": "895711211"
}
}