feat(more checkmarks)
This commit is contained in:
parent
fd4c5041dc
commit
131cac7ad5
5 changed files with 245 additions and 0 deletions
18
BepInEx/plugins/MoreCheckmarks/Config.json
Normal file
18
BepInEx/plugins/MoreCheckmarks/Config.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"fulfilledAnyCanBeUpgraded" : false,
|
||||
"questPriority" : 2,
|
||||
"hideoutPriority" : 3,
|
||||
"wishlistPriority" : 4,
|
||||
"barterPriority" : 0,
|
||||
"craftPriority" : 1,
|
||||
"showFutureModulesLevels" : false,
|
||||
"showBarter" : true,
|
||||
"showCraft" : true,
|
||||
"showFutureCraft" : false,
|
||||
"needMoreColor" : [ 1,0.37255,0.37255 ],
|
||||
"fulfilledColor" : [ 0.30588,1,0.27843 ],
|
||||
"wishlistColor" : [ 0,0,1 ],
|
||||
"barterColor" : [ 1,0,1 ],
|
||||
"craftColor" : [ 0,1,1 ],
|
||||
"includeFutureQuests" : true
|
||||
}
|
||||
BIN
BepInEx/plugins/MoreCheckmarks/MoreCheckmarks.dll
Normal file
BIN
BepInEx/plugins/MoreCheckmarks/MoreCheckmarks.dll
Normal file
Binary file not shown.
BIN
BepInEx/plugins/MoreCheckmarks/MoreCheckmarksAssets
Normal file
BIN
BepInEx/plugins/MoreCheckmarks/MoreCheckmarksAssets
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue