Adjusted Flea Sell Chance Mult and Excluded Configs
This commit is contained in:
parent
500b48c22e
commit
cff4ef8373
|
@ -0,0 +1,3 @@
|
|||
|
||||
mods/Config Files/BepInEx/config/com.mpstark.DynamicMaps.cfg
|
||||
mods/Config Files/BepInEx/config/xyz.drakia.questtracker.cfg
|
|
@ -259,7 +259,7 @@ Centering On Player Zoom Level = 0.15
|
|||
# Setting type: Single
|
||||
# Default value: 0
|
||||
# Acceptable value range: From 0 to 15
|
||||
Main map zoom = 15
|
||||
Main map zoom = 11.7718
|
||||
|
||||
## The keyboard shortcut to peek at the map
|
||||
# Setting type: KeyboardShortcut
|
||||
|
|
|
@ -103,6 +103,8 @@ Alignment = Right
|
|||
# Default value: false
|
||||
Cool Kids Mode = false
|
||||
|
||||
Maximum Width (752p) = 250
|
||||
|
||||
Maximum Width (1024p) = 250
|
||||
|
||||
Maximum Width (1184p) = 250
|
||||
|
|
|
@ -407,7 +407,7 @@
|
|||
"FleaBlacklist": null,
|
||||
"DisableBSGList": false,
|
||||
"EnableFleamarket": true,
|
||||
"Sell_mult": 1.25,
|
||||
"Sell_mult": 2.75,
|
||||
"Tradeoffer_max": 1,
|
||||
"Rep_loss": 0.03,
|
||||
"Rep_gain": 0.02,
|
||||
|
|
|
@ -65,6 +65,10 @@ const DEFAULT_CONFIG = `{
|
|||
"user/mods/**/*.js",
|
||||
"user/mods/**/*.js.map",
|
||||
"**/*:Zone.Identifier"
|
||||
// Quest Tracker
|
||||
"user/mods/Config Files/BepInEx/config/xyz.drakia.questtracker.cfg",
|
||||
// Dynamic Maps
|
||||
"user/mods/Config Files/BepInEx/config/com.mpstark.DynamicMaps.cfg"
|
||||
]
|
||||
}`;
|
||||
|
||||
|
|
Loading…
Reference in New Issue