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:
co-authored by
Claude Fable 5.1
parent
3fc9df85ac
commit
8dfd0e0c29
@@ -1,17 +1,11 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 144 150" role="img" aria-label="Pit token">
|
||||
<defs>
|
||||
<filter id="rough" x="-8%" y="-8%" width="116%" height="116%"><feTurbulence baseFrequency=".045" numOctaves="2" seed="42" 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">Pit</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">
|
||||
<ellipse cx="72" cy="82" rx="51" ry="42" fill="#6e6455"/>
|
||||
<ellipse cx="72" cy="82" rx="41" ry="32" fill="#2f302d"/>
|
||||
<ellipse cx="72" cy="84" rx="30" ry="23" fill="#121616"/>
|
||||
<path d="M23 74l17 5m-5-26l14 11m7-22l7 15m22-16l-5 16m28-5L95 64m25 13l-17 4m10 25l-16-8m-4 24l-10-18m-24 20l6-20m-30 3l16-10m-29-5l18-5" fill="none" stroke="#9b8d73" stroke-width="4"/>
|
||||
<path d="M49 77q22-16 47 0" fill="none" stroke="#555852" stroke-width="4"/></g>
|
||||
</svg>
|
||||
<title>Pit</title><desc>Pit 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="#535c58" stop-opacity=".2"/><stop offset="1" stop-color="#535c58" 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="M16 77L39 51 104 45 129 70 112 103 41 115 16 94Z" fill="#9b9075" stroke="#302a29" stroke-width="2.0" /><path d="M25 79L46 61 100 56 120 72 103 94 44 104 25 91Z" fill="#262d31" stroke="#302a29" stroke-width="2.0" /><path d="M27 88L48 69 102 63 116 70M44 101L51 81 105 76" fill="none" stroke="#474c49" stroke-width="3" /><path d="M17 77L28 79M27 65L37 70M45 51L48 60M66 48L68 58M89 47L87 57M110 51L104 59M124 62L114 67M128 80L116 79M119 95L109 89M103 106L98 96M79 110L77 100M54 113L54 102M33 108L40 98M17 94L28 91" fill="none" stroke="#302a29" stroke-width="2.3" /></g>
|
||||
<path d="M16 130H128" stroke="#b49b70" stroke-width=".8"/>
|
||||
<path d="M12 12h7m-7 0v7m120-7h-7m7 0v7" fill="none" stroke="#535c58" stroke-width="2"/>
|
||||
<text x="72" y="141" text-anchor="middle" font-family="Georgia,serif" font-size="10.5" font-weight="700" fill="#39302a">Pit</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user