Exhaustion Values¶
文档版本:1.21.50.25
Defines how much exhaustion each player action should take.
架构¶
exhaustion_values:
{
number "attack" : opt
number "damage" : opt
number "heal" : opt
number "jump" : opt
number "mine" : opt
number "sprint" : opt
number "sprint_jump" : opt
number "swim" : opt
number "walk" : opt
}
attack
:number- Amount of exhaustion applied when attacking.
damage
:number- Amount of exhaustion applied when taking damage.
heal
:number- Amount of exhaustion applied when healed through food regeneration.
jump
:number- Amount of exhaustion applied when jumping.
mine
:number- Amount of exhaustion applied when mining.
sprint
:number- Amount of exhaustion applied when sprinting.
sprint_jump
:number- Amount of exhaustion applied when sprint jumping.
swim
:number- Amount of exhaustion applied when swimming.
walk
:number- Amount of exhaustion applied when walking.