Skip to content

Commit 893f533

Browse files
committed
Update spiral abyss
1 parent 208bbbc commit 893f533

File tree

2 files changed

+177
-0
lines changed

2 files changed

+177
-0
lines changed

src/data/gamedata/abyss_floors.json

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4103,5 +4103,116 @@
41034103
]
41044104
}
41054105
]
4106+
},
4107+
"70": {
4108+
"teams": 2,
4109+
"leyline": "All characters in the party gain a 60% Electro DMG Bonus.\nAll party members receive a 60% Hydro DMG Bonus.",
4110+
"chambers": [
4111+
{
4112+
"chamber": 1,
4113+
"level": 88,
4114+
"conds": "More than 20/40/60% HP left",
4115+
"monsters": [
4116+
[
4117+
"Sternshield Crab",
4118+
"Pyro Whopperflower",
4119+
"Large Pyro Slime"
4120+
],
4121+
[
4122+
"Ruin Scout",
4123+
"Ruin Destroyer",
4124+
"Ruin Grader"
4125+
]
4126+
]
4127+
},
4128+
{
4129+
"chamber": 2,
4130+
"level": 90,
4131+
"conds": "More than 60/180/300 seconds left",
4132+
"monsters": [
4133+
[
4134+
"Abyss Lector: Fathomless Flames",
4135+
"Dendro Samachurl"
4136+
],
4137+
[
4138+
"Primal Construct: Repulsor",
4139+
"Primal Construct: Reshaper",
4140+
"Primal Construct: Prospector",
4141+
"Eremite Stone Enchanter"
4142+
]
4143+
]
4144+
},
4145+
{
4146+
"chamber": 3,
4147+
"level": 92,
4148+
"conds": "More than 180/300/420 seconds left",
4149+
"monsters": [
4150+
[
4151+
"Veteran Frost Operative",
4152+
"Veteran Wind Operative"
4153+
],
4154+
[
4155+
"Primordial Bathysmal Vishap"
4156+
]
4157+
]
4158+
}
4159+
]
4160+
},
4161+
"71": {
4162+
"teams": 2,
4163+
"leyline": "For this floor only, the Ley Line flow will be normal.",
4164+
"chambers": [
4165+
{
4166+
"chamber": 1,
4167+
"level": 95,
4168+
"conds": "More than 180/300/420 seconds left",
4169+
"monsters": [
4170+
[
4171+
"Thundercraven Rifthound",
4172+
"Pyro Abyss Mage",
4173+
"Large Overgrown Breacher Primus",
4174+
"Abyss Lector: Fathomless Flames",
4175+
"Dendro Samachurl"
4176+
],
4177+
[
4178+
"Algorithm of Semi-Intransient Matrix of Overseer Network"
4179+
]
4180+
]
4181+
},
4182+
{
4183+
"chamber": 2,
4184+
"level": 98,
4185+
"conds": "More than 180/300/420 seconds left",
4186+
"monsters": [
4187+
[
4188+
"Annihilation Specialist Mek - Ousia",
4189+
"Assault Specialist Mek - Ousia",
4190+
"Construction Specialist Mek - Pneuma",
4191+
"Geological Survey Mek - Pneuma",
4192+
"Recon Log Mek - Pneuma",
4193+
"Nimble Harvester Mek - Pneuma"
4194+
],
4195+
[
4196+
"Jadeplume Terrorshroom"
4197+
]
4198+
]
4199+
},
4200+
{
4201+
"chamber": 3,
4202+
"level": 100,
4203+
"conds": "More than 180/300/420 seconds left",
4204+
"monsters": [
4205+
[
4206+
"Abyss Lector: Fathomless Flames",
4207+
"Kairagi: Dancing Thunder",
4208+
"Kairagi: Fiery Might",
4209+
"Fatui Skirmisher - Pyroslinger Bracer"
4210+
],
4211+
[
4212+
"Icewind Suite: Dirge of Coppelia"
4213+
]
4214+
]
4215+
}
4216+
]
41064217
}
41074218
}

src/data/gamedata/abyss_schedule.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,5 +1670,71 @@
16701670
68,
16711671
69
16721672
]
1673+
},
1674+
"76": {
1675+
"start": "2023-11-16 04:00:00",
1676+
"end": "2023-12-01 03:59:59",
1677+
"buff": "Tidal Moon",
1678+
"buffDesc": "When a character's HP increases or decreases, it will be counted. When it reaches a total of 12, a shockwave will be unleashed at the character's position, dealing True DMG to nearby opponents and clearing the count. 1 such shockwave can be unleashed every 4s.",
1679+
"regularFloors": [
1680+
1,
1681+
2,
1682+
3,
1683+
4,
1684+
5,
1685+
6,
1686+
7,
1687+
8
1688+
],
1689+
"spiralAbyssFloors": [
1690+
64,
1691+
65,
1692+
70,
1693+
71
1694+
]
1695+
},
1696+
"77": {
1697+
"start": "2023-12-01 04:00:00",
1698+
"end": "2023-12-16 03:59:59",
1699+
"buff": "Uncanny Moon",
1700+
"buffDesc": "When off-field characters deal Elemental Skill DMG to an opponent, an Uncanny Mark will be placed upon that opponent. When another active character hits a marked opponent with an attack of the same Elemental Type, a shockwave will be unleashed at that opponent's position, dealing True DMG. The Uncanny Mark lasts 5s, and Marks created through different attacks with different Elemental Types can exist independently. 1 such shockwave can be unleashed every 2s. When a character enters the field, the Uncanny Marks placed by that character on opponents will be removed.",
1701+
"regularFloors": [
1702+
1,
1703+
2,
1704+
3,
1705+
4,
1706+
5,
1707+
6,
1708+
7,
1709+
8
1710+
],
1711+
"spiralAbyssFloors": [
1712+
64,
1713+
65,
1714+
70,
1715+
71
1716+
]
1717+
},
1718+
"78": {
1719+
"start": "2023-12-16 04:00:00",
1720+
"end": "2024-01-01 03:59:59",
1721+
"buff": "Soaring Moon",
1722+
"buffDesc": "After a character takes the field, they will gain one stack of Soar every 2.5s. Each stack will increase the DMG dealt by this character by 8%. Max 3 stacks. A character with 3 stacks will unleash a shockwave at an opponent's position when they deal DMG to that opponent, dealing True DMG. This effect will be cleared when the character leaves the field. 1 such shockwave can be unleashed every 1s.",
1723+
"regularFloors": [
1724+
1,
1725+
2,
1726+
3,
1727+
4,
1728+
5,
1729+
6,
1730+
7,
1731+
8
1732+
],
1733+
"spiralAbyssFloors": [
1734+
64,
1735+
65,
1736+
70,
1737+
71
1738+
]
16731739
}
16741740
}

0 commit comments

Comments
 (0)