Fix as per CSV sheet tracking + creature explanation
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
||||
<!-- Claw / trait mark: three slash marks with a radiating spark -->
|
||||
<g fill="none" stroke="#c0392b" stroke-linecap="round" stroke-linejoin="round">
|
||||
<!-- Three diagonal claw marks -->
|
||||
<line x1="22" y1="20" x2="48" y2="62" stroke-width="7" opacity="0.9"/>
|
||||
<line x1="36" y1="18" x2="58" y2="60" stroke-width="7" opacity="0.75"/>
|
||||
<line x1="50" y1="18" x2="68" y2="58" stroke-width="7" opacity="0.6"/>
|
||||
<!-- Bolt / energy accent -->
|
||||
<polyline points="60,30 52,50 64,50 54,72" stroke="#e74c3c" stroke-width="4" opacity="0.85"/>
|
||||
</g>
|
||||
<!-- Outer ring frame -->
|
||||
<circle cx="50" cy="50" r="46" fill="none" stroke="#7f1d1d" stroke-width="3" opacity="0.5"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 750 B |
@@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
||||
<!-- Resonation icon: stylised signal/energy wave within a circuit frame -->
|
||||
<circle cx="50" cy="50" r="46" fill="none" stroke="#c8a94a" stroke-width="3" opacity="0.85"/>
|
||||
<circle cx="50" cy="50" r="36" fill="none" stroke="#c8a94a" stroke-width="1.5" opacity="0.45"/>
|
||||
<!-- Wave / resonation lines -->
|
||||
<path d="M18 50 Q26 34 34 50 Q42 66 50 50 Q58 34 66 50 Q74 66 82 50"
|
||||
fill="none" stroke="#dd9b2a" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<!-- Corner circuit nodes -->
|
||||
<circle cx="50" cy="18" r="4" fill="#c8a94a" opacity="0.9"/>
|
||||
<circle cx="50" cy="82" r="4" fill="#c8a94a" opacity="0.9"/>
|
||||
<line x1="50" y1="22" x2="50" y2="37" stroke="#c8a94a" stroke-width="2" opacity="0.6"/>
|
||||
<line x1="50" y1="63" x2="50" y2="78" stroke="#c8a94a" stroke-width="2" opacity="0.6"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 892 B |
Reference in New Issue
Block a user