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

Hl cloth #200

Merged
merged 5 commits into from
Jul 14, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,8 @@ ent-ClothingUniformJumpsuitHawaiYellow = yellow hawaiian shirt
ent-ClothingUniformJumpsuitFlannel = flannel jumpsuit
.desc = Smells like someones been grillin'.
.suffix = { "" }
ent-ClothingUniformHECU = HECU uniform
.desc = The HECU jumpsuit is used to protect against foreign environmental factors (besides, real American patriots like to wear it).
.suffix = { "" }
ent-ClothingUniformJumpsuitCitizen = citizen jumpsuit
.desc = Jumpsuit that will definitely make you look like a victim.
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,8 @@ ent-ClothingUniformJumpsuitHawaiYellow = жёлтая гавайская руб
ent-ClothingUniformJumpsuitFlannel = фланелевый комбинезон
.desc = Пахнет так, будто кто-то жарил на гриле.
.suffix = { "" }
ent-ClothingUniformHECU = униформа HECU
.desc = Комбинезон HECU используется для защиты от посторонних факторов внешней среды (к тому же его любят носить настоящие американские патриоты).
.suffix = { "" }
ent-ClothingUniformJumpsuitCitizen = комбинезон гражданского
.desc = Комбинезон, в котором ты точно будешь похожа на жертву.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
ClothingHeadFishCap: 2
ClothingHeadRastaHat: 2
ClothingBeltStorageWaistbag: 3
ClothingUniformJumpsuitCitizen: 3
contrabandInventory:
ClothingUniformJumpsuitTacticool: 1
ClothingUniformJumpskirtTacticool: 1
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
ClothingOuterWinterSec: 2
ClothingEyesBlindfold: 1
ClothingShoesBootsCombat: 1
ClothingUniformHECU: 1
22 changes: 22 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1170,3 +1170,25 @@
sprite: Clothing/Uniforms/Jumpsuit/flannel.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/flannel.rsi

- type: entity
parent: ClothingUniformBase
id: ClothingUniformHECU
name: HECU uniform
description: The HECU jumpsuit is used to protect against foreign environmental factors (besides, real American patriots like to wear it)
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/hecu.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/hecu.rsi

- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitCitizen
name: Citizen jumpsuit
description: jumpsuit that will definitely make you look like a victim
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/civilian.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/civilian.rsi
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,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Reyen",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"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.
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.
30 changes: 30 additions & 0 deletions Resources/Textures/Clothing/Uniforms/Jumpsuit/hecu.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Reyen",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading