You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/gamedata/abyss_floors.json
+105-2Lines changed: 105 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1924,10 +1924,113 @@
1924
1924
},
1925
1925
"34": {
1926
1926
"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
+
]
1928
1986
},
1929
1987
"35": {
1930
1988
"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.",
0 commit comments