Honey Tree: Difference between revisions

13,999 bytes added ,  8 June 2019
Split from Honey
m (Redirecting to Honey)
(Split from Honey)
Line 1: Line 1:
#redirect [[Honey]]
{{unknown name}}
[[File:Sinnoh Route 205 Honey tree DP.png|thumb|A Honey tree in {{game|Diamond and Pearl|s}}]]
'''Honey trees''' are special trees in the [[Sinnoh]] region that Trainers can slather [[Honey]] on to attract [[wild Pokémon]].
 
==In the games==
There are 21 Honey trees throughout the Sinnoh region in {{game2|Diamond|Pearl|Platinum}}. If the player slathers [[Honey]] on a Honey tree, 6 hours later a Pokémon may appear on the tree. If a tree is left unchecked for 24 hours, both the Honey and any Pokémon will be gone. Changing the [[Nintendo DS]]'s clock will have no impact on the Honey tree's timer.
 
Four of the 21 trees have a chance to attract {{p|Munchlax}}; which four can do so are selected when the game begins, based on the player's [[Trainer ID]] and [[Secret ID]], meaning that the same trees will always be able to attract Munchlax unless the player starts a new game. Trees which can attract Munchlax are also more likely to attract rarer wild Pokémon.
 
The species of Pokémon (or whether one will appear at all) is determined at the time a tree is slathered. Therefore, once a tree is slathered, saving the game and resetting will not change the Pokémon that will appear on it. However, its [[level]], [[gender]], [[Nature]], {{IV}}s, and other random values are determined when it is encountered.
 
===Locations===
* {{rt|205|Sinnoh}} south
* {{rt|205|Sinnoh}} north
* {{rt|206|Sinnoh}}
* {{rt|207|Sinnoh}}
* {{rt|208|Sinnoh}}
* {{rt|209|Sinnoh}}
* {{rt|210|Sinnoh}} south
* {{rt|210|Sinnoh}} north
* {{rt|211|Sinnoh}} east
* {{rt|212|Sinnoh}} north
* {{rt|212|Sinnoh}} south
* {{rt|213|Sinnoh}}
* {{rt|214|Sinnoh}}
* {{rt|215|Sinnoh}}
* {{rt|218|Sinnoh}}
* {{rt|221|Sinnoh}}
* {{rt|222|Sinnoh}}
* [[Valley Windworks]]
* [[Eterna Forest]] exterior
* [[Fuego Ironworks]]
* [[Floaroma Meadow]]
 
===Munchlax trees===
Which four Honey trees can contain Munchlax depends on the player's [[Trainer ID number|Trainer ID]] and {{DL|Trainer ID number|secret ID}}<ref>[http://www.smogon.com/forums/threads/past-gen-rng-research.61090/page-34#post-3986326 Past Gen RNG Research | Page 34 | Smogon Forums]</ref> (referred to herein as ''tid'' and ''sid''). These numbers are 2-byte values, and the game splits each into single bytes. ''tid''<sub>1</sub> and ''sid''<sub>1</sub> will refer to the lower byte of each ID number (calculable by <code>''id'' % 256</code>), while ''tid''<sub>2</sub> and ''sid''<sub>2</sub> will refer to the higher byte (calculable by <code>''id'' / 256</code>).
 
The location of the four Munchlax trees is then determined as follows:
:<code>''A'' = ''sid''<sub>1</sub> [[wp:modulo operation|%]] 21</code>
:<code>''B'' = ''sid''<sub>2</sub> % 21</code>
:<code>''C'' = ''tid''<sub>1</sub> % 21</code>
:<code>''D'' = ''tid''<sub>2</sub> % 21</code>
 
The game checks if any of these are equal. If ''A'' is equal to ''B'', ''B'' is increased by 1. The game then checks ''A'' against ''C'', followed by ''B'' against ''C'', adding 1 to ''C'' if it is equal after either check. Then the game checks ''A'' against ''D'', followed by ''B'' against ''D'', and then ''C'' against ''D'', and adds 1 to ''D'' if it is equal after any of the checks. If at any point any of ''B'', ''C'', or ''D'' would equal 21, they are set to 0 instead.
 
The final values of ''A'', ''B'', ''C'', and ''D'' represent the locations of the Munchlax trees. The number can be treated as a 0-based index into the list of Honey tree locations above. That is, if ''A'' = 10, that means the Honey tree on Route 212 south can contain Munchlax.
 
