This is an old revision of the document!
Search
Since Oct 2022, the !search command has been improved.
Lists the IDs of previous Champion teams that contain the specified search string. The search string can match:
- Unit name
- Class
- Team color
- Date
- Abilities
- Season
- Streak
- Sex
- Zodiac
- Brave
- Faith
Multiple strings can be specified by separating them with a “|”. The result will contain all specified strings.
There are several substring prefixes for specific searches:
Search | Info |
---|---|
start: | Search for strings that begin with the specified value. |
end: | Search for strings that end with the specified value. |
x[count]: | Find results with the exact number of occurrences specified. |
e[count]: | Search based on event-related occurrences. |
not: | Exclude specific strings from search results. |
streak: | Search results based on win or loss streaks. |
season: | Filter results by specific seasons. |
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.