Merge pull request #1184 from ShadowCommander/UnarmedAttack

Implement unarmed combat
This commit is contained in:
ShadowCommander
2020-06-23 08:17:32 -07:00
committed by GitHub
6 changed files with 49 additions and 12 deletions

View File

@@ -134,6 +134,10 @@
- type: HumanoidAppearance
- type: Stunnable
- type: AnimationPlayer
- type: UnarmedCombat
range: 0.8
arcwidth: 30
arc: fist
- type: entity
save: false

View File

@@ -5,3 +5,10 @@
length: 0.1
color: 255,255,255,1020
colorDelta: 0,0,0,-5100
- type: MeleeWeaponAnimation
id: fist
state: fist
arcType: Poke
length: 0.15
speed: 1

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 B

View File

@@ -13,6 +13,10 @@
{
"name": "slash",
"directions": 1
},
{
"name": "fist",
"directions": 1
}
]
}