Changes for page Player State Machine

Last modified by Alexandros Mloukie on 2026/01/12 19:51

From version 32.1
edited by Alexandros Mloukie
on 2025/12/11 02:24
Change comment: There is no comment for this version
To version 34.2
edited by Alexandros Mloukie
on 2025/12/11 02:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -75,32 +75,56 @@
75 75  
76 76  = 3 - Actions =
77 77  
78 -(% class="table-bordered" %)
79 -(% class="active" %)|=(((
80 -== 3.1 - Traversal ==
81 -)))|=(((
82 -== 3.2 - Combat ==
83 -)))|=(((
84 -== 3.3 - Interaction ==
85 -)))
86 -|{{info}}Walk{{/info}}(((
87 -
88 -)))|{{error}}Attack{{/error}}(((
89 -
90 -)))|{{success}}Interact{{/success}}(((
91 -
92 -)))
93 -|{{info}}Sprint{{/info}}|{{error}}Block{{/error}}|{{success}}Construct{{/success}}
94 -|{{info}}Crouch{{/info}}|{{error}}Parry{{/error}}|
95 -|{{info}}Jump{{/info}}|{{error}}Dodge{{/error}}|
96 -|{{info}}Fall{{/info}}|{{error}}Use Off-Hand{{/error}}|
97 -|{{info}}Skate{{/info}}| |
98 -|{{info}}Rock Climb{{/info}}| |
99 -|{{info}}Rope Climb{{/info}}| |
100 -|{{info}}Grapple{{/info}}| |
78 +== 3.1 - Traversal Actions ==
101 101  
80 +{{warning}}
81 +For details on any of the following actions please refer to: Traversal - Technical Design
82 +{{/warning}}
83 +
84 +{{info}}Walk{{/info}} {{info}}Sprint{{/info}} {{info}}Crouch{{/info}} {{info}}Jump{{/info}} {{info}}Fall{{/info}} {{info}}Skate{{/info}} {{info}}Rock Climb{{/info}} {{info}}Rope Climb{{/info}} {{info}}Grapple{{/info}}
85 +
86 +== 3.2 - Combat Actions ==
87 +
88 +{{warning}}
89 +For details on any of the following actions please refer to: Combat System - Technical Design
90 +{{/warning}}
91 +
92 + {{error}}Attack{{/error}} {{error}}Block{{/error}} {{error}}Parry{{/error}} {{error}}Dodge{{/error}} {{error}}Use Off-Hand{{/error}}
93 +
94 +== 3.3 - Interaction Actions ==
95 +
96 +{{warning}}
97 +For details on any of the following actions please refer to: Crafting System - Technical Design
98 +{{/warning}}
99 +
100 + {{success}}Interact{{/success}} {{success}}Construct{{/success}}
101 +
102 102  ----
103 103  
104 104  = 4 - Statuses =
105 105  
106 +== 4.1 - Status List ==
107 +
108 +(% class="table-bordered" %)
109 +(% class="active" %)|=Status|=Blocks the following Actions
110 +|{{box}}Blinded{{/box}}|{{info}}Skate{{/info}} {{info}}Grapple{{/info}} {{error}}Attack{{/error}} {{error}}Parry{{/error}} {{success}}Interact{{/success}} {{success}}Construct{{/success}}
111 +|{{box}}Crippled{{/box}}|{{info}}Sprint{{/info}} {{info}}Jump{{/info}} {{info}}Skate{{/info}} {{info}}Rock Climb{{/info}} {{error}}Dodge{{/error}}
112 +|{{box}}Crouching{{/box}}|{{info}}Sprint{{/info}} {{error}}Dodge{{/error}}
113 +|{{box}}Sprinting{{/box}}|{{info}}Crouch{{/info}} {{info}}Rock Climb{{/info}} {{info}}Rope Climb{{/info}} {{info}}Grapple{{/info}} {{error}}Attack{{/error}} {{error}}Block{{/error}} {{error}}Parry{{/error}} {{error}}Dodge{{/error}} {{error}}Use Off-Hand{{/error}} {{success}}Interact{{/success}} {{success}}Construct{{/success}}
114 +|{{box}}Attacking{{/box}}|{{info}}Sprint{{/info}} {{info}}Rock Climb{{/info}} {{info}}Rope Climb{{/info}} {{info}}Grapple{{/info}} {{error}}Attack{{/error}} {{error}}Block{{/error}} {{error}}Parry{{/error}} {{error}}Dodge{{/error}} {{error}}Use Off-Hand{{/error}} {{success}}Interact{{/success}} {{success}}Construct{{/success}}
115 +
116 +== 4.2 - Action Induced Statuses ==
117 +
118 +(% class="table-bordered" %)
119 +(% class="active" %)|=(% style="width: 127px;" %)Action|=(% style="width: 1036px;" %)Applies the following Status
120 +|(% style="width:127px" %){{info}}Sprint{{/info}}|(% style="width:1036px" %){{box}}Sprinting{{/box}}
121 +|(% style="width:127px" %){{info}}Crouch{{/info}}|(% style="width:1036px" %){{box}}Crouching{{/box}}
122 +|(% style="width:127px" %){{error}}Attack{{/error}}|(% style="width:1036px" %){{box}}Attacking{{/box}}
123 +
124 +----
125 +
126 += 5 - Transitions =
127 +
128 +== 5.1 - High-Level Transition Diagram ==
129 +
106 106