From ae691d236749f1fbf2b62dc2940dc9c41883167b Mon Sep 17 00:00:00 2001 From: n8n-gitea Date: Sat, 30 May 2026 00:16:16 +0200 Subject: [PATCH] docs: update discipline count to 64 in GAME_BRIEFING.md --- docs/GAME_BRIEFING.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/GAME_BRIEFING.md b/docs/GAME_BRIEFING.md index d85585f..c32530c 100644 --- a/docs/GAME_BRIEFING.md +++ b/docs/GAME_BRIEFING.md @@ -468,7 +468,7 @@ Attunements are class-like specializations that unlock discipline pools and gran | **Conversion** | 0.2 raw→transference/hour | | **Unlock** | Starting attunement | -**Disciplines:** 10 disciplines across 4 files (core, utility, spells, special) +**Disciplines:** 10 disciplines across 4 files (core: 4, utility: 2, spells: 3, special: 1) **Capabilities:** Enchanting & disenchanting equipment #### 2. Invoker (Chest) — Locked @@ -494,7 +494,7 @@ Attunements are class-like specializations that unlock discipline pools and gran | **Conversion** | 0.25 raw→earth/hour | | **Unlock** | Prove crafting worth | -**Disciplines:** 2 disciplines (Golem Crafting, Crafting Efficiency) +**Disciplines:** 5 disciplines (Golem Crafting, Crafting Efficiency, Study Fabricator Recipes, Study Wizard Equipment, Study Physical Equipment) **Capabilities:** Golem crafting, gear crafting, Earth shaping ### Attunement Leveling @@ -552,12 +552,12 @@ Players start with 1 active discipline slot. As total XP across all disciplines | `capped` | Grants stacking bonus tiers; each tier requires another `interval` XP beyond `threshold` | | `infinite` | Repeating bonus — a new stack every `interval` XP past `threshold` (no cap) | -### Discipline Pools (50 Total) +### Discipline Pools (64 Total) | Pool | File | Count | Requires | |------|------|-------|----------| -| Base | `base.ts` | 1 | None | -| Elemental Attunement | `elemental.ts` | 15 | None | +| Base | `base.ts` | 3 | None | +| Elemental Attunement | `elemental.ts` | 22 | None | | Elemental Regen | `elemental-regen.ts` | 8 | None | | Advanced Regen | `elemental-regen-advanced.ts` | 14 | Mana type unlocked | | Enchanter Core | `enchanter.ts` | 4 | Enchanter attunement | @@ -565,7 +565,8 @@ Players start with 1 active discipline slot. As total XP across all disciplines | Enchanter Spells | `enchanter-spells.ts` | 3 | Enchanter attunement | | Enchanter Special | `enchanter-special.ts` | 1 | Enchanter attunement | | Invoker | `invoker.ts` | 2 | Invoker attunement | -| Fabricator | `fabricator.ts` | 2 | Fabricator attunement | +| Fabricator | `fabricator.ts` | 5 | Fabricator attunement | +| **Total** | | **64** | | ### Example Disciplines