From 8203e0439766fccf535de6263bdf82822caea3b6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 13 Jan 2021 02:54:58 -0300 Subject: Two new potentially insane modes for Candor Battle, unlocked after Fortress Island: Monster King Mode (4x harder than Crazyfefe Mode) and Moubootaur Mode (2.5x harder than MK) For a total difficulty factor of ¡¡250!! where normal is 1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/006-1/crazyfefe.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/006-1') diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index 2d328ff14..2f6a430db 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -145,7 +145,9 @@ function Challenge { l("Hard"), 3, rif(ISCANDORTOP3() || is_master(), l("Out of Mind")), 5, rif($EVENT$ == "Candor" || is_master(), l("Cronqvist Mode")), 12, - rif($EVENT$ == "Candor" && ISCANDORTOP3() || is_master(), l("Crazyfefe Mode")), 25; + rif($EVENT$ == "Candor" && ISCANDORTOP3() || is_master(), l("Crazyfefe Mode")), 25, + rif($EVENT$ == "Candor" && $GAME_STORYLINE >= 4 || is_master(), l("Monster King Mode")), 100, + rif($EVENT$ == "Candor" && ISCANDORTOP3() && $GAME_STORYLINE >= 4 || is_master(), l("Mooubootaur Mode")), 250; .@cdif=@menuret; next; -- cgit v1.2.3-60-g2f50