Skip to content

Commit

Permalink
Increase animal speeds
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 authored Jul 7, 2024
1 parent b84950b commit 22fb836
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Resources/Prototypes/_Nuclear14/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
state: dogferal-1
sprite: _Nuclear14/Mobs/Animals/dogferal.rsi
- type: MovementSpeedModifier
baseWalkSpeed : 4
baseSprintSpeed : 5
baseWalkSpeed : 5
baseSprintSpeed : 6
- type: Fixtures
fixtures:
fix1:
Expand Down Expand Up @@ -162,7 +162,7 @@
sprite: _Nuclear14/Mobs/Animals/nightstalkercub.rsi
- type: MovementSpeedModifier
baseWalkSpeed : 3
baseSprintSpeed : 3.7
baseSprintSpeed : 4
- type: Fixtures
fixtures:
fix1:
Expand Down Expand Up @@ -218,7 +218,7 @@
sprite: _Nuclear14/Mobs/Animals/nightstalker.rsi
- type: MovementSpeedModifier
baseWalkSpeed : 3
baseSprintSpeed : 3.6
baseSprintSpeed : 4
- type: Fixtures
fixtures:
fix1:
Expand Down Expand Up @@ -371,8 +371,8 @@
Structural: 5
range: 1.5
- type: MovementSpeedModifier
baseWalkSpeed : 3
baseSprintSpeed : 4
baseWalkSpeed : 4
baseSprintSpeed : 5
- type: Hands
- type: Puller
- type: Tool
Expand Down

0 comments on commit 22fb836

Please sign in to comment.