This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Добавлен плеер и возможность купить его в МузВенде
- Loading branch information
1 parent
7c16156
commit f12140c
Showing
4 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
Resources/Prototypes/Corvax/Entities/Objects/Devices/musicplayer.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
- type: entity | ||
id: MusicPlayer | ||
name: Музыкальный плеер | ||
parent: BaseItem | ||
description: Это маленькое устройство, с кучей установленных песен, может обрадовать Вас даже в пустом космосе! | ||
components: | ||
- type: Sprite | ||
sprite: /Textures/Corvax/Objects/Devices/mucicplayer.rsi | ||
state: icon | ||
scale: 1, 1 | ||
- type: Appearance | ||
- type: Item | ||
size: Small | ||
sprite: /Textures/Corvax/Objects/Devices/mucicplayer.rsi | ||
- type: Clothing | ||
quickEquip: true | ||
slots: | ||
- neck | ||
- belt | ||
- type: Jukebox | ||
- type: UserInterface | ||
interfaces: | ||
enum.JukeboxUiKey.Key: | ||
type: JukeboxBoundUserInterface | ||
- type: ActivatableUI | ||
key: enum.JukeboxUiKey.Key | ||
- type: CargoSellBlacklist | ||
- type: StaticPrice | ||
price: 2500 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions
14
Resources/Textures/Corvax/Objects/Devices/mucicplayer.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Created by FireFoxPhoenix", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
} | ||
] | ||
} |