]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Added urn (#22488)
authorNkoKirkto <153374559+NkoKirkto@users.noreply.github.com>
Sat, 16 Dec 2023 10:31:12 +0000 (11:31 +0100)
committerGitHub <noreply@github.com>
Sat, 16 Dec 2023 10:31:12 +0000 (03:31 -0700)
* Changes Stuff( ͡° ͜ʖ ͡°)

* Changes Suff(Fucked Sprites)

* Chages Stuff(New Sprite)

* Changes Stuff(Hope this works)

* Changes Stuff(Renamed the Urn.rsi)

---------

Co-authored-by: NkoKirkto <halloleute640mail.com>
Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml
Resources/Prototypes/Entities/Objects/Specific/Chapel/urn.yml [new file with mode: 0644]
Resources/Textures/Objects/Specific/Chapel/chaplainurn.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Chapel/chaplainurn.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Chapel/chaplainurn.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Chapel/chaplainurn.rsi/meta.json [new file with mode: 0644]

index aee153910da010ea2929773bb4e31c256a12e1ac..4b532bd83e57b288579ae5ab22b525580caca73a 100644 (file)
@@ -18,6 +18,7 @@
     ClothingHeadsetService: 2
     BoxCandle: 2
     BoxCandleSmall: 2
+    Urn: 5
   emaggedInventory:
     ClothingOuterArmorCult: 1
     ClothingHeadHelmetCult: 1
diff --git a/Resources/Prototypes/Entities/Objects/Specific/Chapel/urn.yml b/Resources/Prototypes/Entities/Objects/Specific/Chapel/urn.yml
new file mode 100644 (file)
index 0000000..d58d085
--- /dev/null
@@ -0,0 +1,19 @@
+- type: entity
+  name: Urn
+  description: Store the Dead smart and Compact since 2300
+  parent: BaseStorageItem
+  id: Urn
+  components:
+  - type: Storage
+    grid:
+      - 0,0,0,1
+  - type: UserInterface
+    interfaces:
+    - key: enum.StorageUiKey.Key
+      type: StorageBoundUserInterface
+  - type: Sprite
+    sprite: Objects/Specific/Chapel/chaplainurn.rsi
+    state: icon
+  - type: Item
+    size: Normal
+    sprite: Objects/Specific/Chapel/chaplainurn.rsi
\ No newline at end of file
diff --git a/Resources/Textures/Objects/Specific/Chapel/chaplainurn.rsi/icon.png b/Resources/Textures/Objects/Specific/Chapel/chaplainurn.rsi/icon.png
new file mode 100644 (file)
index 0000000..dbd2499
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Chapel/chaplainurn.rsi/icon.png differ
diff --git a/Resources/Textures/Objects/Specific/Chapel/chaplainurn.rsi/inhand-left.png b/Resources/Textures/Objects/Specific/Chapel/chaplainurn.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..f7b457e
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Chapel/chaplainurn.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Objects/Specific/Chapel/chaplainurn.rsi/inhand-right.png b/Resources/Textures/Objects/Specific/Chapel/chaplainurn.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..94a4a58
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Chapel/chaplainurn.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Objects/Specific/Chapel/chaplainurn.rsi/meta.json b/Resources/Textures/Objects/Specific/Chapel/chaplainurn.rsi/meta.json
new file mode 100644 (file)
index 0000000..a257cbc
--- /dev/null
@@ -0,0 +1,22 @@
+{
+    "version": 1,
+    "license": "CC-BY-SA-3.0",
+    "copyright": "Created by NkoKirkto (Github,Discord) for SpaceStation14",
+    "size": {
+      "x": 32,
+      "y": 32
+    },
+    "states": [
+      {
+        "name": "icon"
+      },
+      {
+        "name": "inhand-left",
+        "directions": 4
+      },
+      {
+        "name": "inhand-right",
+        "directions": 4
+      }
+    ]
+  }
\ No newline at end of file