Skip to content

Commit

Permalink
Alguns Plushies
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmosgc committed Jan 26, 2025
1 parent 12316bd commit 48f8b00
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 0 deletions.
74 changes: 74 additions & 0 deletions Resources/Prototypes/_Andromeda/Entities/Objects/Fun/toys.yml
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,20 @@
{
"version": 1,
"license": "CC-BY-NC-SA-4.0",
"copyright": "Cosmos",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "janie"
},
{
"name": "kali"
},
{
"name": "podro"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 48f8b00

Please sign in to comment.