Skip to content

Commit db98ec1

Browse files
committed
Add 2.6 spiral abyss placeholders
1 parent c14cebc commit db98ec1

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
@@ -2142,5 +2142,13 @@
21422142
]
21432143
}
21442144
]
2145+
},
2146+
"38": {
2147+
"teams": 2,
2148+
"leyline": "All characters in the party gain a 75% Anemo DMG Bonus."
2149+
},
2150+
"39": {
2151+
"teams": 2,
2152+
"leyline": "For this floor only, the ley line flow will be normal."
21452153
}
21462154
}

src/data/gamedata/abyss_schedule.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,5 +812,71 @@
812812
36,
813813
37
814814
]
815+
},
816+
"37": {
817+
"start": "2022-04-01 04:00:00",
818+
"end": "2022-04-16 03:59:59",
819+
"buff": "Sheet-Ice Moon",
820+
"buffDesc": "After a character's Normal Attack hits an opponent, this opponent will be afflicted with a Mark of Ending. After 10s, this Mark of Ending will be removed, dealing True DMG to this opponent. When a character's Normal Attack hits an opponent with a Mark of Ending, the DMG dealt by the Mark of Ending's removal will be increased. This DMG can be increased 9 times.",
821+
"regularFloors": [
822+
1,
823+
2,
824+
3,
825+
4,
826+
5,
827+
6,
828+
7,
829+
8
830+
],
831+
"spiralAbyssFloors": [
832+
24,
833+
25,
834+
38,
835+
39
836+
]
837+
},
838+
"38": {
839+
"start": "2022-04-16 04:00:00",
840+
"end": "2022-05-01 03:59:59",
841+
"buff": "Snap-Rain Moon",
842+
"buffDesc": "After a character's Normal Attacks hit opponents, the DMG dealt by this character's Normal Attacks will increase by 12% for 5s. This effect can stack up to 5 times. Each stack is calculated independently. This effect can be triggered once every 0.1s.",
843+
"regularFloors": [
844+
1,
845+
2,
846+
3,
847+
4,
848+
5,
849+
6,
850+
7,
851+
8
852+
],
853+
"spiralAbyssFloors": [
854+
24,
855+
25,
856+
38,
857+
39
858+
]
859+
},
860+
"39": {
861+
"start": "2022-05-01 04:00:00",
862+
"end": "2022-05-16 03:59:59",
863+
"buff": "Iris Moon",
864+
"buffDesc": "After a character's Normal Attack deals DMG to an opponent, the Physical/Elemental RES of this opponent will decrease by 6% for 5s, matching the type of DMG dealt. This can stack up to 7 times. RES decreases of different types can co-exist, and their stacks and timers will be independent of each other.",
865+
"regularFloors": [
866+
1,
867+
2,
868+
3,
869+
4,
870+
5,
871+
6,
872+
7,
873+
8
874+
],
875+
"spiralAbyssFloors": [
876+
24,
877+
25,
878+
38,
879+
39
880+
]
815881
}
816882
}

0 commit comments

Comments
 (0)