Skip to content

Attribute Support

CravenCraft edited this page Jan 12, 2024 · 10 revisions

Custom Attributes

This mod contains multiple attributes that determine how stamina is drained. These attributes are all by default 0, but if a modpack author were to implement any kind of mod that can affect attributes (Pufferfish's Skills or Project MMO), then they'd be able to make a leveling system that could allow the player to drain less stamina from skills as they level up.

List of Attributes

  • sprinting_stamina_reduction - Reduces the amount of stamina drained when sprinting
  • swimming_stamina_reduction - Reduces the amount of stamina drained when sprint_swimming
  • idle_stamina_regen - Increases the amount of stamina regained when idle (e.g., standing or walking)
  • submerged_stamina_regen - Increases the amount of stamina regained when idle in water (by default it's about half of idle regen rate)
  • water_breathing_stamina_regen - Increases the amount of stamina regained when idle in water with the water breathing effect (by default this is slightly less than the idle regen rate)
  • base_melee_stamina_reduction - Decreases the amount of stamina drained from melee attacks
  • two_handed_stamina_reduction - Decreases the amount of stamina drained from two handed melee attacks (stacks with base_melee_stamina_reduction)
  • one_handed_stamina_reduction - Decreases the amount of stamina drained from one handed melee attacks (stacks with base_melee_stamina_reduction)
  • range_stamina_reduction - Decreases the amount of stamina drained from ranged attacks
  • block_stamina_reduction - Decreases the amount of stamina drained from blocking attacks

Clone this wiki locally