===Pokémon groups===
When the game generates a species of wild Pokémon to appear on a Honey tree, it first chooses from one of three possible "groups" of Pokémon before choosing a Pokémon from within that group. These groups are shown in the table below. The 17 non-Munchlax trees have a 70% chance of choosing from Group A, a 20% chance of choosing from Group B, a 0% chance of choosing from Group C, and a 10% chance of choosing no encounter. The four Munchlax trees have a 20% chance of choosing from Group A, a 70% chance of choosing from Group B, a 1% chance of choosing from Group C, and a 9% chance of choosing no encounter.
 
{| class="roundy" style="text-align:center; background:#{{gold color}}; border:3px solid #{{gold color dark}}"
|-
! style="background:#{{gold color light}}; {{roundytl|5px}}" rowspan=2 |
! style="background:#{{gold color light}}" colspan=2 | [[Pokémon Diamond and Pearl Versions|{{color|{{diamond color}}|Diamond}}/{{color|{{pearl color}}|Pearl}}]]
! style="background:#{{gold color light}}; padding: 0px 10px" rowspan=2 | Group C<br>({{tt|0%/1%|1% only if the tree is a Munchlax tree}})
! style="background:#{{gold color light}}; {{roundytr|5px}}" colspan=2 | [[Pokémon Platinum Version|{{color|{{platinum color dark}}|Platinum}}]]
|- style="background:#{{gold color light}}"
! Group A (70%/20%) || Group B (20%/70%) || Group A (70%/20%) || Group B (20%/70%)
|- style="background:#fff"
| Pokémon 1 (40%)
| {{p|Wurmple}} || {{p|Combee}} || rowspan=6 | {{p|Munchlax}} || {{p|Combee}} || {{p|Burmy}}
|- style="background:#fff"
| Pokémon 2 (20%)
| {{p|Silcoon}}{{sup/4|D}}<br>{{p|Cascoon}}{{sup/4|P}} || {{p|Burmy}} || {{p|Wurmple}} || {{p|Cherubi}}
|- style="background:#fff"
| Pokémon 3 (20%)
| {{p|Combee}} || {{p|Cherubi}} || {{p|Burmy}} || {{p|Combee}}
|- style="background:#fff"
| Pokémon 4 (10%)
| {{p|Burmy}} || {{p|Aipom}} || {{p|Cherubi}} || {{p|Aipom}}
|- style="background:#fff"
| Pokémon 5 (5%)
| {{p|Cherubi}} || {{p|Heracross}} || {{p|Aipom}} || {{p|Aipom}}
|-
| style="background:#fff; {{roundybl|5px}}" | Pokémon 6 (5%)
| style="background:#fff" | {{p|Aipom}}
| style="background:#fff" | {{p|Wurmple}}
| style="background:#fff" | {{p|Aipom}}
| style="background:#fff; {{roundybr|5px}}" | {{p|Heracross}}
|}
 
When Honey is slathered on a tree, if that tree is also the last tree that was slathered, there is a 90% chance that the game will pick the same group as it did the last time. If the tree's last slathering did not produce any Pokémon, it will be treated{{fact}} as if the tree had selected Group A.
 
===Shaking===
Very roughly speaking, the more a tree shakes, the more likely it is a rare Pokémon will appear. The number of times a tree shakes is randomly decided depending on the group that was selected for the tree.
{| class="roundy" style="text-align:center; background:#{{gold color}}; border:3px solid #{{gold color dark}}"
|-
! style="background:#{{gold color light}}; {{roundytl|5px}}" | Shakes
! style="background:#{{gold color light}}" | Group A
! style="background:#{{gold color light}}" | Group B
! style="background:#{{gold color light}}; {{roundytr|5px}}" | {{tt|Group C|Munchlax}}
|- style="background:#fff"
| 0 || 20% || 1% || 1%
|- style="background:#fff"
| 1 || 59% || 20% || 1%
|- style="background:#fff"
| 2 || 20% || 75% || 5%
|-
| style="background:#fff; {{roundybl|5px}}" | 3
| style="background:#fff" | 1%
| style="background:#fff" | 4%
| style="background:#fff; {{roundybr|5px}}" | 93%
|}
 
So, based on the number of times a tree shakes, a Pokémon from the different groups will have the following chance to appear.
 
