Mime hardsuit (#24198)
* Mime hardsuit * small fix * Update Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml Co-authored-by: lzk <124214523+lzk228@users.noreply.github.com> * New sprite * newest sprite * No more CTRL+C CTRL+V * update sprite in hand * final sprite in hand --------- Co-authored-by: lzk <124214523+lzk228@users.noreply.github.com>
This commit is contained in:
@@ -722,6 +722,19 @@
|
||||
equipSound: /Audio/Mecha/mechmove03.ogg
|
||||
unequipSound: /Audio/Effects/Emotes/parp1.ogg
|
||||
|
||||
#Mime Hardsuit
|
||||
- type: entity
|
||||
parent: ClothingHeadHelmetHardsuitSecurity
|
||||
id: ClothingHeadHelmetHardsuitMime
|
||||
name: mime hardsuit helmet
|
||||
description: A mime hardsuit helmet.
|
||||
components:
|
||||
- type: BreathMask
|
||||
- type: Sprite
|
||||
sprite: Clothing/Head/Hardsuits/mime.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Hardsuits/mime.rsi
|
||||
|
||||
#Santas Hardsuit
|
||||
- type: entity
|
||||
parent: ClothingHeadHardsuitBase
|
||||
|
||||
@@ -916,6 +916,23 @@
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHelmetHardsuitClown
|
||||
|
||||
#Mime Hardsuit
|
||||
- type: entity
|
||||
parent: ClothingOuterHardsuitClown
|
||||
id: ClothingOuterHardsuitMime
|
||||
name: mime hardsuit
|
||||
description: A custom-made mime hardsuit.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/OuterClothing/Hardsuits/mime.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/OuterClothing/Hardsuits/mime.rsi
|
||||
- type: Construction
|
||||
graph: MimeHardsuit
|
||||
node: mimeHardsuit
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHelmetHardsuitMime
|
||||
|
||||
#Santa's Hardsuit
|
||||
- type: entity
|
||||
parent: ClothingOuterHardsuitBase
|
||||
|
||||
Reference in New Issue
Block a user