Version 1.0.1
1 download
LootExtractor is just as the name implies , a loot extraction event for your server
About
A Simple consept ,
Drop into event find loot and get to extraction point before 15min time is up.
Go in with any loot you want , but if you die you loose it all.
Make it out with loot its yours
With in 5min a hackcrate will be open with dubble loot
At 10min a airdrop will come with nice loot
At 15min whole area will become radiated .
so grab what you can and get out
Config
{
"Lobby Wait Time": 120,
"Spawn chance on bradley spawn": 50.0,
"Min Player to join": 4,
"Airdrop Loot Table": [
{
"Short Prefab Name": "explosive.timed",
"Minimum Amount": 5,
"Maximum Amount": 10,
"Skin ID": 0
},
{
"Short Prefab Name": "ammo.rocket.basic",
"Minimum Amount": 3,
"Maximum Amount": 6,
"Skin ID": 0
},
{
"Short Prefab Name": "wall.frame.garagedoor",
"Minimum Amount": 1,
"Maximum Amount": 2,
"Skin ID": 0
},
{
"Short Prefab Name": "m249",
"Minimum Amount": 1,
"Maximum Amount": 1,
"Skin ID": 0
},
{
"Short Prefab Name": "l96",
"Minimum Amount": 1,
"Maximum Amount": 1,
"Skin ID": 0
},
{
"Short Prefab Name": "scrap",
"Minimum Amount": 75,
"Maximum Amount": 125,
"Skin ID": 0
},
{
"Short Prefab Name": "metal.refined",
"Minimum Amount": 50,
"Maximum Amount": 100,
"Skin ID": 0
},
{
"Short Prefab Name": "metal.fragments",
"Minimum Amount": 1000,
"Maximum Amount": 5000,
"Skin ID": 0
},
]
}
Lang file
{
"Acceptbutton": "Accept",
"Rejectbutton": "Reject",
"EnterEventMessage": "Loot Extraction Event",
"QuePlayersText": "Queuing Players!!",
"EventActiveText": "Active!!",
"EventStatusText": "Event Status :",
"PlayercountText": "Player Count :",
"Minplayers": "Min amount of player not met !. Stopping Event"
}