For contribution guide, refer to Contribution guidelines.
/character
/character/:name
/character/weapon/:weapontype
/character/element/:element
/character/imglist
/character/imglist/:element
Gives a list of all characters.
:name is name of character.
Gives all the details and associated images of the character in :name
.
example: xiao
:weapontype is the type of weapon in game: sword, polearm, claymore, catalyst
Gives list of all character of that specific weapon type.
:element is one of the elements in game: pyro, cryo, hydro, electro, geo, anemo, dendro
Gives list of all characters of that element.
:element is optional, just call /character/imglist to get all characters.
Gives name, key (eg: For Raiden Shogun, "raiden" is key), img and element.
Work In Progress