From: lzk228 <124214523+lzk228@users.noreply.github.com> Date: Sun, 9 Apr 2023 02:24:44 +0000 (+0300) Subject: Added clown satchel (#15225) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=7be21a62ec65419da2b6ad9891916f2059103351;p=space-station-14.git Added clown satchel (#15225) --- diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml index 73e4453755..530f99d1c8 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml @@ -7,14 +7,15 @@ contents: - id: BoxSurvival -#- type: entity -# noSpawn: true -# parent: ClothingBackpackSatchelClown -# id: ClothingBackpackSatchelClownFilled -# components: -# - type: StorageFill -# contents: -# - id: BoxHug +- type: entity + noSpawn: true + parent: ClothingBackpackSatchelClown + id: ClothingBackpackSatchelClownFilled + components: + - type: StorageFill + contents: + - id: BoxHug + - id: RubberStampClown - type: entity noSpawn: true diff --git a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml index 50709777a6..06398707e4 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml @@ -42,6 +42,18 @@ - type: Sprite sprite: Clothing/Back/Satchels/engineering.rsi +- type: entity + parent: ClothingBackpackSatchel + id: ClothingBackpackSatchelClown + name: clown satchel + description: For fast running from security. + components: + - type: Sprite + sprite: Clothing/Back/Satchels/clown.rsi + - type: Storage + storageOpenSound: + collection: BikeHorn + - type: entity parent: ClothingBackpackSatchel id: ClothingBackpackSatchelMedical @@ -59,7 +71,7 @@ components: - type: Sprite sprite: Clothing/Back/Satchels/chemistry.rsi - + - type: entity parent: ClothingBackpackSatchel id: ClothingBackpackSatchelVirology @@ -68,7 +80,7 @@ components: - type: Sprite sprite: Clothing/Back/Satchels/virology.rsi - + - type: entity parent: ClothingBackpackSatchel id: ClothingBackpackSatchelGenetics diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/clown.yml b/Resources/Prototypes/Roles/Jobs/Civilian/clown.yml index 719d127e85..63ec8271fb 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/clown.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/clown.yml @@ -33,5 +33,5 @@ pocket2: ClownRecorder id: ClownPDA ears: ClothingHeadsetService - satchel: ClothingBackpackSatchelFilled + satchel: ClothingBackpackSatchelClownFilled duffelbag: ClothingBackpackDuffelClownFilled diff --git a/Resources/Textures/Clothing/Back/Satchels/clown.rsi/equipped-BACKPACK.png b/Resources/Textures/Clothing/Back/Satchels/clown.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000..3b0ecb4902 Binary files /dev/null and b/Resources/Textures/Clothing/Back/Satchels/clown.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/Back/Satchels/clown.rsi/icon.png b/Resources/Textures/Clothing/Back/Satchels/clown.rsi/icon.png new file mode 100644 index 0000000000..269df08fe3 Binary files /dev/null and b/Resources/Textures/Clothing/Back/Satchels/clown.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Back/Satchels/clown.rsi/inhand-left.png b/Resources/Textures/Clothing/Back/Satchels/clown.rsi/inhand-left.png new file mode 100644 index 0000000000..1c919ed8d3 Binary files /dev/null and b/Resources/Textures/Clothing/Back/Satchels/clown.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Back/Satchels/clown.rsi/inhand-right.png b/Resources/Textures/Clothing/Back/Satchels/clown.rsi/inhand-right.png new file mode 100644 index 0000000000..966455d20d Binary files /dev/null and b/Resources/Textures/Clothing/Back/Satchels/clown.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Back/Satchels/clown.rsi/meta.json b/Resources/Textures/Clothing/Back/Satchels/clown.rsi/meta.json new file mode 100644 index 0000000000..9171e1f882 --- /dev/null +++ b/Resources/Textures/Clothing/Back/Satchels/clown.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by лазік#7305", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}