-
Notifications
You must be signed in to change notification settings - Fork 618
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added mortuary urn, tweaked tags a bit
- Loading branch information
1 parent
66d208d
commit ceb7e0d
Showing
11 changed files
with
84 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,6 +108,7 @@ | |
- type: Tag | ||
tags: | ||
- Trash | ||
- Ash # Frontier | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,5 @@ | |
- Holy | ||
- type: Tag | ||
tags: | ||
- ReligiousSymbol | ||
- ObjectOfSpiritualSignificance | ||
- Crucifix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 53 additions & 0 deletions
53
Resources/Prototypes/_NF/Entities/Objects/Misc/mortuary_urn.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
- type: entity | ||
name: mortuary urn | ||
parent: BaseItem | ||
id: UrnMortuary | ||
description: Keeps your beloved friend's ashes not scattered in your pocket. | ||
components: | ||
- type: Sprite | ||
state: icon | ||
sprite: _NF/Objects/Misc/mortuary_urn.rsi | ||
- type: Item | ||
size: 10 | ||
- type: Tag | ||
tags: | ||
- ObjectOfSpiritualSignificance | ||
- type: StaticPrice | ||
price: 20 | ||
- type: ItemSlots | ||
slots: | ||
ashes: | ||
insertVerbText: Put Ashes | ||
ejectVerbText: Empty Ashes | ||
name: Urn Contents | ||
whitelist: | ||
tags: | ||
- Trash | ||
- Ash | ||
- Ectoplasm | ||
insertOnInteract: false | ||
priority: 1 | ||
label: | ||
insertVerbText: Attach Label | ||
ejectVerbText: Remove Label | ||
whitelist: | ||
components: | ||
- Document | ||
- Paper | ||
insertOnInteract: false | ||
priority: 2 | ||
- type: ContainerContainer | ||
containers: | ||
storagebase: !type:Container | ||
ents: [] | ||
ashes: !type:ContainerSlot {} | ||
label: !type:ContainerSlot {} | ||
- type: ItemMapper | ||
mapLayers: | ||
label: | ||
whitelist: | ||
tags: | ||
- Document | ||
- Paper | ||
sprite: _NF/Objects/Misc/mortuary_urn.rsi | ||
- type: Appearance |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,6 @@ | |
|
||
- type: Tag | ||
id: Crucifix | ||
|
||
- type: Tag | ||
id: ObjectOfSpiritualSignificance |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions
17
Resources/Textures/_NF/Objects/Misc/mortuary_urn.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from tgstation, smoke animation sequence added by erhardsteinhauer (discord)", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "label" | ||
} | ||
] | ||
} |