Skip to content

Commit eed05f3

Browse files
committed
Fix abyss command
1 parent f28f105 commit eed05f3

File tree

1 file changed

+120
-2
lines changed

1 file changed

+120
-2
lines changed

src/data/gamedata/abyss_floors.json

Lines changed: 120 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2391,10 +2391,128 @@
23912391
},
23922392
"42": {
23932393
"teams": 2,
2394-
"leyline": "All party members receive a 75% Pyro DMG Bonus"
2394+
"leyline": "All party members receive a 75% Pyro DMG Bonus",
2395+
"chambers": [
2396+
{
2397+
"chamber": 1,
2398+
"level": 88,
2399+
"conds": "More than 20/40/60% HP left",
2400+
"monsters": [
2401+
[
2402+
"Ice Shieldwall Mitachurl",
2403+
"Cryo Specter",
2404+
"Hydro Specter",
2405+
"Large Cryo Slime",
2406+
"Cryo Slime"
2407+
],
2408+
[
2409+
"Treasure Hoarders: Gravedigger",
2410+
"Treasure Hoarders: Seaman",
2411+
"Treasure Hoarders: Pugilist",
2412+
"Treasure Hoarders: Crusher",
2413+
"Treasure Hoarders: Pyro Potioneer",
2414+
"Treasure Hoarders: Hydro Potioneer",
2415+
"Treasure Hoarders: Electro Potioneer",
2416+
"Treasure Hoarders: Cryo Potioneer"
2417+
]
2418+
]
2419+
},
2420+
{
2421+
"chamber": 2,
2422+
"level": 90,
2423+
"conds": "More than 60/180/300 seconds left",
2424+
"monsters": [
2425+
[
2426+
"Rimebiter Bathysmal Vishap Hatchling",
2427+
"Bolteater Bathysmal Vishap Hatchling",
2428+
"Cryo Specter",
2429+
"Electro Specter",
2430+
"Hydro Specter"
2431+
],
2432+
[
2433+
"Fatui Pyro Agent",
2434+
"Fatui Cryo Cicin Mage",
2435+
"Fatui Electro Cicin Mage",
2436+
"Fatui Skirmisher - Cryogunner Legionnaire",
2437+
"Fatui Skirmisher - Hydrogunner Legionnaire",
2438+
"Fatui Skirmisher - Pyroslinger Bracer"
2439+
]
2440+
]
2441+
},
2442+
{
2443+
"chamber": 3,
2444+
"level": 92,
2445+
"conds": "More than 180/300/420 seconds left",
2446+
"monsters": [
2447+
[
2448+
"Thunder Manifestation"
2449+
],
2450+
[
2451+
"Cryo Abyss Mage",
2452+
"Hydro Abyss Mage",
2453+
"Electro Abyss Mage"
2454+
]
2455+
]
2456+
}
2457+
]
23952458
},
23962459
"43": {
23972460
"teams": 2,
2398-
"leyline": "For this floor only, the ley line flow will be normal."
2461+
"leyline": "For this floor only, the ley line flow will be normal.",
2462+
"chambers": [
2463+
{
2464+
"chamber": 1,
2465+
"level": 95,
2466+
"conds": "More than 180/300/420 seconds left",
2467+
"monsters": [
2468+
[
2469+
"Frostarm Lawachurl",
2470+
"Ice Shieldwall Mitachurl",
2471+
"Cryo Samachurl",
2472+
"Pyro Hilichurl Shooter",
2473+
"Cryo Hilichurl Shooter",
2474+
"Electro Hilichurl Shooter",
2475+
"Ice Shield Hilichurl Guard"
2476+
],
2477+
[
2478+
"Kairagi: Dancing Thunder",
2479+
"Kairagi: Fiery Might",
2480+
"Nobushi: Jintouban",
2481+
"Nobushi: Hitsukeban",
2482+
"Nobushi: Kikouban"
2483+
]
2484+
]
2485+
},
2486+
{
2487+
"chamber": 2,
2488+
"level": 98,
2489+
"conds": "More than 180/300/420 seconds left",
2490+
"monsters": [
2491+
[
2492+
"Cryo Hypostasis"
2493+
],
2494+
[
2495+
"Ruin Grader",
2496+
"Ruin Cruiser",
2497+
"Ruin Destroyer",
2498+
"Ruin Scout"
2499+
]
2500+
]
2501+
},
2502+
{
2503+
"chamber": 3,
2504+
"level": 100,
2505+
"conds": "More than 180/300/420 seconds left",
2506+
"monsters": [
2507+
[
2508+
"Mirror Maiden",
2509+
"Fatui Skirmisher - Cryogunner Legionnaire"
2510+
],
2511+
[
2512+
"Ruin Serpent"
2513+
]
2514+
]
2515+
}
2516+
]
23992517
}
24002518
}

0 commit comments

Comments
 (0)