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

Atmospherics Overalls #2639

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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 @@ -76,3 +76,5 @@ ent-ClothingOuterCoatSpaceAsshole = куртка космического муд
.desc = And there he was...
ent-ClothingOuterCoatExpensive = дорогая шуба
.desc = Очень пушистая розовая шуба, сделанная из очень дорогого меха (очевидно).
ent-ClothingAtmosphericsOveralls = спецовка атмосферного техника
.desc = Огнеупорная спецовка, крайне хороша для защиты тонкой одежды от утечек газа и маленьких пожаров.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
ClothingBackpackAtmospherics: 2
ClothingUniformJumpsuitAtmos: 3
ClothingUniformJumpskirtAtmos: 3
ClothingUniformJumpsuitAtmosCasual: 3
ClothingUniformJumpsuitAtmosCasual: 3
ClothingAtmosphericsOveralls: 3
ClothingShoesColorWhite: 3
ClothingHeadsetEngineering: 2
ClothingHeadHelmetFire: 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- type: entity

- type: entity
parent: ClothingOuterBase
id: ClothingOuterAerostaticBomberJacket
name: aerostatic bomber jacket
Expand All @@ -19,3 +20,14 @@
sprite: Corvax/Clothing/OuterClothing/Coats/disco.rsi
- type: Clothing
sprite: Corvax/Clothing/OuterClothing/Coats/disco.rsi

- type: entity
parent: ClothingOuterStorageBase
id: ClothingAtmosphericsOveralls
name: atmospherics overalls
description: A set of fireproof overalls, good for protecting thinner clothes from gas leaks.
components:
- type: Sprite
sprite: Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi
- type: Clothing
sprite: Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
id: AtmosphericTechnicianWintercoat
equipment:
outerClothing: ClothingOuterWinterAtmos

- type: loadout
id: AtmosphericsOveralls
equipment:
outerClothing: ClothingAtmosphericsOveralls

# Shoes
- type: loadout
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,7 @@
minLimit: 0
loadouts:
- AtmosphericTechnicianWintercoat
- AtmosphericsOveralls #CorvaxAtmosFashion

- type: loadoutGroup
id: AtmosphericTechnicianBackpack
Expand Down
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.
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.
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,34 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/pull/78007, replitilian + vox made by oldschool_otaku and wektor_duck",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING-reptilian",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING-vox",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading