50 lines
938 B
JSON
50 lines
938 B
JSON
[
|
|
{
|
|
"killRequirement": 0,
|
|
"checkPlayer": true,
|
|
"checkLight": false,
|
|
"checkRedstone": false,
|
|
"spawnAmount": 0,
|
|
"cooldown": 0
|
|
},
|
|
{
|
|
"killRequirement": 64,
|
|
"checkPlayer": true,
|
|
"checkLight": true,
|
|
"checkRedstone": false,
|
|
"spawnAmount": 2,
|
|
"cooldown": 400
|
|
},
|
|
{
|
|
"killRequirement": 128,
|
|
"checkPlayer": true,
|
|
"checkLight": true,
|
|
"checkRedstone": false,
|
|
"spawnAmount": 4,
|
|
"cooldown": 200
|
|
},
|
|
{
|
|
"killRequirement": 256,
|
|
"checkPlayer": false,
|
|
"checkLight": true,
|
|
"checkRedstone": false,
|
|
"spawnAmount": 4,
|
|
"cooldown": 100
|
|
},
|
|
{
|
|
"killRequirement": 512,
|
|
"checkPlayer": false,
|
|
"checkLight": false,
|
|
"checkRedstone": false,
|
|
"spawnAmount": 4,
|
|
"cooldown": 100
|
|
},
|
|
{
|
|
"killRequirement": 1024,
|
|
"checkPlayer": false,
|
|
"checkLight": false,
|
|
"checkRedstone": true,
|
|
"spawnAmount": 6,
|
|
"cooldown": 40
|
|
}
|
|
] |