Ajout des icones et du compendiums d'anomalie

This commit is contained in:
2026-03-31 20:17:39 +02:00
parent bd63c129f0
commit a3f7b11f82
22 changed files with 159 additions and 20 deletions

52
assets/icons/anomaly.svg Normal file
View File

@@ -0,0 +1,52 @@
<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"/>
<!-- Rayons art-déco (courts, symétriques) -->
<g stroke="#c49a1a" stroke-width="1.2" opacity="0.7">
<line x1="50" y1="50" x2="50" y2="14"/>
<line x1="50" y1="50" x2="50" y2="86"/>
<line x1="50" y1="50" x2="14" y2="50"/>
<line x1="50" y1="50" x2="86" y2="50"/>
<line x1="50" y1="50" x2="25" y2="25"/>
<line x1="50" y1="50" x2="75" y2="75"/>
<line x1="50" y1="50" x2="75" y2="25"/>
<line x1="50" y1="50" x2="25" y2="75"/>
</g>
<!-- Masque pour couper les rayons près du centre et loin du bord -->
<circle cx="50" cy="50" r="28" fill="#1b3828"/>
<circle cx="50" cy="50" r="13" fill="#0d1f14"/>
<!-- Réafficher les rayons courts uniquement -->
<g stroke="#c49a1a" stroke-width="1.5">
<line x1="50" y1="22" x2="50" y2="14"/>
<line x1="50" y1="78" x2="50" y2="86"/>
<line x1="22" y1="50" x2="14" y2="50"/>
<line x1="78" y1="50" x2="86" y2="50"/>
<line x1="29" y1="29" x2="23" y2="23"/>
<line x1="71" y1="71" x2="77" y2="77"/>
<line x1="71" y1="29" x2="77" y2="23"/>
<line x1="29" y1="71" x2="23" y2="77"/>
</g>
<!-- Œil — contour amande (paupière) -->
<path d="M18,50 C28,35 72,35 82,50 C72,65 28,65 18,50 Z"
fill="#0d1f14" stroke="#c49a1a" stroke-width="2"/>
<!-- Iris -->
<circle cx="50" cy="50" r="12" fill="#1b3828" stroke="#ddb84a" stroke-width="1.5"/>
<!-- Pupille -->
<ellipse cx="50" cy="50" rx="5" ry="6" fill="#c49a1a"/>
<!-- Reflet dans l'œil -->
<ellipse cx="47" cy="47" rx="2" ry="2.5" fill="#ddb84a" opacity="0.7"/>
<!-- Cils / détails décoratifs -->
<g stroke="#ddb84a" stroke-width="1" opacity="0.6">
<line x1="18" y1="50" x2="14" y2="47"/>
<line x1="18" y1="50" x2="14" y2="53"/>
<line x1="82" y1="50" x2="86" y2="47"/>
<line x1="82" y1="50" x2="86" y2="53"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB