I am looking for a way too add items to airdrops. I looked at the past posts and saw orangemart ask about his infinite loot glitch. I have learnt how to cofig works from that and need some help to add some more.
I currently have a red card spawning inside it but would like to also add a blue card that is always spawned. (We are on a 3 grid map and dont have monuments)
This is my current config:
{
"Refill Loot On Plugin Load": true,
"Container Loot Save Command": "lootsave",
"Container Refill Command": "lootrefill",
"Load Config Command": "lootconfig",
"Containers": [
{
"Entity Shortnames": [
{
"Shortname": "supply.drop",
"Enable Regex": false,
"Exclude": false,
"API Shortname": false
}
],
"Process Corpses": true,
"Process Loot Containers": true,
"Monument Prefabs": [
""
],
"Shuffle Items": true,
"Allow Duplicate Items": false,
"Allow Duplicate Items With Different Skins": true,
"Remove Container": false,
"Item Container Indexes": [
0
],
"Replace Items": false,
"Add Items": false,
"Modify Items": false,
"Modify Ignores Blueprint State": false,
"Fill With Default Items": true,
"Online Condition": {
"Minimal Online": -1,
"Maximal Online": -1
},
"Maximal Failures To Add An Item": 5,
"Capacity": [
{
"Capacity": 1,
"Chance": 1
}
],
"Items": [
{
"Item Shortnames": [
{
"Shortname": "keycard_red",
"Rarity": "global",
"Category": "global",
"Enable Regex": false,
"Exclude": false
}
],
"Item Name (Empty To Ignore)": "",
"Is Blueprint": false,
"Allow Stacking": true,
"Ignore Max Stack": true,
"Ignore Max Condition": true,
"Remove Item": false,
"Replace Item With Default Loot": false,
"Conditions": [
{
"Minimal Condition": 75.0,
"Maximal Condition": 100.0,
"Max Condition Of Item": -1.0,
"Condition Rate": -1.0,
"Max Condition Rate": -1.0,
"Chance": 1
}
],
"Skins": [
{
"Skin": 0,
"Chance": 1
}
],
"Amount": [
{
"Minimal Amount": 1,
"Maximal Amount": 1,
"Rate": -1.0,
"Chance": 1
}
],
"Chance": 1
}
]
}
],
"Debug": false
}If anyone could help it would be greatly appreciated.
Thanks a lot. :)