Ajout des icones et du compendiums d'anomalie
This commit is contained in:
31
assets/icons/armure.svg
Normal file
31
assets/icons/armure.svg
Normal file
@@ -0,0 +1,31 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
||||
<!-- Fond -->
|
||||
<rect width="100" height="100" rx="10" fill="#1b3828"/>
|
||||
<rect x="2.5" y="2.5" width="95" height="95" rx="8" fill="none" stroke="#c49a1a" stroke-width="1.5"/>
|
||||
|
||||
<!-- Silhouette du bouclier -->
|
||||
<path d="M50,10 L82,22 L82,55 C82,72 65,87 50,93 C35,87 18,72 18,55 L18,22 Z"
|
||||
fill="#0d1f14" stroke="#c49a1a" stroke-width="2"/>
|
||||
|
||||
<!-- Bordure intérieure art-déco -->
|
||||
<path d="M50,17 L76,27 L76,54 C76,68 62,81 50,87 C38,81 24,68 24,54 L24,27 Z"
|
||||
fill="none" stroke="#c49a1a" stroke-width="1" opacity="0.5"/>
|
||||
|
||||
<!-- Motif chevrons empilés (art-déco) -->
|
||||
<g stroke="#c49a1a" stroke-width="2" fill="none">
|
||||
<polyline points="35,38 50,30 65,38"/>
|
||||
<polyline points="35,46 50,38 65,46"/>
|
||||
<polyline points="35,54 50,46 65,54"/>
|
||||
</g>
|
||||
|
||||
<!-- Ligne médiane verticale fine -->
|
||||
<line x1="50" y1="28" x2="50" y2="80" stroke="#c49a1a" stroke-width="1" opacity="0.4"/>
|
||||
|
||||
<!-- Ornement central en losange -->
|
||||
<polygon points="50,58 55,63 50,68 45,63" fill="#ddb84a"/>
|
||||
<polygon points="50,60 53,63 50,66 47,63" fill="#c49a1a"/>
|
||||
|
||||
<!-- Rivets décoratifs aux coins supérieurs -->
|
||||
<circle cx="34" cy="27" r="2.5" fill="#ddb84a"/>
|
||||
<circle cx="66" cy="27" r="2.5" fill="#ddb84a"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user