About Metal Detector
Overview
Something like a treasure hunt, detects metal and shows it in the metal detector
Config
{
"Search Radius": 140,
"Machine Durablity Lose / Total Durablity = 50": 2,
"Default Refresh Rate if not in the dict": 4.0,
"Distance (M) - Refresh Rate": {
"5": 0.5,
"20": 1.0,
"50": 2.0,
"100": 3.0
},
"Drop Items": [
{
"Item Shortname": "coal",
"Item SkinID": 2594826722,
"Rename Item": "Gold",
"Drop Chance %": 20,
"Quantity (Max)": 7,
"Quantity (Min)": 2
},
{
"Item Shortname": "scrap",
"Item SkinID": 0,
"Rename Item": "",
"Drop Chance %": 90,
"Quantity (Max)": 250,
"Quantity (Min)": 30
}
]
}