tModLoader v2024.03
A mod to make and play Terraria mods
StatInheritanceData Struct Reference

Public Member Functions

 StatInheritanceData (float damageInheritance=0f, float critChanceInheritance=0f, float attackSpeedInheritance=0f, float armorPenInheritance=0f, float knockbackInheritance=0f)
 

Public Attributes

float armorPenInheritance
 
float attackSpeedInheritance
 
float critChanceInheritance
 
float damageInheritance
 
float knockbackInheritance
 

Static Public Attributes

static readonly StatInheritanceData Full = new StatInheritanceData(1f, 1f, 1f, 1f, 1f)
 
static readonly StatInheritanceData None = new StatInheritanceData(0f, 0f, 0f, 0f, 0f)