Jump to content

Cobalt Case 1.0.0

   (1 review)

3 Screenshots

  • 4.7k
  • 61
  • 6.14 kB
 Share

About Cobalt Case


Cobalt Case is a plugin inspired by Escape from Tarkov's Scav Case. Players have the ability to dispatch Scientists on missions using scrap.

From a loot table, the player can receive a maximum of four random items.

 

After the arrival time, a collect button will appear, and the player will be able to collect their loot.

Drawing its inspiration from Escape from Tarkov, Cobalt Case offers 5 different cases, each with varying times for the loot to arrive and costs for the various cases.

 

For now, the only currency that is supported is scrap. More may be added in the future.

 

This plugin ensures that if a player disconnects, their progression will continue after relogging.
However, it should be noted that progression will not continue after a server restart, a feature planned for the future.

Thanks voodoolights for assisting me.

Permissions

cobaltcase.use ----- Permission to use/open the GUI

 

Commands

/case ------ Opens graphical user interface (GUI) 

 

Loottable:

 

{
  "CaseCosts": {
    "ResourceCase": 1000,
    "MedicCase": 1500,
    "ArmorCase": 2000,
	"WeaponCase": 2500,
	"SmugglersCase": 3000
  },
  "LootTables": {
    "ResourceCase": [
      {
        "Item": "gunpowder",
        "MinAmount": 0,
        "MaxAmount": 500,
        "Chance": 5.0,
        "DelayMinutes": 20,
        "IsReady": false
      },
	  {
        "Item": "sulfur",
        "MinAmount": 0,
        "MaxAmount": 800,
        "Chance": 15.0,
        "DelayMinutes": 20,
        "IsReady": false
      },
	  {
        "Item": "scrap",
        "MinAmount": 0,
        "MaxAmount": 800,
        "Chance": 20.0,
        "DelayMinutes": 20,
        "IsReady": false
      },
	  {
        "Item": "stones",
        "MinAmount": 1,
        "MaxAmount": 2500,
        "Chance": 25.0,
        "DelayMinutes": 20,
        "IsReady": false
      },
	  {
        "Item": "metal.ore",
        "MinAmount": 1,
        "MaxAmount": 3500,
        "Chance": 35.0,
        "DelayMinutes": 20,
        "IsReady": false
      }
    ],
    "MedicCase": [
      {
        "Item": "healingtea.pure",
        "MinAmount": 0,
        "MaxAmount": 3,
        "Chance": 45.0,
        "DelayMinutes": 25,
        "IsReady": false
      },
	  {
        "Item": "maxhealthtea.pure",
        "MinAmount": 0,
        "MaxAmount": 2,
        "Chance": 45.0,
        "DelayMinutes": 25,
        "IsReady": false
      },
	  {
        "Item": "largemedkit",
        "MinAmount": 1,
        "MaxAmount": 5,
        "Chance": 45.0,
        "DelayMinutes": 25,
        "IsReady": false
      },
	  {
        "Item": "syringe.medical",
        "MinAmount": 1,
        "MaxAmount": 10,
        "Chance": 45.0,
        "DelayMinutes": 25,
        "IsReady": false
      },
	  {
        "Item": "bandage",
        "MinAmount": 1,
        "MaxAmount": 10,
        "Chance": 45.0,
        "DelayMinutes": 25,
        "IsReady": false
      }
    ],
    "ArmorCase": [
    {
    "Item": "metal.facemask",
    "MinAmount": 0,
    "MaxAmount": 3,
    "Chance": 2.0, 
    "DelayMinutes": 30,
    "IsReady": false
  },
  {
    "Item": "metal.plate.torso",
    "MinAmount": 0,
    "MaxAmount": 2,
    "Chance": 5.0,
    "DelayMinutes": 30,
    "IsReady": false
  },
  {
    "Item": "tactical.gloves",
    "MinAmount": 0,
    "MaxAmount": 3,
    "Chance": 10.0,
    "DelayMinutes": 30,
    "IsReady": false
  },
  {
    "Item": "scientistsuit_heavy",
    "MinAmount": 0,
    "MaxAmount": 1,
    "Chance": 10.0, 
    "DelayMinutes": 30,
    "IsReady": false
    },
  {
    "Item": "coffeecan.helmet",
    "MinAmount": 0,
    "MaxAmount": 2,
    "Chance": 15.0, 
    "DelayMinutes": 30,
    "IsReady": false
  },
  {
    "Item": "roadsign.jacket",
    "MinAmount": 0,
    "MaxAmount": 2,
    "Chance": 20.0, 
    "DelayMinutes": 30,
    "IsReady": false
  },
  {
    "Item": "roadsign.kilt",
    "MinAmount": 0,
    "MaxAmount": 2,
    "Chance": 25.0, 
    "DelayMinutes": 30,
    "IsReady": false
  },
  {
    "Item": "hat.wolf",
    "MinAmount": 0,
    "MaxAmount": 2,
    "Chance": 30.0,
    "DelayMinutes": 30,
    "IsReady": false
  },
  {
    "Item": "roadsign.gloves",
    "MinAmount": 0,
    "MaxAmount": 2,
    "Chance": 35.0, 
    "DelayMinutes": 30,
    "IsReady": false
    }
    ],
	"WeaponCase": [
   {
    "Item": "multiplegrenadelauncher",
    "MinAmount": 0,
    "MaxAmount": 1,
    "Chance": 2.0, 
    "DelayMinutes": 45,
    "IsReady": false
  },
  {
    "Item": "rocket.launcher.dragon",
    "MinAmount": 0,
    "MaxAmount": 2,
    "Chance": 5.0,
    "DelayMinutes": 45,
    "IsReady": false
  },
  {
    "Item": "smg.mp5",
    "MinAmount": 0,
    "MaxAmount": 10,
    "Chance": 10.0,
    "DelayMinutes": 45,
    "IsReady": false
  },
  {
    "Item": "lmg.m249",
    "MinAmount": 2000,
    "MaxAmount": 10000,
    "Chance": 10.0, 
    "DelayMinutes": 45,
    "IsReady": false
    },
  {
    "Item": "rifle.bolt",
    "MinAmount": 0,
    "MaxAmount": 2,
    "Chance": 15.0, 
    "DelayMinutes": 45,
    "IsReady": false
  },
  {
    "Item": "hmlmg",
    "MinAmount": 0,
    "MaxAmount": 2,
    "Chance": 20.0, 
    "DelayMinutes": 45,
    "IsReady": false
  },
  {
    "Item": "rifle.lr300",
    "MinAmount": 0,
    "MaxAmount": 2,
    "Chance": 25.0, 
    "DelayMinutes": 45,
    "IsReady": false
  },
  {
    "Item": "shotgun.m4",
    "MinAmount": 0,
    "MaxAmount": 2,
    "Chance": 30.0,
    "DelayMinutes": 45,
    "IsReady": false
  },
  {
    "Item": "rifle.ak",
    "MinAmount": 0,
    "MaxAmount": 2,
    "Chance": 35.0, 
    "DelayMinutes": 45,
    "IsReady": false
    }
    ],
"SmugglersCase": [
  {
    "Item": "explosive.timed",
    "MinAmount": 0,
    "MaxAmount": 10,
    "Chance": 2.0, 
    "DelayMinutes": 60,
    "IsReady": false
  },
  {
    "Item": "electric.generator.small",
    "MinAmount": 0,
    "MaxAmount": 1,
    "Chance": 5.0,
    "DelayMinutes": 60,
    "IsReady": false
  },
  {
    "Item": "scraptea.pure",
    "MinAmount": 0,
    "MaxAmount": 10,
    "Chance": 10.0,
    "DelayMinutes": 60,
    "IsReady": false
  },
  {
    "Item": "gunpowder",
    "MinAmount": 2000,
    "MaxAmount": 10000,
    "Chance": 10.0, 
    "DelayMinutes": 60,
    "IsReady": false
    },
  {
    "Item": "oretea.pure",
    "MinAmount": 0,
    "MaxAmount": 10,
    "Chance": 15.0, 
    "DelayMinutes": 60,
    "IsReady": false
  },
  {
    "Item": "ammo.rocket.basic",
    "MinAmount": 0,
    "MaxAmount": 10,
    "Chance": 20.0, 
    "DelayMinutes": 60,
    "IsReady": false
  },
  {
    "Item": "cctv.camera",
    "MinAmount": 0,
    "MaxAmount": 25,
    "Chance": 25.0, 
    "DelayMinutes": 60,
    "IsReady": false
  },
  {
    "Item": "targeting.computer",
    "MinAmount": 0,
    "MaxAmount": 10,
    "Chance": 30.0,
    "DelayMinutes": 60,
    "IsReady": false
  },
  {
    "Item": "computerstation",
    "MinAmount": 0,
    "MaxAmount": 1,
    "Chance": 35.0, 
    "DelayMinutes": 60,
    "IsReady": false
    },
	 {
    "Item": "rifle.lr300",
    "MinAmount": 1,
    "MaxAmount": 2,
    "Chance": 35.0, 
    "DelayMinutes": 60,
    "IsReady": false
    },
	{
    "Item": "sulfur",
    "MinAmount": 500,
    "MaxAmount": 1500,
    "Chance": 35.0, 
    "DelayMinutes": 60,
    "IsReady": false
    },
	{
    "Item": "shotgun.m4",
    "MinAmount": 0,
    "MaxAmount": 1,
    "Chance": 40.0, 
    "DelayMinutes": 60,
    "IsReady": false
    }
   ]
  }
}

 

  • Like 1

User Feedback

1.1m

Downloads

Total number of downloads.

5.7k

Customers

Total customers served.

82.7k

Files Sold

Total number of files sold.

1.6m

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.