Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plushie Mi-Go #2487

Merged
merged 9 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ ent-WeaponSniperHristovToy = Христов
ent-WeaponSniperMosinToy = Кардашёв-Мосин
.desc = Оружие охоты, или бесконечной войны клоуна против Службы Безопасности на просторах техтуннелей.
.suffix = Винтовка, Игрушечный
ent-PlushieMigo = плюшевый Ми-Го
.desc = И это дитя Тёмного Бога?
4 changes: 4 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Crates/fun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
weight: 0.5
- id: PlushieRatvar
weight: 0.5
#SS220-PlushieMiGo-begin
- id: PlushieMigo #SS220
weight: 0.15
#SS220-PlushieMiGo-end
- id: PlushieNuke
- id: PlushieSlime
- id: PlushieSnake
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -350,3 +350,12 @@
result: BurglarBug
corruptionReverseEffect: ExorcismUncorruptEffect
# BurglarBug end

# Fun begin
- type: corrupted
id: PlushieMigo
from:
parentPrototypeId: BasePlushie
result: PlushieMigo
corruptionReverseEffect: ExorcismUncorruptEffect
# Fun end
14 changes: 14 additions & 0 deletions Resources/Prototypes/SS220/Entities/Objects/Fun/migo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- type: entity
parent: BasePlushie
id: PlushieMigo
name: migo plushie
description: And this is the child of the Dark God?
components:
- type: Sprite
sprite: SS220/Objects/Fun/migo.rsi
state: migo-plushie
- type: EmitSoundOnUse
sound:
path: /Audio/SS220/CultYogg/migo_astral_in.ogg
- type: UseDelay
delay: 5.0
15 changes: 15 additions & 0 deletions Resources/Textures/SS220/Objects/Fun/migo.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": 1,
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt",
"copyright": "sprited by plagexx (discord) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "migo-plushie"
}
]
}

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading