Represents a statistical property with type, name, and value information
Create a StatProperty
fight prop type
value of the stat
const hpStat = new StatProperty('FIGHT_PROP_HP', 15552)console.log(hpStat.name)console.log(hpStat.valueText) Copy
const hpStat = new StatProperty('FIGHT_PROP_HP', 15552)console.log(hpStat.name)console.log(hpStat.valueText)
Readonly
Whether the stat is a percent value
Stat name
Stat type
Stat value
Get multiplied value
multiplied value
Get value text
value text
Represents a statistical property with type, name, and value information