CustomItemStatus

constructor(attackDamage: Double? = null, attackSpeed: Double? = null, armor: Double? = null, armorToughness: Double? = null, maxHealth: Double? = null, movementSpeed: Double? = null, knockbackResistance: Double? = null, durability: Int? = null, unbreakable: Boolean = false)

Parameters

attackDamage

攻撃力ボーナス(武器用)

attackSpeed

攻撃速度ボーナス(武器用)

armor

防御力ボーナス(防具用)

armorToughness

防具強度ボーナス(防具用)

maxHealth

最大体力ボーナス

movementSpeed

移動速度ボーナス

knockbackResistance

ノックバック耐性ボーナス

durability

カスタム耐久値(null の場合はデフォルト)

unbreakable

耐久無限かどうか