This is an old revision of the document!
Search
Since Oct 2022, the !search command has been improved.
Using !search lists the IDs of previous Champion teams that contain the specified Prefixes, Arguments and Substrings.
Prefixes:
Prefix | Info |
---|---|
start:[id] | Search for IDs that begin after the specified value. |
end:[id] | Search for IDs that end before the specified value. |
x[count]: | Find results up to the number of occurrences specified. |
e[count]: | Find results with the exact number of occurrences specified. |
not:[string] | Exclude specific string from search results. |
streak:[value] | Filter results based on win streak value. |
season:[value] | Filter results by a specific season value. |
Arguments:
Argument | Info |
---|---|
Unit Name | Searches Champion IDs for a specific Unit Name. |
The [Class] | Searches Champion IDs for a specified Class. |
Team Color | Searches Champion IDs for a specific Team Color. |
Date | Searches Champion IDs within a specific Date. |
Ability | Searches Champion IDs that have the specified Ability. |
Substrings:
- Sex - S:Male/Female
- Zodiac - Z:Zodiac
- Brave - B:[Value]
- Faith - F:[Value]
Multiple search strings can be specified by separating them with a “|”. The result will contain all specified strings.
There are several substring prefixes for specific searches:
Examples
Search String | What it does |
---|---|
!search season:22|e1:s:female|the knight,|Ragnarok | Return all Season 22 Champions that have Exactly 1, Female in the team, with a Knight, and someone with a Ragnarok equipped. |
!search not:s:male|the mime,|equip shield | Returns champion teams with NO Males, with a Mime, and a unit with Equip Shield. |
!search season:22|x4:s:female|the mime, | Returns all Season 22 Champions, with at most 4 Female units, and includes a Mime. |
Notes
Commas after the class name are now required to avoid matching usernames.
Prefixes like “S:” (substring), “Z:” (zodiac), “B:” (brave values), and “F:” (faith values) have been added to avoid conflicts when searching for specific classes or attributes.