Advanced search
Examples of advanced queries
-
Searching for "freeze" in all fields (characters and talismans)
freeze
-
Searching for an expression
"heal all allies"
-
Searching characters who can wear "Viper" talisman (set of 5 warrior)
talismansSet:5w
-
Searching "permadeath" in basicSkills
basicSkills:permadeath
-
Searching "freeze" or "stun" in basicSkills
basicSkills:(freeze OR stun)
-
Searching for "stop" in basic or passive skills
basicSkills:stop OR passiveSkills:stop
-
Searching 5 stars allies awakenables warriors
class:warrior AND stars:5 AND eddie:false AND awakenable:true
-
Searching skills scaling by enemy's max HP
"target’s MAX HP" OR "enemy’s MAX HP" OR "their MAX HP"
-
Searching talisman related to freeze effect
type:talisman AND freeze
-
Searching skills inflicting freeze
"Inflict* freeze"~100
-
Searching skills removing freeze
"remove* freeze"~100
-
Searching the words grant or grants with immunity and freeze in the same sentense.
"grant* immunity freeze"~100
List of fields
This is an example of fields and values for a character:
type: character
name: Angel Eddie
class: gunner
eddie: true
stars: 5
awakenable: false
talismans: GGS...
talismansSet: 4s 5g 4g
basicSkills: • Deals random damage to a single target. [...]
powerSkills: • Heal all allies based on your MISSING HP [...]
passiveSkills: • Prevent all enemies from gaining Immunity effects [...]
furySkills:
This is an example of fields and values for a talisman:
type: talisman
name: Eclipse
class: assassin
set: 6
talismanType: passive
powerSkills:
passiveSkills: • Grants Shroud for the duration of the battle [...]
This is an example of fields and values for a bespoke talisman:
type: talisman bespoke
name: Cosmic Nautical Passive T3
owner: the Navigator Eddie, Blackbeard Eddie, The Ancient Mariner, or Ghost Of The Navigator characters.
set: 1
powerSkills:
passiveSkills: Grants +50% increase to all stats in battle [...]
Searching a value for a field
Syntax:
fieldName:query
Example
name:dog
Searching multiple values for a field
Syntax:
fieldName:(query1 OR query2)
Example
name:(dog OR droid)
Combining multiple queries
Syntax:
fieldName1:query1 AND fieldName2:query2
Example
eddie:false AND awakenable:true AND stars:4