aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/kr/syeyoung/dungeonsguide/dungeon
diff options
context:
space:
mode:
authorsyeyoung <cyong06@naver.com>2021-01-29 22:05:55 +0900
committersyeyoung <cyong06@naver.com>2021-01-29 22:05:55 +0900
commit0e73e6f21a9e19d33f2edd1d406881518c570db9 (patch)
tree408682e40a4588c3de59d0cb68966d83ab0606e3 /src/main/java/kr/syeyoung/dungeonsguide/dungeon
parent923f069e4255362afa3a28c04412a0c55ae83629 (diff)
downloadSkyblock-Dungeons-Guide-0e73e6f21a9e19d33f2edd1d406881518c570db9.tar.gz
Skyblock-Dungeons-Guide-0e73e6f21a9e19d33f2edd1d406881518c570db9.tar.bz2
Skyblock-Dungeons-Guide-0e73e6f21a9e19d33f2edd1d406881518c570db9.zip
The professor done
Diffstat (limited to 'src/main/java/kr/syeyoung/dungeonsguide/dungeon')
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/dungeon/doorfinder/CatacombDataProvider.java39
1 files changed, 2 insertions, 37 deletions
diff --git a/src/main/java/kr/syeyoung/dungeonsguide/dungeon/doorfinder/CatacombDataProvider.java b/src/main/java/kr/syeyoung/dungeonsguide/dungeon/doorfinder/CatacombDataProvider.java
index 0d79c67d..c2cb430c 100755
--- a/src/main/java/kr/syeyoung/dungeonsguide/dungeon/doorfinder/CatacombDataProvider.java
+++ b/src/main/java/kr/syeyoung/dungeonsguide/dungeon/doorfinder/CatacombDataProvider.java
@@ -79,43 +79,8 @@ public class CatacombDataProvider implements DungeonSpecificDataProvider {
return new BossfightProcessorScarf();
} else if (floor.equals("F1")) {
return new BossfightProcessorBonzo();
-// } else if (floor.equals("F3")) {
-// GeneralBossfightProcessor bossfightProcessor = new GeneralBossfightProcessor();
-// bossfightProcessor.addPhase(GeneralBossfightProcessor.PhaseData.builder()
-// .phase("start")
-// .signatureMsg("§r§c[BOSS] The Professor§r§f: I was burdened with terrible news recently...§r")
-// .nextPhase("fight-1").build()
-// );
-// bossfightProcessor.addPhase(GeneralBossfightProcessor.PhaseData.builder()
-// .phase("fight-1")
-// .signatureMsg("§r§c[BOSS] The Professor§r§f: I'll show you real power!§r")
-// .nextPhase("first-defeat").build()
-// );
-// bossfightProcessor.addPhase(GeneralBossfightProcessor.PhaseData.builder()
-// .phase("first-defeat")
-// .signatureMsg("§r§c[BOSS] The Professor§r§f: Oh? You found my Guardians one weakness?§r")
-// .nextPhase("fight-2").build()
-// );
-// bossfightProcessor.addPhase(GeneralBossfightProcessor.PhaseData.builder()
-// .phase("fight-2")
-// .signatureMsg("§r§c[BOSS] The Professor§r§f: This time I'll be your opponent!§r")
-// .nextPhase("second-defeat").build()
-// );
-// bossfightProcessor.addPhase(GeneralBossfightProcessor.PhaseData.builder()
-// .phase("second-defeat")
-// .signatureMsg("§r§c[BOSS] The Professor§r§f: I see. You have forced me to use my ultimate technique.§r")
-// .nextPhase("fight-3").build()
-// );
-// bossfightProcessor.addPhase(GeneralBossfightProcessor.PhaseData.builder()
-// .phase("fight-3")
-// .signatureMsg("§r§c[BOSS] The Professor§r§f: The process is irreversible, but I'll be stronger than a Wither now!§r")
-// .nextPhase("final-defeat").build()
-// );
-// bossfightProcessor.addPhase(GeneralBossfightProcessor.PhaseData.builder()
-// .phase("final-defeat")
-// .signatureMsg("§r§c[BOSS] The Professor§r§f: What?! My Guardian power is unbeatable!§r").build()
-// );
-// return bossfightProcessor;
+ } else if (floor.equals("F3")) {
+ return new BossfightProcessorProf();
// } else if (floor.equals("F4")) {
// GeneralBossfightProcessor bossfightProcessor = new GeneralBossfightProcessor();
// bossfightProcessor.addPhase(GeneralBossfightProcessor.PhaseData.builder()