Difference between revisions of "Cupcake Bunny"
Jump to navigation
Jump to search
(sprinkle info) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
'''Cupcake Bunny''' is | {{Enemy infobox | ||
| image = Cupcake_Bunny_(neutral).gif | |||
| size = 150px | |||
| heart = 150 | |||
| juice = 100 | |||
| attack = 15 | |||
| defense = 15 | |||
| speed = 5 | |||
| luck = 10 | |||
| drops = [[Cherry Soda|cherry soda]] | |||
}} | |||
'''Cupcake Bunny''' is an [[Enemies|enemy]] that can be found [[Orange Oasis]]. | |||
== Battle == | == Battle == | ||
Like most enemies, it will behave differently in battle based on its [[Battle System|emotion]]: | |||
45 {{Clams}} clams. | {{Battle infobox | ||
|} | | imagetitle = EMOTION | ||
| title1 = BEHAVIORS | |||
| title2 = REWARDS | |||
| image1 = Cupcake_Bunny_(neutral).gif | |||
| descriptionone1 = 30% chance of doing a normal attack {{Observe}}<br><br> 20% chance of doing nothing<br><br> Else, it will throw sprinkles on an ally, increase its stats, turning it happy, and healing it {{Observe}} | |||
| descriptiontwo1 = 1/3 chance of dropping a [[Cherry Soda|cherry soda]]<br><br> 248 exp<br><br> 45 {{Clams}} clams | |||
| image2 = Cupcake_Bunny_(happy).gif | |||
| descriptionone2 = 30% chance of doing a normal attack {{Observe}}<br><br> 20% chance of doing nothing<br><br> Else, it will throw sprinkles on an ally, increase its stats, turning it happy, and healing it {{Observe}} | |||
| descriptiontwo2 = 1/1 chance of dropping a [[Cherry Soda|cherry soda]]<br><br> 248 exp<br><br> 68 {{Clams}} clams | |||
| image3 = Cupcake_Bunny_(sad).gif | |||
| descriptionone3 = 25% chance of doing a normal attack {{Observe}}<br><br> 45% chance of doing nothing<br><br> Else, it will throw sprinkles on an ally, increase its stats, turning it happy, and healing it {{Observe}} | |||
| descriptiontwo3 = 1/3 chance of dropping a [[Cherry Soda|cherry soda]]<br><br> 186 exp<br><br> 34 {{Clams}} clams | |||
| image4 = Cupcake_Bunny_(angry).gif | |||
| descriptionone4 = 55% chance of doing a normal attack {{Observe}}<br><br> 25% chance of doing nothing<br><br> Else, it will throw sprinkles on an ally, increase its stats, turning it happy, and healing it {{Observe}} | |||
| descriptiontwo4 = 1/3 chance of dropping a [[Cherry Soda|cherry soda]]<br><br> 372 exp<br><br> 45 {{Clams}} clams | |||
}} | |||
== Formulas == | == Formulas == | ||
Line 67: | Line 39: | ||
'''Attack''': [2 * a.atk - b.def], it will never hit right in the heart. {{Observe}} | '''Attack''': [2 * a.atk - b.def], it will never hit right in the heart. {{Observe}} | ||
'''Sprinkle''': [.5 * b.mhp] (50% of target's maximum {{HP}}), also Increase its speed, defense, and attack by one tier and turning it happy, this skill | '''Sprinkle''': [.5 * b.mhp] (50% of target's maximum {{HP}}), also Increase its speed, defense, and attack by one tier and turning it happy, <b>this skill is unable to increase stats beyond tier 1</b>.<ref>Happens as it was coded to add these states directly without checking what state to add based on the state it already has like usual</ref> {{Observe}} | ||
== Battle Quotes == | == Battle Quotes == |
Latest revision as of 08:37, 13 April 2023
Cupcake Bunny | ||
---|---|---|
| ||
heart | 150 | |
juice | 100 | |
attack | 15 | |
defense | 15 | |
speed | 5 | |
luck | 10 | |
drops | cherry soda |
Cupcake Bunny is an enemy that can be found Orange Oasis.
Battle
Like most enemies, it will behave differently in battle based on its emotion:
EMOTION | BEHAVIORS | REWARDS |
---|---|---|
30% chance of doing a normal attack 20% chance of doing nothing Else, it will throw sprinkles on an ally, increase its stats, turning it happy, and healing it |
1/3 chance of dropping a cherry soda 248 exp 45 clams | |
30% chance of doing a normal attack 20% chance of doing nothing Else, it will throw sprinkles on an ally, increase its stats, turning it happy, and healing it |
1/1 chance of dropping a cherry soda 248 exp 68 clams | |
25% chance of doing a normal attack 45% chance of doing nothing Else, it will throw sprinkles on an ally, increase its stats, turning it happy, and healing it |
1/3 chance of dropping a cherry soda 186 exp 34 clams | |
55% chance of doing a normal attack 25% chance of doing nothing Else, it will throw sprinkles on an ally, increase its stats, turning it happy, and healing it |
1/3 chance of dropping a cherry soda 372 exp 45 clams |
Formulas
Skills that can be used when observe is used against the target are marked with .
Attack: [2 * a.atk - b.def], it will never hit right in the heart.
Sprinkle: [.5 * b.mhp] (50% of target's maximum ), also Increase its speed, defense, and attack by one tier and turning it happy, this skill is unable to increase stats beyond tier 1.[1]
Battle Quotes
Action quotes
* Cupcake Bunny bumps into [target]. * Cupcake Bunny hops in place. * Cupcake Bunny covers [target] in sprinkles.
Gallery
Trivia
- As part of the quest Rabbit Killer, a Leaf-like character named Leafie will give the player different rewards based on how many bunnies you killed, up to a maximum of 50 bunnies of any type, Leafie will always keep track of how many bunnies you killed regardless if you already completed the quest.
- The Bunny Exterminator achievement will be granted to the player after defeating 100 bunnies of any type.
- ↑ Happens as it was coded to add these states directly without checking what state to add based on the state it already has like usual