Jump to content

4 Screenshots

  • 21.8k
  • 18
  • 42.29 kB
 Share

About Submarine Upgrades

Submarine Upgrades is a plugin that strips the submarine down and makes people have to upgrade them, giving benefits and abilities of access. By default storage container/torpedo container is not existent until the upgrade.

 

 

Command

/upgrademenu - Only works near a Level 2 Workbench.

 

Available Upgrades (Cost Configurable in Config)

Storage Upgrade

  1. Small Storage - 12 Slots
  2. Large Storage - 30 Slots
  3. Coffin Storage - 42 Slots

 

Torpedo Upgrade

  1. Ability to load torpedoes
  2. 15% Fire Rate
  3. 30% Fire Rate

 

Speed Upgrade

  1. 10% Acceleration Speed
  2. 25% Acceleration Speed
  3. 50% Acceleration Speed

 

Health Upgrade

  1. 100+ Health
  2. 250+ Health
  3. 500+ Health

 

Config

{
  "Use Image Libary?": false,
  "Submarine Check Distance": 50.0,
  "Submarine Upgrades": [
    {
      "UpgradeName": "Storage Container",
      "UpgradeImageURL": false,
      "UpgradeImage": "assets/icons/resource.png",
      "UpgradeDescription": "Make your submarine a moving storage unit, be able to hold all the goods you find in the ocean.",
      "Upgrades": [
        {
          "perkBenifit": "Small Storage Container -> 12 Slots",
          "perkUpgradeCost": {
            "scrap": 100
          }
        },
        {
          "perkBenifit": "Large Storage Container -> 30 Slots",
          "perkUpgradeCost": {
            "scrap": 300
          }
        },
        {
          "perkBenifit": "Coffin Container -> 42 Slots",
          "perkUpgradeCost": {
            "scrap": 500
          }
        }
      ]
    },
    {
      "UpgradeName": "Assault Submarine",
      "UpgradeImageURL": false,
      "UpgradeImage": "assets/icons/explosion.png",
      "UpgradeDescription": "Make your submarine rule the sea, by opening up the ability to load torpedoes and shoot faster in your submarine.",
      "Upgrades": [
        {
          "perkBenifit": "Ability to load torpedoes",
          "perkUpgradeCost": {
            "scrap": 100
          }
        },
        {
          "perkBenifit": "+15% Fire Rate",
          "perkUpgradeCost": {
            "scrap": 300
          }
        },
        {
          "perkBenifit": "+30% Fire Rate",
          "perkUpgradeCost": {
            "scrap": 500
          }
        }
      ]
    },
    {
      "UpgradeName": "Speed Boost",
      "UpgradeImageURL": false,
      "UpgradeImage": "assets/icons/boosts.png",
      "UpgradeDescription": "Maximize your submarine speed as you hunt your prey through the ocean.",
      "Upgrades": [
        {
          "perkBenifit": "+10% Acceleration Speed",
          "perkUpgradeCost": {
            "scrap": 100
          }
        },
        {
          "perkBenifit": "+25% Acceleration Speed",
          "perkUpgradeCost": {
            "scrap": 300
          }
        },
        {
          "perkBenifit": "+50% Acceleration Speed",
          "perkUpgradeCost": {
            "scrap": 500
          }
        }
      ]
    },
    {
      "UpgradeName": "Vehicle Health",
      "UpgradeImageURL": false,
      "UpgradeImage": "assets/icons/security.png",
      "UpgradeDescription": "Upgrade your boats defense and make it much more stronger then the other ones in the ocean!",
      "Upgrades": [
        {
          "perkBenifit": "+100 Health",
          "perkUpgradeCost": {
            "scrap": 100
          }
        },
        {
          "perkBenifit": "+250 Health",
          "perkUpgradeCost": {
            "scrap": 300
          }
        },
        {
          "perkBenifit": "+500 Health",
          "perkUpgradeCost": {
            "scrap": 500
          }
        }
      ]
    }
  ]
}

 


User Feedback

1.1m

Downloads

Total number of downloads.

5.5k

Customers

Total customers served.

78.5k

Files Sold

Total number of files sold.

1.5m

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.