Skip to content

Commit

Permalink
Добавление игрушки Скида и Тыковки для хеллоуина. (#666)
Browse files Browse the repository at this point in the history
## Описание PR
Добавил игрушку Скида и Тыковки, которые люто флексят жуткий танец. Они
слегка светятся, и играют соответствующий саундтрек.
![Content
Client_PIyUsFqlmw](https://github.com/user-attachments/assets/222c99da-df16-4dde-843f-6219cd6da7d4)


## Почему / Баланс
Хеллоуин, думаю, можно.

## Требования
<!--
В связи с наплывом ПР'ов нам необходимо убедиться, что ПР'ы следуют
правильным рекомендациям.

Пожалуйста, уделите время прочтению, если делаете пулл реквест (ПР)
впервые.

Отметьте поля ниже, чтобы подтвердить, что Вы действительно видели их
(поставьте X в скобках, например [X]):
-->
- [X] Я прочитал(а) и следую [Руководство по созданию пулл
реквестов](https://docs.spacestation14.com/en/general-development/codebase-info/pull-request-guidelines.html).
Я понимаю, что в противном случае мой ПР может быть закрыт по усмотрению
мейнтейнера.
- [X] Я добавил скриншоты/видео к этому пулл реквесту, демонстрирующие
его изменения в игре, **или** этот пулл реквест не требует демонстрации
в игре

**Чейнджлог**
:cl: Tamioki
- add: Добавлена игрушка Скида и Тыковки

---------

Co-authored-by: PyotrIgn <[email protected]>
Co-authored-by: Schrödinger <[email protected]>
  • Loading branch information
3 people authored Oct 28, 2024
1 parent b8ed146 commit da6b856
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Resources/Audio/Items/Toys/attributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,8 @@
license: "CC0-1.0"
copyright: "Created by xprospero for ss14"
source: "https://github.com/space-wizards/space-station-14/blob/master/Resources/Audio/Items/Toys/rubber_chicken_3.ogg"

- files: ["scaryswings.ogg"]
license: "CC-BY-SA-3.0"
copyright: "Music made by MasterSwordRemix, from Spooky Month animation made by SrPelo"
source: "https://www.youtube.com/MasterSwordRemix"
Binary file added Resources/Audio/Items/Toys/scaryswings.ogg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ ent-ADTPlushieUrs = плюшевый Урс
.desc = Милая плюшевая игрушка Урса.
ent-ADTBlackSharkPlushie = черная плюшевая акула
.desc = Всего лишь от одного взгляда на неё вам становится не по себе, то ли от желания пожамкать её, то ли от страха.
ent-SkidAndPump = Скид и Тыковка
.desc = Это ЖУТКИЙ МЕСЯЦ!
21 changes: 21 additions & 0 deletions Resources/Prototypes/ADT/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,24 @@
tags:
- PlushieSharkBlack
- Payload

- type: entity
parent: BaseItem
id: SkidAndPump
name: Skid&Pump
description: THIS IS SPOOKY MONTH!
components:
- type: Sprite
sprite: ADT/Objects/Fun/skidandpump.rsi
state: icon
- type: Item
sprite: ADT/Objects/Fun/skidandpump.rsi
- type: AmbientSound
enabled: true
volume: -6
range: 9
sound:
path: /Audio/Items/Toys/scaryswings.ogg
- type: PointLight
radius: 1.4
color: "#ff7a06"
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
rarePrototypes:
- FoamBlade
- PlushieGhost
- SkidAndPump
rareChance: 0.03
prototypes:
- PlushieBee
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions Resources/Textures/ADT/Objects/Fun/skidandpump.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprites made by Tamioki, OC made by SrPelo - https://www.youtube.com/@SrPelo",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon",
"delays": [
[
0.1,
0.1,
0.1,
0.1
]
]
}
]
}

0 comments on commit da6b856

Please sign in to comment.