Skip to content

Commit 4e25d13

Browse files
committed
Add new spiral abyss
1 parent 8741f15 commit 4e25d13

File tree

3 files changed

+154
-1
lines changed

3 files changed

+154
-1
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/data/gamedata/abyss_floors.json

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4214,5 +4214,115 @@
42144214
]
42154215
}
42164216
]
4217+
},
4218+
"72": {
4219+
"teams": 2,
4220+
"leyline": "All party members receive a 75% Geo DMG Bonus.",
4221+
"chambers": [
4222+
{
4223+
"chamber": 1,
4224+
"level": 88,
4225+
"conds": "More than 20/40/60% HP left",
4226+
"monsters": [
4227+
[
4228+
"Large Electro Slime",
4229+
"Mutant Electro Slime",
4230+
"Large Cryo Slime",
4231+
"Large Hydro Slime",
4232+
"Large Pyro Slime"
4233+
],
4234+
[
4235+
"Dendro Specter",
4236+
"Anemo Specter",
4237+
"Hydro Mimic Mallard",
4238+
"Hydro Mimic Crane",
4239+
"Hydro Mimic Boar"
4240+
]
4241+
]
4242+
},
4243+
{
4244+
"chamber": 2,
4245+
"level": 90,
4246+
"conds": "More than 60/180/300 seconds left",
4247+
"monsters": [
4248+
[
4249+
"Sternshield Crab",
4250+
"Cherubic Sea Hare",
4251+
"Bubbler Seahorse",
4252+
"Ruin Grader"
4253+
],
4254+
[
4255+
"Hydro Hilichurl Rogue",
4256+
"Ruin Drake: Earthguard"
4257+
]
4258+
]
4259+
},
4260+
{
4261+
"chamber": 3,
4262+
"level": 92,
4263+
"conds": "More than 180/300/420 seconds left",
4264+
"monsters": [
4265+
[
4266+
"Construction Specialist Mek - Pneuma",
4267+
"Annihilation Specialist Mek - Pneuma"
4268+
],
4269+
[
4270+
"Jadeplume Terrorshroom"
4271+
]
4272+
]
4273+
}
4274+
]
4275+
},
4276+
"73": {
4277+
"teams": 2,
4278+
"leyline": "For this floor only, the Ley Line flow will be normal.",
4279+
"chambers": [
4280+
{
4281+
"chamber": 1,
4282+
"level": 95,
4283+
"conds": "More than 180/300/420 seconds left",
4284+
"monsters": [
4285+
[
4286+
"Perpetual Mechanical Array"
4287+
],
4288+
[
4289+
"Thunder Manifestation"
4290+
]
4291+
]
4292+
},
4293+
{
4294+
"chamber": 2,
4295+
"level": 98,
4296+
"conds": "More than 180/300/420 seconds left",
4297+
"monsters": [
4298+
[
4299+
"Construction Specialist Mek - Pneuma",
4300+
"Ruin Guard",
4301+
"Ruin Grader"
4302+
],
4303+
[
4304+
"Geovishap",
4305+
"Large Geo Slime",
4306+
"Geo Specter",
4307+
"Stonehide Lawachurl"
4308+
]
4309+
]
4310+
},
4311+
{
4312+
"chamber": 3,
4313+
"level": 100,
4314+
"conds": "More than 180/300/420 seconds left",
4315+
"monsters": [
4316+
[
4317+
"Hydro Tulpa"
4318+
],
4319+
[
4320+
"Thunderhelm Lawachurl",
4321+
"Eremite Scorching Loremaster",
4322+
"Eremite Floral Ring-Dancer"
4323+
]
4324+
]
4325+
}
4326+
]
42174327
}
42184328
}

src/data/gamedata/abyss_schedule.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1736,5 +1736,49 @@
17361736
70,
17371737
71
17381738
]
1739+
},
1740+
"79": {
1741+
"start": "2024-01-01 04:00:00",
1742+
"end": "2024-01-16 03:59:59",
1743+
"buff": "Sturdy Moon",
1744+
"buffDesc": "After a character obtains an Elemental Shard created by the Crystallize reaction, they will gain the Redoubtable state. Active characters in this state deal 15% increased DMG. This state lasts for 8s and can stack up to 3 times, with the duration of each stack counted independently.",
1745+
"regularFloors": [
1746+
1,
1747+
2,
1748+
3,
1749+
4,
1750+
5,
1751+
6,
1752+
7,
1753+
8
1754+
],
1755+
"spiralAbyssFloors": [
1756+
64,
1757+
65,
1758+
72,
1759+
73
1760+
]
1761+
},
1762+
"80": {
1763+
"start": "2024-01-16 04:00:00",
1764+
"end": "2024-02-01 03:59:59",
1765+
"buff": "Bursting Moon",
1766+
"buffDesc": "After a character obtains an Elemental Shard created by the Crystallize reaction, it will be counted. When the count reaches 3, a shockwave will be released at the character's location, dealing True DMG to nearby opponents, and resetting the count. 1 such shockwave can be triggered every 6s.",
1767+
"regularFloors": [
1768+
1,
1769+
2,
1770+
3,
1771+
4,
1772+
5,
1773+
6,
1774+
7,
1775+
8
1776+
],
1777+
"spiralAbyssFloors": [
1778+
64,
1779+
65,
1780+
72,
1781+
73
1782+
]
17391783
}
17401784
}

0 commit comments

Comments
 (0)