Skip to content

Commit

Permalink
Merge pull request #270 from majkus522/missing-outfits
Browse files Browse the repository at this point in the history
Add missing outfits
  • Loading branch information
M4GICB authored May 14, 2024
2 parents 56454a5 + 927521f commit 7ad1e97
Show file tree
Hide file tree
Showing 20 changed files with 77 additions and 9 deletions.
11 changes: 10 additions & 1 deletion assets/data/characters/amber/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,14 @@
}
],
"vision_key": "PYRO",
"weapon_type": "BOW"
"weapon_type": "BOW",
"outfits": [
{
"type": "Alternate",
"name": "100% Outrider",
"description": "Amber's outfit. This is a more formal — but no less cool — version of the Outrider's uniform!",
"rarity": 4,
"image": "outfit-100-outrider"
}
]
}
12 changes: 11 additions & 1 deletion assets/data/characters/ayaka/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,15 @@
}
],
"vision_key": "CRYO",
"weapon_type": "SWORD"
"weapon_type": "SWORD",
"outfits": [
{
"type": "Travel",
"name": "Springbloom Missive",
"description": "Ayaka's travel outfit. Its design is based on the Fontaine dresses depicted in light novel illustrations and seems to reflect the lifestyle of proper ladies who live in that nation.",
"rarity": 4,
"price": 1680,
"image": "outfit-springbloom-missive"
}
]
}
3 changes: 2 additions & 1 deletion assets/data/characters/diluc/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@
"name": "Red Dead of Night",
"description": "One of the outfits Diluc wears during covert actions, it resembles a flame dancing in the shadows. The crimson red traces it leave behind at the edges of the enemy's vision will scar their nightmares forever.",
"rarity": 4,
"price": 2480
"price": 2480,
"image": "outfit-red-dead-of-night"
}
]
}
3 changes: 2 additions & 1 deletion assets/data/characters/fischl/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@
"name": "Ein Immernachtstraum",
"description": "A ceremonial outfit for the Prinzessin. May she who is noble retain her courage, sincerity, and kindness forever, such that no evil shall ever overcome her.",
"rarity": 4,
"price": 1680
"price": 1680,
"image": "outfit-ein-immernachtstraum"
}
]
}
7 changes: 7 additions & 0 deletions assets/data/characters/jean/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,13 @@
"rarity": 4,
"price": 1680,
"image": "outfit-sea-breeze-dandelion"
},
{
"type": "Alternate",
"name": "Gunnhildr's Legacy",
"description": "Jean's outfit. This classic knight's ceremonial outfit is suited to all manner of occasions.",
"rarity": 4,
"image": "outfit-gunnhildr-s-legacy"
}
]
}
4 changes: 3 additions & 1 deletion assets/data/characters/kaeya/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,9 @@
"type": "Themed",
"name": "Sailwind Shadow",
"description": "Kaeya's outfit from his role as the 'Dagger Bandit' in the play. Though flamboyant and designed to be as eye-catching as possible, it isn't difficult to put on, though it does take some time to get all the accessories and daggers sorted.",
"rarity": 4
"rarity": 4,
"price": 1680,
"image": "outfit-sailwind-shadow"
}
]
}
12 changes: 11 additions & 1 deletion assets/data/characters/klee/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,15 @@
}
],
"vision_key": "PYRO",
"weapon_type": "CATALYST"
"weapon_type": "CATALYST",
"outfits": [
{
"type": "Themed",
"name": "Blossoming Starlight",
"description": "An exquisite outfit Klee wears only for the most important performances. The colors are brilliant, like a cake adorned with cream flowers and crowned with scarlet candles. With it comes happiness and smiles that will fill your adventures.",
"rarity": 4,
"price": 1680,
"image": "outfit-blossoming-starlight"
}
]
}
12 changes: 11 additions & 1 deletion assets/data/characters/lisa/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,15 @@
}
],
"vision_key": "ELECTRO",
"weapon_type": "CATALYST"
"weapon_type": "CATALYST",
"outfits": [
{
"type": "Themed",
"name": "A Sobriquet Under Shade",
"description": "An outfit Lisa had someone commission for her when she revisited Sumeru. A perfect balance between practicality and elegance, the dress bears a resemblance to Lisa's old uniform from the Akademiya days.",
"rarity": 4,
"price": 1680,
"image": "outfit-a-sobriquet-under-shade"
}
]
}
11 changes: 10 additions & 1 deletion assets/data/characters/mona/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,14 @@
}
],
"vision_key": "HYDRO",
"weapon_type": "CATALYST"
"weapon_type": "CATALYST",
"outfits": [
{
"type": "Alternate",
"name": "Pact of Stars and Moon",
"description": "Mona's outfit. A costume made specifically to encompass the astrological concept of \"the destined moment,\" thanks to the 30% discount ticket she got from the planetarium refund.",
"rarity": 4,
"image": "outfit-pact-of-stars-and-moon"
}
]
}
11 changes: 10 additions & 1 deletion assets/data/characters/rosaria/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,14 @@
}
],
"vision_key": "CRYO",
"weapon_type": "POLEARM"
"weapon_type": "POLEARM",
"outfits": [
{
"type": "Alternate",
"name": "To the Church's Free Spirit",
"description": "Rosaria's outfit. This seems to have been custom-made for her by the Church.",
"rarity": 4,
"image": "outfit-to-the-church-s-free-spirit"
}
]
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 7ad1e97

Please sign in to comment.