Show / Hide Table of Contents

Class RandomEncounters

Static definitions for random encounters based on dungeon type, from FALL.EXE. All lists from classic have 20 entries. These are generally ordered from low-level through to high-level encounters.

Inheritance
Object
RandomEncounters
Namespace: DaggerfallWorkshop.Utility
Assembly: Assembly-CSharp.dll
Syntax
public static class RandomEncounters

Fields

| Improve this Doc View Source

EncounterTables

Declaration
public static RandomEncounterTable[] EncounterTables
Field Value
Type Description
RandomEncounterTable[]

Methods

| Improve this Doc View Source

ChooseRandomEnemy(Boolean)

Declaration
public static MobileTypes ChooseRandomEnemy(bool chooseUnderWaterEnemy)
Parameters
Type Name Description
Boolean chooseUnderWaterEnemy
Returns
Type Description
MobileTypes
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX