BUGFIX: harpy movement speed bug (#4300)

* Something fixed

* inheritance good

* 3am

* .
This commit is contained in:
Quanteey 2025-08-31 19:31:14 +02:00 committed by GitHub
parent 21d673854b
commit 592ea25b20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 4 deletions

View File

@ -41,12 +41,21 @@
name: "right harpy hand"
- type: entity
parent: [ PartHarpyBase, BaseLeftLeg ]
abstract: true
parent: PartHarpyBase
id: BaseHarpyLeg
components:
- type: MovementBodyPart
walkSpeed: 2.5
sprintSpeed: 5
- type: entity
parent: [ BaseHarpyLeg, BaseLeftLeg ]
id: LeftLegHarpy
name: "left harpy leg"
- type: entity
parent: [ PartHarpyBase, BaseRightLeg ]
parent: [ BaseHarpyLeg, BaseRightLeg ]
id: RightLegHarpy
name: "right harpy leg"

View File

@ -128,8 +128,6 @@
False: {visible: false}
True: {visible: true}
- type: MovementSpeedModifier
baseWalkSpeed: 2.5
baseSprintSpeed: 5.0
weightlessAcceleration: 2.5
- type: Inventory
speciesId: harpy