Skip to content

Commit 3dfde55

Browse files
committed
Add new abyss floor enemies
1 parent 922b688 commit 3dfde55

File tree

1 file changed

+127
-2
lines changed

1 file changed

+127
-2
lines changed

src/data/gamedata/abyss_floors.json

Lines changed: 127 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3133,10 +3133,135 @@
31333133
},
31343134
"54": {
31353135
"teams": 2,
3136-
"leyline": "All characters in the party gain a 75% Dendro DMG Bonus."
3136+
"leyline": "All characters in the party gain a 75% Dendro DMG Bonus.",
3137+
"chambers": [
3138+
{
3139+
"chamber": 1,
3140+
"level": 88,
3141+
"conds": "More than 20/40/60% HP left",
3142+
"monsters": [
3143+
[
3144+
"Eremite Stone Enchanter",
3145+
"Eremite Desert Clearwater",
3146+
"Eremite Sunfrost",
3147+
"Eremite Crossbow",
3148+
"Eremite Ravenbeak Halberdier",
3149+
"Eremite Linebreaker",
3150+
"Eremite Sword-Dancer",
3151+
"Treasure Hoarders: Crusher",
3152+
"Treasure Hoarders: Hydro Potioneer"
3153+
],
3154+
[
3155+
"Thunderhelm Lawachurl",
3156+
"Blazing Axe Mitachurl",
3157+
"Crackling Axe Mitachurl"
3158+
]
3159+
]
3160+
},
3161+
{
3162+
"chamber": 2,
3163+
"level": 90,
3164+
"conds": "More than 60/180/300 seconds left",
3165+
"monsters": [
3166+
[
3167+
"Grounded Geoshroom",
3168+
"Grounded Hydroshroom",
3169+
"Winged Dendroshroom",
3170+
"Winged Cryoshroom",
3171+
"Rimebiter Bathysmal Vishap Hatchling",
3172+
"Bolteater Bathysmal Vishap Hatchling"
3173+
],
3174+
[
3175+
"Abyss Herald: Wicked Torrents",
3176+
"Consecrated Flying Serpent"
3177+
]
3178+
]
3179+
},
3180+
{
3181+
"chamber": 3,
3182+
"level": 92,
3183+
"conds": "More than 180/300/420 seconds left",
3184+
"monsters": [
3185+
[
3186+
"Kairagi: Dancing Thunder",
3187+
"Kairagi: Fiery Might",
3188+
"Nobushi: Jintouban",
3189+
"Nobushi: Hitsukeban",
3190+
"Nobushi: Kikouban",
3191+
"Large Pyro Slime",
3192+
"Large Hydro Slime",
3193+
"Large Electro Slime",
3194+
"Mutant Electro Slime"
3195+
],
3196+
[
3197+
"Electro Regisvine"
3198+
]
3199+
]
3200+
}
3201+
]
31373202
},
31383203
"55": {
31393204
"teams": 2,
3140-
"leyline": "For this floor only, the Ley Line flow will be normal."
3205+
"leyline": "For this floor only, the Ley Line flow will be normal.",
3206+
"chambers": [
3207+
{
3208+
"chamber": 1,
3209+
"level": 95,
3210+
"conds": "More than 180/300/420 seconds left",
3211+
"monsters": [
3212+
[
3213+
"Ruin Drake: Earthguard",
3214+
"Ruin Grader",
3215+
"Ruin Guard"
3216+
],
3217+
[
3218+
"Eremite Desert Clearwater",
3219+
"Eremite Sunfrost",
3220+
"Pyro Abyss Mage",
3221+
"Cryo Abyss Mage",
3222+
"Electro Abyss Mage",
3223+
"Cryo Whopperflower",
3224+
"Pyro Whopperflower",
3225+
"Electro Whopperflower"
3226+
]
3227+
]
3228+
},
3229+
{
3230+
"chamber": 2,
3231+
"level": 98,
3232+
"conds": "More than 180/300/420 seconds left",
3233+
"monsters": [
3234+
[
3235+
"Consecrated Red Vulture",
3236+
"Consecrated Scorpion",
3237+
"Kairagi: Dancing Thunder",
3238+
"Nobushi: Jintouban"
3239+
],
3240+
[
3241+
"Maguu Kenki: Lone Gale",
3242+
"Maguu Kenki: Mask of Terror",
3243+
"Maguu Kenki: Galloping Frost"
3244+
]
3245+
]
3246+
},
3247+
{
3248+
"chamber": 3,
3249+
"level": 100,
3250+
"conds": "More than 180/300/420 seconds left",
3251+
"monsters": [
3252+
[
3253+
"Algorithm of Semi-Intransient Matrix of Overseer Network"
3254+
],
3255+
[
3256+
"Eremite Galehunter",
3257+
"Eremite Scorching Loremaster",
3258+
"Eremite Floral Ring-Dancer",
3259+
"Eremite Desert Clearwater",
3260+
"Eremite Sunfrost",
3261+
"Eremite Daythunder"
3262+
]
3263+
]
3264+
}
3265+
]
31413266
}
31423267
}

0 commit comments

Comments
 (0)