Changes for page Combat System

Last modified by Adam Janus on 2026/01/22 10:11

From version 2.1
edited by Adam Janus
on 2026/01/20 13:38
Change comment: There is no comment for this version
To version 1.1
edited by Adam Janus
on 2026/01/20 12:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -25,7 +25,19 @@
25 25  
26 26  Selection of Attack type is based on relative position to target reference component. Screen space around and divide it into 4 segments. Left, Right, top and Center+Bottom.
27 27  
28 +[[image:1768909366378-449.png]]
28 28  
30 +
31 +Based on,  in which segment cursor is present at the moment of entering attack input, respectable attack is performed by PC.
32 +
33 +
34 +~1. Left & Right - Directional attack
35 +
36 +2. Top - Overhead attack
37 +
38 +3. Center+Bottom - Stab (forward thrust)
39 +
40 +
29 29  All of those attacks are based on animation. Each animation must guide the weapon through the center of the screen.
30 30  
31 31  ==== **2.2.1 Directional attack ** ====
... ... @@ -39,8 +39,12 @@
39 39  
40 40  //Note: each arrow represents one animation.//
41 41  
42 -==== **2.2.2 Stab Attack ** ====
54 +==== **2.2.2 Overhead attack ** ====
43 43  
56 +Overhead attack animation, on contrary to directional attack, is consistent. That means that if the cursor is present in a respectable segment, then upon attack the same animation is always played.
57 +
58 +==== **2.2.3 Stab Attack ** ====
59 +
44 44  Stab attack follows the same principles as overhead attack.
45 45  \\//Note: Bottom-to-top animation is not stab animations, it's used only for blend purposes only. //
46 46  
... ... @@ -66,6 +66,7 @@
66 66  * Be in respectable State; idle, walking or crouching
67 67  * Have sufficient stamina
68 68  * Wield Weapon Actor
85 +*
69 69  
70 70  **Wind-up phase**
71 71  If player successfully wind-up an attack, they enter a wind-up state. Once in windup state a player may walk and crouch but if PC enters any other state e.g. running, then entering state cancels Win-up. Wind-up state can be interrupted by any state.
... ... @@ -129,6 +129,7 @@
129 129  
130 130  Each collider outside of special effects hold following variables:
131 131  
149 +
132 132  * **Base Damage** - Base value used for calculating Delivered damage
133 133  * **Armor Penetration **-  Value of armour ignored upon successful damage delivery
134 134  * **On-hit effect **- effect applied on enemy at every hit, e.g. bleed, freeze, stun etc.
... ... @@ -155,7 +155,7 @@
155 155  
156 156  **Green **- Piercing collider
157 157  
158 -**Yellow **- Blunt collider 
176 +**Yellow **- Blund collider 
159 159  
160 160  
161 161  **Important: **Weapons meshes shall be designed with 1 singular endpoint.