Skip to content

Commit 4ed7fe5

Browse files
committed
Add "Alhaitham" and "Yaoyao"
Add 3.4 abyss placeholders Add "Light of Foliar Incision" weapon Update "The Exquisite Night Chimes" link
1 parent 5156430 commit 4ed7fe5

File tree

5 files changed

+1355
-8
lines changed

5 files changed

+1355
-8
lines changed

src/data/events.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2229,7 +2229,7 @@
22292229
{
22302230
"name": "\"The Exquisite Night Chimes\" Event",
22312231
"type": "In-game",
2232-
"link": "https://www.hoyolab.com/article/15074939",
2232+
"link": "https://www.hoyolab.com/article/15099055",
22332233
"img": "https://upload-os-bbs.hoyolab.com/upload/2023/01/17/46b3039ccd839cda4bbdb943c9307650_5547452625956798858.jpg",
22342234
"start": "2023-01-19 10:00:00",
22352235
"end": "2023-02-06 03:59:59",

src/data/gamedata/abyss_floors.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3130,5 +3130,13 @@
31303130
]
31313131
}
31323132
]
3133+
},
3134+
"54": {
3135+
"teams": 2,
3136+
"leyline": "All characters in the party gain a 75% Dendro DMG Bonus."
3137+
},
3138+
"55": {
3139+
"teams": 2,
3140+
"leyline": "For this floor only, the Ley Line flow will be normal."
31333141
}
31343142
}

src/data/gamedata/abyss_schedule.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,5 +1252,71 @@
12521252
52,
12531253
53
12541254
]
1255+
},
1256+
"57": {
1257+
"start": "2023-02-01 04:00:00",
1258+
"end": "2023-02-16 03:59:59",
1259+
"buff": "Thorn-Twisted Moon",
1260+
"buffDesc": "The Dendro RES and Electro RES will be decreased by 30% for opponents that are under the Quickened state. This effect will be removed 2s after the Quickened state ends.",
1261+
"regularFloors": [
1262+
1,
1263+
2,
1264+
3,
1265+
4,
1266+
5,
1267+
6,
1268+
7,
1269+
8
1270+
],
1271+
"spiralAbyssFloors": [
1272+
44,
1273+
45,
1274+
54,
1275+
55
1276+
]
1277+
},
1278+
"58": {
1279+
"start": "2023-02-16 04:00:00",
1280+
"end": "2023-03-01 03:59:59",
1281+
"buff": "Verdant Moon",
1282+
"buffDesc": "After a character deals Dendro DMG to opponents through Normal Attack, Charged Attack, Plunging Attack, Elemental Skill, or Elemental Burst, the character will gain one stack of Verdant Vigor: DMG dealt by the character will be increased by 8% for 6s. This effect can be triggered once every 0.1s. Max 6 stacks. Each stack's duration is counted independently.",
1283+
"regularFloors": [
1284+
1,
1285+
2,
1286+
3,
1287+
4,
1288+
5,
1289+
6,
1290+
7,
1291+
8
1292+
],
1293+
"spiralAbyssFloors": [
1294+
44,
1295+
45,
1296+
54,
1297+
55
1298+
]
1299+
},
1300+
"59": {
1301+
"start": "2023-03-01 04:00:00",
1302+
"end": "2023-03-16 03:59:59",
1303+
"buff": "Luxuriant Moon",
1304+
"buffDesc": "When a character triggers a Spread or Aggravate reaction on an opponent, a shockwave will be unleashed at the opponent's position, dealing True DMG. A shockwave can be unleashed this way every 3s.",
1305+
"regularFloors": [
1306+
1,
1307+
2,
1308+
3,
1309+
4,
1310+
5,
1311+
6,
1312+
7,
1313+
8
1314+
],
1315+
"spiralAbyssFloors": [
1316+
44,
1317+
45,
1318+
54,
1319+
55
1320+
]
12551321
}
12561322
}

0 commit comments

Comments
 (0)