Roller Skates (#20257)
* adds roller skates * removed hascomp and changed addcomp to ensurecomp, modified to _random, _stun * remove icon from type: sprite * sorted dependencies * skates no longer added skater component to user, movmeentspeedmodifier and damagehighspeedimpact had access removed. * fixes * fixes
This commit is contained in:
@@ -270,6 +270,7 @@
|
||||
- id: ClothingShoesClownLarge
|
||||
- id: ClothingHeadHatMagician
|
||||
- id: BeachBall
|
||||
- id: ClothingShoesSkates
|
||||
|
||||
- type: entity
|
||||
id: CrateFunBikeHornImplants
|
||||
|
||||
@@ -116,6 +116,8 @@
|
||||
prob: 0.2
|
||||
- id: PlushieSnake
|
||||
prob: 0.2
|
||||
- id: ClothingShoesSkates
|
||||
prob: 0.1
|
||||
- id: ClothingHandsGlovesColorYellow
|
||||
prob: 0.05
|
||||
- id: ClothingHandsGlovesFingerlessInsulated
|
||||
|
||||
@@ -186,3 +186,28 @@
|
||||
- type: ClothingSpeedModifier
|
||||
walkModifier: 0.85
|
||||
sprintModifier: 0.8
|
||||
|
||||
- type: entity
|
||||
parent: ClothingShoesBaseButcherable
|
||||
id: ClothingShoesSkates
|
||||
name: roller skates
|
||||
description: "Get your skates on!"
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Shoes/Specific/skates.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Shoes/Specific/skates.rsi
|
||||
clothingVisuals:
|
||||
shoes:
|
||||
- state: equipped-FEET
|
||||
offset: "0, -0.04"
|
||||
- type: Item
|
||||
size: 10
|
||||
sprite: Clothing/Shoes/Specific/skates.rsi
|
||||
- type: ClothingSpeedModifier
|
||||
walkModifier: 1.3
|
||||
sprintModifier: 1.3
|
||||
- type: Skates
|
||||
- type: FootstepModifier
|
||||
footstepSoundCollection:
|
||||
collection: FootstepSkates
|
||||
|
||||
@@ -72,6 +72,11 @@
|
||||
- /Audio/Effects/Footsteps/jesterstep1.ogg
|
||||
- /Audio/Effects/Footsteps/jesterstep2.ogg
|
||||
|
||||
- type: soundCollection
|
||||
id: FootstepSkates
|
||||
files:
|
||||
- /Audio/Items/Toys/skates.ogg
|
||||
|
||||
- type: soundCollection
|
||||
id: FootstepDuck
|
||||
files:
|
||||
|
||||
Reference in New Issue
Block a user