docs: update diamond colors in visual spec to match production

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2026-04-06 17:00:48 -05:00
parent 20697585de
commit bb7606cb9a

View File

@ -117,10 +117,10 @@ Metallic effect **automatically** enables the glow pulse (no separate toggle nee
| Tier | Color (body) | Highlight (bright edge) | Glow Color | Intent |
|------|-------------|------------------------|------------|--------|
| T1 | `#d46a1a` | `#f0a050` | `#d46a1a` | Orange |
| T2 | `#b82020` | `#e85050` | `#b82020` | Red |
| T3 | `#7b2d8e` | `#b860d0` | `#7b2d8e` | Purple |
| T4 | `#1a6af0` | `#60b0ff` | `#1a6af0` | Blue flame |
| T1 | `#1a6b1a` | `#40b040` | `#1a6b1a` | Green |
| T2 | `#2070b0` | `#50a0e8` | `#2070b0` | Blue |
| T3 | `#a82020` | `#e85050` | `#a82020` | Red |
| T4 | `#6b2d8e` | `#a060d0` | `#6b2d8e` | Purple |
Progression: warm → hot → regal → transcendent.
@ -235,9 +235,9 @@ L-shaped corner brackets on all four card corners.
### Database/API considerations
The diamond fill count is already derivable from the tier level — no new database fields needed:
- `refractor_tier = 1``diamondFill = 1`, color = orange
- `refractor_tier = 2``diamondFill = 2`, color = red
- `refractor_tier = 3``diamondFill = 3`, color = purple
- `refractor_tier = 4``diamondFill = 4`, color = blue-flame
- `refractor_tier = 1``diamondFill = 1`, color = green
- `refractor_tier = 2``diamondFill = 2`, color = blue
- `refractor_tier = 3``diamondFill = 3`, color = red
- `refractor_tier = 4``diamondFill = 4`, color = purple
Diamond colors are purely visual (CSS) — they don't need to be stored.