Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Плеер
Browse files Browse the repository at this point in the history
Добавлен плеер и возможность купить его в МузВенде
  • Loading branch information
FireFoxPhoenix committed Sep 2, 2024
1 parent 7c16156 commit f12140c
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
BaseBoomBoxTapeRamseyGoodbye: 3
BaseBoomBoxTapeSamuelKimGunsForHire: 3
BaseBoomBoxTapeSigridEverybodyKnows: 3
MusicPlayer: 5
contrabandInventory:
# SeashellInstrument: 1 This is actully just static noises
# ReverseCymbalsInstrument: 1 Sounds bad
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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"
}
]
}

0 comments on commit f12140c

Please sign in to comment.