Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
DayData Class Reference

Public Types

enum  Luck {
  Best , Great , Good , Average ,
  Bad , Awful
}
 

Public Attributes

Luck luck = Luck.Awful
 
int seed
 

Static Public Attributes

static int[] LuckRange = new int[6] { 95, 80, 60, 30, 10, 0 }
 

Detailed Description

Definition at line 1 of file DayData.cs.

Member Enumeration Documentation

◆ Luck

Enumerator
Best 
Great 
Good 
Average 
Bad 
Awful 

Definition at line 3 of file DayData.cs.

Member Data Documentation

◆ luck

Luck DayData.luck = Luck.Awful

Definition at line 15 of file DayData.cs.

Referenced by LayerNewspaper.OnInit().

◆ LuckRange

int [] DayData.LuckRange = new int[6] { 95, 80, 60, 30, 10, 0 }
static

Definition at line 13 of file DayData.cs.

Referenced by World.CreateDayData().

◆ seed

int DayData.seed

Definition at line 17 of file DayData.cs.

Referenced by LayerNewspaper.OnInit().


The documentation for this class was generated from the following file: