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

vox mask pack 1 #234

Merged
merged 4 commits into from
Dec 15, 2024
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
4 changes: 4 additions & 0 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1362,6 +1362,7 @@
loadouts:
- LoadoutSpeciesBreathTool
- LoadoutClothingMaskAuralis # Harmony
- LoadoutClothingMaskVoxSpecial # Harmony

- type: loadoutGroup
id: GroupSpeciesBreathToolMedical
Expand All @@ -1372,6 +1373,7 @@
loadouts:
- LoadoutSpeciesBreathToolMedical
- LoadoutClothingMaskAuralis # Harmony
- LoadoutClothingMaskVoxSpecial # Harmony

- type: loadoutGroup
id: GroupSpeciesBreathToolSecurity
Expand All @@ -1382,3 +1384,5 @@
loadouts:
- LoadoutSpeciesBreathToolSecurity
- LoadoutClothingMaskAuralis # Harmony
- LoadoutClothingMaskVoxSpecial # Harmony
- LoadoutClothingMaskNTEnforcer # Harmony
32 changes: 32 additions & 0 deletions Resources/Prototypes/_Harmony/Entities/Clothing/Masks/masks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,39 @@
sprite: _Harmony/Clothing/Mask/voxcorpsepaint.rsi
- type: BreathMask
- type: IdentityBlocker
- type: HideLayerClothing
slots:
- Snout

- type: entity
parent: ClothingMaskBase
id: ClothingMaskVoxSpecial
name: specialized vox gasmask
description: A Nanotrasen standard issue vox gasmask made to fit on a beak.
components:
- type: Sprite
sprite: _Harmony/Clothing/Mask/specvoxmask.rsi
- type: Clothing
sprite: _Harmony/Clothing/Mask/specvoxmask.rsi
- type: BreathMask
- type: IdentityBlocker
- type: HideLayerClothing
slots:
- Snout

- type: entity
parent: [ClothingMaskGasSecurity, BaseRestrictedContraband]
id: ClothingMaskNTEnforcer
name: nanotrasen enforcer gasmask
description: The mask of the dreaded Shoal Enforcers now in Nanotrasen blue
components:
- type: Sprite
sprite: _Harmony/Clothing/Mask/NTenforcer.rsi
- type: Clothing
sprite: _Harmony/Clothing/Mask/NTenforcer.rsi
- type: Tag
tags:
- WhitelistChameleon
- type: HideLayerClothing
slots:
- Snout
jack-thedragon95 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,21 @@
proto: EffectSpeciesVox
equipment:
mask: ClothingMaskAuralis

# Breath Tool On Face
- type: loadout
id: LoadoutClothingMaskVoxSpecial
effects:
- !type:GroupLoadoutEffect
proto: EffectSpeciesVox
equipment:
mask: ClothingMaskVoxSpecial

# Breath Tool On Face
- type: loadout
id: LoadoutClothingMaskNTEnforcer
effects:
- !type:GroupLoadoutEffect
proto: EffectSpeciesVox
equipment:
mask: ClothingMaskNTEnforcer
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,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by jack-thedragon95 for use in Harmony",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-MASK-vox",
"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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Edit of the existing gasmask sprite (as of 12/14/2024)Made by jack-thedragon95 for use in Harmony",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-MASK-vox",
"directions": 4
}
]
}
Loading