Skip to content

Commit

Permalink
add plushie pochita
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 committed Jun 10, 2024
1 parent 1989675 commit 5b629c3
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 4 deletions.
5 changes: 4 additions & 1 deletion Resources/Locale/ru-RU/ADT/Fun/ADTtoys.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ ent-ADTPlushieKoff = плюшевая Ксения
.desc = Милая плюшевая игрушка одетая в костюм бармена. Ее причудливый котелок на голове добавляет ей особый шарм.
ent-ADTPlushieUrs = плюшевый Урс
.desc = Милая плюшевая игрушка Урса.
.desc = Милая плюшевая игрушка Урса.
ent-ADTPlushiePochita = плюшевая Почита
.desc = Плюшевая игрушка-собака с торчащим из головы лезвием бензопилы.
21 changes: 18 additions & 3 deletions Resources/Prototypes/ADT/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,23 @@
sprite: ADT/Objects/Fun/toys.rsi
state: plusie_mio

- type: entity
parent: BasePlushie
id: ADTPlushiePochita
name: Plush pochita
description: A plush dog toy with a chainsaw blade sticking out of its head
components:
- type: Sprite
sprite: ADT/Objects/Fun/toys.rsi
state: plushie_pochita
- type: Item
sprite: ADT/Objects/Fun/toys.rsi
inhandVisuals:
left:
- state: pochita-inhand-left
right:
- state: pochita-inhand-right

- type: entity
name: Suspicious gift
description: A gift of suspicious appearance. A barely audible beeping sound comes from it.
Expand All @@ -596,8 +613,6 @@
sound:
path: /Audio/Effects/unwrap.ogg



- type: entity
parent: BaseItem
id: toyC4
Expand Down Expand Up @@ -629,4 +644,4 @@
types:
Blunt: 0
- type: UseDelay
delay: 28
delay: 28
11 changes: 11 additions & 0 deletions Resources/Textures/ADT/Objects/Fun/toys.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,17 @@
},
{
"name": "rainbowcarpplush"
},
{
"name": "plushie_pochita"
},
{
"name": "pochita-inhand-right",
"directions": 4
},
{
"name": "pochita-inhand-left",
"directions": 4
}
]
}
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.
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 5b629c3

Please sign in to comment.