This commit is contained in:
GetParanoid 2026-04-12 03:41:11 -07:00
parent 94db2cb881
commit 910d6d49b8
134 changed files with 157465 additions and 97 deletions

View file

@ -1,12 +1,12 @@
{
"refChanges": false, // makes ref's quests more PvE friendly
"removeTransitQuests": false, // changes all transit quests to be normal quests
"removeTransitQuests": true, // changes all transit quests to be normal quests
"removeRecipes": false, // removes redundant recipes, e.g. arena crates
"enableLabyrinth": false, // enables labyrinth on the map screen, removing the need to transit
"questTweaks": false, // makes several vanilla quests less grindy/obnoxious
"addRecipes": false, // adds new recipes to the hideout
"enableLabyrinth": true, // enables labyrinth on the map screen, removing the need to transit
"questTweaks": true, // makes several vanilla quests less grindy/obnoxious
"addRecipes": true, // adds new recipes to the hideout
"removeMapLimitations": false, // removes map limitations from certain quests
"tweakExtracts": false, // makes certain extracts less restricted (currently only Labyrinth)
"hideoutCustomizations": false, // allows you to unlock otherwise unobtainable customizations for the hideout
"tweakAsVal": false // makes the vss/val not overheat as fast by reducing the heat per shot, and nerfing the heat per shot on various 9x39 ammo
"hideoutCustomizations": true, // allows you to unlock otherwise unobtainable customizations for the hideout
"tweakAsVal": true // makes the vss/val not overheat as fast by reducing the heat per shot, and nerfing the heat per shot on various 9x39 ammo
}