From: UBlueberry <161545003+UBlueberry@users.noreply.github.com> Date: Sat, 29 Mar 2025 11:59:43 +0000 (-0400) Subject: "I'm Weh-cellent" Cap (#28573) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=489f91dafdb6d7ced59264de32e75665eb746e01;p=space-station-14.git "I'm Weh-cellent" Cap (#28573) * copy pasted fishcap.rsi * added the sprites * credited myself * added it to the hats.yml list * meh, make the spites look nicer * hopefully this fixes that * yeah that makes sense Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> * that too Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> --------- Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> --- diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index c24e1b1b2c..6264748293 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -691,6 +691,17 @@ - type: Clothing sprite: Clothing/Head/Hats/fishcap.rsi +- type: entity + parent: ClothingHeadBase + id: ClothingHeadWehcellentCap + name: wehcellent cap + description: It was a net hat! Tiders wear them all the time! It's got airholes in the back to keep a cross-breeze going and everything! + components: + - type: Sprite + sprite: Clothing/Head/Hats/wehcellentcap.rsi + - type: Clothing + sprite: Clothing/Head/Hats/wehcellentcap.rsi + - type: entity parent: ClothingHeadBase id: ClothingHeadNurseHat diff --git a/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..3a33dfd1e2 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/icon.png new file mode 100644 index 0000000000..1322b1e962 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/inhand-left.png new file mode 100644 index 0000000000..a59ddf2cc3 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/inhand-right.png new file mode 100644 index 0000000000..8a997627b6 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/meta.json new file mode 100644 index 0000000000..0e37a10620 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by UBlueberry (GitHub) for Space Station 14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}