Add fist graphic and change some punch settings
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
|
||||
using Content.Server.GameObjects.EntitySystems;
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Server.GameObjects.Components.Weapon.Melee
|
||||
{
|
||||
|
||||
@@ -135,6 +135,9 @@
|
||||
- type: Stunnable
|
||||
- type: AnimationPlayer
|
||||
- type: UnarmedCombat
|
||||
range: 0.8
|
||||
arcwidth: 30
|
||||
arc: fist
|
||||
|
||||
- type: entity
|
||||
save: false
|
||||
|
||||
@@ -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
|
||||
|
||||
BIN
Resources/Textures/Effects/weapons/arcs.rsi/fist.png
Normal file
BIN
Resources/Textures/Effects/weapons/arcs.rsi/fist.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 190 B |
@@ -13,6 +13,10 @@
|
||||
{
|
||||
"name": "slash",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "fist",
|
||||
"directions": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user