HarptosFestival
public enum HarptosFestival : Int
The festivals that occur on days between months on the Calendar of Harptos
- midwinter: occurs between months 1 and 2
- greengrass: occurs between months 4 and 5
- midsummer: occurs between months 7 and 8, followed by shieldmeet on leap years
- highharvestide: occurs between months 9 and 10
- moonfeast: occurs between months 11 and 12
- shieldmeet: in leap years occurs after midsummer and before month 8
-
Undocumented
Declaration
Swift
case midwinter -
Undocumented
Declaration
Swift
case greengrass -
Undocumented
Declaration
Swift
case midsummer -
Undocumented
Declaration
Swift
case highharvestide -
Undocumented
Declaration
Swift
case moonfeast -
Undocumented
Declaration
Swift
case shieldmeet
HarptosFestival Enumeration Reference