diff --git a/assets/data/characters/amber/en.json b/assets/data/characters/amber/en.json index ec441080..f28feba8 100644 --- a/assets/data/characters/amber/en.json +++ b/assets/data/characters/amber/en.json @@ -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" + } + ] } diff --git a/assets/data/characters/ayaka/en.json b/assets/data/characters/ayaka/en.json index 75cd010b..5d0416f0 100644 --- a/assets/data/characters/ayaka/en.json +++ b/assets/data/characters/ayaka/en.json @@ -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" + } + ] } diff --git a/assets/data/characters/diluc/en.json b/assets/data/characters/diluc/en.json index 93b9215b..3f86e943 100644 --- a/assets/data/characters/diluc/en.json +++ b/assets/data/characters/diluc/en.json @@ -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" } ] } diff --git a/assets/data/characters/fischl/en.json b/assets/data/characters/fischl/en.json index 756a7557..85273093 100644 --- a/assets/data/characters/fischl/en.json +++ b/assets/data/characters/fischl/en.json @@ -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" } ] } diff --git a/assets/data/characters/jean/en.json b/assets/data/characters/jean/en.json index 992209ac..ff410330 100644 --- a/assets/data/characters/jean/en.json +++ b/assets/data/characters/jean/en.json @@ -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" } ] } diff --git a/assets/data/characters/kaeya/en.json b/assets/data/characters/kaeya/en.json index ad75df84..2b8d642e 100644 --- a/assets/data/characters/kaeya/en.json +++ b/assets/data/characters/kaeya/en.json @@ -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" } ] } diff --git a/assets/data/characters/klee/en.json b/assets/data/characters/klee/en.json index dd60bcf3..2b42d0d3 100644 --- a/assets/data/characters/klee/en.json +++ b/assets/data/characters/klee/en.json @@ -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" + } + ] } diff --git a/assets/data/characters/lisa/en.json b/assets/data/characters/lisa/en.json index 537eb3df..dc3a7f7a 100644 --- a/assets/data/characters/lisa/en.json +++ b/assets/data/characters/lisa/en.json @@ -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" + } + ] } diff --git a/assets/data/characters/mona/en.json b/assets/data/characters/mona/en.json index 9d36cd7c..380b9ac9 100644 --- a/assets/data/characters/mona/en.json +++ b/assets/data/characters/mona/en.json @@ -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" + } + ] } diff --git a/assets/data/characters/rosaria/en.json b/assets/data/characters/rosaria/en.json index 3d07f686..fce1469d 100644 --- a/assets/data/characters/rosaria/en.json +++ b/assets/data/characters/rosaria/en.json @@ -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" + } + ] } diff --git a/assets/images/characters/amber/outfit-100-outrider b/assets/images/characters/amber/outfit-100-outrider new file mode 100644 index 00000000..4317b4d4 Binary files /dev/null and b/assets/images/characters/amber/outfit-100-outrider differ diff --git a/assets/images/characters/ayaka/outfit-springbloom-missive b/assets/images/characters/ayaka/outfit-springbloom-missive new file mode 100644 index 00000000..18e20c6f Binary files /dev/null and b/assets/images/characters/ayaka/outfit-springbloom-missive differ diff --git a/assets/images/characters/diluc/outfit-red-dead-of-night b/assets/images/characters/diluc/outfit-red-dead-of-night new file mode 100644 index 00000000..e8373c43 Binary files /dev/null and b/assets/images/characters/diluc/outfit-red-dead-of-night differ diff --git a/assets/images/characters/fischl/outfit-ein-immernachtstraum b/assets/images/characters/fischl/outfit-ein-immernachtstraum new file mode 100644 index 00000000..036dc089 Binary files /dev/null and b/assets/images/characters/fischl/outfit-ein-immernachtstraum differ diff --git a/assets/images/characters/jean/outfit-gunnhildr-s-legacy b/assets/images/characters/jean/outfit-gunnhildr-s-legacy new file mode 100644 index 00000000..54225fb8 Binary files /dev/null and b/assets/images/characters/jean/outfit-gunnhildr-s-legacy differ diff --git a/assets/images/characters/kaeya/outfit-sailwind-shadow b/assets/images/characters/kaeya/outfit-sailwind-shadow new file mode 100644 index 00000000..73e98c01 Binary files /dev/null and b/assets/images/characters/kaeya/outfit-sailwind-shadow differ diff --git a/assets/images/characters/klee/outfit-blossoming-starlight b/assets/images/characters/klee/outfit-blossoming-starlight new file mode 100644 index 00000000..48edddc3 Binary files /dev/null and b/assets/images/characters/klee/outfit-blossoming-starlight differ diff --git a/assets/images/characters/lisa/outfit-a-sobriquet-under-shade b/assets/images/characters/lisa/outfit-a-sobriquet-under-shade new file mode 100644 index 00000000..a2e8348a Binary files /dev/null and b/assets/images/characters/lisa/outfit-a-sobriquet-under-shade differ diff --git a/assets/images/characters/mona/outfit-pact-of-stars-and-moon b/assets/images/characters/mona/outfit-pact-of-stars-and-moon new file mode 100644 index 00000000..0e71c48a Binary files /dev/null and b/assets/images/characters/mona/outfit-pact-of-stars-and-moon differ diff --git a/assets/images/characters/rosaria/outfit-to-the-church-s-free-spirit b/assets/images/characters/rosaria/outfit-to-the-church-s-free-spirit new file mode 100644 index 00000000..6586757d Binary files /dev/null and b/assets/images/characters/rosaria/outfit-to-the-church-s-free-spirit differ