From: NkoKirkto <153374559+NkoKirkto@users.noreply.github.com> Date: Sat, 16 Dec 2023 10:31:12 +0000 (+0100) Subject: Added urn (#22488) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3e0f3bd1988c9e8f5d76f8e7c494ddff3ac5ea6e;p=space-station-14.git Added urn (#22488) * 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 --- diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml index aee153910d..4b532bd83e 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml @@ -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 index 0000000000..d58d085cb1 --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Specific/Chapel/urn.yml @@ -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 index 0000000000..dbd2499cf2 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 index 0000000000..f7b457ea79 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 index 0000000000..94a4a585e4 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 index 0000000000..a257cbc7dc --- /dev/null +++ b/Resources/Textures/Objects/Specific/Chapel/chaplainurn.rsi/meta.json @@ -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