For normal trees:
{| class="roundy" style="text-align:center; background:#{{gold color}}; border:3px solid #{{gold color dark}}"
|-
! style="background:#{{gold color light}}; {{roundytl|5px}}" | Shakes
! style="background:#{{gold color light}}" | 0
! style="background:#{{gold color light}}" | 1
! style="background:#{{gold color light}}" | 2
! style="background:#{{gold color light}}; {{roundytr|5px}}" | 3
|- style="background:#fff"
| Group A || 98.6% || 91.2% || 48.3% || 46.7%
|-
| style="background:#fff; {{roundybl|5px}}" | Group B
| style="background:#fff" | 1.4%
| style="background:#fff" | 8.8%
| style="background:#fff" | 51.7%
| style="background:#fff; {{roundybr|5px}}" | 53.3%
|}
 
For Munchlax trees:
{| class="roundy" style="text-align:center; background:#{{gold color}}; border:3px solid #{{gold color dark}}"
|-
! style="background:#{{gold color light}}; {{roundytl|5px}}" | Shakes
! style="background:#{{gold color light}}" | 0
! style="background:#{{gold color light}}" | 1
! style="background:#{{gold color light}}" | 2
! style="background:#{{gold color light}}; {{roundytr|5px}}" | 3
|- style="background:#fff"
| Group A || 84.9% || 45.7% || 7.1% || 5.1%
|- style="background:#fff"
| Group B || 14.9% || 54.2% || 92.8% || 71.2%
|-
| style="background:#fff; {{roundybl|5px}}" | {{tt|Group C|Munchlax}}
| style="background:#fff" | 0.2%
| style="background:#fff" | 0.04%
| style="background:#fff" | 0.1%
| style="background:#fff; {{roundybr|5px}}" | 23.7%
|}
 
