Files
fvtt-celestopol/assets/icons/equipment.svg
LeRatierBretonnier a316fb9c61 feat: icônes SVG art-déco pour tous les types d'item + icônes par défaut
- aspect.svg : diamant à facettes avec coupe brillant et reflet
- equipment.svg : clé vintage ornée avec tête circulaire et dents géométriques
- preCreateItem hook : définit img par défaut par type d'item

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-31 00:53:30 +02:00

40 lines
1.9 KiB
XML

<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"/>
<!-- Tête de clé — anneau circulaire extérieur -->
<circle cx="38" cy="33" r="22" fill="#0d1f14" stroke="#c49a1a" stroke-width="2"/>
<!-- Évidement intérieur -->
<circle cx="38" cy="33" r="13" fill="#1b3828" stroke="#c49a1a" stroke-width="1.2"/>
<!-- Détails art-déco sur la tête (petits traits rayonnants) -->
<g stroke="#ddb84a" stroke-width="1" opacity="0.6">
<line x1="38" y1="12" x2="38" y2="16"/>
<line x1="38" y1="50" x2="38" y2="54"/>
<line x1="17" y1="33" x2="21" y2="33"/>
<line x1="55" y1="33" x2="59" y2="33"/>
<line x1="23" y1="18" x2="26" y2="21"/>
<line x1="53" y1="18" x2="50" y2="21"/>
<line x1="23" y1="48" x2="26" y2="45"/>
<line x1="53" y1="48" x2="50" y2="45"/>
</g>
<!-- Ornement central dans l'évidement (losange) -->
<polygon points="38,26 43,33 38,40 33,33" fill="none" stroke="#c49a1a" stroke-width="1"/>
<circle cx="38" cy="33" r="3" fill="#ddb84a"/>
<!-- Tige de la clé -->
<rect x="34" y="53" width="8" height="38" rx="2" fill="#c49a1a"/>
<!-- Séparations décoratives sur la tige -->
<line x1="34" y1="63" x2="42" y2="63" stroke="#1b3828" stroke-width="1.2"/>
<line x1="34" y1="73" x2="42" y2="73" stroke="#1b3828" stroke-width="1.2"/>
<!-- Panneton — dents géométriques art-déco -->
<rect x="42" y="65" width="10" height="5" rx="1" fill="#c49a1a"/>
<rect x="42" y="75" width="14" height="5" rx="1" fill="#c49a1a"/>
<rect x="42" y="85" width="8" height="5" rx="1" fill="#c49a1a"/>
<!-- Petits ornements symétriques sur le côté gauche de la tige -->
<rect x="24" y="65" width="10" height="4" rx="1" fill="#c49a1a" opacity="0.6"/>
<rect x="24" y="76" width="10" height="4" rx="1" fill="#c49a1a" opacity="0.6"/>
</svg>