crusher rebalanceing (#23916)
* Update mining.yml * Update mining.yml * glaive LS is actually fine * crusher faster than glaive * Update mining.yml * Update mining.yml (cherry picked from commit f9d53525cadf3b6f4aaeb4bc97f2c13d3f469f82)
This commit is contained in:
parent
058f10078c
commit
a8174a0ff6
|
|
@ -43,6 +43,7 @@
|
|||
capacity: 1
|
||||
count: 1
|
||||
- type: MeleeWeapon
|
||||
attackRate: 1.5
|
||||
wideAnimationRotation: -135
|
||||
damage:
|
||||
types:
|
||||
|
|
@ -68,14 +69,15 @@
|
|||
parent: BaseWeaponCrusher
|
||||
id: WeaponCrusherDagger
|
||||
name: crusher dagger
|
||||
description: A scaled down version of a proto-kinetic crusher, usually used in a last ditch scenario.
|
||||
description: A scaled down version of a proto-kinetic crusher. Uses kinetic energy to vibrate the blade at high speeds.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Weapons/Melee/crusher_dagger.rsi
|
||||
state: icon
|
||||
- type: MeleeWeapon
|
||||
autoAttack: true
|
||||
wideAnimationRotation: -135
|
||||
attackRate: 1.5
|
||||
attackRate: 2
|
||||
damage:
|
||||
types:
|
||||
Slash: 15
|
||||
|
|
@ -97,9 +99,8 @@
|
|||
- type: LeechOnMarker
|
||||
leech:
|
||||
groups:
|
||||
Brute: -30
|
||||
Brute: -21
|
||||
- type: MeleeWeapon
|
||||
attackRate: 1.25
|
||||
- type: Tag
|
||||
tags:
|
||||
- Pickaxe
|
||||
|
|
|
|||
Loading…
Reference in New Issue