tModLoader v2024.04
A mod to make and play Terraria mods
BestiaryDatabaseNPCsPopulator.CommonTags.SpawnConditions.Times Class Reference

Static Public Attributes

static SpawnConditionBestiaryInfoElement DayTime
 
static SpawnConditionBestiaryInfoElement NightTime
 

Member Data Documentation

◆ DayTime

SpawnConditionBestiaryInfoElement BestiaryDatabaseNPCsPopulator.CommonTags.SpawnConditions.Times.DayTime
static
Initial value:
= new SpawnConditionBestiaryInfoElement("Bestiary_Times.DayTime", 36) {
DisplayTextPriority = -1,
OrderPriority = -1f
}
Definition: SpawnConditionBestiaryInfoElement.cs:8

◆ NightTime

SpawnConditionBestiaryInfoElement BestiaryDatabaseNPCsPopulator.CommonTags.SpawnConditions.Times.NightTime
static
Initial value:
= new SpawnConditionBestiaryInfoElement("Bestiary_Times.NightTime", 37, "Images/MapBG1", new Color(35, 40, 40)) {
DisplayTextPriority = -1,
OrderPriority = -1f
}