Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Random encounter
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Roleplaying game feature}} {{About|the feature in role-playing games||Random Encounter (disambiguation){{!}}Random Encounter}} {{More citations needed|date=November 2010}} A '''random encounter''' is a feature commonly used in various [[role-playing game]]s whereby combat encounters with [[non-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 a [[monster]]-infested [[wilderness]] or [[dungeon]]—with uncertain frequency of occurrence and makeup (as opposed to a "placed" encounter). Frequent random encounters are common in [[Japanese role-playing games]] like ''[[Dragon Quest (video game)|Dragon Quest]]'',<ref name="gamasutra1">{{cite web |url=https://www.gamedeveloper.com/game-platforms/the-history-of-dragon-quest |title=Features - The History of Dragon Quest |publisher=Gamasutra |access-date=2010-11-09 |archive-date=2011-02-13 |archive-url=https://web.archive.org/web/20110213225207/http://www.gamasutra.com/view/feature/3520/the_history_of_dragon_quest.php |url-status=live}}</ref> ''[[Pokémon (video game series)|Pokémon]]'', and the ''[[Final Fantasy]]'' series. ==Role-playing games== [[File:Wandering monster table.png|thumb|An example random encounter table]] Random encounters—sometimes called '''wandering monsters'''—were a feature of ''[[Dungeons & Dragons]]'' from its beginnings in the 1970s, and persist in that game and its offshoots to this day. Random encounters are usually determined by the [[gamemaster]] by rolling dice against a ''random 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 down [[player character]]s and force them to use up consumable resources, such as [[hit point]]s, [[magic spell]]s and healing [[potion]]s, as a way of punishing them for spending too much time in a dangerous area. ==Video games== {{Original research|section|date=March 2010}} Random encounters were incorporated into early [[role-playing video game]]s and have been common throughout the genre.<ref>{{cite web |last=John |first=Tracey |url=http://www.ugo.com/the-goods/every-video-game-reference-in-the-scott-pilgrim-comics?page=8 |title=Scott Pilgrim Video Game References |publisher=UGO.com |date=2010-05-16 |access-date=2010-11-09 |url-status=dead |archive-url=https://web.archive.org/web/20100521163859/http://www.ugo.com/the-goods/every-video-game-reference-in-the-scott-pilgrim-comics?page=8 |archive-date=2010-05-21}}</ref><ref name=Heracles>{{cite web |last=Michael |first=Christopher |url=http://www.allgame.com/game.php?id=17094 |title=Shadow Madness - Overview |publisher=allgame |date=2010-10-03 |access-date=2010-11-09 |archive-date=2014-11-14 |archive-url=https://web.archive.org/web/20141114115647/http://www.allgame.com/game.php?id=17094 |url-status=dead}}</ref><ref>{{cite web |last=Stuart |first=Keith |url=https://www.theguardian.com/technology/gamesblog/2009/dec/03/games-gameculture |title=Serious games case study: the RPG that could save lives | Technology | guardian.co.uk |publisher=Guardian |date=2009-12-10 |access-date=2010-11-09 |archive-date=2014-08-27 |archive-url=https://web.archive.org/web/20140827010619/http://www.theguardian.com/technology/gamesblog/2009/dec/03/games-gameculture |url-status=live}}</ref> Placed and random encounters were both used in 1981s ''[[Wizardry (video game series)|Wizardry]]''<ref>{{cite web |url=https://www.gamedeveloper.com/design/game-design-essentials-20-rpgs |title=Features - Game Design Essentials: 20 RPGs |publisher=Gamasutra |access-date=2010-11-09 |archive-date=2021-05-01 |archive-url=https://web.archive.org/web/20210501093930/https://www.gamasutra.com/view/feature/4066/game_design_essentials_20_rpgs.php |url-status=live}}</ref> and by the mid-1980s, random encounters made up the bulk of battles in genre-defining games such as ''[[Dragon Warrior]]'',<ref name="gamasutra1"/> ''[[Final Fantasy (video game)|Final Fantasy]]'', and ''[[Bard's Tale (1985)|The Bard's Tale]]''.<ref>{{cite web |url=http://www.gamasutra.com/features/20070223b/barton_02.shtml |title=The History of Computer Role-Playing Games Part 2: The Golden Age(1985-1993) |publisher=Gamasutra.com |date=2007-02-23 |access-date=2010-11-09 |archive-date=2007-02-25 |archive-url=https://web.archive.org/web/20070225085535/http://www.gamasutra.com/features/20070223b/barton_02.shtml |url-status=dead}}</ref> Random encounters happen when the player is traversing the game world (often through the use of a "world map" or [[overworld]]). 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 are [[random]] 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 programmed [[probabilities]]; [[Pseudo-random number generator]]s 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 the [[player 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 in [[dungeon]]s, [[cave]]s, [[forest]]s, [[desert]]s, and [[swamp]]s than in open [[plain]]s. The simplest sort of random encounter algorithm would be as follows: # Each step, set X to a random [[integer]] between 0 and 99. # If in plains, and X < 8, a random encounter occurs. # If in swamp, desert, or forest, and X < 16, a random encounter occurs. 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<ref>{{cite web |url=http://www.rpgamer.com/games/lunar/l2eb/reviews/l2ebstrev1.html |title=> Retroview > Lunar 2: Eternal Blue |publisher=RPGamer |access-date=2010-11-09 |archive-date=2011-06-29 |archive-url=https://web.archive.org/web/20110629141907/http://www.rpgamer.com/games/lunar/l2eb/reviews/l2ebstrev1.html |url-status=dead}}</ref><ref name=Heracles /><ref>{{cite web |url=http://planetdc.segaretro.org/features/editorials/edit005/index.html |title=PlanetDreamcast: Features - Editorials - Random Battles Must Die! |publisher=Planetdc.segaretro.org |access-date=2010-11-09 |archive-date=2011-08-24 |archive-url=https://web.archive.org/web/20110824140147/http://planetdc.segaretro.org/features/editorials/edit005/index.html |url-status=live}}</ref> 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 the ''[[Dragon 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: # Set X to a random [[integer]] between 64 and 255. # For each step in plains, decrement X by 4. For each step in forest, swamp, or desert, decrement X by 8. # When X <u><</u> 0, a fight ensues. Go to step 1. 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 an [[emulator]]. This is a popular trick in [[speedrun]]s 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. The ''[[Final Fantasy (series)|Final Fantasy]]'' and ''[[Tales (role-playing game series)|Tales]]'' series have abandoned random encounter systems with successive games, while relatively newer franchises such as the ''[[Chrono (series)|Chrono]]'' series and ''[[Kingdom Hearts (series)|Kingdom Hearts]]'' have never used them. A more commonly used tactic in later RPGs (used in ''[[Final Fantasy XII]]'', ''[[Radiata Stories]]'', ''[[Fallout (computer game)|Fallout]]'' and ''[[Fallout 2]]'' (although the ''Fallout'' games have unlimited random encounters on the world map)), like ''[[Legend of Legaia]]'' and all ''[[Kingdom Hearts]]'' games have a finite number of enemies in a given area. This cuts down on [[grind (gaming)|grinding]] and does not discourage exploration to the same extent. A similar approach is [[spawning (computer gaming)|spawning]], where visible monsters always (re)appear at the same location, as seen in ''[[Chrono Trigger]]''<ref>{{cite web |url=http://www.1up.com/do/blogEntry?bId=9015525 |archive-url=https://archive.today/20120716003402/http://www.1up.com/do/blogEntry?bId=9015525 |url-status=dead |archive-date=2012-07-16 |title=Random Battles - Painful Pleasure or Punishment? |publisher=1up.com |date=2010-01-04 |access-date=2010-11-09}}</ref> and most of ''[[Dragon Quest IX]]''.<ref>{{cite web |url=http://kotaku.com/5591836/dragon-quest-ix-sentinels-of-the-starry-skies-review-do-good-inc |title=Dragon Quest IX: Sentinels of the Starry Skies Review: Do Good, Inc |publisher=Kotaku.com |date=2010-07-23 |access-date=2010-11-09 |archive-date=2012-10-15 |archive-url=https://web.archive.org/web/20121015195112/http://kotaku.com/5591836/dragon-quest-ix-sentinels-of-the-starry-skies-review-do-good-inc |url-status=live}}</ref><ref>{{cite web |url=http://www.1up.com/do/blogEntry?bId=8999340 |title=1UP's RPG Blog: My Dragon Quest, Day 14 |publisher=1up.com |date=2009-07-24 |access-date=2010-11-09 |url-status=dead |archive-url=https://web.archive.org/web/20121017051307/http://www.1up.com/do/blogEntry?bId=8999340 |archive-date=2012-10-17}}</ref> Both approaches give players the opportunity to anticipate, evade, or select encounters. ==References== {{reflist|2}} {{Video game gameplay}} {{DEFAULTSORT:Random Encounter}} [[Category:Role-playing game terminology]] [[Category:Video game terminology]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:About
(
edit
)
Template:Ambox
(
edit
)
Template:Cite web
(
edit
)
Template:More citations needed
(
edit
)
Template:Original research
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)
Template:Video game gameplay
(
edit
)