[Medium] [Bug] Pact System: Multi-element guardians have 3-4 boons instead of 2 #309
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/invoker/systems/pact-system-spec.md §3
Severity: Medium
Problem: The spec says "Each Guardian grants 2 boons" but several multi-element guardians have 3-4 boons:
This makes them disproportionately powerful compared to single-element guardians.
File:
src/lib/game/data/guardian-data.ts(various lines)Starting work on fixing multi-element guardian boon counts. The spec says each guardian grants exactly 2 boons, but several multi-element guardians have 3-4 boons. Will also fix the related signedPactDetails bug (#308) in the same session.
Fixed. All multi-element guardians now have exactly 2 boons per spec §3. Changed floors 130, 140, 150, 170, 190, 200, 210, 230, 240 from 3-4 boons down to 2. Multi-element boons were consolidated (e.g., three separate +10% elemental damage boons became one +15% combined elemental damage boon) and secondary stat boons were selected to maintain balance.