Skip to content

Instantly share code, notes, and snippets.

@lye
Last active April 21, 2017 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lye/f034308ba207df224e527ee14d418077 to your computer and use it in GitHub Desktop.
Save lye/f034308ba207df224e527ee14d418077 to your computer and use it in GitHub Desktop.
ughghhhhhhhhhhhhhh
// NB: id refers to /v2/colors and is the default dye used.
{
"dye_slots": {
"asura_female": [
{
"id": 1,
"material": "Cloth"
},
{
"id": 1,
"material": "Metal"
},
{
"id": 1,
"material": "Cloth"
},
null
],
"asura_male": [
{
"id": 1,
"material": "Cloth"
},
{
"id": 1,
"material": "Metal"
},
{
"id": 1,
"material": "Cloth"
},
null
],
"charr_female": [
{
"id": 1,
"material": "Cloth"
},
{
"id": 1,
"material": "Metal"
},
{
"id": 1,
"material": "Cloth"
},
null
],
"charr_male": [
{
"id": 1,
"material": "Cloth"
},
{
"id": 1,
"material": "Metal"
},
{
"id": 1,
"material": "Cloth"
},
null
],
"human_female": [
{
"id": 1,
"material": "Cloth"
},
null,
{
"id": 1,
"material": "Cloth"
},
null
],
"human_male": [
{
"id": 1,
"material": "Cloth"
},
{
"id": 1,
"material": "Metal"
},
{
"id": 1,
"material": "Cloth"
},
null
],
"norn_female": [
{
"id": 1,
"material": "Cloth"
},
null,
{
"id": 1,
"material": "Cloth"
},
null
],
"norn_male": [
{
"id": 1,
"material": "Cloth"
},
{
"id": 1,
"material": "Metal"
},
{
"id": 1,
"material": "Cloth"
},
null
],
"sylvari_female": [
{
"id": 1,
"material": "Cloth"
},
null,
{
"id": 1,
"material": "Cloth"
},
null
],
"sylvari_male": [
{
"id": 1,
"material": "Cloth"
},
{
"id": 1,
"material": "Metal"
},
{
"id": 1,
"material": "Cloth"
},
null
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment