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, you can search card by its id, name, type, color, level, etc, combined.</p>
|
|
<p>Examples:</p>
|
|
<ul id="examples">
|
|
<li>
|
|
Card with ID WX01-001: <code>WX01-001</code>
|
|
</li>
|
|
<li>
|
|
Pre-built deck 02: <code>WD02</code>
|
|
</li>
|
|
<li>
|
|
White or red SIGNI: <code>white red S</code>
|
|
</li>
|
|
<li>
|
|
Level 0, blue, PR LRIG: <code>blue 0 L pr</code>
|
|
</li>
|
|
<li>
|
|
ARTS with use timing of attack phase: <code>ARTS AttackPhase</code>
|
|
</li>
|
|
<li>
|
|
Level 2 SIGNI with power 3000 or above: <code>3000+ 2</code>
|
|
</li>
|
|
<li>
|
|
Tama only with life burst: <code>tama burst</code>
|
|
</li>
|
|
<li>
|
|
Tama only or unlimited, without life burst: <code>tama+ burst-</code>
|
|
</li>
|
|
<li>
|
|
<Earth Beast> SIGNI: <code>EarthBeast</code>
|
|
</li>
|
|
<li>
|
|
With [On-Play] and [Constant] abilities: <code>OnPlay Constant</code>
|
|
</li>
|
|
<li>
|
|
Illust by POP: <code>Illust:POP</code>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</body>
|
|
</html> |