Dungeon Explorer: Difference between revisions
No edit summary |
|||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
[[File:Dungeon_Explorer_1.png|320px|thumb|right|A dungeon explorer being talked to by a team.]] | |||
A '''Dungeon Explorer''' is a Pokemon in a [[dungeon]] that is passive to the player. | A '''Dungeon Explorer''' is a Pokemon in a [[dungeon]] that is passive to the player. | ||
__TOC__ | |||
== Usage == | == Usage == | ||
Dungeon explorers are most often used to give dialogue to the player. Typically they tell the player useful hints, including hints specific to the dungeon. They may also be present just to provide flavour text about the dungeon itself. | Dungeon explorers are most often used to give dialogue to the player. Typically they tell the player useful hints, including hints specific to the dungeon. They may also be present just to provide flavour text about the dungeon itself. | ||
<div style="clear: both"></div> | |||
=== Move Tutors === | |||
{{Release Candidate|isSect=true|pmdo-version=0.8.11}} | |||
Some explorers are [[Move Tutor|move tutors]] who will randomly spawn in certain dungeons. When talked to, they will charge the player [[money]] to teach a tutor move. After being interacted with, the tutor move may become available in the [[base town]]. The game will generally attempt to spawn a tutor with moves that the player can learn, if such a move is possible. | |||
== Implementation == | == Implementation == | ||
Dungeon explorers are typically spawned with the [[zone step]] [[Spread Step Zone Step]]. Usually they are spawned using the Rand Bag type of spawning. Then, the [[PlaceRandomMobsStep]] is added, with the explorer typically specified with the Preset Multi Team Spawner. Here, the explorer is flagged as an Explorer to make them passive, and then customized from there. Their typical [[tactic]] is "Slow Patrol". | Dungeon explorers are typically spawned with the [[zone step]] [[Spread Step Zone Step]]. Usually they are spawned using the Rand Bag type of spawning. Then, the [[PlaceRandomMobsStep]] is added, with the explorer typically specified with the Preset Multi Team Spawner. Here, the explorer is flagged as an Explorer to make them passive, and then customized from there. Their typical [[tactic]] is "Slow Patrol". | ||
[[Category:Game | [[Category:Game Mechanic]][[Category:Dungeon Generation]] | ||
Latest revision as of 16:00, 8 February 2026

A Dungeon Explorer is a Pokemon in a dungeon that is passive to the player.
Usage
Dungeon explorers are most often used to give dialogue to the player. Typically they tell the player useful hints, including hints specific to the dungeon. They may also be present just to provide flavour text about the dungeon itself.
Move Tutors
Some explorers are move tutors who will randomly spawn in certain dungeons. When talked to, they will charge the player money to teach a tutor move. After being interacted with, the tutor move may become available in the base town. The game will generally attempt to spawn a tutor with moves that the player can learn, if such a move is possible.
Implementation
Dungeon explorers are typically spawned with the zone step Spread Step Zone Step. Usually they are spawned using the Rand Bag type of spawning. Then, the PlaceRandomMobsStep is added, with the explorer typically specified with the Preset Multi Team Spawner. Here, the explorer is flagged as an Explorer to make them passive, and then customized from there. Their typical tactic is "Slow Patrol".
