Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit c4ccf58

Browse files
committed
Update difficulties
1 parent 486a469 commit c4ccf58

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

src/client/src/app/settings/tricks/tricks.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ export class TricksComponent extends PicklistFormComponent implements OnInit {
2929
Difficulty.EASY,
3030
Difficulty.NORMAL,
3131
Difficulty.HARD,
32-
Difficulty.INSANE
32+
Difficulty.INSANE,
33+
Difficulty.OOB
3334
];
3435
readonly FILTERS: string[] = [
3536
this.NONE_FILTER,

src/common/data/settingsDetails.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,14 @@ export const details: SettingsDetails = {
142142
description: `You can retrieve the item and leave Antechamber without Ice Beam by using a power bomb to open the door, moving to the very back of the room, and then back to the door.
143143
144144
WARNING: If you fail the trick, you will softlock. It is strongly recommended to save at the nearby save station before attempting.`,
145-
difficulty: Difficulty.EASY
145+
difficulty: Difficulty.NORMAL
146146
},
147147
arborChamberWithoutPlasma: {
148148
name: 'Arbor Chamber without Plasma Beam',
149149
description: `Arbor Chamber can be entered through the ceiling from out of bounds.
150150
151151
You can go out of bounds in Root Cave near the Arbor Chamber door, or in Gully.`,
152-
difficulty: Difficulty.NORMAL
152+
difficulty: Difficulty.OOB
153153
},
154154
arboretumPuzzleSkip: {
155155
name: 'Arboretum Puzzle Skip',
@@ -169,7 +169,7 @@ export const details: SettingsDetails = {
169169
+ `then immediately roll into Chapel of the Elders.
170170
171171
WARNING: You will softlock if you fail this trick. You are recommended to save first before attempting.`,
172-
difficulty: Difficulty.EASY
172+
difficulty: Difficulty.NORMAL
173173
},
174174
chozoIceTempleItemWithIS: {
175175
name: 'Chozo Ice Temple Item with Infinite Speed',
@@ -189,7 +189,7 @@ export const details: SettingsDetails = {
189189
climbObservatoryWithoutBoost: {
190190
name: 'Climb Observatory without Boost Ball',
191191
description: `You can dash off the orange panels (scan point) or the space pirates to reach the upper platform, and either R Jump or dash to reach the Control Tower.`,
192-
difficulty: Difficulty.EASY
192+
difficulty: Difficulty.NORMAL
193193
},
194194
climbOreProcessingWithoutGrappleSpider: {
195195
name: 'Climb Ore Processing without Grapple Beam, Spider Ball',
@@ -333,7 +333,7 @@ export const details: SettingsDetails = {
333333
iceBeamBeforeFlaahgraOobWallcrawl: {
334334
name: 'Ice Beam Before Flaahgra Wallcrawl (Out of Bounds)',
335335
description: `You can go out of bounds in Gathering Hall and wallcrawl all the way to Reflecting Pool, skipping some items.`,
336-
difficulty: Difficulty.HARD
336+
difficulty: Difficulty.OOB
337337
},
338338
iceRuinsEastSpiderItemWithoutSpider: {
339339
name: 'Ice Ruins East - Spider Track Item without Spider Ball',
@@ -380,19 +380,19 @@ export const details: SettingsDetails = {
380380
observatoryPuzzleSkip: {
381381
name: 'Observatory Item Puzzle Skip',
382382
description: `This trick expects you to dash to climb Observatory without Boost Ball and Bombs, and then slope jump to the pipes to reach the item.`,
383-
difficulty: Difficulty.EASY
383+
difficulty: Difficulty.NORMAL
384384
},
385385
outOfBoundsWithoutMorphBall: {
386386
name: 'Out of Bounds without Morph Ball',
387387
description: `Morph Ball and bombs won't be factored in for most out of bounds checks.`,
388-
difficulty: Difficulty.INSANE
388+
difficulty: Difficulty.OOB
389389
},
390390
phazonMiningTunnelItemWithoutPhazonSuit: {
391391
name: 'Phazon Mining Tunnel Item without Phazon Suit',
392392
description: `You can damage boost to the item and escape with a minimum of 11 Energy Tanks, or by going out of bounds in Fungal Hall A and infinite boosting through the collision.
393393
394394
This setting will check if you have 12 Energy Tanks and Boost Ball.`,
395-
difficulty: Difficulty.HARD
395+
difficulty: Difficulty.INSANE
396396
},
397397
phendranaTransportSouthToTransportAccessWithoutSpider: {
398398
name: 'Phendrana Transport South to Transport Access without Spider Ball',
@@ -402,7 +402,7 @@ export const details: SettingsDetails = {
402402
plasmaProcessingFromMagmoorWorkstationOob: {
403403
name: 'Plasma Processing from Magmoor Workstation (Out of Bounds)',
404404
description: `Using the Flying Pirate secret world in Magmoor Workstation, you can wallcrawl to Geothermal Core and go back inbounds in front of the door to Plasma Processing.`,
405-
difficulty: Difficulty.HARD
405+
difficulty: Difficulty.OOB
406406
},
407407
plasmaProcessingItemWithoutGrappleSpider: {
408408
name: 'Plasma Processing Item without Grapple Beam, Spider Ball',
@@ -497,7 +497,7 @@ export const details: SettingsDetails = {
497497
description: `You can wallcrawl out of bounds and ceiling warp into Training Chamber and Training Chamber Access.
498498
499499
This trick will always expect you to have Morph Ball and bombs.`,
500-
difficulty: Difficulty.HARD
500+
difficulty: Difficulty.OOB
501501
},
502502
upperRuinedShrineTowerOfLightFewerAccessReqs: {
503503
name: 'Upper Ruined Shrine and Tower of Light - Fewer Access Requirements',
@@ -527,7 +527,7 @@ export const details: SettingsDetails = {
527527
waveSunOobWallcrawlWithIS: {
528528
name: 'Wave/Sun Infinite Speed (Out of Bounds)',
529529
description: `It's possible to obtain the Chozo Ice Temple and Chapel of the Elders items simultaneously by performing this wallcrawl, then using the infinite speed glitch in Chozo Ice Temple.`,
530-
difficulty: Difficulty.HARD
530+
difficulty: Difficulty.OOB
531531
}
532532
};
533533

0 commit comments

Comments
 (0)