Candy Crush Saga Fanon Wiki
No edit summary
No edit summary
Line 38: Line 38:
 
*As such, it is also the first Hexagon level. Typically, these are levels that are rated '''Hard '''or higher, but since Candy Court does not feature any Hard levels, this labeling is given because it can be viewed as one of the hardest in the episode.
 
*As such, it is also the first Hexagon level. Typically, these are levels that are rated '''Hard '''or higher, but since Candy Court does not feature any Hard levels, this labeling is given because it can be viewed as one of the hardest in the episode.
 
*Levels 11 - 14 are also rated as Easy, but of those, Level 14 is considered the hardest, so only that level also received a hexagon label.
 
*Levels 11 - 14 are also rated as Easy, but of those, Level 14 is considered the hardest, so only that level also received a hexagon label.
  +
  +
==APK Editor Code==
  +
{"gameModeName":"Drop down",
  +
"ingredients":[2,2],
  +
"numIngredientsOnScreen":2,"ingredientSpawnDensity":10,"maxNumIngredientsOnScreen":4,
  +
"moveLimit":25,
  +
"numberOfColours":6,
  +
"colorWeightAdjustments":[0],
  +
"frogStomachSize":0,
  +
"scoreTargets":[40000,52000,60000],
  +
"portals":[],
  +
"gates":[],
  +
"episodeId":1,
  +
"levelId":7,
  +
"protocolVersion":"0.3",
  +
"randomSeed":0,
  +
"tileMap":[
  +
["002005","002005","002005","002005","002005","002005","002005","002005","002005"],
  +
["002","002","002","002","002","002","002","002","002"],
  +
["002","002","002","002","002","002","002","002","002"],
  +
["002","002","002","002","002","002","002","002","002"],
  +
["002","002","002","002","002010","002","002","002","002"],
  +
["002","002","002","002010","000","002010","002","002","002"],
  +
["002","002","002010","000","000","000","002010","002","002"],
  +
["002","002010","000","000","000","000","000","002010","002"],
  +
["002010","000","000","000","000","000","000","000","002010"]
  +
]}
  +
   
 
{{C437CCSLevels}}
 
{{C437CCSLevels}}

Revision as of 03:22, 4 May 2020

Reality Insaneworld Past Versions

Level 9 is the ninth level in Candy Court and the second Ingredients level in Courtemanche437's Candy Crush Saga. To pass this level, you must collect 2 cherries and 2 hazelnuts within 25 moves. 

Level 9
Level 9 C437CCS
Episode Candy Court
Level type Ingredients Levels
Ingredients Hazelnut: 2  Cherry: 2
Moves Moves-25[[Category:Levels with Moves-25 moves|L00009]]
Target score 1-star score: 40,000 pts
Blockers None
Number of
candy colors
6
Red Orange Yellow Green Blue Purple
Number of spaces 65
Difficulty Easy
Previous Current Next
Jelly Icon Ingredients levels Jelly Icon
Level 8 Level 9 Level 10

Stars

Stars
One-Star
Two Stars
All-Stars
Score 40,000 52,000 60,000
Difficulty None Very Easy Very Easy

Difficulty 

  • There are 25 moves to bring down four ingredients. This should not be too hard as the ingredients can fall anywhere. 
  • The ingredients are worth 40,000 points (10,000 points per ingredient x 4 ingredients = 40,000 points), which is equal to the one-star target score.
  • If the first and second ingredients are not yet collected, the third and fourth ingredients will fall at 15 and 5 moves left, respectively.
  • Overall, this should be straightforward and an easy introduction to hazelnuts.

Strategy

  • Try to use the least moves possible to drop all of the ingredients.
  • Vertical striped candies will instantly bring the ingredients down.

Trivia

  • This is the first level to be rated Easy.
  • As such, it is also the first Hexagon level. Typically, these are levels that are rated Hard or higher, but since Candy Court does not feature any Hard levels, this labeling is given because it can be viewed as one of the hardest in the episode.
  • Levels 11 - 14 are also rated as Easy, but of those, Level 14 is considered the hardest, so only that level also received a hexagon label.

APK Editor Code

{"gameModeName":"Drop down", "ingredients":[2,2], "numIngredientsOnScreen":2,"ingredientSpawnDensity":10,"maxNumIngredientsOnScreen":4, "moveLimit":25, "numberOfColours":6, "colorWeightAdjustments":[0], "frogStomachSize":0, "scoreTargets":[40000,52000,60000], "portals":[], "gates":[], "episodeId":1, "levelId":7, "protocolVersion":"0.3", "randomSeed":0, "tileMap":[ ["002005","002005","002005","002005","002005","002005","002005","002005","002005"], ["002","002","002","002","002","002","002","002","002"], ["002","002","002","002","002","002","002","002","002"], ["002","002","002","002","002","002","002","002","002"], ["002","002","002","002","002010","002","002","002","002"], ["002","002","002","002010","000","002010","002","002","002"], ["002","002","002010","000","000","000","002010","002","002"], ["002","002010","000","000","000","000","000","002010","002"], ["002010","000","000","000","000","000","000","000","002010"] ]}