Jump to content

4 Screenshots

  • 2.9k
  • 37
  • 84.98 kB
  • Update details
    v1.0.0
    Released
    Download size84.98 kB
    Total versions1
    Freshness 359 days ago

depends on

About Quarry Upgrades

Upgrades the player placed mining quarry, turning them useful on your server.  

image.png.ab654273b01a7c1967cfd5aa67c79b85.png

  • Upgrade mining quarry speed, storage capacity, output multiplier & resources upgrades
  • Get stones, metal ore, sulfur ore, HQM ore all from single quarry
  • You can set a default value for the mining quarry from config
  • You can enable/disable any features you want
  • You can also remove and place it in another location with the attributes
  • Option to keep attributes when removing the quarry
  • Team options for individual quarry
  • NOT SUPPORTED WITH PUMPJACK QUARRY

image.png.f384dd5d503d521f0b8138a092b4d60f.png

  • quarryupgrades.admin - Requires for admin to interact with the quarry
  • quarryupgrades.use - Quarry upgrade permission
  • quarryupgrades.upgradebutton - Upgrade button permission (Enable from config)
  • quarryupgrades.statusui - Status UI permission (Enable from config)
  • quarryupgrades.removequarry - Requires to remove the placed quarry
  • quarryupgrades.surveycheck - Survey charge permission shows if quarry placeable in that area (Right click with a survey charge item in active hand)

image.png.11bb2678ca579e2f67760de637e0ab93.png

