Custom Drops

VAULT+ RUST PLUGIN Custom Drops 1.0.3

Upgrade or register to download
Potentially Outdated? (3+ Months)
Potentially Outdated: This resource hasn't been updated in over 3 months. Since base platforms and games update frequently, older files may experience compatibility issues. Please verify the supported versions and check the discussion tab or official sources first. If the resource no longer works, consider requesting an update from the author.


About Custom Drops​


Create as many custom supply drops as you want, themed to drop cash, furniture, resources, or anything else you like.





Upon Throw or Drop , The Signal will spawn a container and spawn loot by chance depending on your configuration.



Video Demo



COMMANDS /GIVESUPPLY - ADMIN ONLY, WILL DEPO SIGNALS TO YOUR INV FOR TESTING



*** Adding to your Loot Table Relies on the item being a Flashbang, and SKINID match ***



CONFIG

Code:
{

  "Supply Drops List": [

    {

      "Drop Custom Name": "Medical Drop",

      "Drop SkinID": 3298169317,

      "Min Amount of Loot In Container": 2,

      "Max Amount of Loot In Container": 3,

      "Loot Table": [

        {

          "Item Shortname": "largemedkit",

          "Item Name": "",

          "Item SkinID": 0,

          "Chance To Be Selected": 0.5,

          "Min Amount of this Item": 1,

          "Max Amount of this Item": 3

        },

        {

          "Item Shortname": "syringe.medical",

          "Item Name": "",

          "Item SkinID": 0,

          "Chance To Be Selected": 0.3,

          "Min Amount of this Item": 1,

          "Max Amount of this Item": 3

        },

        {

          "Item Shortname": "bandage",

          "Item Name": "",

          "Item SkinID": 0,

          "Chance To Be Selected": 0.3,

          "Min Amount of this Item": 1,

          "Max Amount of this Item": 3

        },

        {

          "Item Shortname": "antiradpills",

          "Item Name": "",

          "Item SkinID": 0,

          "Chance To Be Selected": 0.3,

          "Min Amount of this Item": 1,

          "Max Amount of this Item": 3

        }

      ]

    },

    {

      "Drop Custom Name": "Cash Drop",

      "Drop SkinID": 3298169069,

      "Min Amount of Unique Loot In Container": 2,

      "Max Amount of Unique Loot In Container": 3,

      "Loot Table": [

        {

          "Item Shortname": "paper",

          "Item Name": "Cash",

          "Item SkinID": 3048132587,

          "Chance To Be Selected": 0.2,

          "Min Amount of this Item": 10,

          "Max Amount of this Item": 20

        },

        {

          "Item Shortname": "glue",

          "Item Name": "Coins",

          "Item SkinID": 3047580022,

          "Chance To Be Selected": 0.3,

          "Min Amount of this Item": 20,

          "Max Amount of this Item": 35

        },

        {

          "Item Shortname": "blood",

          "Item Name": "Pelt",

          "Item SkinID": 3047576938,

          "Chance To Be Selected": 0.3,

          "Min Amount of this Item": 4,

          "Max Amount of this Item": 10

        },

        {

          "Item Shortname": "bleach",

          "Item Name": "Irradiated Scrap",

          "Item SkinID": 3027539724,

          "Chance To Be Selected": 0.3,

          "Min Amount of this Item": 8,

          "Max Amount of this Item": 15

        }

      ]

    },

    {

      "Drop Custom Name": "Ammo Drop",

      "Drop SkinID": 3298168943,

      "Min Amount of Unique Loot In Container": 3,

      "Max Amount of Unique Loot In Container": 5,

      "Loot Table": [

        {

          "Item Shortname": "ammo.rocket.hv",

          "Item Name": "",

          "Item SkinID": 0,

          "Chance To Be Selected": 0.5,

          "Min Amount of this Item": 5,

          "Max Amount of this Item": 10

        },

        {

          "Item Shortname": "ammo.rocket.basic",

          "Item Name": "",

          "Item SkinID": 0,

          "Chance To Be Selected": 0.3,

          "Min Amount of this Item": 1,

          "Max Amount of this Item": 5

        },

        {

          "Item Shortname": "ammo.rocket.mlrs",

          "Item Name": "",

          "Item SkinID": 0,

          "Chance To Be Selected": 0.3,

          "Min Amount of this Item": 1,

          "Max Amount of this Item": 5

        },

        {

          "Item Shortname": "ammo.rocket.seeker",

          "Item Name": "",

          "Item SkinID": 0,

          "Chance To Be Selected": 0.3,

          "Min Amount of this Item": 1,

          "Max Amount of this Item": 5

        },

        {

          "Item Shortname": "ammo.rifle.hv",

          "Item Name": "",

          "Item SkinID": 0,

          "Chance To Be Selected": 0.3,

          "Min Amount of this Item": 32,

          "Max Amount of this Item": 64

        },

        {

          "Item Shortname": "ammo.pistol.hv",

          "Item Name": "",

          "Item SkinID": 0,

          "Chance To Be Selected": 0.3,

          "Min Amount of this Item": 32,

          "Max Amount of this Item": 64

        }

      ]

    }

  ]

}
Back
Top