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 <halloleute640mail.com>
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
ClothingHeadsetService: 2
|
ClothingHeadsetService: 2
|
||||||
BoxCandle: 2
|
BoxCandle: 2
|
||||||
BoxCandleSmall: 2
|
BoxCandleSmall: 2
|
||||||
|
Urn: 5
|
||||||
emaggedInventory:
|
emaggedInventory:
|
||||||
ClothingOuterArmorCult: 1
|
ClothingOuterArmorCult: 1
|
||||||
ClothingHeadHelmetCult: 1
|
ClothingHeadHelmetCult: 1
|
||||||
|
|||||||
@@ -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 |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user