* 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>
This commit is contained in:
NkoKirkto
2023-12-16 11:31:12 +01:00
committed by GitHub
parent 53b3eaddb9
commit 3e0f3bd198
6 changed files with 42 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
ClothingHeadsetService: 2
BoxCandle: 2
BoxCandleSmall: 2
Urn: 5
emaggedInventory:
ClothingOuterArmorCult: 1
ClothingHeadHelmetCult: 1

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 808 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 B

View File

@@ -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
}
]
}