Clean slate
This commit is contained in:
50
config/soulshardsrespawn/tiers.json
Normal file
50
config/soulshardsrespawn/tiers.json
Normal file
@@ -0,0 +1,50 @@
|
||||
[
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user