forked from DeltaV-Station/Delta-v
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Showing
5 changed files
with
94 additions
and
0 deletions.
There are no files selected for viewing
74 changes: 74 additions & 0 deletions
74
Resources/Prototypes/_Andromeda/Entities/Objects/Fun/toys.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,74 @@ | ||
- type: entity | ||
parent: PlushieHuman | ||
id: PlushieJanie | ||
name: Janie plushie | ||
description: Sua própria Janie, edição de colecionador. | ||
components: | ||
- type: Sprite | ||
sprite: _Andromeda/Objects/Fun/andromeda_plush.rsi | ||
state: janie | ||
- type: UseDelay | ||
delay: 1.5 | ||
- type: EmitSoundOnUse | ||
sound: | ||
path: /Audio/Animals/mouse_squeak.ogg | ||
params: | ||
volume: 1 | ||
- type: EmitSoundOnLand | ||
sound: | ||
path: /Audio/Animals/mouse_squeak.ogg | ||
- type: EmitSoundOnActivate | ||
sound: | ||
path: /Audio/Animals/mouse_squeak.ogg | ||
params: | ||
volume: 1 | ||
|
||
- type: entity | ||
parent: PlushieHuman | ||
id: KaliPlushie | ||
name: Kali plushie | ||
description: Kali só para você, edição de colecionador. | ||
components: | ||
- type: Sprite | ||
sprite: _Andromeda/Objects/Fun/andromeda_plush.rsi | ||
state: kali | ||
- type: UseDelay | ||
delay: 1.5 | ||
- type: EmitSoundOnUse | ||
sound: | ||
path: /Audio/Animals/mouse_squeak.ogg | ||
params: | ||
volume: 1 | ||
- type: EmitSoundOnLand | ||
sound: | ||
path: /Audio/Animals/mouse_squeak.ogg | ||
- type: EmitSoundOnActivate | ||
sound: | ||
path: /Audio/Animals/mouse_squeak.ogg | ||
params: | ||
volume: 1 | ||
|
||
- type: entity | ||
parent: PlushieHuman | ||
id: PodroPlushie | ||
name: Podro plushie | ||
description: Podro só para você, edição de colecionador. | ||
components: | ||
- type: Sprite | ||
sprite: _Andromeda/Objects/Fun/andromeda_plush.rsi | ||
state: podro | ||
- type: UseDelay | ||
delay: 1.5 | ||
- type: EmitSoundOnUse | ||
sound: | ||
path: /Audio/Animals/mouse_squeak.ogg | ||
params: | ||
volume: 1 | ||
- type: EmitSoundOnLand | ||
sound: | ||
path: /Audio/Animals/mouse_squeak.ogg | ||
- type: EmitSoundOnActivate | ||
sound: | ||
path: /Audio/Animals/mouse_squeak.ogg | ||
params: | ||
volume: 1 |
Binary file added
BIN
+651 Bytes
Resources/Textures/_Andromeda/Objects/Fun/andromeda_plush.rsi/janie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+664 Bytes
Resources/Textures/_Andromeda/Objects/Fun/andromeda_plush.rsi/kali.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions
20
Resources/Textures/_Andromeda/Objects/Fun/andromeda_plush.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,20 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-NC-SA-4.0", | ||
"copyright": "Cosmos", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "janie" | ||
}, | ||
{ | ||
"name": "kali" | ||
}, | ||
{ | ||
"name": "podro" | ||
} | ||
] | ||
} |
Binary file added
BIN
+620 Bytes
Resources/Textures/_Andromeda/Objects/Fun/andromeda_plush.rsi/podro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.