Quote
{
  "General Options": {
    "Owner can upgrade the quarry": false,
    "Teammates can upgrade the quarry": true,
    "Keep attributes when removing": true,
    "Requires upgrade button permission": false,
    "Requires show status permission": false
  },
  "Currency Settings": {
    "Currency type (0 - Scrap | 1 - Economics | 2 - Server Rewards)": 0,
    "Currency item (if the currency type is '0')": {
      "Short name": "scrap",
      "Skin ID": 0
    }
  },
  "Features Settings": {
    "Speed Multiplier": true,
    "Output Multiplier": true,
    "Storage Multiplier": true,
    "Resource Upgrades": true,
    "Player can remove their quarry": true,
    "Player team can remove their quarry": true
  },
  "Quarry Defauls": {
    "Speed Multiplier": 1,
    "Output Multiplier": 1,
    "Storage Multiplier": 1,
    "Resource Upgrades": 1,
    "Default Stone rate": 0.3,
    "Default Metal rate": 5.0,
    "Default Sulfur rate": 7.5,
    "Default HQM rate": 75.0
  },
  "Unlock resource upgrades": {
    "Stone unlocks at ": 1,
    "Metal ore unlocks at ": 2,
    "Sulfur ore unlocks at ": 3,
    "HQM unlocks at ": 4
  },
  "Survey Crater Settings": {
    "Enable survey crater": true,
    "Requires permission": false
  },
  "Visual Settings": {
    "Use chat messages": true,
    "Notification plugin (0 - None | 1 - Toastify | 2 - Notify)": 1,
    "Toastify notification ID": "success",
    "Notify notification type": 0,
    "Upgrade effect (empty = disabled)": "assets/bundled/prefabs/fx/build/promote_stone.prefab"
  },
  "UI Settings": {
    "Disable status panel": false,
    "Upgrade button": {
      "Anchor": "0.5 0 0.5 0",
      "Offset": "338 79.5 418 101.5",
      "Background color": "0.45 0.63 0.19 1",
      "Font size": 13
    },
    "Remove button": {
      "Anchor": "0.5 0 0.5 0",
      "Offset": "338 55.5 418 77.5",
      "Background color": "0.75 0.27 0.27 1",
      "Font size": 13
    },
    "Status panel": {
      "Anchor": "0.5 0 0.5 0",
      "Offset": "193 17 420 103",
      "Background color": "0.969 0.922 0.882 0.035",
      "Font size": 12
    }
  },
  "Upgrades Settings": {
    "mining_quarry": {
      "Speed Multiplier": [
        {
          "Cost": 100,
          "Multiplier": 2
        },
        {
          "Cost": 200,
          "Multiplier": 3
        },
        {
          "Cost": 300,
          "Multiplier": 4
        },
        {
          "Cost": 500,
          "Multiplier": 5
        }
      ],
      "Output Multiplier": [
        {
          "Cost": 100,
          "Multiplier": 2
        },
        {
          "Cost": 200,
          "Multiplier": 3
        }
      ],
      "Storage Multiplier": [
        {
          "Cost": 100,
          "Multiplier": 2
        },
        {
          "Cost": 200,
          "Multiplier": 3
        },
        {
          "Cost": 300,
          "Multiplier": 4
        },
        {
          "Cost": 500,
          "Multiplier": 5
        },
        {
          "Cost": 800,
          "Multiplier": 6
        }
      ],
      "Resource Upgrades": [
        {
          "Cost": 100,
          "Multiplier": 2
        },
        {
          "Cost": 200,
          "Multiplier": 3
        },
        {
          "Cost": 300,
          "Multiplier": 4
        }
      ]
    }
  },
  "Version": {
    "Major": 1,
    "Minor": 0,
    "Patch": 0
  }
}
{
  "Chat.Prefix": "<color=orange>[QuarryUpgrades]</color>",
  "Error.NoPermission": "You don't have permission to update this quarry",
  "Error.NoPermission.remove": "You don't have permission to remove this quarry",
  "Error.NoPermission.Toggle": "You don't have permission to toggle this",
  "Error.NotEnoughMoney": "You don't have enough money to upgrade this attribute",
  "Error.OwnerOnly": "Only the owner can update the quarry attributes.",
  "Error.OwnerOnly.CanRemove": "Only the owner can remove it",
  "Error.OnlyTeamMates": "Only the owner's teammates can upgrade this.",
  "Error.OnlyTeamMates.CanRemove": "Only the owner's teammates can remove this",
  "Notification.SpeedMultiplierUpgraded": "The quarry speed has been upgraded for <color=red>-${0}</color>",
  "Notification.OutputMultiplierUpgraded": "The quarry output multiplier has been upgraded for <color=red>-${0}</color>",
  "Notification.CapacityMultiplierUpgraded": "The quarry capacity multiplier has been upgraded for <color=red>-${0}</color>",
  "Notification.ResourceUpgradesUpgraded": "The quarry resources has been upgraded for <color=red>-${0}</color>",
  "UI.UpgradeButton": "UPGRADE",
  "UI.RemoveButton": "REMOVE",
  "UI.StatusTitle": "<b>STATUS:</b>",
  "UI.SpeedMultiplierStatus": "Speed Multiplier: <color=orange>{0}x</color>",
  "UI.OutputMultiplierStatus": "Output Multiplier: <color=orange>{0}x</color>",
  "UI.CapacityMultiplierStatus": "Capacity Multiplier: <color=orange>{0}x</color>",
  "UI.ResourceUpgradesStatus": "Resource Upgrades: <color=orange>{0}x</color>",
  "UI.OptionsLabel": "<b>OPTIONS:</b>",
  "UI.NoOptionAvailable": "No option available =/",
  "UI.TeamCanAccess": "Team can access quarry",
  "UI.TeamCanRemove": "Team can remove quarry",
  "UI.StatusTemplate": "<b>{0}x  » <color=orange>{1}x</color></b>",
  "UI.StatusMaxLevel": "<b>MAX: <color=orange>{0}x</color></b>",
  "UI.UpgradeTemplate": "UPGRADE FOR ${0}",
  "UI.MaxLevelUpgrade": "✔️ MAX LEVEL REACHED",
  "UI.SpeedMultiplier.Title": "<b>SPEED MULTIPLIER</b>",
  "UI.SpeedMultiplier.Description": "Increases the speed of the process",
  "UI.CapacityMultiplier.Title": "<b>CAPACITY MULTIPLIER</b>",
  "UI.CapacityMultiplier.Description": "Increases the capacity storage",
  "UI.OutputMultiplier.Title": "<b>OUTPUT MULTIPLIER</b>",
  "UI.OutputMultiplier.Description": "Increases the resource production",
  "UI.ResourceUpgrades.Title": "<b>RESOURCE UPGRADES</b>",
  "UI.ResourceUpgrades.Description": "Adds metal, sulfur & hqm",
  "Notification.SurveyCraterCan": "A crater <color=#8ee700>can</color> be spawned at the position you are looking at.",
  "Notification.SurveyCraterCant": "A crater <color=#ce422b>can't</color> be spawned at the position you are looking at."
}

image.png.0bc94894d7409ecf9545894574b384c9.png

image.png.9b0a166487b026b200881853523595a0.png

  • Love 1

User Feedback

2.2m

Downloads

Total number of downloads.

10.5k

Customers

Total customers served.

151.2k

Files Sold

Total number of files sold.

3.2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.