guh
This commit is contained in:
parent
bba5a1399f
commit
112afeb571
|
|
@ -8,9 +8,12 @@
|
|||
sprite: _DV/Objects/Weapons/Melee/C_Gauntlet.rsi
|
||||
state: icon
|
||||
- type: MeleeWeapon
|
||||
range: 1.20 # so you can actually use the pull
|
||||
attackRate: 0.65 # heavy friggin fists bro
|
||||
wideAnimationRotation: 90
|
||||
size: large
|
||||
range: 1.2 # so you can actually use the pull
|
||||
attackRate: 0.55 # heavy friggin fists bro
|
||||
angle: 0
|
||||
animation: WeaponArcFist
|
||||
wideAnimationRotation: 145
|
||||
damage:
|
||||
types:
|
||||
Slash: 5
|
||||
|
|
@ -35,8 +38,8 @@
|
|||
capacity: 1
|
||||
count: 1
|
||||
- type: MeleeThrowOnHit
|
||||
speed: 5
|
||||
distance: -3
|
||||
speed: 5.75
|
||||
distance: -.75
|
||||
- type: Clothing
|
||||
sprite: _DV/Objects/Weapons/C_Gauntlet.rsi
|
||||
quickEquip: false
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 847 B After Width: | Height: | Size: 632 B |
|
|
@ -1,22 +1,30 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Sprited by ps3moira#9488 on discord",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Made by AeraAulin(github)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "icon"
|
||||
}
|
||||
]
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wielded-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wielded-inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 997 B After Width: | Height: | Size: 739 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1000 B After Width: | Height: | Size: 996 B |
Loading…
Reference in New Issue