Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Static Public Attributes
|
List of all members
Terraria.GameContent.RGB.CommonConditions.Boss Class Reference
Static Public Attributes
static int
HighestTierBossOrEvent
static readonly
ChromaCondition
EaterOfWorlds
= (
ChromaCondition
)(object)new
SimpleCondition
((
Player
player) =>
HighestTierBossOrEvent
== 13)
static readonly
ChromaCondition
Destroyer
= (
ChromaCondition
)(object)new
SimpleCondition
((
Player
player) =>
HighestTierBossOrEvent
== 134)
static readonly
ChromaCondition
KingSlime
= (
ChromaCondition
)(object)new
SimpleCondition
((
Player
player) =>
HighestTierBossOrEvent
== 50)
static readonly
ChromaCondition
QueenSlime
= (
ChromaCondition
)(object)new
SimpleCondition
((
Player
player) =>
HighestTierBossOrEvent
== 657)
static readonly
ChromaCondition
BrainOfCthulhu
= (
ChromaCondition
)(object)new
SimpleCondition
((
Player
player) =>
HighestTierBossOrEvent
== 266)
static readonly
ChromaCondition
DukeFishron
= (
ChromaCondition
)(object)new
SimpleCondition
((
Player
player) =>
HighestTierBossOrEvent
== 370)
static readonly
ChromaCondition
QueenBee
= (
ChromaCondition
)(object)new
SimpleCondition
((
Player
player) =>
HighestTierBossOrEvent
== 222)
static readonly
ChromaCondition
Plantera
= (
ChromaCondition
)(object)new
SimpleCondition
((
Player
player) =>
HighestTierBossOrEvent
== 262)
static readonly
ChromaCondition
Empress
= (
ChromaCondition
)(object)new
SimpleCondition
((
Player
player) =>
HighestTierBossOrEvent
== 636)
static readonly
ChromaCondition
EyeOfCthulhu
= (
ChromaCondition
)(object)new
SimpleCondition
((
Player
player) =>
HighestTierBossOrEvent
== 4)
static readonly
ChromaCondition
TheTwins
= (
ChromaCondition
)(object)new
SimpleCondition
((
Player
player) =>
HighestTierBossOrEvent
== 126)
static readonly
ChromaCondition
MoonLord
= (
ChromaCondition
)(object)new
SimpleCondition
((
Player
player) =>
HighestTierBossOrEvent
== 398)
static readonly
ChromaCondition
WallOfFlesh
= (
ChromaCondition
)(object)new
SimpleCondition
((
Player
player) =>
HighestTierBossOrEvent
== 113)
static readonly
ChromaCondition
Golem
= (
ChromaCondition
)(object)new
SimpleCondition
((
Player
player) =>
HighestTierBossOrEvent
== 245)
static readonly
ChromaCondition
Cultist
= (
ChromaCondition
)(object)new
SimpleCondition
((
Player
player) =>
HighestTierBossOrEvent
== 439)
static readonly
ChromaCondition
Skeletron
= (
ChromaCondition
)(object)new
SimpleCondition
((
Player
player) =>
HighestTierBossOrEvent
== 35)
static readonly
ChromaCondition
SkeletronPrime
= (
ChromaCondition
)(object)new
SimpleCondition
((
Player
player) =>
HighestTierBossOrEvent
== 127)
static readonly
ChromaCondition
Deerclops
= (
ChromaCondition
)(object)new
SimpleCondition
((
Player
player) =>
HighestTierBossOrEvent
== 668)
Detailed Description
Definition at line
125
of file
CommonConditions.cs
.
The documentation for this class was generated from the following file:
source/Terraria.GameContent.RGB/
CommonConditions.cs
Terraria
GameContent
RGB
CommonConditions
Boss
Generated by
1.10.0