Skip to main content
Utility commands help you explore the game’s content, search for specific characters with skills, and look up detailed information about game mechanics.

whohas

Search for all characters that possess a specific skill (case-insensitive).
!whohas [skill name]
skill name
string
required
The name of the skill to search for (e.g., “Lucky 7”, “The Almighty”)
Aliases: usersof, skillsearch Example:
!whohas Lucky 7
Output:
  • Lists all characters with that skill
  • Shows character name and rarity
  • Limits display to first 20 results for long lists

lookup

Search for a character by name and view their complete stats including rarity, power, and skills.
!lookup [character name]
character name
string
required
The name of the character to search for (uses AniList search)
Example:
!lookup Gojo Satoru
How it works:
  1. Searches AniList API for the character
  2. Checks database cache for stats
  3. Falls back to rankings file for accurate rarity assignment
  4. Displays comprehensive character card with:
    • Character image
    • AniList ID
    • Favorites count
    • Rarity (SSR/SR/R)
    • Base power
    • All skills/abilities
    • AniList profile link
The lookup command uses the same ranking system as the gacha, so the rarity shown will match what you’d get if you pull that character.

Skills Database

skills

Browse all available skills in the game with a paginated menu showing 5 skills per page.
!skills
Aliases: sl Display includes:
  • Skill name
  • Description
  • Type (Battle/Expedition/Global)
  • Attributes (Stackable, Overlap OK, or Unique)
  • Page navigation buttons
Example output:
✨ Character Skills
List of battle/expedition abilities.

**Lucky 7**
Grants 7x power if slot position equals 7 mod team size.
*[Battle] Unique*

**The Almighty**
Can rewrite losing battles into winning ones (limited retries).
*[Battle] Unique*
Use the Previous/Next buttons to navigate through all skills.

skill_details

View detailed information about a specific skill, including its raw value and implementation details.
!skill_details [skill name]
!sd [skill name]
!sd
skill name
string
The name of the skill (optional - omit to use dropdown selector)
Aliases: sd, skillinfo Two modes:
  1. Text Search Mode: Specify a skill name directly
    !sd The Almighty
    
  2. Dropdown Mode: Use without arguments to see an interactive dropdown
    !sd
    
Display includes:
  • Skill name and description
  • Type (Battle/Expedition/Global)
  • Attributes (Stackable/Overlap)
  • Raw value (actual multiplier or formula used)
Use !skills first to browse available skills, then !sd [name] to get detailed stats on specific ones.

Common Use Cases

Use !whohas to find all characters with a specific skill:
!whohas Hardworker
This shows all characters with the “Hardworker” skill, which boosts expedition yields. Great for building specialized teams!
Use !lookup before spending gems:
!lookup Makima
This shows the character’s rarity, base power, and skills so you can decide if they fit your team strategy.
Combine !skills and !sd to learn how abilities work:
!skills          # Browse all skills
!sd Lucky 7      # Get detailed info on specific skill
The raw value field shows the exact multiplier or condition used in calculations.
Search for characters from specific series:
!lookup Naruto
!lookup Luffy
!lookup Goku
Each lookup shows skills, letting you plan team compositions with complementary abilities.

Tips

  • Skill names are case-insensitive - !whohas lucky 7 works just as well as !whohas Lucky 7
  • Partial matches work in lookup - The AniList search is fuzzy, so “Gojo” will find “Gojo Satoru”
  • Skills list shows 5 per page - There are 70+ skills total, use Previous/Next buttons to browse
  • Raw values are technical - The “value” field in !sd shows the actual code parameter (e.g., 1.5 for a 50% boost)
  • Dropdown has 25 skill limit - Use text mode !sd [name] for skills beyond the first 25

Skill Types Explained

TypeWhere it appliesExample
BattlePVP and NPC battlesThe Almighty, Lucky 7, Squash
ExpeditionPassive gem farmingHardworker, Master of Coin, The Long Road
GlobalAll contexts(Currently none implemented)
  • !view - Check skills on characters you own
  • !inventory - See your character collection
  • !team - View your current team setup
  • !battle - Use skills in combat

Build docs developers (and LLMs) love