Banana Phone (: (#13321)

This commit is contained in:
Clon clover
2023-01-16 22:06:28 +08:00
committed by GitHub
parent 22d72f56b5
commit 37e2257005
3 changed files with 39 additions and 2 deletions

View File

@@ -124,4 +124,38 @@
- type: Clothing
sprite: Objects/Fun/Instruments/bike_horn.rsi
slots: [Belt]
quickEquip: false
quickEquip: false
- type: entity
parent: PhoneInstrument
id: BananaPhoneInstrument
name: banana phone
description: A direct line to the Honkmother. Seems to always go to voicemail.
components:
- type: Sprite
sprite: Objects/Fun/Instruments/otherinstruments.rsi
state: banana_phone
- type: EmitSoundOnLand
sound:
path: /Audio/Items/bikehorn.ogg
- type: Slippery
paralyzeTime: 4
launchForwardsMultiplier: 1.5
- type: StepTrigger
- type: CollisionWake
enabled: false
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeAabb
bounds: "-0.4,-0.3,0.4,0.3"
id: "slips"
hard: false
layer:
- SlipLayer
- shape:
!type:PhysShapeAabb
bounds: "-0.4,-0.3,0.4,0.3"
density: 5
mask:
- ItemMask