Skip to content

Commit

Permalink
vox mask pack 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-thedragon95 committed Dec 14, 2024
1 parent f0e9ffe commit cf597b4
Show file tree
Hide file tree
Showing 9 changed files with 101 additions and 0 deletions.
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
43 changes: 43 additions & 0 deletions Resources/Prototypes/_Harmony/Entities/Clothing/Masks/masks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,46 @@
- 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: Tag
- type: HideLayerClothing
slots:
- Snout

- type: entity
parent: [ClothingMaskGas, BaseRestrictedContraband]
id: ClothingMaskNTEnforcer
name: nanotrasen enforcer gasmask
description: The mask of the dreaded Shoal Enforcers now in Nanotrasen blue
components:
- type: Item
size: Tiny
- type: Sprite
sprite: _Harmony/Clothing/Mask/NTenforcer.rsi
- type: Clothing
sprite: _Harmony/Clothing/Mask/NTenforcer.rsi
- type: BreathMask
- type: IdentityBlocker
- type: Tag
- type: HideLayerClothing
slots:
- Snout
- type: Armor
modifiers:
coefficients:
Blunt: 0.95
Slash: 0.95
Piercing: 0.95
Heat: 0.95
18 changes: 18 additions & 0 deletions Resources/Prototypes/_Harmony/Loadouts/Miscellaneous/survival.yml
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.
18 changes: 18 additions & 0 deletions Resources/Textures/_Harmony/Clothing/Mask/NTenforcer.rsi/meta.json
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
}
]
}

0 comments on commit cf597b4

Please sign in to comment.