feat(admin): complete configurable progression
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# Core Base progression
|
||||
base-unlock-blocks: 250
|
||||
base-unlock-materials:
|
||||
- GRASS_BLOCK
|
||||
- DIRT
|
||||
navigation-unlock-blocks: 500
|
||||
initial-radius: 10
|
||||
initial-vertical-range: 25
|
||||
@@ -7,8 +10,11 @@ relocation-cooldown-seconds: 86400
|
||||
|
||||
# Base size
|
||||
stone-expansion-blocks: 500
|
||||
stone-expansion-material: STONE
|
||||
deepslate-expansion-blocks: 1000
|
||||
deepslate-expansion-material: DEEPSLATE
|
||||
obsidian-expansion-blocks: 1000
|
||||
obsidian-expansion-material: OBSIDIAN
|
||||
first-expanded-radius: 25
|
||||
second-expanded-radius: 75
|
||||
third-expanded-radius: 150
|
||||
@@ -38,3 +44,12 @@ fourth-teleport-cooldown-seconds: 1800
|
||||
|
||||
# Base IV
|
||||
visitor-unlock-diamond-cost: 128
|
||||
visitor-currency-material: DIAMOND
|
||||
|
||||
# Progress and notification presentation
|
||||
cooldown-excluded-materials: []
|
||||
boss-bar-duration-ticks: 60
|
||||
navigation-particle-count: 5
|
||||
title-fade-in-ticks: 10
|
||||
title-stay-ticks: 70
|
||||
title-fade-out-ticks: 20
|
||||
|
||||
Reference in New Issue
Block a user