Skip to content

Commit e6103b2

Browse files
committed
Add 2.6 Spiral Abyss floors
1 parent 334012f commit e6103b2

File tree

1 file changed

+125
-2
lines changed

1 file changed

+125
-2
lines changed

src/data/gamedata/abyss_floors.json

Lines changed: 125 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2145,10 +2145,133 @@
21452145
},
21462146
"38": {
21472147
"teams": 2,
2148-
"leyline": "All characters in the party gain a 75% Anemo DMG Bonus."
2148+
"leyline": "All characters in the party gain a 75% Anemo DMG Bonus.",
2149+
"chambers": [
2150+
{
2151+
"chamber": 1,
2152+
"level": 88,
2153+
"conds": "More than 20/40/60% HP left",
2154+
"monsters": [
2155+
[
2156+
"Blazing Axe Mitachurl",
2157+
"Crackling Axe Mitachurl",
2158+
"Hydro Samachurl",
2159+
"Anemo Samachurl",
2160+
"Hilichurl Fighter",
2161+
"Hilichurl Berserker",
2162+
"Hilichurl Grenadier",
2163+
"Cryo Hilichurl Grenadier",
2164+
"Pyro Hilichurl Shooter",
2165+
"Electro Hilichurl Shooter"
2166+
],
2167+
[
2168+
"Treasure Hoarders - Seaman",
2169+
"Treasure Hoarders: Gravedigger",
2170+
"Treasure Hoarders - Pugilist",
2171+
"Treasure Hoarders - Crusher",
2172+
"Treasure Hoarders - Marksman",
2173+
"Treasure Hoarders: Pyro Potioneer",
2174+
"Treasure Hoarders: Hydro Potioneer",
2175+
"Treasure Hoarders: Electro Potioneer",
2176+
"Treasure Hoarders: Cryo Potioneer"
2177+
]
2178+
]
2179+
},
2180+
{
2181+
"chamber": 2,
2182+
"level": 90,
2183+
"conds": "More than 60/180/300 seconds left",
2184+
"monsters": [
2185+
[
2186+
"Fatui Skirmisher - Pyroslinger Bracer",
2187+
"Fatui Skirmisher - Cryogunner Legionnaire",
2188+
"Pyro Abyss Mage",
2189+
"Large Pyro Slime",
2190+
"Large Electro Slime",
2191+
"Mutant Electro Slime"
2192+
],
2193+
[
2194+
"Fatui Skirmisher - Electrohammer Vanguard",
2195+
"Fatui Skirmisher - Hydrogunner Legionnaire",
2196+
"Hydro Abyss Mage",
2197+
"Large Hydro Slime",
2198+
"Large Electro Slime",
2199+
"Mutant Electro Slime"
2200+
]
2201+
]
2202+
},
2203+
{
2204+
"chamber": 3,
2205+
"level": 92,
2206+
"conds": "More than 180/300/420 seconds left",
2207+
"monsters": [
2208+
[
2209+
"Fatui Pyro Agent",
2210+
"Thundercraven Rifthound Whelp"
2211+
],
2212+
[
2213+
"Mirror Maiden",
2214+
"Fatui Electro Cicin Mage",
2215+
"Rockfond Rifthound Whelp"
2216+
]
2217+
]
2218+
}
2219+
]
21492220
},
21502221
"39": {
21512222
"teams": 2,
2152-
"leyline": "For this floor only, the ley line flow will be normal."
2223+
"leyline": "For this floor only, the ley line flow will be normal.",
2224+
"chambers": [
2225+
{
2226+
"chamber": 1,
2227+
"level": 95,
2228+
"conds": "More than 180/300/420 seconds left",
2229+
"monsters": [
2230+
[
2231+
"Kairagi: Dancing Thunder",
2232+
"Kairagi: Fiery Might",
2233+
"Nobushi: Jintouban",
2234+
"Nobushi: Hitsukeban",
2235+
"Nobushi: Kikouban",
2236+
"Treasure Hoarders: Pyro Potioneer",
2237+
"Treasure Hoarders: Hydro Potioneer",
2238+
"Treasure Hoarders: Electro Potioneer",
2239+
"Treasure Hoarders: Cryo Potioneer"
2240+
],
2241+
[
2242+
"Ruin Guard"
2243+
]
2244+
]
2245+
},
2246+
{
2247+
"chamber": 2,
2248+
"level": 98,
2249+
"conds": "More than 180/300/420 seconds left",
2250+
"monsters": [
2251+
[
2252+
"Cryo Whopperflower",
2253+
"Pyro Whopperflower"
2254+
],
2255+
[
2256+
"Abyss Lector: Fathomless Flames",
2257+
"Abyss Lector: Violet Lightning",
2258+
"Abyss Herald: Wicked Torrents"
2259+
]
2260+
]
2261+
},
2262+
{
2263+
"chamber": 3,
2264+
"level": 100,
2265+
"conds": "More than 180/300/420 seconds left",
2266+
"monsters": [
2267+
[
2268+
"Abyss Lector: Fathomless Flames"
2269+
],
2270+
[
2271+
"Abyss Herald: Wicked Torrents"
2272+
]
2273+
]
2274+
}
2275+
]
21532276
}
21542277
}

0 commit comments

Comments
 (0)