Guest User

Virtual Quarries - Custom Config

a guest
Oct 26th, 2022
824
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 41.94 KB | None | 0 0
  1. {
  2.   "Command List": [
  3.     "qr",
  4.     "quarry",
  5.     "quarries",
  6.     "vq",
  7.     "virtualquarry",
  8.     "virtualquarries"
  9.   ],
  10.   "Enable Console Logs": true,
  11.   "Require Permission For Use": false,
  12.   "Mining Quarry/Pump Jack Limit Permissions": {
  13.     "virtualquarries.default": {
  14.       "quarry": 3,
  15.       "pumpjack": 1,
  16.       "goldmine": 1,
  17.       "sawmill": 1
  18.     },
  19.     "virtualquarries.supporter": {
  20.       "quarry": 4,
  21.       "pumpjack": 1,
  22.       "goldmine": 1,
  23.       "sawmill": 1
  24.     },
  25.     "virtualquarries.supporterplus": {
  26.       "quarry": 4,
  27.       "pumpjack": 2,
  28.       "goldmine": 1,
  29.       "sawmill": 1
  30.     },
  31.     "virtualquarries.donator": {
  32.       "quarry": 5,
  33.       "pumpjack": 2,
  34.       "goldmine": 1,
  35.       "sawmill": 1
  36.     },
  37.     "virtualquarries.somnuz": {
  38.       "quarry": 5,
  39.       "pumpjack": 6,
  40.       "goldmine": 1,
  41.       "sawmill": 1
  42.     }
  43.   },
  44.   "Sharing - Require Permission": false,
  45.   "Data - Enable Data Wipe On Server Wipe": false,
  46.   "Data - Store Container Data In File And Restore On Server Wipe": false,
  47.   "Data - Store Container Interval (in seconds)": 1800,
  48.   "Quarry Tick (how often quarries dig resources, in seconds)": 60,
  49.   "Survey Charge - Allow Throwing Survey Charges": false,
  50.   "Survey Charget Types": {
  51.     "survey": {
  52.       "Effect Path": "assets/bundled/prefabs/fx/survey_explosion.prefab",
  53.       "Required Permission (empty, if not required)": "",
  54.       "Chance For Resources (0-100)": 90,
  55.       "Displayed Survey Title Translation Key": "SurveyCharge",
  56.       "Required Item": {
  57.         "Shortname": "surveycharge",
  58.         "Skin": 0,
  59.         "Amount": 1,
  60.         "Icon URL": ""
  61.       }
  62.     },
  63.     "map": {
  64.       "Effect Path": "assets/content/nature/treesprefabs/trees/effects/tree_marking_spawn.prefab",
  65.       "Required Permission (empty, if not required)": "virtualquarries.sawmill",
  66.       "Chance For Resources (0-100)": 75,
  67.       "Displayed Survey Title Translation Key": "ForestMap",
  68.       "Required Item": {
  69.         "Shortname": "map",
  70.         "Skin": 0,
  71.         "Amount": 1,
  72.         "Icon URL": ""
  73.       }
  74.     }
  75.   },
  76.   "Upgrades - Used Economy Plugin (0 - None, See Website For More Info)": 2,
  77.   "Removing Quarries - Refund Items": true,
  78.   "Go Back Button - Position (1-2)": 1,
  79.   "Upgrade UI - Responsive Position": true,
  80.   "Quarry Profiles": {
  81.     "quarry": {
  82.       "Required Permission (empty, if not required)": "",
  83.       "Displayed Icon": {
  84.         "Shortname": "mining.quarry",
  85.         "Skin": 0,
  86.         "Amount": 1,
  87.         "Icon URL": ""
  88.       },
  89.       "Survey Type": "survey",
  90.       "Displayed Quarry Title Translation Key": "QuarryTitle",
  91.       "Chance": 95,
  92.       "Minimal Resources Per Node": 1,
  93.       "Maximal Resources Per Node": 3,
  94.       "Fuel Required Per Tick": {
  95.         "Shortname": "lowgradefuel",
  96.         "Skin": 0,
  97.         "Amount": 6
  98.       },
  99.       "Enable Upgrades": true,
  100.       "Items Required To Place": [
  101.         {
  102.           "Shortname": "mining.quarry",
  103.           "Skin": 0,
  104.           "Amount": 1,
  105.           "Icon URL": ""
  106.         }
  107.       ],
  108.       "Resources": {
  109.         "stone": {
  110.           "Output Item - Shortname": "stones",
  111.           "Output Item - Skin": 0,
  112.           "Output Item - Display Name": "",
  113.           "Output Item - Icon URL (Required if Skin not 0)": "",
  114.           "Include Always": true,
  115.           "Required Permission (empty if not required)": "",
  116.           "Chance": 0,
  117.           "Minimal Output Per Tick": 90.0,
  118.           "Maximal Output Per Tick": 180.0,
  119.           "Additional Items Required To Place": []
  120.         },
  121.         "metal": {
  122.           "Output Item - Shortname": "metal.ore",
  123.           "Output Item - Skin": 0,
  124.           "Output Item - Display Name": "",
  125.           "Output Item - Icon URL (Required if Skin not 0)": "",
  126.           "Include Always": false,
  127.           "Required Permission (empty if not required)": "",
  128.           "Chance": 40,
  129.           "Minimal Output Per Tick": 54.0,
  130.           "Maximal Output Per Tick": 108.0,
  131.           "Additional Items Required To Place": []
  132.         },
  133.         "sulfur": {
  134.           "Output Item - Shortname": "sulfur.ore",
  135.           "Output Item - Skin": 0,
  136.           "Output Item - Display Name": "",
  137.           "Output Item - Icon URL (Required if Skin not 0)": "",
  138.           "Include Always": false,
  139.           "Required Permission (empty if not required)": "",
  140.           "Chance": 40,
  141.           "Minimal Output Per Tick": 27.0,
  142.           "Maximal Output Per Tick": 54.0,
  143.           "Additional Items Required To Place": []
  144.         },
  145.         "hq": {
  146.           "Output Item - Shortname": "hq.metal.ore",
  147.           "Output Item - Skin": 0,
  148.           "Output Item - Display Name": "",
  149.           "Output Item - Icon URL (Required if Skin not 0)": "",
  150.           "Include Always": false,
  151.           "Required Permission (empty if not required)": "",
  152.           "Chance": 20,
  153.           "Minimal Output Per Tick": 0.18,
  154.           "Maximal Output Per Tick": 0.36,
  155.           "Additional Items Required To Place": []
  156.         }
  157.       },
  158.       "Upgrades": [
  159.         {
  160.           "Required Items": [],
  161.           "Required Currency (0 to disable)": 0,
  162.           "Capacity": 6,
  163.           "Gather Multiplier": 1.0,
  164.           "Fuel Usage Multiplier": 1.0
  165.         },
  166.         {
  167.           "Required Items": [
  168.             {
  169.               "Shortname": "stones",
  170.               "Skin": 0,
  171.               "Amount": 32500,
  172.               "Icon URL": ""
  173.             },
  174.             {
  175.               "Shortname": "metal.fragments",
  176.               "Skin": 0,
  177.               "Amount": 20000,
  178.               "Icon URL": ""
  179.             },
  180.             {
  181.               "Shortname": "metal.refined",
  182.               "Skin": 0,
  183.               "Amount": 65,
  184.               "Icon URL": ""
  185.             }
  186.           ],
  187.           "Required Currency (0 to disable)": 17000,
  188.           "Capacity": 9,
  189.           "Gather Multiplier": 1.5,
  190.           "Fuel Usage Multiplier": 1.25
  191.         },
  192.         {
  193.           "Required Items": [
  194.             {
  195.               "Shortname": "stones",
  196.               "Skin": 0,
  197.               "Amount": 100000,
  198.               "Icon URL": ""
  199.             },
  200.             {
  201.               "Shortname": "metal.fragments",
  202.               "Skin": 0,
  203.               "Amount": 60000,
  204.               "Icon URL": ""
  205.             },
  206.             {
  207.               "Shortname": "metal.refined",
  208.               "Skin": 0,
  209.               "Amount": 200,
  210.               "Icon URL": ""
  211.             }
  212.           ],
  213.           "Required Currency (0 to disable)": 34000,
  214.           "Capacity": 12,
  215.           "Gather Multiplier": 2.0,
  216.           "Fuel Usage Multiplier": 1.5
  217.         },
  218.         {
  219.           "Required Items": [
  220.             {
  221.               "Shortname": "stones",
  222.               "Skin": 0,
  223.               "Amount": 260000,
  224.               "Icon URL": ""
  225.             },
  226.             {
  227.               "Shortname": "metal.fragments",
  228.               "Skin": 0,
  229.               "Amount": 155000,
  230.               "Icon URL": ""
  231.             },
  232.             {
  233.               "Shortname": "metal.refined",
  234.               "Skin": 0,
  235.               "Amount": 520,
  236.               "Icon URL": ""
  237.             }
  238.           ],
  239.           "Required Currency (0 to disable)": 51000,
  240.           "Capacity": 15,
  241.           "Gather Multiplier": 2.5,
  242.           "Fuel Usage Multiplier": 1.75
  243.         },
  244.         {
  245.           "Required Items": [
  246.             {
  247.               "Shortname": "coal",
  248.               "Skin": 2361215175,
  249.               "Amount": 2,
  250.               "Icon URL": ""
  251.             },
  252.             {
  253.               "Shortname": "coal",
  254.               "Skin": 2361215805,
  255.               "Amount": 2,
  256.               "Icon URL": ""
  257.             },
  258.             {
  259.               "Shortname": "coal",
  260.               "Skin": 2361216417,
  261.               "Amount": 2,
  262.               "Icon URL": ""
  263.             }
  264.           ],
  265.           "Required Currency (0 to disable)": 0,
  266.           "Capacity": 18,
  267.           "Gather Multiplier": 3.0,
  268.           "Fuel Usage Multiplier": 2.0
  269.         },
  270.         {
  271.           "Required Items": [
  272.             {
  273.               "Shortname": "coal",
  274.               "Skin": 2361215175,
  275.               "Amount": 4,
  276.               "Icon URL": ""
  277.             },
  278.             {
  279.               "Shortname": "coal",
  280.               "Skin": 2361215805,
  281.               "Amount": 4,
  282.               "Icon URL": ""
  283.             },
  284.             {
  285.               "Shortname": "coal",
  286.               "Skin": 2361216417,
  287.               "Amount": 4,
  288.               "Icon URL": ""
  289.             }
  290.           ],
  291.           "Required Currency (0 to disable)": 0,
  292.           "Capacity": 21,
  293.           "Gather Multiplier": 3.5,
  294.           "Fuel Usage Multiplier": 2.25
  295.         },
  296.         {
  297.           "Required Items": [
  298.             {
  299.               "Shortname": "coal",
  300.               "Skin": 2361215175,
  301.               "Amount": 6,
  302.               "Icon URL": ""
  303.             },
  304.             {
  305.               "Shortname": "coal",
  306.               "Skin": 2361215805,
  307.               "Amount": 6,
  308.               "Icon URL": ""
  309.             },
  310.             {
  311.               "Shortname": "coal",
  312.               "Skin": 2361216417,
  313.               "Amount": 6,
  314.               "Icon URL": ""
  315.             }
  316.           ],
  317.           "Required Currency (0 to disable)": 0,
  318.           "Capacity": 24,
  319.           "Gather Multiplier": 4.0,
  320.           "Fuel Usage Multiplier": 2.5
  321.         },
  322.         {
  323.           "Required Items": [
  324.             {
  325.               "Shortname": "coal",
  326.               "Skin": 2361215271,
  327.               "Amount": 7,
  328.               "Icon URL": ""
  329.             },
  330.             {
  331.               "Shortname": "coal",
  332.               "Skin": 2361215875,
  333.               "Amount": 7,
  334.               "Icon URL": ""
  335.             },
  336.             {
  337.               "Shortname": "coal",
  338.               "Skin": 2361216488,
  339.               "Amount": 7,
  340.               "Icon URL": ""
  341.             }
  342.           ],
  343.           "Required Currency (0 to disable)": 0,
  344.           "Capacity": 27,
  345.           "Gather Multiplier": 4.5,
  346.           "Fuel Usage Multiplier": 2.75
  347.         },
  348.         {
  349.           "Required Items": [
  350.             {
  351.               "Shortname": "coal",
  352.               "Skin": 2361215271,
  353.               "Amount": 9,
  354.               "Icon URL": ""
  355.             },
  356.             {
  357.               "Shortname": "coal",
  358.               "Skin": 2361215875,
  359.               "Amount": 9,
  360.               "Icon URL": ""
  361.             },
  362.             {
  363.               "Shortname": "coal",
  364.               "Skin": 2361216488,
  365.               "Amount": 9,
  366.               "Icon URL": ""
  367.             }
  368.           ],
  369.           "Required Currency (0 to disable)": 0,
  370.           "Capacity": 30,
  371.           "Gather Multiplier": 5.0,
  372.           "Fuel Usage Multiplier": 3.0
  373.         },
  374.         {
  375.           "Required Items": [
  376.             {
  377.               "Shortname": "coal",
  378.               "Skin": 2361215271,
  379.               "Amount": 11,
  380.               "Icon URL": ""
  381.             },
  382.             {
  383.               "Shortname": "coal",
  384.               "Skin": 2361215875,
  385.               "Amount": 11,
  386.               "Icon URL": ""
  387.             },
  388.             {
  389.               "Shortname": "coal",
  390.               "Skin": 2361216488,
  391.               "Amount": 11,
  392.               "Icon URL": ""
  393.             }
  394.           ],
  395.           "Required Currency (0 to disable)": 0,
  396.           "Capacity": 33,
  397.           "Gather Multiplier": 5.5,
  398.           "Fuel Usage Multiplier": 3.25
  399.         },
  400.         {
  401.           "Required Items": [
  402.             {
  403.               "Shortname": "coal",
  404.               "Skin": 2361215357,
  405.               "Amount": 13,
  406.               "Icon URL": ""
  407.             },
  408.             {
  409.               "Shortname": "coal",
  410.               "Skin": 2361224613,
  411.               "Amount": 13,
  412.               "Icon URL": ""
  413.             },
  414.             {
  415.               "Shortname": "coal",
  416.               "Skin": 2361216566,
  417.               "Amount": 13,
  418.               "Icon URL": ""
  419.             }
  420.           ],
  421.           "Required Currency (0 to disable)": 0,
  422.           "Capacity": 36,
  423.           "Gather Multiplier": 6.0,
  424.           "Fuel Usage Multiplier": 3.5
  425.         },
  426.         {
  427.           "Required Items": [
  428.             {
  429.               "Shortname": "coal",
  430.               "Skin": 2361215357,
  431.               "Amount": 14,
  432.               "Icon URL": ""
  433.             },
  434.             {
  435.               "Shortname": "coal",
  436.               "Skin": 2361224613,
  437.               "Amount": 14,
  438.               "Icon URL": ""
  439.             },
  440.             {
  441.               "Shortname": "coal",
  442.               "Skin": 2361216566,
  443.               "Amount": 14,
  444.               "Icon URL": ""
  445.             }
  446.           ],
  447.           "Required Currency (0 to disable)": 0,
  448.           "Capacity": 39,
  449.           "Gather Multiplier": 6.5,
  450.           "Fuel Usage Multiplier": 3.75
  451.         },
  452.         {
  453.           "Required Items": [
  454.             {
  455.               "Shortname": "coal",
  456.               "Skin": 2361215357,
  457.               "Amount": 16,
  458.               "Icon URL": ""
  459.             },
  460.             {
  461.               "Shortname": "coal",
  462.               "Skin": 2361224613,
  463.               "Amount": 16,
  464.               "Icon URL": ""
  465.             },
  466.             {
  467.               "Shortname": "coal",
  468.               "Skin": 2361216566,
  469.               "Amount": 16,
  470.               "Icon URL": ""
  471.             }
  472.           ],
  473.           "Required Currency (0 to disable)": 0,
  474.           "Capacity": 42,
  475.           "Gather Multiplier": 7.0,
  476.           "Fuel Usage Multiplier": 4.0
  477.         },
  478.         {
  479.           "Required Items": [
  480.             {
  481.               "Shortname": "coal",
  482.               "Skin": 2361215456,
  483.               "Amount": 18,
  484.               "Icon URL": ""
  485.             },
  486.             {
  487.               "Shortname": "coal",
  488.               "Skin": 2361216011,
  489.               "Amount": 18,
  490.               "Icon URL": ""
  491.             },
  492.             {
  493.               "Shortname": "coal",
  494.               "Skin": 2361216641,
  495.               "Amount": 18,
  496.               "Icon URL": ""
  497.             }
  498.           ],
  499.           "Required Currency (0 to disable)": 0,
  500.           "Capacity": 42,
  501.           "Gather Multiplier": 7.5,
  502.           "Fuel Usage Multiplier": 4.25
  503.         },
  504.         {
  505.           "Required Items": [
  506.             {
  507.               "Shortname": "coal",
  508.               "Skin": 2361215456,
  509.               "Amount": 19,
  510.               "Icon URL": ""
  511.             },
  512.             {
  513.               "Shortname": "coal",
  514.               "Skin": 2361216011,
  515.               "Amount": 19,
  516.               "Icon URL": ""
  517.             },
  518.             {
  519.               "Shortname": "coal",
  520.               "Skin": 2361216641,
  521.               "Amount": 19,
  522.               "Icon URL": ""
  523.             }
  524.           ],
  525.           "Required Currency (0 to disable)": 0,
  526.           "Capacity": 42,
  527.           "Gather Multiplier": 8.0,
  528.           "Fuel Usage Multiplier": 4.5
  529.         },
  530.         {
  531.           "Required Items": [
  532.             {
  533.               "Shortname": "coal",
  534.               "Skin": 2361215456,
  535.               "Amount": 21,
  536.               "Icon URL": ""
  537.             },
  538.             {
  539.               "Shortname": "coal",
  540.               "Skin": 2361216011,
  541.               "Amount": 21,
  542.               "Icon URL": ""
  543.             },
  544.             {
  545.               "Shortname": "coal",
  546.               "Skin": 2361216641,
  547.               "Amount": 21,
  548.               "Icon URL": ""
  549.             }
  550.           ],
  551.           "Required Currency (0 to disable)": 0,
  552.           "Capacity": 42,
  553.           "Gather Multiplier": 8.5,
  554.           "Fuel Usage Multiplier": 4.75
  555.         },
  556.         {
  557.           "Required Items": [
  558.             {
  559.               "Shortname": "coal",
  560.               "Skin": 2361215535,
  561.               "Amount": 23,
  562.               "Icon URL": ""
  563.             },
  564.             {
  565.               "Shortname": "coal",
  566.               "Skin": 2361216090,
  567.               "Amount": 23,
  568.               "Icon URL": ""
  569.             },
  570.             {
  571.               "Shortname": "coal",
  572.               "Skin": 2361216696,
  573.               "Amount": 23,
  574.               "Icon URL": ""
  575.             }
  576.           ],
  577.           "Required Currency (0 to disable)": 0,
  578.           "Capacity": 42,
  579.           "Gather Multiplier": 9.0,
  580.           "Fuel Usage Multiplier": 5.0
  581.         },
  582.         {
  583.           "Required Items": [
  584.             {
  585.               "Shortname": "coal",
  586.               "Skin": 2361215535,
  587.               "Amount": 25,
  588.               "Icon URL": ""
  589.             },
  590.             {
  591.               "Shortname": "coal",
  592.               "Skin": 2361216090,
  593.               "Amount": 25,
  594.               "Icon URL": ""
  595.             },
  596.             {
  597.               "Shortname": "coal",
  598.               "Skin": 2361216696,
  599.               "Amount": 25,
  600.               "Icon URL": ""
  601.             }
  602.           ],
  603.           "Required Currency (0 to disable)": 0,
  604.           "Capacity": 42,
  605.           "Gather Multiplier": 9.5,
  606.           "Fuel Usage Multiplier": 5.25
  607.         },
  608.         {
  609.           "Required Items": [
  610.             {
  611.               "Shortname": "coal",
  612.               "Skin": 2361215535,
  613.               "Amount": 26,
  614.               "Icon URL": ""
  615.             },
  616.             {
  617.               "Shortname": "coal",
  618.               "Skin": 2361216090,
  619.               "Amount": 26,
  620.               "Icon URL": ""
  621.             },
  622.             {
  623.               "Shortname": "coal",
  624.               "Skin": 2361216696,
  625.               "Amount": 26,
  626.               "Icon URL": ""
  627.             }
  628.           ],
  629.           "Required Currency (0 to disable)": 0,
  630.           "Capacity": 42,
  631.           "Gather Multiplier": 10.0,
  632.           "Fuel Usage Multiplier": 5.5
  633.         }
  634.       ]
  635.     },
  636.     "pumpjack": {
  637.       "Required Permission (empty, if not required)": "",
  638.       "Displayed Icon": {
  639.         "Shortname": "mining.pumpjack",
  640.         "Skin": 0,
  641.         "Amount": 1,
  642.         "Icon URL": ""
  643.       },
  644.       "Survey Type": "survey",
  645.       "Displayed Quarry Title Translation Key": "PumpjackTitle",
  646.       "Chance": 5,
  647.       "Minimal Resources Per Node": 1,
  648.       "Maximal Resources Per Node": 1,
  649.       "Fuel Required Per Tick": {
  650.         "Shortname": "lowgradefuel",
  651.         "Skin": 0,
  652.         "Amount": 1
  653.       },
  654.       "Enable Upgrades": true,
  655.       "Items Required To Place": [
  656.         {
  657.           "Shortname": "mining.pumpjack",
  658.           "Skin": 0,
  659.           "Amount": 1,
  660.           "Icon URL": ""
  661.         }
  662.       ],
  663.       "Resources": {
  664.         "crude": {
  665.           "Output Item - Shortname": "crude.oil",
  666.           "Output Item - Skin": 0,
  667.           "Output Item - Display Name": "",
  668.           "Output Item - Icon URL (Required if Skin not 0)": "",
  669.           "Include Always": true,
  670.           "Required Permission (empty if not required)": "",
  671.           "Chance": 0,
  672.           "Minimal Output Per Tick": 9.0,
  673.           "Maximal Output Per Tick": 18.0,
  674.           "Additional Items Required To Place": []
  675.         }
  676.       },
  677.       "Upgrades": [
  678.         {
  679.           "Required Items": [],
  680.           "Required Currency (0 to disable)": 0,
  681.           "Capacity": 6,
  682.           "Gather Multiplier": 1.0,
  683.           "Fuel Usage Multiplier": 1.0
  684.         },
  685.         {
  686.           "Required Items": [
  687.             {
  688.               "Shortname": "stones",
  689.               "Skin": 0,
  690.               "Amount": 65000,
  691.               "Icon URL": ""
  692.             },
  693.             {
  694.               "Shortname": "metal.fragments",
  695.               "Skin": 0,
  696.               "Amount": 40000,
  697.               "Icon URL": ""
  698.             },
  699.             {
  700.               "Shortname": "metal.refined",
  701.               "Skin": 0,
  702.               "Amount": 130,
  703.               "Icon URL": ""
  704.             }
  705.           ],
  706.           "Required Currency (0 to disable)": 34000,
  707.           "Capacity": 9,
  708.           "Gather Multiplier": 1.5,
  709.           "Fuel Usage Multiplier": 1.5
  710.         },
  711.         {
  712.           "Required Items": [
  713.             {
  714.               "Shortname": "stones",
  715.               "Skin": 0,
  716.               "Amount": 200000,
  717.               "Icon URL": ""
  718.             },
  719.             {
  720.               "Shortname": "metal.fragments",
  721.               "Skin": 0,
  722.               "Amount": 115000,
  723.               "Icon URL": ""
  724.             },
  725.             {
  726.               "Shortname": "metal.refined",
  727.               "Skin": 0,
  728.               "Amount": 400,
  729.               "Icon URL": ""
  730.             }
  731.           ],
  732.           "Required Currency (0 to disable)": 68000,
  733.           "Capacity": 12,
  734.           "Gather Multiplier": 2.0,
  735.           "Fuel Usage Multiplier": 2.0
  736.         },
  737.         {
  738.           "Required Items": [
  739.             {
  740.               "Shortname": "stones",
  741.               "Skin": 0,
  742.               "Amount": 518000,
  743.               "Icon URL": ""
  744.             },
  745.             {
  746.               "Shortname": "metal.fragments",
  747.               "Skin": 0,
  748.               "Amount": 311000,
  749.               "Icon URL": ""
  750.             },
  751.             {
  752.               "Shortname": "metal.refined",
  753.               "Skin": 0,
  754.               "Amount": 1000,
  755.               "Icon URL": ""
  756.             }
  757.           ],
  758.           "Required Currency (0 to disable)": 102000,
  759.           "Capacity": 15,
  760.           "Gather Multiplier": 2.5,
  761.           "Fuel Usage Multiplier": 2.5
  762.         },
  763.         {
  764.           "Required Items": [
  765.             {
  766.               "Shortname": "coal",
  767.               "Skin": 2361215175,
  768.               "Amount": 4,
  769.               "Icon URL": ""
  770.             },
  771.             {
  772.               "Shortname": "coal",
  773.               "Skin": 2361215805,
  774.               "Amount": 4,
  775.               "Icon URL": ""
  776.             },
  777.             {
  778.               "Shortname": "coal",
  779.               "Skin": 2361216417,
  780.               "Amount": 4,
  781.               "Icon URL": ""
  782.             }
  783.           ],
  784.           "Required Currency (0 to disable)": 0,
  785.           "Capacity": 18,
  786.           "Gather Multiplier": 3.0,
  787.           "Fuel Usage Multiplier": 3.0
  788.         },
  789.         {
  790.           "Required Items": [
  791.             {
  792.               "Shortname": "coal",
  793.               "Skin": 2361215175,
  794.               "Amount": 7,
  795.               "Icon URL": ""
  796.             },
  797.             {
  798.               "Shortname": "coal",
  799.               "Skin": 2361215805,
  800.               "Amount": 7,
  801.               "Icon URL": ""
  802.             },
  803.             {
  804.               "Shortname": "coal",
  805.               "Skin": 2361216417,
  806.               "Amount": 7,
  807.               "Icon URL": ""
  808.             }
  809.           ],
  810.           "Required Currency (0 to disable)": 0,
  811.           "Capacity": 21,
  812.           "Gather Multiplier": 3.5,
  813.           "Fuel Usage Multiplier": 3.5
  814.         },
  815.         {
  816.           "Required Items": [
  817.             {
  818.               "Shortname": "coal",
  819.               "Skin": 2361215175,
  820.               "Amount": 11,
  821.               "Icon URL": ""
  822.             },
  823.             {
  824.               "Shortname": "coal",
  825.               "Skin": 2361215805,
  826.               "Amount": 11,
  827.               "Icon URL": ""
  828.             },
  829.             {
  830.               "Shortname": "coal",
  831.               "Skin": 2361216417,
  832.               "Amount": 11,
  833.               "Icon URL": ""
  834.             }
  835.           ],
  836.           "Required Currency (0 to disable)": 0,
  837.           "Capacity": 24,
  838.           "Gather Multiplier": 4.0,
  839.           "Fuel Usage Multiplier": 4.0
  840.         },
  841.         {
  842.           "Required Items": [
  843.             {
  844.               "Shortname": "coal",
  845.               "Skin": 2361215271,
  846.               "Amount": 14,
  847.               "Icon URL": ""
  848.             },
  849.             {
  850.               "Shortname": "coal",
  851.               "Skin": 2361215875,
  852.               "Amount": 14,
  853.               "Icon URL": ""
  854.             },
  855.             {
  856.               "Shortname": "coal",
  857.               "Skin": 2361216488,
  858.               "Amount": 14,
  859.               "Icon URL": ""
  860.             }
  861.           ],
  862.           "Required Currency (0 to disable)": 0,
  863.           "Capacity": 27,
  864.           "Gather Multiplier": 4.5,
  865.           "Fuel Usage Multiplier": 4.5
  866.         },
  867.         {
  868.           "Required Items": [
  869.             {
  870.               "Shortname": "coal",
  871.               "Skin": 2361215271,
  872.               "Amount": 18,
  873.               "Icon URL": ""
  874.             },
  875.             {
  876.               "Shortname": "coal",
  877.               "Skin": 2361215875,
  878.               "Amount": 18,
  879.               "Icon URL": ""
  880.             },
  881.             {
  882.               "Shortname": "coal",
  883.               "Skin": 2361216488,
  884.               "Amount": 18,
  885.               "Icon URL": ""
  886.             }
  887.           ],
  888.           "Required Currency (0 to disable)": 0,
  889.           "Capacity": 30,
  890.           "Gather Multiplier": 5.0,
  891.           "Fuel Usage Multiplier": 5.0
  892.         },
  893.         {
  894.           "Required Items": [
  895.             {
  896.               "Shortname": "coal",
  897.               "Skin": 2361215271,
  898.               "Amount": 21,
  899.               "Icon URL": ""
  900.             },
  901.             {
  902.               "Shortname": "coal",
  903.               "Skin": 2361215875,
  904.               "Amount": 21,
  905.               "Icon URL": ""
  906.             },
  907.             {
  908.               "Shortname": "coal",
  909.               "Skin": 2361216488,
  910.               "Amount": 21,
  911.               "Icon URL": ""
  912.             }
  913.           ],
  914.           "Required Currency (0 to disable)": 0,
  915.           "Capacity": 33,
  916.           "Gather Multiplier": 5.5,
  917.           "Fuel Usage Multiplier": 5.5
  918.         },
  919.         {
  920.           "Required Items": [
  921.             {
  922.               "Shortname": "coal",
  923.               "Skin": 2361215357,
  924.               "Amount": 25,
  925.               "Icon URL": ""
  926.             },
  927.             {
  928.               "Shortname": "coal",
  929.               "Skin": 2361224613,
  930.               "Amount": 25,
  931.               "Icon URL": ""
  932.             },
  933.             {
  934.               "Shortname": "coal",
  935.               "Skin": 2361216566,
  936.               "Amount": 25,
  937.               "Icon URL": ""
  938.             }
  939.           ],
  940.           "Required Currency (0 to disable)": 0,
  941.           "Capacity": 36,
  942.           "Gather Multiplier": 6.0,
  943.           "Fuel Usage Multiplier": 6.0
  944.         },
  945.         {
  946.           "Required Items": [
  947.             {
  948.               "Shortname": "coal",
  949.               "Skin": 2361215357,
  950.               "Amount": 28,
  951.               "Icon URL": ""
  952.             },
  953.             {
  954.               "Shortname": "coal",
  955.               "Skin": 2361224613,
  956.               "Amount": 28,
  957.               "Icon URL": ""
  958.             },
  959.             {
  960.               "Shortname": "coal",
  961.               "Skin": 2361216566,
  962.               "Amount": 28,
  963.               "Icon URL": ""
  964.             }
  965.           ],
  966.           "Required Currency (0 to disable)": 0,
  967.           "Capacity": 39,
  968.           "Gather Multiplier": 6.5,
  969.           "Fuel Usage Multiplier": 6.5
  970.         },
  971.         {
  972.           "Required Items": [
  973.             {
  974.               "Shortname": "coal",
  975.               "Skin": 2361215357,
  976.               "Amount": 31,
  977.               "Icon URL": ""
  978.             },
  979.             {
  980.               "Shortname": "coal",
  981.               "Skin": 2361224613,
  982.               "Amount": 31,
  983.               "Icon URL": ""
  984.             },
  985.             {
  986.               "Shortname": "coal",
  987.               "Skin": 2361216566,
  988.               "Amount": 31,
  989.               "Icon URL": ""
  990.             }
  991.           ],
  992.           "Required Currency (0 to disable)": 0,
  993.           "Capacity": 42,
  994.           "Gather Multiplier": 7.0,
  995.           "Fuel Usage Multiplier": 7.0
  996.         },
  997.         {
  998.           "Required Items": [
  999.             {
  1000.               "Shortname": "coal",
  1001.               "Skin": 2361215456,
  1002.               "Amount": 35,
  1003.               "Icon URL": ""
  1004.             },
  1005.             {
  1006.               "Shortname": "coal",
  1007.               "Skin": 2361216011,
  1008.               "Amount": 35,
  1009.               "Icon URL": ""
  1010.             },
  1011.             {
  1012.               "Shortname": "coal",
  1013.               "Skin": 2361216641,
  1014.               "Amount": 35,
  1015.               "Icon URL": ""
  1016.             }
  1017.           ],
  1018.           "Required Currency (0 to disable)": 0,
  1019.           "Capacity": 42,
  1020.           "Gather Multiplier": 7.5,
  1021.           "Fuel Usage Multiplier": 7.5
  1022.         },
  1023.         {
  1024.           "Required Items": [
  1025.             {
  1026.               "Shortname": "coal",
  1027.               "Skin": 2361215456,
  1028.               "Amount": 38,
  1029.               "Icon URL": ""
  1030.             },
  1031.             {
  1032.               "Shortname": "coal",
  1033.               "Skin": 2361216011,
  1034.               "Amount": 38,
  1035.               "Icon URL": ""
  1036.             },
  1037.             {
  1038.               "Shortname": "coal",
  1039.               "Skin": 2361216641,
  1040.               "Amount": 38,
  1041.               "Icon URL": ""
  1042.             }
  1043.           ],
  1044.           "Required Currency (0 to disable)": 0,
  1045.           "Capacity": 42,
  1046.           "Gather Multiplier": 8.0,
  1047.           "Fuel Usage Multiplier": 8.0
  1048.         },
  1049.         {
  1050.           "Required Items": [
  1051.             {
  1052.               "Shortname": "coal",
  1053.               "Skin": 2361215456,
  1054.               "Amount": 42,
  1055.               "Icon URL": ""
  1056.             },
  1057.             {
  1058.               "Shortname": "coal",
  1059.               "Skin": 2361216011,
  1060.               "Amount": 42,
  1061.               "Icon URL": ""
  1062.             },
  1063.             {
  1064.               "Shortname": "coal",
  1065.               "Skin": 2361216641,
  1066.               "Amount": 42,
  1067.               "Icon URL": ""
  1068.             }
  1069.           ],
  1070.           "Required Currency (0 to disable)": 0,
  1071.           "Capacity": 42,
  1072.           "Gather Multiplier": 8.5,
  1073.           "Fuel Usage Multiplier": 8.5
  1074.         },
  1075.         {
  1076.           "Required Items": [
  1077.             {
  1078.               "Shortname": "coal",
  1079.               "Skin": 2361215535,
  1080.               "Amount": 45,
  1081.               "Icon URL": ""
  1082.             },
  1083.             {
  1084.               "Shortname": "coal",
  1085.               "Skin": 2361216090,
  1086.               "Amount": 45,
  1087.               "Icon URL": ""
  1088.             },
  1089.             {
  1090.               "Shortname": "coal",
  1091.               "Skin": 2361216696,
  1092.               "Amount": 45,
  1093.               "Icon URL": ""
  1094.             }
  1095.           ],
  1096.           "Required Currency (0 to disable)": 0,
  1097.           "Capacity": 42,
  1098.           "Gather Multiplier": 9.0,
  1099.           "Fuel Usage Multiplier": 9.0
  1100.         },
  1101.         {
  1102.           "Required Items": [
  1103.             {
  1104.               "Shortname": "coal",
  1105.               "Skin": 2361215535,
  1106.               "Amount": 49,
  1107.               "Icon URL": ""
  1108.             },
  1109.             {
  1110.               "Shortname": "coal",
  1111.               "Skin": 2361216090,
  1112.               "Amount": 49,
  1113.               "Icon URL": ""
  1114.             },
  1115.             {
  1116.               "Shortname": "coal",
  1117.               "Skin": 2361216696,
  1118.               "Amount": 49,
  1119.               "Icon URL": ""
  1120.             }
  1121.           ],
  1122.           "Required Currency (0 to disable)": 0,
  1123.           "Capacity": 42,
  1124.           "Gather Multiplier": 9.5,
  1125.           "Fuel Usage Multiplier": 9.5
  1126.         },
  1127.         {
  1128.           "Required Items": [
  1129.             {
  1130.               "Shortname": "coal",
  1131.               "Skin": 2361215535,
  1132.               "Amount": 52,
  1133.               "Icon URL": ""
  1134.             },
  1135.             {
  1136.               "Shortname": "coal",
  1137.               "Skin": 2361216090,
  1138.               "Amount": 52,
  1139.               "Icon URL": ""
  1140.             },
  1141.             {
  1142.               "Shortname": "coal",
  1143.               "Skin": 2361216696,
  1144.               "Amount": 52,
  1145.               "Icon URL": ""
  1146.             }
  1147.           ],
  1148.           "Required Currency (0 to disable)": 0,
  1149.           "Capacity": 42,
  1150.           "Gather Multiplier": 10.0,
  1151.           "Fuel Usage Multiplier": 10.0
  1152.         }
  1153.       ]
  1154.     },
  1155.     "goldmine": {
  1156.       "Required Permission (empty, if not required)": "virtualquarries.goldmine",
  1157.       "Displayed Icon": {
  1158.         "Shortname": "mining.quarry",
  1159.         "Skin": 2813440105,
  1160.         "Amount": 1,
  1161.         "Icon URL": "https://images.pvrust.eu/custom/mining.quarry/2813440105.png"
  1162.       },
  1163.       "Survey Type": "survey",
  1164.       "Displayed Quarry Title Translation Key": "GoldMineTitle",
  1165.       "Chance": 1,
  1166.       "Minimal Resources Per Node": 2,
  1167.       "Maximal Resources Per Node": 2,
  1168.       "Fuel Required Per Tick": {
  1169.         "Shortname": "crude.oil",
  1170.         "Skin": 0,
  1171.         "Amount": 6
  1172.       },
  1173.       "Enable Upgrades": false,
  1174.       "Items Required To Place": [
  1175.         {
  1176.           "Shortname": "mining.quarry",
  1177.           "Skin": 2813440105,
  1178.           "Amount": 1,
  1179.           "Icon URL": ""
  1180.         }
  1181.       ],
  1182.       "Resources": {
  1183.         "stone": {
  1184.           "Output Item - Shortname": "stones",
  1185.           "Output Item - Skin": 0,
  1186.           "Output Item - Display Name": "",
  1187.           "Output Item - Icon URL (Required if Skin not 0)": "",
  1188.           "Include Always": true,
  1189.           "Required Permission (empty if not required)": "",
  1190.           "Chance": 0,
  1191.           "Minimal Output Per Tick": 90.0,
  1192.           "Maximal Output Per Tick": 180.0,
  1193.           "Additional Items Required To Place": []
  1194.         },
  1195.         "goldore": {
  1196.           "Output Item - Shortname": "hq.metal.ore",
  1197.           "Output Item - Skin": 2812908176,
  1198.           "Output Item - Display Name": "Gold Ore",
  1199.           "Output Item - Icon URL (Required if Skin not 0)": "https://images.pvrust.eu/custom/coal/2812908176.png",
  1200.           "Include Always": true,
  1201.           "Required Permission (empty if not required)": "",
  1202.           "Chance": 0,
  1203.           "Minimal Output Per Tick": 0.01,
  1204.           "Maximal Output Per Tick": 0.07,
  1205.           "Additional Items Required To Place": []
  1206.         }
  1207.       },
  1208.       "Upgrades": [
  1209.         {
  1210.           "Required Items": [],
  1211.           "Required Currency (0 to disable)": 0,
  1212.           "Capacity": 6,
  1213.           "Gather Multiplier": 1.0,
  1214.           "Fuel Usage Multiplier": 1.0
  1215.         }
  1216.       ]
  1217.     },
  1218.     "sawmill": {
  1219.       "Required Permission (empty, if not required)": "virtualquarries.sawmill",
  1220.       "Displayed Icon": {
  1221.         "Shortname": "mining.quarry",
  1222.         "Skin": 2813452238,
  1223.         "Amount": 1,
  1224.         "Icon URL": "https://images.pvrust.eu/custom/mining.quarry/2813452238.png"
  1225.       },
  1226.       "Survey Type": "map",
  1227.       "Displayed Quarry Title Translation Key": "SawmillTitle",
  1228.       "Chance": 5,
  1229.       "Minimal Resources Per Node": 1,
  1230.       "Maximal Resources Per Node": 1,
  1231.       "Fuel Required Per Tick": {
  1232.         "Shortname": "lowgradefuel",
  1233.         "Skin": 0,
  1234.         "Amount": 6
  1235.       },
  1236.       "Enable Upgrades": true,
  1237.       "Items Required To Place": [
  1238.         {
  1239.           "Shortname": "mining.quarry",
  1240.           "Skin": 2813452238,
  1241.           "Amount": 1,
  1242.           "Icon URL": ""
  1243.         }
  1244.       ],
  1245.       "Resources": {
  1246.         "wood": {
  1247.           "Output Item - Shortname": "wood",
  1248.           "Output Item - Skin": 0,
  1249.           "Output Item - Display Name": "",
  1250.           "Output Item - Icon URL (Required if Skin not 0)": "",
  1251.           "Include Always": true,
  1252.           "Required Permission (empty if not required)": "",
  1253.           "Chance": 0,
  1254.           "Minimal Output Per Tick": 90.0,
  1255.           "Maximal Output Per Tick": 180.0,
  1256.           "Additional Items Required To Place": []
  1257.         }
  1258.       },
  1259.       "Upgrades": [
  1260.         {
  1261.           "Required Items": [],
  1262.           "Required Currency (0 to disable)": 0,
  1263.           "Capacity": 6,
  1264.           "Gather Multiplier": 1.0,
  1265.           "Fuel Usage Multiplier": 1.0
  1266.         },
  1267.         {
  1268.           "Required Items": [
  1269.             {
  1270.               "Shortname": "wood",
  1271.               "Skin": 0,
  1272.               "Amount": 65000,
  1273.               "Icon URL": ""
  1274.             }
  1275.           ],
  1276.           "Required Currency (0 to disable)": 24000,
  1277.           "Capacity": 9,
  1278.           "Gather Multiplier": 1.5,
  1279.           "Fuel Usage Multiplier": 1.5
  1280.         },
  1281.         {
  1282.           "Required Items": [
  1283.             {
  1284.               "Shortname": "wood",
  1285.               "Skin": 0,
  1286.               "Amount": 200000,
  1287.               "Icon URL": ""
  1288.             }
  1289.           ],
  1290.           "Required Currency (0 to disable)": 48000,
  1291.           "Capacity": 12,
  1292.           "Gather Multiplier": 2.0,
  1293.           "Fuel Usage Multiplier": 2.0
  1294.         },
  1295.         {
  1296.           "Required Items": [
  1297.             {
  1298.               "Shortname": "wood",
  1299.               "Skin": 0,
  1300.               "Amount": 520000,
  1301.               "Icon URL": ""
  1302.             }
  1303.           ],
  1304.           "Required Currency (0 to disable)": 72000,
  1305.           "Capacity": 15,
  1306.           "Gather Multiplier": 2.5,
  1307.           "Fuel Usage Multiplier": 2.5
  1308.         },
  1309.         {
  1310.           "Required Items": [
  1311.             {
  1312.               "Shortname": "coal",
  1313.               "Skin": 2325417548,
  1314.               "Amount": 10,
  1315.               "Icon URL": ""
  1316.             }
  1317.           ],
  1318.           "Required Currency (0 to disable)": 0,
  1319.           "Capacity": 18,
  1320.           "Gather Multiplier": 3.0,
  1321.           "Fuel Usage Multiplier": 3.0
  1322.         },
  1323.         {
  1324.           "Required Items": [
  1325.             {
  1326.               "Shortname": "coal",
  1327.               "Skin": 2325417548,
  1328.               "Amount": 20,
  1329.               "Icon URL": ""
  1330.             }
  1331.           ],
  1332.           "Required Currency (0 to disable)": 0,
  1333.           "Capacity": 21,
  1334.           "Gather Multiplier": 3.5,
  1335.           "Fuel Usage Multiplier": 3.5
  1336.         },
  1337.         {
  1338.           "Required Items": [
  1339.             {
  1340.               "Shortname": "coal",
  1341.               "Skin": 2325417548,
  1342.               "Amount": 30,
  1343.               "Icon URL": ""
  1344.             }
  1345.           ],
  1346.           "Required Currency (0 to disable)": 0,
  1347.           "Capacity": 24,
  1348.           "Gather Multiplier": 4.0,
  1349.           "Fuel Usage Multiplier": 4.0
  1350.         },
  1351.         {
  1352.           "Required Items": [
  1353.             {
  1354.               "Shortname": "coal",
  1355.               "Skin": 2325419313,
  1356.               "Amount": 40,
  1357.               "Icon URL": ""
  1358.             }
  1359.           ],
  1360.           "Required Currency (0 to disable)": 0,
  1361.           "Capacity": 27,
  1362.           "Gather Multiplier": 4.5,
  1363.           "Fuel Usage Multiplier": 4.5
  1364.         },
  1365.         {
  1366.           "Required Items": [
  1367.             {
  1368.               "Shortname": "coal",
  1369.               "Skin": 2325419313,
  1370.               "Amount": 50,
  1371.               "Icon URL": ""
  1372.             }
  1373.           ],
  1374.           "Required Currency (0 to disable)": 0,
  1375.           "Capacity": 30,
  1376.           "Gather Multiplier": 5.0,
  1377.           "Fuel Usage Multiplier": 5.0
  1378.         },
  1379.         {
  1380.           "Required Items": [
  1381.             {
  1382.               "Shortname": "coal",
  1383.               "Skin": 2325419313,
  1384.               "Amount": 60,
  1385.               "Icon URL": ""
  1386.             }
  1387.           ],
  1388.           "Required Currency (0 to disable)": 0,
  1389.           "Capacity": 33,
  1390.           "Gather Multiplier": 5.5,
  1391.           "Fuel Usage Multiplier": 5.5
  1392.         },
  1393.         {
  1394.           "Required Items": [
  1395.             {
  1396.               "Shortname": "coal",
  1397.               "Skin": 2325419634,
  1398.               "Amount": 70,
  1399.               "Icon URL": ""
  1400.             }
  1401.           ],
  1402.           "Required Currency (0 to disable)": 0,
  1403.           "Capacity": 36,
  1404.           "Gather Multiplier": 6.0,
  1405.           "Fuel Usage Multiplier": 6.0
  1406.         },
  1407.         {
  1408.           "Required Items": [
  1409.             {
  1410.               "Shortname": "coal",
  1411.               "Skin": 2325419634,
  1412.               "Amount": 80,
  1413.               "Icon URL": ""
  1414.             }
  1415.           ],
  1416.           "Required Currency (0 to disable)": 0,
  1417.           "Capacity": 39,
  1418.           "Gather Multiplier": 6.5,
  1419.           "Fuel Usage Multiplier": 6.5
  1420.         },
  1421.         {
  1422.           "Required Items": [
  1423.             {
  1424.               "Shortname": "coal",
  1425.               "Skin": 2325419634,
  1426.               "Amount": 90,
  1427.               "Icon URL": ""
  1428.             }
  1429.           ],
  1430.           "Required Currency (0 to disable)": 0,
  1431.           "Capacity": 42,
  1432.           "Gather Multiplier": 7.0,
  1433.           "Fuel Usage Multiplier": 7.0
  1434.         },
  1435.         {
  1436.           "Required Items": [
  1437.             {
  1438.               "Shortname": "coal",
  1439.               "Skin": 2325419915,
  1440.               "Amount": 100,
  1441.               "Icon URL": ""
  1442.             }
  1443.           ],
  1444.           "Required Currency (0 to disable)": 0,
  1445.           "Capacity": 42,
  1446.           "Gather Multiplier": 7.5,
  1447.           "Fuel Usage Multiplier": 7.5
  1448.         },
  1449.         {
  1450.           "Required Items": [
  1451.             {
  1452.               "Shortname": "coal",
  1453.               "Skin": 2325419915,
  1454.               "Amount": 110,
  1455.               "Icon URL": ""
  1456.             }
  1457.           ],
  1458.           "Required Currency (0 to disable)": 0,
  1459.           "Capacity": 42,
  1460.           "Gather Multiplier": 8.0,
  1461.           "Fuel Usage Multiplier": 8.0
  1462.         },
  1463.         {
  1464.           "Required Items": [
  1465.             {
  1466.               "Shortname": "coal",
  1467.               "Skin": 2325419915,
  1468.               "Amount": 120,
  1469.               "Icon URL": ""
  1470.             }
  1471.           ],
  1472.           "Required Currency (0 to disable)": 0,
  1473.           "Capacity": 42,
  1474.           "Gather Multiplier": 8.5,
  1475.           "Fuel Usage Multiplier": 8.5
  1476.         },
  1477.         {
  1478.           "Required Items": [
  1479.             {
  1480.               "Shortname": "coal",
  1481.               "Skin": 2325420129,
  1482.               "Amount": 130,
  1483.               "Icon URL": ""
  1484.             }
  1485.           ],
  1486.           "Required Currency (0 to disable)": 0,
  1487.           "Capacity": 42,
  1488.           "Gather Multiplier": 9.0,
  1489.           "Fuel Usage Multiplier": 9.0
  1490.         },
  1491.         {
  1492.           "Required Items": [
  1493.             {
  1494.               "Shortname": "coal",
  1495.               "Skin": 2325420129,
  1496.               "Amount": 140,
  1497.               "Icon URL": ""
  1498.             }
  1499.           ],
  1500.           "Required Currency (0 to disable)": 0,
  1501.           "Capacity": 42,
  1502.           "Gather Multiplier": 9.5,
  1503.           "Fuel Usage Multiplier": 9.5
  1504.         },
  1505.         {
  1506.           "Required Items": [
  1507.             {
  1508.               "Shortname": "coal",
  1509.               "Skin": 2325420129,
  1510.               "Amount": 150,
  1511.               "Icon URL": ""
  1512.             }
  1513.           ],
  1514.           "Required Currency (0 to disable)": 0,
  1515.           "Capacity": 42,
  1516.           "Gather Multiplier": 10.0,
  1517.           "Fuel Usage Multiplier": 10.0
  1518.         }
  1519.       ]
  1520.     }
  1521.   }
  1522. }
Advertisement
Add Comment
Please, Sign In to add comment