Skip to content

Commit

Permalink
фикс скорости боргов
Browse files Browse the repository at this point in the history
  • Loading branch information
VigersRay committed Jan 4, 2025
1 parent 1468ec6 commit e5bdd73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Resources/Prototypes/Entities/Mobs/Cyborgs/borg_chassis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
voice: Sentrybot
- type: MovementSpeedModifier
baseWalkSpeed : 2.5
baseSprintSpeed : 3.5
baseSprintSpeed : 4.5
- type: InnateItem
worldTargetActions:
- Emag
Expand Down Expand Up @@ -214,8 +214,8 @@
- type: TTS
voice: Sentrybot
- type: MovementSpeedModifier
baseWalkSpeed: 2.5
baseSprintSpeed: 4.5
baseWalkSpeed: 3
baseSprintSpeed: 5
- type: InnateItem
worldTargetActions:
- Emag
Expand Down Expand Up @@ -288,4 +288,4 @@
interactSuccessString: petting-success-derelict-cyborg
interactFailureString: petting-failure-derelict-cyborg
interactSuccessSound:
path: /Audio/Ambience/Objects/periodic_beep.ogg
path: /Audio/Ambience/Objects/periodic_beep.ogg
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
- Atmospherics
- type: MovementSpeedModifier
baseWalkSpeed : 2.5
baseSprintSpeed : 3.5
baseSprintSpeed : 4.5
- type: Tag
tags:
- DoorBumpOpener
Expand Down Expand Up @@ -292,7 +292,7 @@
- BorgNamesERT
- type: MovementSpeedModifier
baseWalkSpeed : 2.5
baseSprintSpeed : 4
baseSprintSpeed : 4.5
- type: Tag
tags:
- DoorBumpOpener
Expand Down

0 comments on commit e5bdd73

Please sign in to comment.