mirror of
https://github.com/webxoss/webxoss-client.git
synced 2024-11-20 05:49:55 +01:00
71 lines
No EOL
1.5 KiB
HTML
71 lines
No EOL
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Search Tips</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
|
<style>
|
|
body,html {
|
|
font-family: Arial,Helvetica,sans-serif;
|
|
}
|
|
ul {
|
|
margin: 0;
|
|
padding: 0 0 0 1.5em;
|
|
list-style-type: none;
|
|
}
|
|
#examples > li {
|
|
margin: 0.5em 0;
|
|
padding-left: 0.5em;
|
|
border-left: #888 2px solid;
|
|
}
|
|
code {
|
|
font-family: monospace;
|
|
white-space: nowrap;
|
|
padding: 0.2em 0.5em;
|
|
background-color: #F0F0F0;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<section>
|
|
<p>In WEBXOSS, puoi ricercare le carte tramite il loro id, nome, tipo, colore, livello, etc, contemporaneamente.</p>
|
|
<p>Esempi:</p>
|
|
<ul id="examples">
|
|
<li>
|
|
Carte con id WX01-001: <code>WX01-001</code>
|
|
</li>
|
|
<li>
|
|
Deck precostruiti 02: <code>WD02</code>
|
|
</li>
|
|
<li>
|
|
SIGNI bianchi o rossi: <code>white red S</code>
|
|
</li>
|
|
<li>
|
|
Livello 0, blue, PR LRIG: <code>blue 0 L pr</code>
|
|
</li>
|
|
<li>
|
|
ARTS attivabili nell'attack phase: <code>ARTS AttackPhase</code>
|
|
</li>
|
|
<li>
|
|
SIGNI livello 2 con potere 3000 o piu: <code>3000+ 2</code>
|
|
</li>
|
|
<li>
|
|
Tama only con life burst: <code>tama burst</code>
|
|
</li>
|
|
<li>
|
|
Tama only o senza restrizioni senza lifeburst: <code>tama+ burst-</code>
|
|
</li>
|
|
<li>
|
|
<Earth Beast> SIGNI: <code>EarthBeast</code>
|
|
</li>
|
|
<li>
|
|
Con abilita [On-Play] e [Constant]: <code>OnPlay Constant</code>
|
|
</li>
|
|
<li>
|
|
Illustrate da POP: <code>Illust:POP</code>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</body>
|
|
</html> |