You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guides/combat.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Mvndicraft's combat is very much different than that of vanilla Minecraft. There
18
18
*[Attack Modes](#attack-modes)
19
19
*[Attack Range](#attack-range)
20
20
*[Attack Speed](#attack-speed)
21
+
*[Blocking Attacks](#blocking-attacks)
21
22
*[Damage Types](#damage-types)
22
23
*[Attack Weight and Deflection Level](#attack-weight-and-deflection-level)
23
24
*[Poise](#poise)
@@ -92,17 +93,18 @@ Spending attribute points on endurance increases the player's maximum stamina an
92
93
93
94
Stamina is activated in combat. It is the orange bar above the hunger meter.
94
95
95
-
The player starts with 20 Stamina, and each point increases their stamina by 0.6 points up to a maximum of 80 Stamina at 99 Endurance.
96
+
The player starts with 20 Stamina, and each point increases their Stamina by 0.6 points up to a maximum of 80 Stamina at 99 Endurance.
96
97
97
98
The following actions consume stamina:
98
99
99
100
* Melee attacks
100
101
* The player's [attack cooldown](https://minecraft.wiki/w/Melee_attack#Attack_cooldown) affects how much stamina is consumed.
101
102
* Ranged weapon attacks (i.e, Short Bow and Longbow)
102
-
* How long the player pulls charges a ranged weapon can affect how much stamina is consumed.
103
+
* How long the player draws a ranged weapon affects how much stamina is consumed.
103
104
* Weapons like crossbows and firearms do not consume stamina.
104
105
* Throwing weapons
105
106
* The player's [attack cooldown](https://minecraft.wiki/w/Melee_attack#Attack_cooldown) affects how much stamina is consumed.
107
+
* How long the player charges the thrown weapon affects how much stamina is consumed.
106
108
* Blocking an attack
107
109
* Sprinting
108
110
* Sprint jumping
@@ -177,6 +179,20 @@ Melee weapons have varying attack reaches. Some weapons have a minimum attack re
177
179
178
180
Melee attacks can be anywhere from slow but heavy hitting to fast lower damage. The attack speed of a weapon is the time it takes for the player's attack cooldown to completely reset. Attacking when the attack cooldown has not finished will result in reduced damage and stamina cost.
179
181
182
+
## Blocking Attacks
183
+
184
+
The player can block incoming attacks with shields. Projectiles like the Ballista Bolt or Bullet cannot be blocked.
185
+
186
+
The stamina has three main stats
187
+
188
+
* Deflection Level ([See Attack Weight and Defletion Level](#attack-weight-and-deflection-level))
189
+
***Stability**
190
+
* Determines how much stamina is comsumed by blocking an attack.
191
+
* Example: If the incoming attack consumed 2 stamina for the attacker and the shield has a stability of 50%, then the player blocking the attack will only consume 1 stamina.
192
+
***Damage Reduction**
193
+
* Determines how much damage is reduced by when blocking an attack.
194
+
* Example: A shield with a damage reduction of 93% means the player will only take 7% of incoming damage.
0 commit comments