forked from space-syndicate/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from Evrozor/New-plushies
Плюшка комиссара
- Loading branch information
Showing
5 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
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
54 changes: 54 additions & 0 deletions
54
Resources/Prototypes/Andromeda/Evrozor's Prototypes/Plushies/plushie_Amma_Yakiama.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,54 @@ | ||
- type: entity | ||
parent: BasePlushie | ||
id: PlushieAmmaYakiama | ||
name: плюшевый комиссар | ||
description: Плюшевая игрушка комиссара. Выглядит мило. От неё пахнет розами и дешёвым вином. | ||
suffix: Андромеда | ||
components: | ||
- type: Sprite | ||
sprite: Andromeda/Evrozor/Plushies/plushie_Amma_Yakiama.rsi | ||
state: icon | ||
- type: EmitSoundOnUse | ||
sound: | ||
path: /Audio/Andromeda/Evrozor/nya1.ogg | ||
- type: EmitSoundOnActivate | ||
sound: | ||
path: /Audio/Andromeda/Evrozor/nya1.ogg | ||
- type: EmitSoundOnCollide | ||
sound: | ||
path: /Audio/Andromeda/Evrozor/nya1.ogg | ||
- type: EmitSoundOnLand | ||
sound: | ||
path: /Audio/Andromeda/Evrozor/nya1.ogg | ||
- type: EmitSoundOnTrigger | ||
sound: | ||
path: /Audio/Andromeda/Evrozor/nya1.ogg | ||
- type: MeleeWeapon | ||
soundHit: | ||
path: /Audio/Voice/Felinid/cat_scream2.ogg | ||
- type: PointLight | ||
netsync: false | ||
radius: 1.5 | ||
energy: 2.0 | ||
color: "#8A2BE2" | ||
# plan for future | ||
# - type: Instrument | ||
# program: 29 | ||
# - type: SwappableInstrument | ||
# instrumentList: | ||
# "Nylon Acoustic": {24: 0} | ||
# "Steel Acoustic": {25: 0} | ||
# "Clean Electric": {27: 0} | ||
# "Jazz Electric": {25: 0} | ||
# "Muted Electric": {28: 0} | ||
# "Overdrive Rock": {29: 0} | ||
# "Distortion Rock": {30: 0} | ||
# "Harmonics Rock": {31: 0} | ||
# "Fingered Bass": {33: 0} | ||
# "Pick Bass": {34: 0} | ||
# "Slap Bass": {36: 0} | ||
# "Slap (XTra Funky) Bass": {37: 0} | ||
# - type: UserInterface | ||
# interfaces: | ||
# - key: enum.InstrumentUiKey.Key | ||
# type: InstrumentBoundUserInterface |
Binary file added
BIN
+1.17 KB
Resources/Textures/Andromeda/Evrozor/Plushies/plushie_Amma_Yakiama.rsi/icon.png
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/Andromeda/Evrozor/Plushies/plushie_Amma_Yakiama.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": "By Evrozor", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
} | ||
] | ||
} |