Removed estoc slowdown (#5242)
* Removed estoc slowdown * Re-added speed penalty, but reduced to 0.9x instead of 0.75x
This commit is contained in:
parent
62d8f1b03d
commit
208e0cc663
|
|
@ -199,7 +199,7 @@
|
|||
name: XL8
|
||||
description: |-
|
||||
The Experimental Lecter 8
|
||||
An unreasonably expensive military grade assault rifle with integrated optic.
|
||||
An unreasonably expensive military grade assault rifle with integrated optic.
|
||||
Uses .20 rifle ammo.
|
||||
components:
|
||||
- type: Sprite
|
||||
|
|
@ -219,7 +219,7 @@
|
|||
- Burst
|
||||
- SemiAuto
|
||||
- FullAuto
|
||||
|
||||
|
||||
- type: entity
|
||||
name: Estoc DMR
|
||||
parent: [BaseWeaponRifle, BaseSyndicateContraband]
|
||||
|
|
@ -272,8 +272,8 @@
|
|||
tags:
|
||||
- CartridgeRifle
|
||||
- type: SpeedModifiedOnWield
|
||||
walkModifier: 0.75
|
||||
sprintModifier: 0.75
|
||||
walkModifier: 0.9
|
||||
sprintModifier: 0.9
|
||||
- type: CursorOffsetRequiresWield
|
||||
- type: EyeCursorOffset
|
||||
maxOffset: 2
|
||||
|
|
|
|||
Loading…
Reference in New Issue