stardew-valley-mods/RangeHighlight/config.json
2025-07-04 01:07:25 +08:00

78 lines
1.6 KiB
JSON

{
"RefreshInterval": 6,
"ShowOverlaps": true,
"ShowJunimoRange": true,
"ShowSprinklerRange": true,
"ShowScarecrowRange": true,
"ShowBeehouseRange": true,
"ShowMushroomLogRange": true,
"ShowBombRange": true,
"HighlightBuildingsOnMouseover": true,
"HighlightActionLocation": "Always",
"HideAtMouseOnMovement": true,
"SprinklerModCompatibility": "MoreCompatible",
"ShowOtherSprinklersWhenHoldingSprinkler": true,
"ShowOtherScarecrowsWhenHoldingScarecrow": true,
"ShowOtherBeehousesWhenHoldingBeehouse": false,
"ShowOtherMushroomLogsWhenHoldingMushroomLog": false,
"showHeldBombRange": true,
"showPlacedBombRange": true,
"hideHeldBombWhenPlacedAreTicking": true,
"showBombInnerRange": false,
"showBombOuterRange": true,
"ShowAllRangesKey": "LeftShift",
"ShowSprinklerRangeKey": "R",
"ShowScarecrowRangeKey": "O",
"ShowBeehouseRangeKey": "H",
"ShowMushroomLogRangeKey": "None",
"ShowJunimoRangeKey": "J",
"hotkeysToggle": false,
"JunimoRangeTint": {
"B": 178,
"G": 178,
"R": 178,
"A": 178
},
"SprinklerRangeTint": {
"B": 229,
"G": 153,
"R": 153,
"A": 178
},
"ScarecrowRangeTint": {
"B": 153,
"G": 255,
"R": 153,
"A": 178
},
"BeehouseRangeTint": {
"B": 153,
"G": 255,
"R": 255,
"A": 178
},
"MushroomLogRangeTint": {
"B": 150,
"G": 93,
"R": 32,
"A": 178
},
"BombRangeTint": {
"B": 127,
"G": 127,
"R": 255,
"A": 153
},
"BombInnerRangeTint": {
"B": 127,
"G": 178,
"R": 255,
"A": 25
},
"BombOuterRangeTint": {
"B": 127,
"G": 178,
"R": 255,
"A": 204
}
}