ATTACK TYPE INT

Revision as of 13:24, 17 June 2019 by 127.0.0.1 (talk) (Created page with "{{Related|Weenie Properties|INT}} == ATTACK_TYPE_INT (47) == Description: enum AttackType :{|class="wikitable" ! Value ! Description |- |1 || Punch_AttackType |- |2 || Thrus...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

  • ??