Skip to content

Commit c7b36b5

Browse files
committed
Add new abyss
1 parent 8fff575 commit c7b36b5

File tree

1 file changed

+109
-2
lines changed

1 file changed

+109
-2
lines changed

src/data/gamedata/abyss_floors.json

Lines changed: 109 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2276,10 +2276,117 @@
22762276
},
22772277
"40": {
22782278
"teams": 2,
2279-
"leyline": "DMG dealt by claymore-wielding characters increased by 75%."
2279+
"leyline": "DMG dealt by claymore-wielding characters increased by 75%.",
2280+
"chambers": [
2281+
{
2282+
"chamber": 1,
2283+
"level": 88,
2284+
"conds": "More than 20/40/60% HP left",
2285+
"monsters": [
2286+
[
2287+
"Stonehide Lawachurl",
2288+
"Rock Shieldwall Mitachurl",
2289+
"Rock Shield Hilichurl Guard"
2290+
],
2291+
[
2292+
"Kairagi: Dancing Thunder",
2293+
"Nobushi: Jintouban",
2294+
"Nobushi: Hitsukeban",
2295+
"Nobushi: Kikouban",
2296+
"Treasure Hoarders: Crusher",
2297+
"Treasure Hoarders: Gravedigger",
2298+
"Treasure Hoarders: Seaman",
2299+
"Treasure Hoarders: Pyro Potioneer",
2300+
"Treasure Hoarders: Hydro Potioneer",
2301+
"Treasure Hoarders: Electro Potioneer"
2302+
]
2303+
]
2304+
},
2305+
{
2306+
"chamber": 2,
2307+
"level": 90,
2308+
"conds": "More than 60/180/300 seconds left",
2309+
"monsters": [
2310+
[
2311+
"Cryo Abyss Mage",
2312+
"Frostarm Lawachurl",
2313+
"Ice Shieldwall Mitachurl"
2314+
],
2315+
[
2316+
"Mirror Maiden",
2317+
"Fatui Skirmisher - Electrohammer Vanguard",
2318+
"Fatui Skirmisher - Hydrogunner Legionnaire",
2319+
"Fatui Skirmisher - Pyroslinger Bracer",
2320+
"Fatui Skirmisher - Anemoboxer Vanguard"
2321+
]
2322+
]
2323+
},
2324+
{
2325+
"chamber": 3,
2326+
"level": 92,
2327+
"conds": "More than 180/300/420 seconds left",
2328+
"monsters": [
2329+
[
2330+
"Rockfond Rifthound",
2331+
"Rockfond Rifthound Whelp"
2332+
],
2333+
[
2334+
"Thunderhelm Lawachurl",
2335+
"Rimebiter Bathysmal Vishap Hatchling",
2336+
"Bolteater Bathysmal Vishap Hatchling"
2337+
]
2338+
]
2339+
}
2340+
]
22802341
},
22812342
"41": {
22822343
"teams": 2,
2283-
"leyline": "For this floor only, the ley line flow will be normal."
2344+
"leyline": "For this floor only, the ley line flow will be normal.",
2345+
"chambers": [
2346+
{
2347+
"chamber": 1,
2348+
"level": 95,
2349+
"conds": "More than 180/300/420 seconds left",
2350+
"monsters": [
2351+
[
2352+
"Geovishap",
2353+
"Cryo Whopperflower",
2354+
"Electro Whopperflower"
2355+
],
2356+
[
2357+
"Ruin Grader",
2358+
"Ruin Guard"
2359+
]
2360+
]
2361+
},
2362+
{
2363+
"chamber": 2,
2364+
"level": 98,
2365+
"conds": "More than 180/300/420 seconds left",
2366+
"monsters": [
2367+
[
2368+
"Frostarm Lawachurl",
2369+
"Ice Shieldwall Mitachurl",
2370+
"Large Cryo Slime"
2371+
],
2372+
[
2373+
"Maguu Kenki"
2374+
]
2375+
]
2376+
},
2377+
{
2378+
"chamber": 3,
2379+
"level": 100,
2380+
"conds": "More than 180/300/420 seconds left",
2381+
"monsters": [
2382+
[
2383+
"Primordial Bathysmal Vishap Hatchling"
2384+
],
2385+
[
2386+
"Perpetual Mechanical Array"
2387+
]
2388+
]
2389+
}
2390+
]
22842391
}
22852392
}

0 commit comments

Comments
 (0)