Asheron's Call Community Wiki
(Created page with "{{Related|Weenie Properties|INT}} == ATTACK_TYPE_INT (47) == Description: enum AttackType :{|class="wikitable" ! Value ! Description |- |1 || Punch_AttackType |- |2 || Thrus...")
 
(Adding categories)
 
Line 56: Line 56:
 
=== Notes ===
 
=== Notes ===
 
* ??
 
* ??
  +
[[Category:INT]]

Latest revision as of 14:42, 18 June 2019

Related topics: Weenie Properties, INT

ATTACK_TYPE_INT (47)

Description: enum AttackType

Value Description
1 Punch_AttackType
2 Thrust_AttackType
4 Slash_AttackType
8 Kick_AttackType
16 OffhandPunch_AttackType
25 Unarmed_AttackType
32 DoubleSlash_AttackType
34 DoubleSlash + Thrust_AttackType
36 DoubleSlash + Slash_AttackType
64 TripleSlash_AttackType
66 TripleSlash + Thrust_AttackType
128 DoubleThrust_AttackType
130 DoubleThrust + Thrust_AttackType
256 TripleThrust_AttackType
512 OffhandThrust_AttackType
1024 OffhandSlash_AttackType
2048 OffhandDoubleSlash_AttackType
4096 OffhandTripleSlash_AttackType
8192 OffhandDoubleThrust_AttackType
16384 OffhandTripleThrust_AttackType
31200 MultiStrike_AttackType
2147483647 FORCE_AttackType_32_BIT

Notes

  • ??