* 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>
ClothingHeadsetService: 2
BoxCandle: 2
BoxCandleSmall: 2
+ Urn: 5
emaggedInventory:
ClothingOuterArmorCult: 1
ClothingHeadHelmetCult: 1
--- /dev/null
+- 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
--- /dev/null
+{
+ "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