===Pokémon===
If the tree being slathered was also the last tree slathered (and the tree is empty), there is a 90% chance that the tree will attract a Pokémon from the same group that was used before. This will render the rates below inaccurate. See [[#Pokémon groups|above]] for an explanation of the sets and the exact rarities of Pokémon.
 
{{catch/header|land|no}}
{{catch/div|land|Non-Munchlax tree}}
{{catch/entry4|190|Aipom|yes|yes|no|Honey|5-15|all=5.5%}}
{{catch/entry4|190|Aipom|no|no|yes|Honey|5-15|all=10%}}
{{catch/entry4|214|Heracross|yes|yes|yes|Honey|5-15|all=1%|type1=bug|type2=fighting}}
{{catch/entry4|265|Wurmple|yes|yes|no|Honey|5-15|all=29%|type1=bug}}
{{catch/entry4|265|Wurmple|no|no|yes|Honey|5-15|all=14%|type1=bug}}
{{catch/entry4|266|Silcoon|yes|no|no|Honey|5-15|all=14%|type1=bug}}
{{catch/entry4|268|Cascoon|no|yes|no|Honey|5-15|all=14%|type1=bug}}
{{catch/entry4|412|Burmy|yes|yes|no|Honey|5-15|all=11%|type1=bug}}
{{catch/entry4|412|Burmy|no|no|yes|Honey|5-15|all=22%|type1=bug}}
{{catch/entry4|415|Combee|yes|yes|no|Honey|5-15|all=22%|type1=bug|type2=flying}}
{{catch/entry4|415|Combee|no|no|yes|Honey|5-15|all=32%|type1=bug|type2=flying}}
{{catch/entry4|420|Cherubi|yes|yes|no|Honey|5-15|all=7.5%|type1=grass}}
{{catch/entry4|420|Cherubi|no|no|yes|Honey|5-15|all=11%|type1=grass}}
{{catch/entry4|000|None|yes|yes|yes|Honey||all=10%|type1=black}}
{{catch/div|land|Munchlax tree}}
{{catch/entry4|190|Aipom|yes|yes|no|Honey|5-15|all=8%}}
{{catch/entry4|190|Aipom|no|no|yes|Honey|5-15|all=12.5%}}
{{catch/entry4|214|Heracross|yes|yes|yes|Honey|5-15|all=3.5%|type1=bug|type2=fighting}}
{{catch/entry4|265|Wurmple|yes|yes|no|Honey|5-15|all=11.5%|type1=bug}}
{{catch/entry4|265|Wurmple|no|no|yes|Honey|5-15|all=4%|type1=bug}}
{{catch/entry4|266|Silcoon|yes|no|no|Honey|5-15|all=4%|type1=bug}}
{{catch/entry4|268|Cascoon|no|yes|no|Honey|5-15|all=4%|type1=bug}}
{{catch/entry4|412|Burmy|yes|yes|no|Honey|5-15|all=16%|type1=bug}}
{{catch/entry4|412|Burmy|no|no|yes|Honey|5-15|all=32%|type1=bug}}
{{catch/entry4|415|Combee|yes|yes|no|Honey|5-15|all=32%|type1=bug|type2=flying}}
{{catch/entry4|415|Combee|no|no|yes|Honey|5-15|all=22%|type1=bug|type2=flying}}
{{catch/entry4|420|Cherubi|yes|yes|no|Honey|5-15|all=15%|type1=grass}}
{{catch/entry4|420|Cherubi|no|no|yes|Honey|5-15|all=16%|type1=grass}}
{{catch/entry4|446|Munchlax|yes|yes|yes|Honey|5-15|all=1%}}
{{catch/entry4|000|None|yes|yes|yes|Honey||all=9%|type1=black}}
{{catch/footer|land}}
 
==In the anime==
[[File:Barry Straw Hat.png|thumb|250px|Honey being slathered on a Honey tree in the {{pkmn|anime}}]]
In ''[[DP030|Some Enchanted Sweetening!]]'', Honey was slathered on a tree, attracting several wild {{type|Bug}} and {{type|Grass}} Pokémon as well Ash's {{TP|Dawn|Aipom}} and a wild {{TP|Cheryl|Burmy}}. The Honey appeared to have been slathered by [[Cheryl]], who wanted to catch a male Burmy to help her find the Enchanted Honey. Cheryl later explained to the group that Enchanted Honey was Honey gathered by {{p|Combee}} in the [[Amber Castle]], located deep in [[Eterna Forest]], which is said to be hundreds of times sweeter than normal Honey.
 
Some Honey was shown again in ''[[DP099|A Trainer and Child Reunion!]]'', used by {{TRT}} in an attempt to catch [[Aaron (Elite Four)|Aaron]]'s {{p|Vespiquen}}. It instead attracted a {{p|Munchlax}}, much like in the games.
 
In ''[[DP138|Strategy Begins at Home!]]'', Honey was planted on a tree by a young boy named [[Nathaniel]], which attracted a {{p|Heracross}}.
 
In a flashback in ''[[DP140|Historical Mystery Tour!]]'', it was revealed that {{an|Barry}} used Honey to attract a Heracross, which he then caught.
{{-}}
==In the manga==
[[File:Honey tree DPA.png|thumb|left|200px|A Honey tree in Diamond and Pearl Adventure!]]
===In the Pokémon Adventures manga===
In ''[[PS343|Honey for Combee]]'', as {{adv|Diamond}}, {{adv|Pearl}}, and {{adv|Platinum}} ventured into [[Floaroma Meadow]], Diamond and his Pokémon smelled Honey and ran off to lick it off a tree, only to be attacked by a swarm of angry {{p|Combee}}, whom the Honey had been meant for. Later, the trio ventured into the [[Valley Windworks]], where they met [[Mars]], who filled the Windworks control room with {{m|Sandstorm|sand}} in order to do away with them. Pearl and Platinum ended up outside the building and were able to uncover Diamond's location inside the building and save him thanks to a group of Combee being attracted by the scent of Honey on Diamond and his Pokémon.
 
===In the Pokémon Diamond and Pearl Adventure! manga===
In ''[[DPA05|Find Munchlax!!]]'', a {{tc|Collector}} used Honey in an attempt to lure out a {{p|Munchlax}}. However, the Honey instead ended up being eaten away by [[Hareta]].
{{-}}
==Trivia==
* Honey may originally have been planned for [[Generation II]], where unused text refers to an item called '''Sweet Honey''' (Japanese: '''あまいミツ''' ''Sweet Honey''), which could be used to attract Pokémon by slathering it on a tree and waiting about a day, nearly identical to its behavior in Generation IV.
 
==External links==
* [http://projectpokemon.org/wiki/Honey_Tree Honey Tree - Project Pokemon Wiki]
* [http://www.dragonflycave.com/honeytrees.aspx Honey Trees | The Cave of Dragonflies]
 
==References==
<references/>
 
[[Category:Game mechanics]]
 
[[de:Honigbaum]]
[[ja:あまいかおりのするき]]