diff --git a/src/data/events.json b/src/data/events.json index 8269280..a748265 100644 --- a/src/data/events.json +++ b/src/data/events.json @@ -1447,8 +1447,8 @@ { "name": "Event Wish \"Leaves in the Wind\"", "type": "Banner", - "img": "https://i.imgur.com/8VHahtt.png", - "prediction": true, + "link": "https://www.hoyolab.com/article/5915985", + "img": "https://upload-os-bbs.hoyolab.com/upload/2022/07/11/1015537/6a8aacd1a7af648d7e7a1184d11af2ec_5518970329961643281.jpg", "start": "2022-07-13 11:00:00", "start_server": false, "end": "2022-08-02 17:59:00", @@ -1457,7 +1457,8 @@ { "name": "Event Wish \"Sparkling Steps\"", "type": "Banner", - "img": "https://i.imgur.com/8VHahtt.png", + "link": "https://www.hoyolab.com/article/5915988", + "img": "https://upload-os-bbs.hoyolab.com/upload/2022/07/11/1015537/1667dc1eb265d1638839ad3d0c52dbc8_7584677411521188711.jpg", "prediction": true, "start": "2022-07-13 11:00:00", "start_server": false, @@ -1467,8 +1468,8 @@ { "name": "Event Wish \"Epitome Invocation\"", "type": "Banner", - "img": "https://i.imgur.com/8VHahtt.png", - "prediction": true, + "link": "https://www.hoyolab.com/article/5915986", + "img": "https://upload-os-bbs.hoyolab.com/upload/2022/07/11/1015537/f40ad36d2e2b3f75375940183f404e23_4819553739992762925.jpg", "start": "2022-07-13 11:00:00", "start_server": false, "end": "2022-08-02 17:59:00", @@ -1493,7 +1494,11 @@ { "name": "Summertime Odyssey", "type": "In-game", - "img": "https://i.imgur.com/3VH6Nbi.png" + "img": "https://i.imgur.com/3VH6Nbi.png", + "start": "2022-07-15 10:00:00", + "end": "2022-08-24 06:00:00", + "end_server": false, + "reminder": "end" }, { "name": "Reminiscent Regimen", @@ -1503,12 +1508,19 @@ { "name": "Resonating Visions", "type": "In-game", - "img": "https://i.imgur.com/PoXC6xa.png" + "img": "https://i.imgur.com/PoXC6xa.png", + "start": "2022-07-15 10:00:00", + "end": "2022-08-24 06:00:00", + "end_server": false, + "reminder": "end" }, { "name": "Hidden Strife", "type": "In-game", - "img": "https://i.imgur.com/d3yEzxX.png" + "img": "https://i.imgur.com/d3yEzxX.png", + "start": "2022-07-27 10:00:00", + "end": "2022-08-15 03:59:00", + "reminder": "end" }, { "name": "Evermotion Mechanical Painting", diff --git a/src/data/gamedata/abyss_floors.json b/src/data/gamedata/abyss_floors.json index 31f1be5..973f048 100644 --- a/src/data/gamedata/abyss_floors.json +++ b/src/data/gamedata/abyss_floors.json @@ -2388,5 +2388,13 @@ ] } ] + }, + "42": { + "teams": 2, + "leyline": "All party members receive a 75% Pyro DMG Bonus" + }, + "43": { + "teams": 2, + "leyline": "For this floor only, the ley line flow will be normal." } } \ No newline at end of file diff --git a/src/data/gamedata/abyss_schedule.json b/src/data/gamedata/abyss_schedule.json index d584c17..d209671 100644 --- a/src/data/gamedata/abyss_schedule.json +++ b/src/data/gamedata/abyss_schedule.json @@ -966,5 +966,71 @@ 40, 41 ] + }, + "44": { + "start": "2022-07-16 04:00:00", + "end": "2022-08-01 03:59:59", + "buff": "Valiant Moon", + "buffDesc": "When a character takes the field, they will gain 1 Fortitude stack every 2s. This will increase their ATK by 20%. Max 3 stacks. When characters with 3 Fortitude stacks hit opponents with Charged Attacks, a shockwave will be unleashed at the opponents' position, dealing True DMG. A shockwave can be unleashed in this manner once every 2s. When the character leaves the field, all their Fortitude stacks will be cleared.", + "regularFloors": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8 + ], + "spiralAbyssFloors": [ + 24, + 25, + 42, + 43 + ] + }, + "45": { + "start": "2022-08-01 04:00:00", + "end": "2022-08-16 03:59:59", + "buff": "Windswept Moon", + "buffDesc": "When a character triggers Swirl on an opponent, that opponent's DEF is decreased by 12% for 10s. Max 3 stacks. Each stack's duration is counted independently.", + "regularFloors": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8 + ], + "spiralAbyssFloors": [ + 24, + 25, + 42, + 43 + ] + }, + "46": { + "start": "2022-08-16 04:00:00", + "end": "2022-09-01 03:59:59", + "buff": "Shivered Moon", + "buffDesc": "After the active character's Normal, Charged, or Plunging Attacks hit opponents, that character's Normal, Charged, and Plunging Attack DMG is increased by 12% for 8s. This effect can be triggered once every 0.1s. Max 4 stacks. Each stack's duration is counted independently. This effect will be cleared if the character leaves the field.", + "regularFloors": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8 + ], + "spiralAbyssFloors": [ + 24, + 25, + 42, + 43 + ] } } \ No newline at end of file diff --git a/src/data/gamedata/characters.json b/src/data/gamedata/characters.json index 352ada3..82dacc5 100644 --- a/src/data/gamedata/characters.json +++ b/src/data/gamedata/characters.json @@ -4519,6 +4519,26 @@ } } }, + "Collei": { + "name": "Collei", + "desc": "\"Oh, you're going to Sumeru? Can you give my regards to Collei? Well... it's been so long, I wonder if her hair has grown out and if she's taller?\" — Amber", + "weaponType": "Bow", + "icon": "https://i.imgur.com/na2IRvM.png", + "media": { + "imgs": [ + "https://upload-os-bbs.hoyolab.com/upload/2022/07/11/1015537/ec24135ef629a8907787d302c88a4936_3952715796977164450.jpg", + "https://upload-os-bbs.hoyolab.com/upload/2022/07/11/1015537/24df2696a72666ac91ec2091584e1a71_5530636827900312701.jpg" + ] + }, + "meta": { + "association": "Sumeru", + "title": "Sprout of Rebirth", + "detail": "\"Oh, you're going to Sumeru? Can you give my regards to Collei? Well... it's been so long, I wonder if her hair has grown out and if she's taller?\" — Amber", + "constellation": "Leptailurus Cervarius", + "affiliation": "Avidya Forest Ranger Trainee", + "element": "Dendro" + } + }, "Diluc": { "name": "Diluc", "desc": "The tycoon of a winery empire in Mondstadt, unmatched in every possible way.", @@ -5715,6 +5735,25 @@ } } }, + "Dori": { + "name": "Dori", + "desc": "\"No matter how rare the experimental materials are, you can buy them from Dori. I don't know where she gets her goods from... Also, make sure you pay attention to the price when you buy from her. My heart aches every time I pay the bill.\" — Tighnari", + "icon": "https://i.imgur.com/UhToAdl.png", + "media": { + "imgs": [ + "https://upload-os-bbs.hoyolab.com/upload/2022/07/11/1015537/da95988f4bc8fd46ef2067c06d0a9b20_8226307082552196439.jpg", + "https://upload-os-bbs.hoyolab.com/upload/2022/07/11/1015537/600d57cc32ef427d87290eef9261e445_6412562772907320108.jpg" + ] + }, + "meta": { + "association": "Sumeru", + "title": "Treasure of Dream Garden", + "detail": "\"No matter how rare the experimental materials are, you can buy them from Dori. I don't know where she gets her goods from... Also, make sure you pay attention to the price when you buy from her. My heart aches every time I pay the bill.\" — Tighnari", + "constellation": "Magicae Lucerna", + "affiliation": "Sumeru Merchant", + "element": "Electro" + } + }, "Eula": { "name": "Eula", "desc": "The Spindrift Knight, a scion of the old aristocracy, and the Captain of the Knights of Favonius Reconnaissance Company. The reason for which a descendant of the ancient nobles might join the Knights remains a great mystery in Mondstadt to this very day.", @@ -22325,6 +22364,25 @@ } } }, + "Tighnari": { + "name": "Tighnari", + "desc": "\"A message for you. I brought back a specialty from the desert, two packs of honeyed dates, which helps to replenish your energy, whether in the morning or at night. Thank you for your patience in teaching and taking care of Collei. Good luck with your work and best wishes for Collei's studies.\"\n—An anonymously written message left inside a candy box, placed on the watcher's table.", + "icon": "https://i.imgur.com/UhToAdl.png", + "media": { + "imgs": [ + "https://upload-os-bbs.hoyolab.com/upload/2022/07/11/1015537/176aad92d61c6da625c6655681e166fa_7109809965695512857.jpg", + "https://upload-os-bbs.hoyolab.com/upload/2022/07/11/1015537/b95274850500f0d71f288f412afc92fb_5552825347965845106.jpg" + ] + }, + "meta": { + "association": "Sumeru", + "title": "Verdant Strider", + "detail": "\"A message for you. I brought back a specialty from the desert, two packs of honeyed dates, which helps to replenish your energy, whether in the morning or at night. Thank you for your patience in teaching and taking care of Collei. Good luck with your work and best wishes for Collei's studies.\"\n—An anonymously written message left inside a candy box, placed on the watcher's table.", + "constellation": "Vulpes Zerda", + "affiliation": "Avidya Forest Watcher", + "element": "Dendro" + } + }, "Traveler": { "name": "Traveler", "desc": "A traveler from another world who had their only kin taken away, forcing them to embark on a journey to find The Seven.",