Show / Hide Table of Contents

Class WallMountPostGen

Spawns on the boundary tiles of rooms.

Inheritance
System.Object
WallMountPostGen
Implements
IPostDunGen
Namespace: Content.Shared.Procedural.PostGeneration
Assembly: Content.Shared.dll
Syntax
public sealed class WallMountPostGen : object, IPostDunGen

Fields

| Improve this Doc View Source

Prob

Chance per free tile to spawn a wallmount.

Declaration
public double Prob
Field Value
Type Description
System.Double
| Improve this Doc View Source

Spawns

Declaration
public List<EntitySpawnEntry> Spawns
Field Value
Type Description
List<EntitySpawnEntry>
| Improve this Doc View Source

Tile

Declaration
public string Tile
Field Value
Type Description
System.String

Implements

IPostDunGen
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