This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "Random encounter" – news ·newspapers ·books ·scholar ·JSTOR(November 2010) (Learn how and when to remove this message) |
Arandom encounter is a feature commonly used in variousrole-playing games whereby combat encounters withnon-player character (NPC) enemies or other dangers occur sporadically and at random, usually without the enemy being physically detected beforehand. In general, random encounters are used to simulate the challenges associated with being in a hazardous environment—such as amonster-infestedwilderness ordungeon—with uncertain frequency of occurrence and makeup (as opposed to a "placed" encounter). Frequent random encounters are common inJapanese role-playing games likeDragon Quest,[1]Pokémon, and theFinal Fantasy series.

Random encounters—sometimes calledwandering monsters—were a feature ofDungeons & Dragons from its beginnings in the 1970s, and persist in that game and its offshoots to this day. Random encounters are usually determined by thegamemaster by rolling dice against arandom encounter table. The tables are usually based on terrain (and/or time/weather), and have a chance for differing encounters with different numbers or types of creatures. The results may be modified by other tables, such as whether the encounter is friendly, neutral or hostile. GMs are often encouraged to make their own tables. Specific adventures often have specific tables for locations, like a temple's hallways.
Wandering monsters are often used to wear downplayer characters and force them to use up consumable resources, such ashit points,magic spells and healingpotions, as a way of punishing them for spending too much time in a dangerous area.
This sectionpossibly containsoriginal research. Pleaseimprove it byverifying the claims made and addinginline citations. Statements consisting only of original research should be removed.(March 2010) (Learn how and when to remove this message) |
Random encounters were incorporated into earlyrole-playing video games and have been common throughout the genre.[2][3][4] Placed and random encounters were both used in 1981sWizardry[5] and by the mid-1980s, random encounters made up the bulk of battles in genre-defining games such asDragon Warrior,[1]Final Fantasy, andThe Bard's Tale.[6] Random encounters happen when the player is traversing the game world (often through the use of a "world map" oroverworld). Most often, the player encounters enemies to battle, but occasionally friendly or neutral characters can appear, with whom the player might interact differently than with enemies. Random encounters arerandom in the respect that players cannot anticipate the exact moment of encounter or what will be encountered, as the occurrence of the event is based on factors such as programmedprobabilities;Pseudo-random number generators create the sequence of numbers used to determine if an encounter will happen. The form and frequency can vary depending on a number of factors, such as where the player is located in the game world and the statistics of theplayer character. In some games, items can be found to increase or decrease the frequency of random encounters, even to eliminate them outright, or increase the odds of having a particular encounter.
Random encounters often occur more frequently indungeons,caves,forests,deserts, andswamps than in openplains. The simplest sort of random encounter algorithm would be as follows:
The problem with this algorithm is that random encounters occur "too" randomly for the tastes of most players, as there will be "droughts" and "floods" in their distribution. Random encounters in rapid succession are considered undesirable[7][3][8] as they lead to the player's perception of getting "bogged down", but with the simple algorithm, it is possible to have an encounter from taking only one step after an encounter. The early games in theDragon Quest series, for example, allow random encounters to occur one step after the other. A more elaborate random encounter algorithm (and similar to those used in many games) would be the following:
This ensures that, in any terrain, the player will not experience more than one random encounter every eight steps. A game with this type of system can sometimes be taken advantage of by initiating some action that will reset the counter (pausing, opening a menu, saving), especially when using anemulator. This is a popular trick inspeedruns to skip time-consuming or dangerous battles or it can be used to ensure that each battle results in a rare or valuable encounter.
Random encounters have become less popular in video games with the passage of time, as gamers often complain that they are annoying, repetitive or discouraging to exploration. TheFinal Fantasy andTales series have abandoned random encounter systems with successive games, while relatively newer franchises such as theChrono series andKingdom Hearts have never used them.
A more commonly used tactic in later RPGs (used inFinal Fantasy XII,Radiata Stories,Fallout andFallout 2 (although theFallout games have unlimited random encounters on the world map)), likeLegend of Legaia and allKingdom Hearts games have a finite number of enemies in a given area. This cuts down ongrinding and does not discourage exploration to the same extent. A similar approach isspawning, where visible monsters always (re)appear at the same location, as seen inChrono Trigger[9] and most ofDragon Quest IX.[10][11] Both approaches give players the opportunity to anticipate, evade, or select encounters.