diff --git a/Resources/Prototypes/Corvax/Entities/Objects/Devices/musicplayer.yml b/Resources/Prototypes/Corvax/Entities/Objects/Devices/musicplayer.yml new file mode 100644 index 00000000000..2a2a47f4d87 --- /dev/null +++ b/Resources/Prototypes/Corvax/Entities/Objects/Devices/musicplayer.yml @@ -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 \ No newline at end of file diff --git a/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/autotunevend.yml b/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/autotunevend.yml index ea441ad35d7..9440abba67e 100644 --- a/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/autotunevend.yml +++ b/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/autotunevend.yml @@ -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 diff --git a/Resources/Textures/Corvax/Objects/Devices/mucicplayer.rsi/icon.png b/Resources/Textures/Corvax/Objects/Devices/mucicplayer.rsi/icon.png new file mode 100644 index 00000000000..ce5aca4a27e Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Devices/mucicplayer.rsi/icon.png differ diff --git a/Resources/Textures/Corvax/Objects/Devices/mucicplayer.rsi/meta.json b/Resources/Textures/Corvax/Objects/Devices/mucicplayer.rsi/meta.json new file mode 100644 index 00000000000..71ab18dd461 --- /dev/null +++ b/Resources/Textures/Corvax/Objects/Devices/mucicplayer.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by FireFoxPhoenix", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} \ No newline at end of file