docs: update discipline count to 64 in GAME_BRIEFING.md
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m24s

This commit is contained in:
2026-05-30 00:16:16 +02:00
parent e3ce18c601
commit ae691d2367
+7 -6
View File
@@ -468,7 +468,7 @@ Attunements are class-like specializations that unlock discipline pools and gran
| **Conversion** | 0.2 raw→transference/hour | | **Conversion** | 0.2 raw→transference/hour |
| **Unlock** | Starting attunement | | **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 **Capabilities:** Enchanting & disenchanting equipment
#### 2. Invoker (Chest) — Locked #### 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 | | **Conversion** | 0.25 raw→earth/hour |
| **Unlock** | Prove crafting worth | | **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 **Capabilities:** Golem crafting, gear crafting, Earth shaping
### Attunement Leveling ### 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` | | `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) | | `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 | | Pool | File | Count | Requires |
|------|------|-------|----------| |------|------|-------|----------|
| Base | `base.ts` | 1 | None | | Base | `base.ts` | 3 | None |
| Elemental Attunement | `elemental.ts` | 15 | None | | Elemental Attunement | `elemental.ts` | 22 | None |
| Elemental Regen | `elemental-regen.ts` | 8 | None | | Elemental Regen | `elemental-regen.ts` | 8 | None |
| Advanced Regen | `elemental-regen-advanced.ts` | 14 | Mana type unlocked | | Advanced Regen | `elemental-regen-advanced.ts` | 14 | Mana type unlocked |
| Enchanter Core | `enchanter.ts` | 4 | Enchanter attunement | | 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 Spells | `enchanter-spells.ts` | 3 | Enchanter attunement |
| Enchanter Special | `enchanter-special.ts` | 1 | Enchanter attunement | | Enchanter Special | `enchanter-special.ts` | 1 | Enchanter attunement |
| Invoker | `invoker.ts` | 2 | Invoker attunement | | Invoker | `invoker.ts` | 2 | Invoker attunement |
| Fabricator | `fabricator.ts` | 2 | Fabricator attunement | | Fabricator | `fabricator.ts` | 5 | Fabricator attunement |
| **Total** | | **64** | |
### Example Disciplines ### Example Disciplines