]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Added clown satchel (#15225)
authorlzk228 <124214523+lzk228@users.noreply.github.com>
Sun, 9 Apr 2023 02:24:44 +0000 (05:24 +0300)
committerGitHub <noreply@github.com>
Sun, 9 Apr 2023 02:24:44 +0000 (19:24 -0700)
Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml
Resources/Prototypes/Entities/Clothing/Back/satchel.yml
Resources/Prototypes/Roles/Jobs/Civilian/clown.yml
Resources/Textures/Clothing/Back/Satchels/clown.rsi/equipped-BACKPACK.png [new file with mode: 0644]
Resources/Textures/Clothing/Back/Satchels/clown.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Back/Satchels/clown.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Back/Satchels/clown.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Back/Satchels/clown.rsi/meta.json [new file with mode: 0644]

index 73e44537552b63447ca62bdae12b111e187910fe..530f99d1c8969d13ffbb3670475555a93899b517 100644 (file)
@@ -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
index 50709777a68b34899c80ae204540895368980db2..06398707e44238dfe8b575278a0466af682fcb0a 100644 (file)
   - 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
index 719d127e85ad5f95df3f0dead8fb06ffbd60afd6..63ec8271fbf573e2b36a75ad7d0937d0cc056502 100644 (file)
@@ -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 (file)
index 0000000..3b0ecb4
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 (file)
index 0000000..269df08
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 (file)
index 0000000..1c919ed
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 (file)
index 0000000..966455d
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 (file)
index 0000000..9171e1f
--- /dev/null
@@ -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
+    }
+  ]
+}