Wild Shadow
Customer
Hi Dana, a small suggestion:
How about adding the ability to run a command during the different shrink phases?
How about adding the ability to run a command during the different shrink phases?
JSON:
"Shrinking Safe Zone": {
"Shrink Phases": [
{
"Safe Zone Type": "NonMoving",
"Zone Reduction Percentage": 90,
"Wait Time Seconds": 60,
"Shrink Time Seconds": 30,
"Damage Per Second": 1,
"Radiation Amount Per Second": 1,
"Run Command when zone start": false,
"Command Run": null,
"Loot Spawn Group": "CrateSpawns"
},
{
"Safe Zone Type": "Moving",
"Zone Reduction Percentage": 70,
"Wait Time Seconds": 30,
"Shrink Time Seconds": 20,
"Damage Per Second": 1,
"Radiation Amount Per Second": 2,
"Run Command when zone start": false,
"Command Run": null,
"Loot Spawn Group": "CrateSpawns2"
},
{
"Safe Zone Type": "Moving",
"Zone Reduction Percentage": 30,
"Wait Time Seconds": 15,
"Shrink Time Seconds": 10,
"Damage Per Second": 2,
"Radiation Amount Per Second": 5,
"Run Command when zone start": true,
"Command Run": "blablablabla",
"Loot Spawn Group": "CrateSpawns3"
}
]
}