From: lzk <124214523+lzk228@users.noreply.github.com> Date: Fri, 22 Dec 2023 07:25:20 +0000 (+0100) Subject: PARTY HATS YIPPIE (#22850) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=279d345e6c21da3710b7f45898c9138a00404c3d;p=space-station-14.git PARTY HATS YIPPIE (#22850) * :party: * a little trolling --- diff --git a/Resources/Prototypes/Catalog/Fills/Crates/fun.yml b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml index 67e9fff640..54e518ba90 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/fun.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml @@ -196,6 +196,14 @@ - id: DrinkLean amount: 4 - id: KnifePlastic + - id: ClothingHeadHatPartyRed + amount: 2 + - id: ClothingHeadHatPartyYellow + amount: 2 + - id: ClothingHeadHatPartyGreen + amount: 2 + - id: ClothingHeadHatPartyBlue + amount: 2 - type: entity id: CrateFunWaterGuns diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index 12deec76e9..6ebd2d94c5 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -819,3 +819,44 @@ sprite: Clothing/Head/Hats/gladiator.rsi - type: Clothing sprite: Clothing/Head/Hats/gladiator.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatPartyRed + name: red party hat + description: Spread a joy! + components: + - type: Sprite + sprite: Clothing/Head/Hats/party_red.rsi + - type: Clothing + sprite: Clothing/Head/Hats/party_red.rsi + +- type: entity + parent: ClothingHeadHatPartyRed + id: ClothingHeadHatPartyYellow + name: yellow party hat + components: + - type: Sprite + sprite: Clothing/Head/Hats/party_yellow.rsi + - type: Clothing + sprite: Clothing/Head/Hats/party_yellow.rsi + +- type: entity + parent: ClothingHeadHatPartyRed + id: ClothingHeadHatPartyGreen + name: green party hat + components: + - type: Sprite + sprite: Clothing/Head/Hats/party_green.rsi + - type: Clothing + sprite: Clothing/Head/Hats/party_green.rsi + +- type: entity + parent: ClothingHeadHatPartyRed + id: ClothingHeadHatPartyBlue + name: blue party hat + components: + - type: Sprite + sprite: Clothing/Head/Hats/party_blue.rsi + - type: Clothing + sprite: Clothing/Head/Hats/party_blue.rsi diff --git a/Resources/Textures/Clothing/Head/Hats/party_blue.rsi/equipped-HELMET-hamster.png b/Resources/Textures/Clothing/Head/Hats/party_blue.rsi/equipped-HELMET-hamster.png new file mode 100644 index 0000000000..7349b6d703 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/party_blue.rsi/equipped-HELMET-hamster.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/party_blue.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/party_blue.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..14ec91ea0b Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/party_blue.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/party_blue.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/party_blue.rsi/icon.png new file mode 100644 index 0000000000..13aec621ed Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/party_blue.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/party_blue.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/party_blue.rsi/meta.json new file mode 100644 index 0000000000..b63910b85c --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/party_blue.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by netwy(583844759429316618)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET-hamster", + "directions": 4 + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hats/party_green.rsi/equipped-HELMET-hamster.png b/Resources/Textures/Clothing/Head/Hats/party_green.rsi/equipped-HELMET-hamster.png new file mode 100644 index 0000000000..18360c5976 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/party_green.rsi/equipped-HELMET-hamster.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/party_green.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/party_green.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..e4eca43177 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/party_green.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/party_green.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/party_green.rsi/icon.png new file mode 100644 index 0000000000..33a0d6099f Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/party_green.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/party_green.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/party_green.rsi/meta.json new file mode 100644 index 0000000000..b63910b85c --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/party_green.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by netwy(583844759429316618)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET-hamster", + "directions": 4 + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hats/party_red.rsi/equipped-HELMET-hamster.png b/Resources/Textures/Clothing/Head/Hats/party_red.rsi/equipped-HELMET-hamster.png new file mode 100644 index 0000000000..bbd542dfe0 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/party_red.rsi/equipped-HELMET-hamster.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/party_red.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/party_red.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..d957d7bf07 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/party_red.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/party_red.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/party_red.rsi/icon.png new file mode 100644 index 0000000000..c3eb89478c Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/party_red.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/party_red.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/party_red.rsi/meta.json new file mode 100644 index 0000000000..b63910b85c --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/party_red.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by netwy(583844759429316618)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET-hamster", + "directions": 4 + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hats/party_yellow.rsi/equipped-HELMET-hamster.png b/Resources/Textures/Clothing/Head/Hats/party_yellow.rsi/equipped-HELMET-hamster.png new file mode 100644 index 0000000000..9adc4fc432 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/party_yellow.rsi/equipped-HELMET-hamster.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/party_yellow.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/party_yellow.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..684c82cbc4 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/party_yellow.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/party_yellow.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/party_yellow.rsi/icon.png new file mode 100644 index 0000000000..8cfa34f413 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/party_yellow.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/party_yellow.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/party_yellow.rsi/meta.json new file mode 100644 index 0000000000..b63910b85c --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/party_yellow.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by netwy(583844759429316618)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET-hamster", + "directions": 4 + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +}