Abrir menu principal

UESPWiki β

Alterações

Utilizador:JKing/Morrowind map template

2 303 bytes adicionados, 03h20min de 6 de novembro de 2008
Second iteration based on practical experience
<pre>
<svg viewBox="0 0 1280 1024" width="1280" height="1024" viewport-fill="black"
xmlns="http://www.w3.org/2000/svg"
xmlns:l="http://www.w3.org/1999/xlink"
xmlns:sodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:ink="http://www.inkscape.org/namespaces/inkscape"
>
<sodi:namedview pagecolor="#000000" id="base" ink:pageopacity="1" ink:zoom="1.0"/>
<!-- Legend -->
<g transform="translate(30 0) scale(0.5)">
<g>
<rect height="21" width="21" fill="none" stroke="#F1D016" stroke-width="5"/>
<text xml:space="preserve" x="38" y="21" font-family="Arial" font-weight="bold" font-size="26" fill="white">Doorway</text>
</g>
<g transform="translate(0 45)">
<circle cx="10.5" cy="10.5" r="15" fill="red"/>
<text xml:space="preserve" x="38" y="21" font-family="Arial" font-weight="bold" font-size="26" fill="white">Hostile</text>
</g>
<g transform="translate(0 90)">
<circle cx="10.5" cy="10.5" r="15" fill="lime"/>
<text xml:space="preserve" x="38" y="21" font-family="Arial" font-weight="bold" font-size="26" fill="white">Treasure</text>
</g>
<g transform="translate(0 135)">
<circle cx="10.5" cy="10.5" r="15" fill="blue"/>
<text xml:space="preserve" x="38" y="21" font-family="Arial" font-weight="bold" font-size="26" fill="white">NPC</text>
</g>
<g transform="translate(0 180)">
<circle cx="10.5" cy="10.5" r="15" fill="white"/>
<text xml:space="preserve" x="38" y="21" font-family="Arial" font-weight="bold" font-size="26" fill="white">Quest Item</text>
</g>
</g>
<!-- Named doorways -->
<g transform="translate(800 0) scale(0.5)">
<rect x="139.5" height="21" width="21" fill="none" stroke="#F1D016" stroke-width="5"/>
<textArea xml:space="preserve" y="24" width="300" font-family="Arial" font-weight="bold" font-size="26" fill="white" style="text-align:center">To Area<tbreak/>Area Submap</textArea>
</g>
<!--Named doorways (Inkscape) -->
<g transform="translate(800 100) scale(0.5)">
<rect x="139.5" height="21" width="21" fill="none" stroke="#F1D016" stroke-width="5"/>
<flowRoot>
<flowRegion><rect y="30" width="300" height="100"/></flowRegion>
<flowPara xml:space="preserve" font-family="Arial" font-weight="bold" font-size="26" style="text-align:center" fill="white">To Area<flowLine/>Area Submap</flowPara>
</flowRoot>
</g>
</svg>
</pre>
254
edições