Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.ID.ItemID.BannerEffect Struct Reference

Public Member Functions

 BannerEffect (float strength=1f)
 
 BannerEffect (float normalDamageDealt, float expertDamageDealt, float normalDamageReceived, float expertDamageReceived)
 

Public Attributes

readonly float NormalDamageDealt
 
readonly float ExpertDamageDealt
 
readonly float NormalDamageReceived
 
readonly float ExpertDamageReceived
 
readonly bool Enabled
 

Static Public Attributes

static readonly BannerEffect None = new BannerEffect(0f)
 
static readonly BannerEffect Reduced = new BannerEffect(0.2f)
 

Detailed Description

Definition at line 10 of file ItemID.cs.


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