feat(progression): lower default rank I threshold
Release / release (push) Successful in 2m26s
CI / build (push) Successful in 1m12s

This commit is contained in:
dmg
2026-08-11 15:15:39 -04:00
parent 55e4f04f16
commit 85356c5c8e
9 changed files with 34 additions and 12 deletions
+2 -2
View File
@@ -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