This commit is contained in:
Vomitblood 2025-07-04 01:07:25 +08:00
parent e0e69fd46f
commit 839e301a78
191 changed files with 1746 additions and 0 deletions

View file

@ -0,0 +1,26 @@
{
"IsEnableQuickStack": true,
"QuickStackRange": "5",
"IsQuickStackIntoBuildingsWithInventories": true,
"IsQuickStackIntoDressers": true,
"IsQuickStackOverflowItems": true,
"IsQuickStackTooltipDrawNearbyChests": true,
"IsEnableQuickStackHotkey": true,
"QuickStackKeyboardHotkey": "K",
"QuickStackControllerHotkey": "LeftStick",
"IsQuickStackIgnoreItemQuality": false,
"IsEnableQuickStackAnimation": true,
"IsEnableQuickStackChestAnimation": true,
"QuickStackAnimationItemSpeed": 1.0,
"QuickStackAnimationStackSpeed": 1.0,
"IsEnableFavoriteItems": true,
"FavoriteItemsHighlightTextureChoice": 2,
"FavoriteItemsKeyboardHotkey": "LeftAlt",
"FavoriteItemsControllerHotkey": "LeftShoulder",
"IsEnableTakeAllButOne": true,
"TakeAllButOneKeyboardHotkey": "LeftControl + LeftShift",
"TakeAllButOneControllerHotkey": "LeftTrigger",
"IsEnableAutoOrganizeChest": true,
"IsShowAutoOrganizeButtonInstructions": true,
"IsEnableInventoryPageSideWarp": true
}

View file

@ -0,0 +1,4 @@
{
"OpenMenuKey": "None",
"ScrollSpeed": 120
}

View file

@ -0,0 +1,37 @@
{
"Controls": {
"ToggleLookup": "F1",
"ToggleSearch": "LeftShift + F1",
"ScrollUp": "Up",
"ScrollDown": "Down",
"PageUp": "PageUp",
"PageDown": "PageDown",
"ToggleDebug": "None"
},
"ShowUnknownGiftTastes": true,
"ShowUncaughtFishSpawnRules": true,
"ShowUnknownRecipes": true,
"ShowPuzzleSolutions": true,
"HighlightUnrevealedGiftTastes": false,
"ShowGiftTastes": {
"Loved": true,
"Liked": true,
"Neutral": false,
"Disliked": false,
"Hated": false
},
"CollapseLargeFields": {
"Enabled": true,
"BuildingRecipes": 25,
"ItemRecipes": 25,
"NpcGiftTastes": 75
},
"ShowUnownedGifts": true,
"HideOnKeyUp": false,
"EnableTargetRedirection": true,
"EnableTileLookups": false,
"ForceFullScreen": false,
"ScrollAmount": 160,
"ShowDataMiningFields": false,
"ShowInvalidRecipes": false
}

BIN
MiniBars/MiniBars.dll Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B

View file

@ -0,0 +1,25 @@
{
"monsterName": "Putrid Ghost",
"monsterType": "Ghost",
"editableInGame": false,
"texture": null,
"barColor": {
"B": 135,
"G": 238,
"R": 164,
"A": 255
},
"borderColor": {
"B": 255,
"G": 255,
"R": 255,
"A": 255
},
"hpColor": {
"B": 0,
"G": 0,
"R": 0,
"A": 200
},
"heigth": 3
}

View file

@ -0,0 +1,25 @@
{
"monsterName": "Royal Serpent",
"monsterType": "RoyalSerpent",
"editableInGame": false,
"texture": null,
"barColor": {
"B": 201,
"G": 124,
"R": 210,
"A": 255
},
"borderColor": {
"B": 255,
"G": 255,
"R": 255,
"A": 255
},
"hpColor": {
"B": 0,
"G": 0,
"R": 0,
"A": 200
},
"heigth": 3
}

View file

@ -0,0 +1,25 @@
{
"monsterName": "Serpentine Beast",
"monsterType": "Ghost",
"editableInGame": false,
"texture": null,
"barColor": {
"B": 135,
"G": 238,
"R": 164,
"A": 255
},
"borderColor": {
"B": 255,
"G": 255,
"R": 255,
"A": 255
},
"hpColor": {
"B": 0,
"G": 0,
"R": 0,
"A": 200
},
"heigth": 3
}

View file

@ -0,0 +1,25 @@
{
"monsterName": "Viperial",
"monsterType": "Ghost",
"editableInGame": false,
"texture": null,
"barColor": {
"B": 201,
"G": 124,
"R": 210,
"A": 255
},
"borderColor": {
"B": 255,
"G": 255,
"R": 255,
"A": 255
},
"hpColor": {
"B": 0,
"G": 0,
"R": 0,
"A": 200
},
"heigth": 3
}

View file

@ -0,0 +1,25 @@
{
"monsterName": "Wraith",
"monsterType": "Ghost",
"editableInGame": false,
"texture": null,
"barColor": {
"B": 135,
"G": 238,
"R": 164,
"A": 255
},
"borderColor": {
"B": 255,
"G": 255,
"R": 255,
"A": 255
},
"hpColor": {
"B": 0,
"G": 0,
"R": 0,
"A": 200
},
"heigth": 3
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 575 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 413 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 641 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 546 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 466 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Some files were not shown because too many files have changed in this diff Show more