From 37e2257005025b41fe2cc2a979280f2816141395 Mon Sep 17 00:00:00 2001 From: Clon clover <76759079+noudoit@users.noreply.github.com> Date: Mon, 16 Jan 2023 22:06:28 +0800 Subject: [PATCH] Banana Phone (: (#13321) --- .../Fun/Instruments/instruments_misc.yml | 36 +++++++++++++++++- .../otherinstruments.rsi/banana_phone.png | Bin 0 -> 434 bytes .../otherinstruments.rsi/meta.json | 5 ++- 3 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 Resources/Textures/Objects/Fun/Instruments/otherinstruments.rsi/banana_phone.png diff --git a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_misc.yml b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_misc.yml index ac8aa046a4..e4c686c3f5 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_misc.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_misc.yml @@ -124,4 +124,38 @@ - type: Clothing sprite: Objects/Fun/Instruments/bike_horn.rsi slots: [Belt] - quickEquip: false \ No newline at end of file + 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 \ No newline at end of file diff --git a/Resources/Textures/Objects/Fun/Instruments/otherinstruments.rsi/banana_phone.png b/Resources/Textures/Objects/Fun/Instruments/otherinstruments.rsi/banana_phone.png new file mode 100644 index 0000000000000000000000000000000000000000..7b5df798ab7fae7775b530a0cd9f775be98c0f87 GIT binary patch literal 434 zcmV;j0ZsmiP)Px$Y)M2xR9J=WlD|s=VHn51Z%QCH*dSaDaR?%Eh6vHv(wLi2g9k!5_z&E0n}`h# z{sT=#(Asu4wge4I5z)y}K{zx7K^lq69Zy5tOIE_2>D2pymzVd~^ZmZh^8f;YK=9vT ze|c=^3Vq*ewtAsrPG!K*724eDPdqiDT<0AdHOQ_iaGc8c3oxv2`kHCQeTZ{7z9bvEN9| z-hkiDwYtOn3;>@^S=3B?U56!bt$g8H-C+Q*v9?N&Pp^nX2%g9IoKCLb;_7}rT`v#_ c1cG_+0ichoj3=A%#{d8T07*qoM6N<$g3VsRrT_o{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/Instruments/otherinstruments.rsi/meta.json b/Resources/Textures/Objects/Fun/Instruments/otherinstruments.rsi/meta.json index 62b4af9495..d6c73ce5ff 100644 --- a/Resources/Textures/Objects/Fun/Instruments/otherinstruments.rsi/meta.json +++ b/Resources/Textures/Objects/Fun/Instruments/otherinstruments.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "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": [ { "name": "bike_horn" @@ -33,6 +33,9 @@ }, { "name": "seashell" + }, + { + "name": "banana_phone" } ] }