feat(progression): lower default rank I threshold
This commit is contained in:
@@ -9,7 +9,7 @@ A Spigot 26.2 plugin that lets players earn six Creeper Aura ranks. Once unlocke
|
||||
|
||||
## Progression
|
||||
|
||||
Players earn one current-tier point when they kill a creeper directly, through a projectile, or through an owned tameable. A self-destructing creeper also awards one point to every player its explosion hits. Each tier defaults to 100 points and resets progress to zero when unlocked.
|
||||
Players earn one current-tier point when they kill a creeper directly, through a projectile, or through an owned tameable. A self-destructing creeper also awards one point to every player its explosion hits. Rank I unlocks at 25 points by default; subsequent ranks require 100 points each. Progress resets to zero when a rank is unlocked.
|
||||
|
||||
| Rank | Creeper damage | Block damage |
|
||||
| --- | ---: | --- |
|
||||
@@ -55,7 +55,7 @@ Commands provide permission-aware tab completion for subcommands, online player
|
||||
```yaml
|
||||
progression:
|
||||
requirements:
|
||||
I: 100
|
||||
I: 25
|
||||
II: 100
|
||||
III: 100
|
||||
IV: 100
|
||||
|
||||
Reference in New Issue
Block a user