Skip to content

Commit

Permalink
CapBeret (#912)
Browse files Browse the repository at this point in the history
* Add Cap Beret

* Update meta.json

---------

Co-authored-by: Dexler <[email protected]>
  • Loading branch information
Kirus59 and DexlerXD authored Apr 18, 2024
1 parent df9482c commit 77cfdab
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/dressers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- type: StorageFill
contents:
- id: ClothingHeadHatCaptain
- id: ClothingHeadBeretCap #SS220 CapBeret
- id: ClothingNeckCloakCap
- id: ClothingNeckCloakCapFormal
- id: ClothingUniformJumpsuitCapFormal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@
- ClothingUniformJumpskirtColorGrey
- ClothingUniformJumpsuitBartender
- ClothingUniformJumpskirtBartender
- ClothingHeadBeretCap #SS220 CapBeret
- ClothingHeadCaptainCap #SS220 Captain's Cap tweak
- ClothingHeadHatCaptain
- ClothingUniformJumpsuitCaptain
Expand Down
10 changes: 10 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,16 @@
Cloth: 100
Durathread: 50

#SS220 CapBeret begin
- type: latheRecipe
id: ClothingHeadBeretCap
result: ClothingHeadBeretCap
completetime: 2
materials:
Cloth: 100
Durathread: 50
#SS220 CapBeret end

#SS220 Captain's Cap tweak begin
- type: latheRecipe
id: ClothingHeadCaptainCap
Expand Down
14 changes: 14 additions & 0 deletions Resources/Prototypes/SS220/Entities/Clothing/Head/capberet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- type: entity
parent: ClothingHeadBase
id: ClothingHeadBeretCap
name: берет капитана
description: Голубой берет миротворца.
components:
- type: Sprite
sprite: SS220/Clothing/Head/Hats/beret_cap.rsi
- type: Clothing
sprite: SS220/Clothing/Head/Hats/beret_cap.rsi
- type: Tag
tags:
- ClothMade
- WhitelistChameleon
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,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "taken from tgstation at https://github.com/tgstation/tgstation/blob/df3de65e62ed01d3f9408534329c9a545fc7d1da/icons/obj/clothing/head/beret.dmi, modified by wheremytea (Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 77cfdab

Please sign in to comment.