Skip to content

Commit 5cdea28

Browse files
committed
Add enemies of new abyss cycle
1 parent d6a63ca commit 5cdea28

File tree

1 file changed

+104
-2
lines changed

1 file changed

+104
-2
lines changed

src/data/gamedata/abyss_floors.json

Lines changed: 104 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2035,10 +2035,112 @@
20352035
},
20362036
"36": {
20372037
"teams": 2,
2038-
"leyline": "All characters in the party gain a 60% Electro DMG Bonus.\nAll party members gain 30% Healing Bonus."
2038+
"leyline": "All characters in the party gain a 60% Electro DMG Bonus.\nAll party members gain 30% Healing Bonus.",
2039+
"chambers": [
2040+
{
2041+
"chamber": 1,
2042+
"level": 87,
2043+
"conds": "More than 60/180/300 seconds left",
2044+
"monsters": [
2045+
[
2046+
"Abyss Herald: Wicked Torrents",
2047+
"Cryo Abyss Mage"
2048+
],
2049+
[
2050+
"Geovishap",
2051+
"Pyro Whopperflower",
2052+
"Electro Whopperflower"
2053+
]
2054+
]
2055+
},
2056+
{
2057+
"chamber": 2,
2058+
"level": 89,
2059+
"conds": "More than 60/180/300 seconds left",
2060+
"monsters": [
2061+
[
2062+
"Hydro Abyss Mage",
2063+
"Hydro Specter",
2064+
"Cryo Specter",
2065+
"Large Cryo Slime",
2066+
"Large Hydro Slime"
2067+
],
2068+
[
2069+
"Pyro Abyss Mage",
2070+
"Dendro Samachurl",
2071+
"Pyro Specter",
2072+
"Electro Specter",
2073+
"Large Electro Slime",
2074+
"Mutant Electro Slime",
2075+
"Large Pyro Slime"
2076+
]
2077+
]
2078+
},
2079+
{
2080+
"chamber": 3,
2081+
"level": 91,
2082+
"conds": "More than 180/300/420 seconds left",
2083+
"monsters": [
2084+
[
2085+
"Thundercraven Rifthound",
2086+
"Thundercraven Rifthound Whelp"
2087+
],
2088+
[
2089+
"Abyss Lector: Fathomless Flames",
2090+
"Abyss Lector: Violet Lightning"
2091+
]
2092+
]
2093+
}
2094+
]
20392095
},
20402096
"37": {
20412097
"teams": 2,
2042-
"leyline": "For this floor only, the ley line flow will be normal."
2098+
"leyline": "For this floor only, the ley line flow will be normal.",
2099+
"chambers": [
2100+
{
2101+
"chamber": 1,
2102+
"level": 94,
2103+
"conds": "More than 180/300/420 seconds left",
2104+
"monsters": [
2105+
[
2106+
"Thundercraven Rifthound",
2107+
"Thundercraven Rifthound Whelp"
2108+
],
2109+
[
2110+
"Primordial Bathysmal Vishap",
2111+
"Primordial Bathysmal Vishap Hatchling",
2112+
"Rimebiter Bathysmal Vishap Hatchling"
2113+
]
2114+
]
2115+
},
2116+
{
2117+
"chamber": 2,
2118+
"level": 97,
2119+
"conds": "More than 180/300/420 seconds left",
2120+
"monsters": [
2121+
[
2122+
"Ruin Grader"
2123+
],
2124+
[
2125+
"Golden Wolflord"
2126+
]
2127+
]
2128+
},
2129+
{
2130+
"chamber": 3,
2131+
"level": 99,
2132+
"conds": "More than 180/300/420 seconds left",
2133+
"monsters": [
2134+
[
2135+
"Ruin Destroyer",
2136+
"Ruin Scout"
2137+
],
2138+
[
2139+
"Rimebiter Bathysmal Vishap",
2140+
"Bolteater Bathysmal Vishap"
2141+
]
2142+
]
2143+
}
2144+
]
20432145
}
20442146
}

0 commit comments

Comments
 (0)