Enum Danger
- Namespace
- ONITwitchLib
- Assembly
- ONITwitchLib.dll
Represents how much harm an EventInfo can do. This estimate should be a reasonable maximum and should take into account both short-term and long-term consequences.
[PublicAPI]
public enum Danger
Fields
None = 0
The event does not cause any damage.
Small = 1
The event causes only minor damage that can be easily resolved.
Medium = 2
The event causes moderate damage, with possible long-term effects, but does not pose a significant threat to survival.
High = 3
The event causes significant damage, often with significant long-term effects. Recovery is possible, but requires planning and knowledge.
Extreme = 4
The event is extremely dangerous. In some cases dupes may directly die. Long-term effects can alter the course of the colony.
Deadly = 5
This event will cause deaths and have significant long-term effects. Preventing or repairing damage done may not be possible.