diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-08-11 16:41:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-08-11 16:41:58 -0300 |
commit | 11a8363b755270ea0f5aa8dff9651be9aea6cc23 (patch) | |
tree | dd86c351da29bedd552a7280015fe915046f0bf2 /npc/functions/news.txt | |
parent | 69fd9b52ceae3561669c30dc00e8539121f84b64 (diff) | |
download | serverdata-11a8363b755270ea0f5aa8dff9651be9aea6cc23.tar.gz serverdata-11a8363b755270ea0f5aa8dff9651be9aea6cc23.tar.bz2 serverdata-11a8363b755270ea0f5aa8dff9651be9aea6cc23.tar.xz serverdata-11a8363b755270ea0f5aa8dff9651be9aea6cc23.zip |
Candor Battle now comes with five difficulties:
Easy, Normal, Hard, Out of Mind and Cronqvist Mode.
Each mode raises difficulty in 30%, for a total of 150% at Cronqvist Mode.
OoM mode is restricted to Candor Top 3. Cronqvist is only available at event.
Diffstat (limited to 'npc/functions/news.txt')
-rw-r--r-- | npc/functions/news.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt index e5df9ac40..adff1a51f 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -225,9 +225,9 @@ function script EventHelp { mesc ".:: " + l("Candor Battle Season") + " ::.", 2; mes ""; mes l("During this season, challenges to Crazyfefe will be free."); - mes l("Will you accept his challenge?!"); + mes l("Special battle modes will also be available."); mes ""; - mes l("Raise to the highest top score!"); + mes l("Will you accept his challenge?! Raise to the highest top score!"); mesc l("Location: Candor B1F"), 3; ///////////////////////////////////////////////////////////////////////// } else { |