Skip to content

Commit 7b8e9c2

Browse files
committed
Add 2.7 Abyss cycles
1 parent 4788fcb commit 7b8e9c2

2 files changed

Lines changed: 74 additions & 0 deletions

File tree

src/data/gamedata/abyss_floors.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2273,5 +2273,13 @@
22732273
]
22742274
}
22752275
]
2276+
},
2277+
"40": {
2278+
"teams": 2,
2279+
"leyline": "DMG dealt by claymore-wielding characters increased by 75%."
2280+
},
2281+
"41": {
2282+
"teams": 2,
2283+
"leyline": "For this floor only, the ley line flow will be normal."
22762284
}
22772285
}

src/data/gamedata/abyss_schedule.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,5 +900,71 @@
900900
38,
901901
39
902902
]
903+
},
904+
"41": {
905+
"start": "2022-06-01 04:00:00",
906+
"end": "2022-06-16 03:59:59",
907+
"buff": "Closing Moon",
908+
"buffDesc": "After the active character uses an Elemental Skill, >Normal Attack DMG is increased by 16% for 8s. Max 3 stacks. Stacks are counted independently.",
909+
"regularFloors": [
910+
1,
911+
2,
912+
3,
913+
4,
914+
5,
915+
6,
916+
7,
917+
8
918+
],
919+
"spiralAbyssFloors": [
920+
24,
921+
25,
922+
40,
923+
41
924+
]
925+
},
926+
"42": {
927+
"start": "2022-06-16 04:00:00",
928+
"end": "2022-07-01 03:59:59",
929+
"buff": "Matched Moon",
930+
"buffDesc": "After a character's Elemental Skill hits an opponent, that opponent's Physical and All Elemental RES will be decreased by 12% for 8s. Max 3 stacks. Stacks are counted independently.",
931+
"regularFloors": [
932+
1,
933+
2,
934+
3,
935+
4,
936+
5,
937+
6,
938+
7,
939+
8
940+
],
941+
"spiralAbyssFloors": [
942+
24,
943+
25,
944+
40,
945+
41
946+
]
947+
},
948+
"43": {
949+
"start": "2022-07-01 04:00:00",
950+
"end": "2022-07-16 03:59:59",
951+
"buff": "Steelsunder Moon",
952+
"buffDesc": "After the active character uses an Elemental Skill, that character's next Normal Attack that hits an opponent will unleash a shockwave at that opponent's position, dealing DMG. This effect can occur once every 1.2s.",
953+
"regularFloors": [
954+
1,
955+
2,
956+
3,
957+
4,
958+
5,
959+
6,
960+
7,
961+
8
962+
],
963+
"spiralAbyssFloors": [
964+
24,
965+
25,
966+
40,
967+
41
968+
]
903969
}
904970
}

0 commit comments

Comments
 (0)