The art refresh: textures, tokens, conjurations, and cel flourishes

Eric repainted the maze. The first-person materials are painterly
sandstone, flagstone, and iron; the hand-drawn token set is redrawn
with matching chests and hats; the standing conjurations — hedges,
jello, dust, safe, warp light — and the effect billboards are redone
in the same hand; and the board's flourishes trade their filters and
gradients for flat cel silhouettes cut from five shared shapes, which
read better against the counters and cost a phone nothing. Thirty
scene goldens re-blessed against the new walls.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Jm2auWk6RP71CjaAb4FMoG
This commit is contained in:
Eric Wagoner
2026-09-14 20:28:52 -04:00
co-authored by Claude Fable 5.1
parent 3fc9df85ac
commit 8dfd0e0c29
121 changed files with 533 additions and 980 deletions
+10 -15
View File
@@ -1,16 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 144 150" role="img" aria-label="Magic Stone token">
<defs>
<filter id="rough" x="-8%" y="-8%" width="116%" height="116%"><feTurbulence baseFrequency=".045" numOctaves="2" seed="39" result="noise"/><feDisplacementMap in="SourceGraphic" in2="noise" scale=".55"/></filter>
<filter id="soft"><feGaussianBlur stdDeviation="1.4"/></filter>
<pattern id="paper" width="18" height="18" patternUnits="userSpaceOnUse"><rect width="18" height="18" fill="#eee5ca"/><circle cx="3" cy="5" r=".45" fill="#b9aa86" opacity=".34"/><circle cx="14" cy="13" r=".3" fill="#75694f" opacity=".2"/><path d="M1 15q7-2 14 0M6 1l9 2" fill="none" stroke="#b9aa86" stroke-width=".35" opacity=".3"/></pattern>
</defs>
<rect x="2" y="2" width="140" height="146" rx="4" fill="url(#paper)" stroke="#29251e" stroke-width="2.4"/>
<path d="M8 25q30 2 61 0t67 0" fill="none" stroke="#b9aa86" stroke-width="1" opacity=".65"/>
<text x="72" y="18" text-anchor="middle" font-family="Georgia,serif" font-weight="700" font-size="13" letter-spacing=".3" fill="#29251e">Magic Stone</text>
<ellipse cx="72" cy="131" rx="42" ry="6" fill="#342f26" opacity=".22" filter="url(#soft)"/>
<g filter="url(#rough)" stroke="#29251e" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round">
<path d="M38 117L31 74 55 39l44 7 15 37-23 43-38 2Z" fill="#6f665a"/>
<path d="M48 107L43 77l18-25 29 5 11 27-17 30-25 2Z" fill="#5f5370"/>
<path d="M72 62l7 13 14 2-11 10 3 14-13-7-13 7 3-14-11-10 14-2Z" fill="#b39adb"/>
<path d="M40 75l14 4m45-31l-11 14m24 21l-15 2M53 126l7-13" fill="none" stroke="#9a8f7d" stroke-width="3"/></g>
</svg>
<title>Magic Stone</title><desc>Magic Stone illustrated in shaded ink on parchment.</desc>
<defs><linearGradient id="paper" x2="0" y2="1"><stop stop-color="#fbf2d9"/><stop offset="1" stop-color="#e8d6ae"/></linearGradient><radialGradient id="halo"><stop stop-color="#b95897" stop-opacity=".2"/><stop offset="1" stop-color="#b95897" stop-opacity=".03"/></radialGradient></defs>
<rect x="2" y="2" width="140" height="146" rx="9" fill="url(#paper)" stroke="#39302a" stroke-width="2.5"/>
<rect x="6" y="6" width="132" height="138" rx="6" fill="none" stroke="#b49b70" stroke-width=".8"/>
<circle cx="72" cy="68" r="52" fill="url(#halo)"/>
<g stroke-linecap="round" stroke-linejoin="round"><ellipse cx="72" cy="119" rx="43" ry="5" fill="#725b3d" stroke="none" stroke-width="0" opacity=".18"/><path d="M30 74L51 43 99 39 119 67 96 105 48 111Z" fill="#9c346f" stroke="#302a29" stroke-width="2.0" /><path d="M30 74L61 71 51 43Z" fill="#f39bad" stroke="#302a29" stroke-width="2.0" /><path d="M51 43L61 71 87 64 99 39Z" fill="#d86c98" stroke="#302a29" stroke-width="2.0" /><path d="M99 39L87 64 119 67Z" fill="#f6b3bf" stroke="#302a29" stroke-width="2.0" /><path d="M61 71L48 111 96 105 87 64Z" fill="#ba4785" stroke="#302a29" stroke-width="2.0" /><path d="M87 64L96 105 119 67Z" fill="#702e68" stroke="#302a29" stroke-width="2.0" /><path d="M37 73L51 51M61 76L54 100" fill="none" stroke="#ffe3d0" stroke-width="2.5" /><path d="M23 47L17 38 28 40 24 28M111 109L118 119 121 108 130 116M81 21L87 12M17 91L9 94" fill="none" stroke="#754572" stroke-width="3" /><path d="M112.0,23.0 113.5,28.5 119.0,30.0 113.5,31.5 112.0,37.0 110.5,31.5 105.0,30.0 110.5,28.5Z" fill="#d6ad57" stroke="none" stroke-width="2.0" /></g>
<path d="M16 130H128" stroke="#b49b70" stroke-width=".8"/>
<path d="M12 12h7m-7 0v7m120-7h-7m7 0v7" fill="none" stroke="#b95897" stroke-width="2"/>
<text x="72" y="141" text-anchor="middle" font-family="Georgia,serif" font-size="10.5" font-weight="700" fill="#39302a">Magic Stone</text>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB