tModLoader v2024.10
A mod to make and play Terraria mods
|
Static Public Attributes | |
static readonly ChromaCondition | BrainOfCthulhu = new SimpleCondition((Player player) => HighestTierBossOrEvent == 266) |
static readonly ChromaCondition | Cultist = new SimpleCondition((Player player) => HighestTierBossOrEvent == 439) |
static readonly ChromaCondition | Deerclops = new SimpleCondition((Player player) => HighestTierBossOrEvent == 668) |
static readonly ChromaCondition | Destroyer = new SimpleCondition((Player player) => HighestTierBossOrEvent == 134) |
static readonly ChromaCondition | DukeFishron = new SimpleCondition((Player player) => HighestTierBossOrEvent == 370) |
static readonly ChromaCondition | EaterOfWorlds = new SimpleCondition((Player player) => HighestTierBossOrEvent == 13) |
static readonly ChromaCondition | Empress = new SimpleCondition((Player player) => HighestTierBossOrEvent == 636) |
static readonly ChromaCondition | EyeOfCthulhu = new SimpleCondition((Player player) => HighestTierBossOrEvent == 4) |
static readonly ChromaCondition | Golem = new SimpleCondition((Player player) => HighestTierBossOrEvent == 245) |
static int | HighestTierBossOrEvent |
static readonly ChromaCondition | KingSlime = new SimpleCondition((Player player) => HighestTierBossOrEvent == 50) |
static readonly ChromaCondition | MoonLord = new SimpleCondition((Player player) => HighestTierBossOrEvent == 398) |
static readonly ChromaCondition | Plantera = new SimpleCondition((Player player) => HighestTierBossOrEvent == 262) |
static readonly ChromaCondition | QueenBee = new SimpleCondition((Player player) => HighestTierBossOrEvent == 222) |
static readonly ChromaCondition | QueenSlime = new SimpleCondition((Player player) => HighestTierBossOrEvent == 657) |
static readonly ChromaCondition | Skeletron = new SimpleCondition((Player player) => HighestTierBossOrEvent == 35) |
static readonly ChromaCondition | SkeletronPrime = new SimpleCondition((Player player) => HighestTierBossOrEvent == 127) |
static readonly ChromaCondition | TheTwins = new SimpleCondition((Player player) => HighestTierBossOrEvent == 126) |
static readonly ChromaCondition | WallOfFlesh = new SimpleCondition((Player player) => HighestTierBossOrEvent == 113) |