Advertisement
Guest User

Virtual Quarries - Default Config

a guest
Jun 2nd, 2024
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 11.71 KB | None | 0 0
  1. {
  2.   "Command List": [
  3.     "qr",
  4.     "quarry",
  5.     "quarries",
  6.     "vq",
  7.     "virtualquarry",
  8.     "virtualquarries"
  9.   ],
  10.   "UI Action Cooldown (in seconds, 0 to disable)": 0.0,
  11.   "Enable Console Logs": true,
  12.   "PopUpAPI - Preset Name": "Legacy",
  13.   "Override Custom Skinned Items With Steam Icons (no URLs needed)": false,
  14.   "Additional Steam Image Download": false,
  15.   "Require Permission For Use": false,
  16.   "Lock Access To Quarry Profiles If Lost Permission": false,
  17.   "Mining Quarry/Pump Jack Limit Permissions": {
  18.     "virtualquarries.default": {
  19.       "pumpjack": 1,
  20.       "quarry": 2
  21.     },
  22.     "virtualquarries.vip": {
  23.       "pumpjack": 2,
  24.       "quarry": 3
  25.     }
  26.   },
  27.   "Sharing - Require Permission": false,
  28.   "Sharing - Remove Members If Owner Offline More Than X Days (0, to disable)": 0,
  29.   "Sharing - Share Only To Teammates": false,
  30.   "Data - Enable Data Wipe On Server Wipe": false,
  31.   "Data - Store Container Data In File And Restore On Server Wipe": false,
  32.   "Data - Store Container Interval (in seconds)": 1800,
  33.   "Quarry Tick (how often quarries dig resources, in seconds)": 60,
  34.   "Static Quarry Tick (how often quarries dig resources, in seconds)": 60,
  35.   "Excavator Quarry Tick (how often quarries dig resources, in seconds)": 60,
  36.   "Storage Prefab": "assets/prefabs/deployable/large wood storage/box.wooden.large.prefab",
  37.   "Sound - Start Sound": "assets/prefabs/npc/autoturret/effects/online.prefab",
  38.   "Sound - Stop Sound": "assets/prefabs/npc/autoturret/effects/offline.prefab",
  39.   "Survey Charge - Allow Throwing Survey Charges": false,
  40.   "Survey Charget Types": {
  41.     "survey": {
  42.       "Effect Path": "assets/bundled/prefabs/fx/survey_explosion.prefab",
  43.       "Required Permission (empty, if not required)": "",
  44.       "Chance For Resources (0-100)": 75,
  45.       "Displayed Survey Title Translation Key": "SurveyCharge",
  46.       "Required Item": {
  47.         "Shortname": "surveycharge",
  48.         "Skin": 0,
  49.         "Amount": 1,
  50.         "Display Name": null,
  51.         "Icon URL": ""
  52.       }
  53.     }
  54.   },
  55.   "Upgrades - Used Economy Plugin (0 - None, See Website For More Info)": 0,
  56.   "Upgrades - Economy Currency (If Economy Plugin Is 5 - ShoppyStock)": "rp",
  57.   "Removing Quarries - Refund Items": true,
  58.   "Removing Quarries - Refund Upgrades": false,
  59.   "Go Back Button - Position (1-2)": 1,
  60.   "Upgrade UI - Responsive Position": true,
  61.   "Static Quarries - Enable": false,
  62.   "Static Quarries - Disable Running Effect": false,
  63.   "Excavator Quarry - Enable": false,
  64.   "Excavator Quarry - Lock Air Drops": false,
  65.   "Excavator Quarry - Resource Container Size": 18,
  66.   "Excavator Quarry - Fuel Container Size": 6,
  67.   "Static Quarries - Quarry Requires Permission": false,
  68.   "Static Quarries - Pump Jack Requires Permission": false,
  69.   "Static Quarries - Excavator Requires Permission": false,
  70.   "Static Quarries - Resource Container Size": 18,
  71.   "Static Quarries - Fuel Container Size": 6,
  72.   "Static Quarries - Fuel Item": {
  73.     "Shortname": "lowgradefuel",
  74.     "Skin": 0,
  75.     "Amount": 1.0,
  76.     "Display Name": null,
  77.     "Icon URL": null
  78.   },
  79.   "Excavator Quarry - Fuel Item": {
  80.     "Shortname": "diesel_barrel",
  81.     "Skin": 0,
  82.     "Amount": 1.0,
  83.     "Display Name": null,
  84.     "Icon URL": null
  85.   },
  86.   "Static Quarries - Metal Quarry Output": [
  87.     {
  88.       "Shortname": "stones",
  89.       "Skin": 0,
  90.       "Amount Per Tick": 150.0,
  91.       "Display Name": ""
  92.     },
  93.     {
  94.       "Shortname": "metal.ore",
  95.       "Skin": 0,
  96.       "Amount Per Tick": 22.5,
  97.       "Display Name": ""
  98.     }
  99.   ],
  100.   "Static Quarries - Sulfur Quarry Output": [
  101.     {
  102.       "Shortname": "sulfur.ore",
  103.       "Skin": 0,
  104.       "Amount Per Tick": 22.5,
  105.       "Display Name": ""
  106.     }
  107.   ],
  108.   "Static Quarries - HQM Quarry Output": [
  109.     {
  110.       "Shortname": "hq.metal.ore",
  111.       "Skin": 0,
  112.       "Amount Per Tick": 1.5,
  113.       "Display Name": ""
  114.     }
  115.   ],
  116.   "Static Quarries - Pump Jack Output": [
  117.     {
  118.       "Shortname": "crude.oil",
  119.       "Skin": 0,
  120.       "Amount Per Tick": 6.0,
  121.       "Display Name": ""
  122.     }
  123.   ],
  124.   "Static Quarries - Excavator Outputs": {
  125.     "HQM": [
  126.       {
  127.         "Shortname": "hq.metal.ore",
  128.         "Skin": 0,
  129.         "Amount Per Tick": 50.0,
  130.         "Display Name": ""
  131.       }
  132.     ],
  133.     "Metal": [
  134.       {
  135.         "Shortname": "metal.fragments",
  136.         "Skin": 0,
  137.         "Amount Per Tick": 2500.0,
  138.         "Display Name": ""
  139.       }
  140.     ],
  141.     "Stone": [
  142.       {
  143.         "Shortname": "stones",
  144.         "Skin": 0,
  145.         "Amount Per Tick": 5000.0,
  146.         "Display Name": ""
  147.       }
  148.     ],
  149.     "Sulfur": [
  150.       {
  151.         "Shortname": "sulfur.ore",
  152.         "Skin": 0,
  153.         "Amount Per Tick": 1000.0,
  154.         "Display Name": ""
  155.       }
  156.     ]
  157.   },
  158.   "Quarry Profiles": {
  159.     "pumpjack": {
  160.       "Required Permission (empty, if not required)": "virtualquarries.pumpjack",
  161.       "Displayed Icon": {
  162.         "Shortname": "mining.pumpjack",
  163.         "Skin": 0,
  164.         "Amount": 1,
  165.         "Display Name": null,
  166.         "Icon URL": ""
  167.       },
  168.       "Survey Type": "survey",
  169.       "Displayed Quarry Title Translation Key": "PumpjackTitle",
  170.       "Chance": 5,
  171.       "Minimal Resources Per Node": 1,
  172.       "Maximal Resources Per Node": 2,
  173.       "Fuel Required Per Tick": {
  174.         "Shortname": "lowgradefuel",
  175.         "Skin": 0,
  176.         "Amount": 1.0,
  177.         "Display Name": null,
  178.         "Icon URL": null
  179.       },
  180.       "Enable Upgrades": true,
  181.       "Items Required To Place": [
  182.         {
  183.           "Shortname": "mining.pumpjack",
  184.           "Skin": 0,
  185.           "Amount": 1,
  186.           "Display Name": null,
  187.           "Icon URL": ""
  188.         }
  189.       ],
  190.       "Resources": {
  191.         "crude": {
  192.           "Output Item - Shortname": "crude.oil",
  193.           "Output Item - Skin": 0,
  194.           "Output Item - Display Name": "",
  195.           "Output Item - Icon URL (Required if Skin not 0)": "",
  196.           "Include Always": true,
  197.           "Required Permission (empty if not required)": "",
  198.           "Chance": 0,
  199.           "Minimal Output Per Tick": 0.8,
  200.           "Maximal Output Per Tick": 3.0,
  201.           "Additional Items Required To Place": []
  202.         }
  203.       },
  204.       "Upgrades": [
  205.         {
  206.           "Required Items": [],
  207.           "Required Currency (0 to disable)": 0,
  208.           "Fuel Storage Capacity": 6,
  209.           "Capacity": 6,
  210.           "Gather Multiplier": 1.0,
  211.           "Fuel Usage Multiplier": 1.0,
  212.           "Additional Resources (Resources keys)": []
  213.         },
  214.         {
  215.           "Required Items": [
  216.             {
  217.               "Shortname": "wood",
  218.               "Skin": 0,
  219.               "Amount": 14000,
  220.               "Display Name": null,
  221.               "Icon URL": ""
  222.             },
  223.             {
  224.               "Shortname": "stones",
  225.               "Skin": 0,
  226.               "Amount": 10000,
  227.               "Display Name": null,
  228.               "Icon URL": ""
  229.             }
  230.           ],
  231.           "Required Currency (0 to disable)": 12000,
  232.           "Fuel Storage Capacity": 6,
  233.           "Capacity": 9,
  234.           "Gather Multiplier": 1.2,
  235.           "Fuel Usage Multiplier": 1.0,
  236.           "Additional Resources (Resources keys)": []
  237.         }
  238.       ]
  239.     },
  240.     "quarry": {
  241.       "Required Permission (empty, if not required)": "",
  242.       "Displayed Icon": {
  243.         "Shortname": "mining.quarry",
  244.         "Skin": 0,
  245.         "Amount": 1,
  246.         "Display Name": null,
  247.         "Icon URL": ""
  248.       },
  249.       "Survey Type": "survey",
  250.       "Displayed Quarry Title Translation Key": "QuarryTitle",
  251.       "Chance": 25,
  252.       "Minimal Resources Per Node": 1,
  253.       "Maximal Resources Per Node": 2,
  254.       "Fuel Required Per Tick": {
  255.         "Shortname": "lowgradefuel",
  256.         "Skin": 0,
  257.         "Amount": 1.0,
  258.         "Display Name": null,
  259.         "Icon URL": null
  260.       },
  261.       "Enable Upgrades": true,
  262.       "Items Required To Place": [
  263.         {
  264.           "Shortname": "mining.quarry",
  265.           "Skin": 0,
  266.           "Amount": 1,
  267.           "Display Name": null,
  268.           "Icon URL": ""
  269.         }
  270.       ],
  271.       "Resources": {
  272.         "hq": {
  273.           "Output Item - Shortname": "hq.metal.ore",
  274.           "Output Item - Skin": 0,
  275.           "Output Item - Display Name": "",
  276.           "Output Item - Icon URL (Required if Skin not 0)": "",
  277.           "Include Always": false,
  278.           "Required Permission (empty if not required)": "",
  279.           "Chance": 10,
  280.           "Minimal Output Per Tick": 0.3,
  281.           "Maximal Output Per Tick": 2.0,
  282.           "Additional Items Required To Place": []
  283.         },
  284.         "metal": {
  285.           "Output Item - Shortname": "metal.ore",
  286.           "Output Item - Skin": 0,
  287.           "Output Item - Display Name": "",
  288.           "Output Item - Icon URL (Required if Skin not 0)": "",
  289.           "Include Always": false,
  290.           "Required Permission (empty if not required)": "virtualquarries.metal",
  291.           "Chance": 50,
  292.           "Minimal Output Per Tick": 22.5,
  293.           "Maximal Output Per Tick": 45.0,
  294.           "Additional Items Required To Place": []
  295.         },
  296.         "scrap": {
  297.           "Output Item - Shortname": "scrap",
  298.           "Output Item - Skin": 0,
  299.           "Output Item - Display Name": "",
  300.           "Output Item - Icon URL (Required if Skin not 0)": "",
  301.           "Include Always": false,
  302.           "Required Permission (empty if not required)": "virtualquarries.scrap",
  303.           "Chance": 5,
  304.           "Minimal Output Per Tick": 0.1,
  305.           "Maximal Output Per Tick": 1.0,
  306.           "Additional Items Required To Place": [
  307.             {
  308.               "Shortname": "wood",
  309.               "Skin": 0,
  310.               "Amount": 7000,
  311.               "Display Name": null,
  312.               "Icon URL": ""
  313.             }
  314.           ]
  315.         },
  316.         "stone": {
  317.           "Output Item - Shortname": "stones",
  318.           "Output Item - Skin": 0,
  319.           "Output Item - Display Name": "",
  320.           "Output Item - Icon URL (Required if Skin not 0)": "",
  321.           "Include Always": true,
  322.           "Required Permission (empty if not required)": "",
  323.           "Chance": 0,
  324.           "Minimal Output Per Tick": 150.0,
  325.           "Maximal Output Per Tick": 300.0,
  326.           "Additional Items Required To Place": []
  327.         },
  328.         "sulfur": {
  329.           "Output Item - Shortname": "sulfur.ore",
  330.           "Output Item - Skin": 0,
  331.           "Output Item - Display Name": "",
  332.           "Output Item - Icon URL (Required if Skin not 0)": "",
  333.           "Include Always": false,
  334.           "Required Permission (empty if not required)": "",
  335.           "Chance": 50,
  336.           "Minimal Output Per Tick": 15.0,
  337.           "Maximal Output Per Tick": 30.5,
  338.           "Additional Items Required To Place": []
  339.         }
  340.       },
  341.       "Upgrades": [
  342.         {
  343.           "Required Items": [],
  344.           "Required Currency (0 to disable)": 0,
  345.           "Fuel Storage Capacity": 6,
  346.           "Capacity": 6,
  347.           "Gather Multiplier": 1.0,
  348.           "Fuel Usage Multiplier": 1.0,
  349.           "Additional Resources (Resources keys)": []
  350.         },
  351.         {
  352.           "Required Items": [
  353.             {
  354.               "Shortname": "wood",
  355.               "Skin": 0,
  356.               "Amount": 7000,
  357.               "Display Name": null,
  358.               "Icon URL": ""
  359.             },
  360.             {
  361.               "Shortname": "stones",
  362.               "Skin": 0,
  363.               "Amount": 5000,
  364.               "Display Name": null,
  365.               "Icon URL": ""
  366.             }
  367.           ],
  368.           "Required Currency (0 to disable)": 6000,
  369.           "Fuel Storage Capacity": 6,
  370.           "Capacity": 9,
  371.           "Gather Multiplier": 1.2,
  372.           "Fuel Usage Multiplier": 1.0,
  373.           "Additional Resources (Resources keys)": [
  374.             "scrap"
  375.           ]
  376.         }
  377.       ]
  378.     }
  379.   }
  380. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement