[High] [Bug] Item fabrication: wizard unlock thresholds shifted +50 XP, duplicate enchantment on aetherRobe #327
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Spec:
docs/specs/attunements/fabricator/systems/item-fabrication-spec.mdDiscrepancies found:
Wizard branch unlock thresholds shifted +50 XP [HIGH]
wizard-arcanist-gearat threshold 200)wizard-void-catalystat threshold 250)wizard-arcanist-pendantat threshold 300)src/lib/game/data/disciplines/fabricator.tsDuplicate
crystal_cap_10enchantment on aetherRobe [HIGH]src/lib/game/data/fabricator-wizard-recipes.tsaetherRobehascrystal_cap_10listed twice inbonusEnchantments(lines 133-136)Spec §10 rarity distribution counts don't match actual recipe counts [MEDIUM]
Material recipes have rarities not accounted for in spec §10 [MEDIUM]
rare, crystalCrystal isepic, elementalCore isepicFix Summary for Issue #327
1. Wizard unlock thresholds shifted +50 XP — FIXED
File:
src/lib/game/data/disciplines/fabricator.tswizard-arcanist-gear: threshold 200 → 150 (matches spec)wizard-void-catalyst: threshold 250 → 200 (matches spec)wizard-arcanist-pendant: threshold 300 → 250 (matches spec)2. Duplicate
crystal_cap_10enchantment on aetherRobe — FIXEDFile:
src/lib/game/data/fabricator-wizard-recipes.ts{ effectId: 'crystal_cap_10', stacks: 1, actualCost: 30 }entry3. Spec §10 rarity distribution — UPDATED
File:
docs/specs/attunements/fabricator/systems/item-fabrication-spec.mdTests
All 4 fixes applied and committed. See comment above for details.