Skip to content

Commit

Permalink
Merge pull request #341 from CptPuddleboat/mozan-plushie
Browse files Browse the repository at this point in the history
Add Mozan plush to vending machine
  • Loading branch information
Rinary1 authored Feb 21, 2025
2 parents 6b6c54b + 3b25b2d commit 1f15a19
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,17 @@
- !type:ListingLimitedStockCondition
stock: 1

- type: listing
id: VendorPlushieMozan
productEntity: MozanPlush
cost:
NTCredit: 16
categories:
- SLPlushies
conditions:
- !type:ListingLimitedStockCondition
stock: 1

# SLSpecies

- type: listing
Expand Down
33 changes: 33 additions & 0 deletions Resources/Prototypes/_StarLight/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -797,3 +797,36 @@
wideAnimationRotation: 180
soundHit:
path: /Audio/Items/Toys/weh.ogg

- type: entity
parent: BasePlushie
id: MozanPlush
name: Mozan Plushie
description: Just like the real thing, it squeaks if you poke it.
components:
- type: Item
size: Small
sprite: _Starlight/Objects/Fun/toys.rsi
- type: Sprite
sprite: _Starlight/Objects/Fun/toys.rsi
state: mozan_plush
- type: EmitSoundOnUse
sound:
path: /Audio/Voice/Moth/moth_squeak.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Voice/Moth/moth_squeak.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Voice/Moth/moth_squeak.ogg
- type: EmitSoundOnTrigger
sound:
path: /Audio/Voice/Moth/moth_squeak.ogg
- type: Food
requiresSpecialDigestion: true
useSound:
path: /Audio/Voice/Moth/moth_scream.ogg
- type: MeleeWeapon
wideAnimationRotation: 180
soundHit:
path: /Audio/Voice/Moth/moth_squeak.ogg
15 changes: 9 additions & 6 deletions Resources/Textures/_Starlight/Objects/Fun/toys.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"license": "CC-BY-SA-3.0",
"copyright": "Wit Studio - My friend Nokotan, SS13 Sprites, Conflee, ReamNox, Miracula",
"copyright": "Wit Studio - My friend Nokotan, SS13 Sprites, Conflee, ReamNox, Miracula, Puddleboat",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -68,19 +68,22 @@
"name": "vika_plush"
},
{
"name": "stinky_plush"
"name": "stinky_plush"
},
{
"name": "jess_plushie"
"name": "jess_plushie"
},
{
"name": "siffy_plush"
"name": "siffy_plush"
},
{
"name": "saltho_plush"
"name": "saltho_plush"
},
{
"name": "ignis_plush"
"name": "ignis_plush"
},
{
"name": "mozan_plush"
}
]
}
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 1f15a19

Please sign in to comment.