Skip to content

Commit 8326b55

Browse files
committed
Update abyss floors
1 parent 5dbfbd9 commit 8326b55

File tree

1 file changed

+105
-2
lines changed

1 file changed

+105
-2
lines changed

src/data/gamedata/abyss_floors.json

Lines changed: 105 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1924,10 +1924,113 @@
19241924
},
19251925
"34": {
19261926
"teams": 2,
1927-
"leyline": "All party members' Normal Attack DMG increased by 50%."
1927+
"leyline": "All party members' Normal Attack DMG increased by 50%.",
1928+
"chambers": [
1929+
{
1930+
"chamber": 1,
1931+
"level": 87,
1932+
"conds": "More than 20/40/60% HP left",
1933+
"monsters": [
1934+
[
1935+
"Ruin Cruiser",
1936+
"Ruin Destroyer"
1937+
],
1938+
[
1939+
"Electro Abyss Mage",
1940+
"Thunderhelm Lawachurl",
1941+
"Electro Hilichurl Grenadier",
1942+
"Hilichurl Grenadier",
1943+
"Pyro Hilichurl Shooter"
1944+
]
1945+
]
1946+
},
1947+
{
1948+
"chamber": 2,
1949+
"level": 89,
1950+
"conds": "More than 60/180/300 seconds left",
1951+
"monsters": [
1952+
[
1953+
"Large Pyro Slime",
1954+
"Large Electro Slime",
1955+
"Pyro Specter",
1956+
"Electro Specter"
1957+
],
1958+
[
1959+
"Hydro Mimic Boar",
1960+
"Hydro Mimic Crane",
1961+
"Hydro Mimic Crab",
1962+
"Hydro Mimic Finch",
1963+
"Hydro Mimic Mallard",
1964+
"Hydro Mimic Ferret",
1965+
"Hydro Mimic Frog",
1966+
"Hydro Mimic Raptor"
1967+
]
1968+
]
1969+
},
1970+
{
1971+
"chamber": 3,
1972+
"level": 91,
1973+
"conds": "More than 180/300/420 seconds left",
1974+
"monsters": [
1975+
[
1976+
"Mirror Maiden",
1977+
"Kairagi: Dancing Thunder",
1978+
"Kairagi: Fiery Might"
1979+
],
1980+
[
1981+
"Thunder Manifestation"
1982+
]
1983+
]
1984+
}
1985+
]
19281986
},
19291987
"35": {
19301988
"teams": 2,
1931-
"leyline": "Certain opponents in this challenge possess the Honed Spirit effect, which grants them 10% Physical and All Elemental RES. When opponents with Honed Spirit take hits from attacks that are considered Normal Attack DMG, they will lose 3% Physical and All Elemental RES. A maximum of 30% of each may be lost this way. The RES lost this way will be reset every 20s."
1989+
"leyline": "Certain opponents in this challenge possess the Honed Spirit effect, which grants them 10% Physical and All Elemental RES. When opponents with Honed Spirit take hits from attacks that are considered Normal Attack DMG, they will lose 3% Physical and All Elemental RES. A maximum of 30% of each may be lost this way. The RES lost this way will be reset every 20s.",
1990+
"chambers": [
1991+
{
1992+
"chamber": 1,
1993+
"level": 94,
1994+
"conds": "More than 180/300/420 seconds left",
1995+
"monsters": [
1996+
[
1997+
"Perpetual Mechanical Array"
1998+
],
1999+
[
2000+
"Abyss Lector: Fathomless Flames",
2001+
"Dendro Samachurl",
2002+
"Pyro Abyss Mage",
2003+
"Rockfond Rifthound Whelp"
2004+
]
2005+
]
2006+
},
2007+
{
2008+
"chamber": 2,
2009+
"level": 97,
2010+
"conds": "More than 180/300/420 seconds left",
2011+
"monsters": [
2012+
[
2013+
"Primo Geovishap"
2014+
],
2015+
[
2016+
"Abyss Herald: Wicked Torrents"
2017+
]
2018+
]
2019+
},
2020+
{
2021+
"chamber": 3,
2022+
"level": 99,
2023+
"conds": "More than 180/300/420 seconds left",
2024+
"monsters": [
2025+
[
2026+
"Ruin Guard",
2027+
"Ruin Grader"
2028+
],
2029+
[
2030+
"Maguu Kenki"
2031+
]
2032+
]
2033+
}
2034+
]
19322035
}
19332036
}

0 commit comments

Comments
 (0)