65 lines
3.3 KiB
XML
65 lines
3.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
width="298" height="417" viewBox="0 0 298 417" id="card31" class="card" xmlns:v-bind="https://vuejs.org/guide/essentials/class-and-style.html" xmlns:v-on="https://vuejs.org/guide/essentials/event-handling.html">
|
|
<defs>
|
|
<linearGradient x1="0" y1="0" x2="1" y2="0" gradientUnits="objectBoundingBox" id="grad1">
|
|
<stop offset="0" stop-color="red" stop-opacity="1" />
|
|
<stop offset="1" stop-color="red" stop-opacity="0" />
|
|
</linearGradient>
|
|
<linearGradient x1="0" y1="1" x2="0" y2="0" gradientUnits="objectBoundingBox" id="grad2">
|
|
<stop offset="0" stop-color="#ff9935" stop-opacity="1" />
|
|
<stop offset="1" stop-color="#ffe744" stop-opacity="1" />
|
|
</linearGradient>
|
|
<filter id="drop-shadow">
|
|
<feDropShadow dx="1" dy="1" stdDeviation="0"></feDropShadow>
|
|
</filter>
|
|
</defs>
|
|
<use xlink:href="#drop-shadow" />
|
|
<g id="background">
|
|
<rect x="0" y="0" width="298" height="417" rx="15" ry="18" fill="black" stroke="white" stroke-width="1" />
|
|
<rect x="12" y="12" width="274" height="388" rx="0" ry="0" fill="lightcoral" />
|
|
</g>
|
|
<g id="title">
|
|
<text x="149.0" y="36" font-size="19" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">dark reward</text>
|
|
<text x="149.0" y="53" font-size="13" text-anchor="middle" fill="black" font-family="Helvetica">Action</text>
|
|
</g>
|
|
<g transform="translate(36,37)">
|
|
<g id="faction_icon">
|
|
<circle cx="1" cy="1" r="20" fill="black" filter="url(#drop-shadow)" />
|
|
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
|
|
</g>
|
|
</g>
|
|
<g transform="translate(260,36)">
|
|
<g class="svg_resource_icon" v-on:click="console.warn('unknown interaction')">
|
|
<circle cx="0" cy="0" r="20" fill="yellow" x="0" y="0" />
|
|
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">5</text>
|
|
</g>
|
|
</g>
|
|
<rect x="0" y="65" width="298" height="200" />
|
|
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
|
|
<g transform="translate(12,265)">
|
|
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
|
|
<g class="svg_effect">
|
|
<g transform="translate(137.0,70.66666666666667)" v-bind:class="{used:used_effects_indexes.includes(1)}">
|
|
<text x="0" y="-5.5" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="0" dy="0em">Vous pouvez sacrifier une carte</tspan><tspan x="0" dy="1em">de votre main ou de votre défausse.</tspan></text>
|
|
</g>
|
|
<g transform="translate(137.0,33.0)" v-bind:class="{used:used_effects_indexes.includes(0)}">
|
|
<g class="svg_resource_icon" v-on:click="effectClick(0)">
|
|
<circle cx="0" cy="0" r="20" fill="yellow" x="0" y="0" />
|
|
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">3</text>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
<g transform="translate(0,80)">
|
|
<g class="svg_effect">
|
|
<circle cx="30" cy="27.5" r="15" fill="url(#grad2)" filter="url(#drop-shadow)" />
|
|
<g transform="translate(137.0,27.5)" v-bind:class="{used:used_effects_indexes.includes(2)}">
|
|
<g class="svg_resource_icon" v-on:click="effectClick(2)">
|
|
<circle cx="0" cy="0" r="18.333333333333332" fill="red" x="0" y="0" />
|
|
<text x="0" y="9" font-size="24" text-anchor="middle" fill="white" font-weight="bold" font-family="Helvetica">6</text>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
</svg> |