Custom Item Status
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
attack Damage
攻撃力ボーナス(武器用)
attack Speed
攻撃速度ボーナス(武器用)
armor
防御力ボーナス(防具用)
armor Toughness
防具強度ボーナス(防具用)
max Health
最大体力ボーナス
movement Speed
移動速度ボーナス
knockback Resistance
ノックバック耐性ボーナス
durability
カスタム耐久値(null の場合はデフォルト)
unbreakable
耐久無限かどうか