Banana Phone (: (#13321)
This commit is contained in:
@@ -124,4 +124,38 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Objects/Fun/Instruments/bike_horn.rsi
|
sprite: Objects/Fun/Instruments/bike_horn.rsi
|
||||||
slots: [Belt]
|
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
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 434 B |
@@ -5,7 +5,7 @@
|
|||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331, red_phone from /tg/station at commit https://github.com/tgstation/tgstation/commit/6681c3b347b8ec5c845f980c4c309c61223d9942",
|
"copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331, /tg/station at commit https://github.com/tgstation/tgstation/commit/6681c3b347b8ec5c845f980c4c309c61223d9942. banana_phone is a modification of red_phone made by noudoit (github) for ss14",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
"name": "bike_horn"
|
"name": "bike_horn"
|
||||||
@@ -33,6 +33,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "seashell"
|
"name": "seashell"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "banana_phone"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user