Skip to content

Commit

Permalink
added mortuary urn, tweaked tags a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
ErhardSteinhauer committed Dec 22, 2023
1 parent 66d208d commit ceb7e0d
Show file tree
Hide file tree
Showing 11 changed files with 84 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
ClothingBeltChaplainSash: 3
ClothingHeadsetService: 4
RubberStampChaplain: 3
UrnMortuary: 4
Bible: 3
Censer: 2
ClothingNeckCrucifix: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
- type: Tag
tags:
- Trash
- Ash # Frontier
- type: SolutionContainerManager
solutions:
food:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Entities/Clothing/Neck/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
- Holy
- type: Tag
tags:
- ReligiousSymbol
- ObjectOfSpiritualSignificance
- Crucifix
3 changes: 3 additions & 0 deletions Resources/Prototypes/_NF/Entities/Clothing/Neck/scarfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
name: chaplain's stole
description: A necessary evil for ordained priests outfit. Gives at least +2 to your holiness.
components:
- type: Tag
tags:
- ObjectOfSpiritualSignificance
- type: Sprite
sprite: _NF/Clothing/Neck/Scarfs/chaplain_stole.rsi
- type: Clothing
Expand Down
3 changes: 2 additions & 1 deletion Resources/Prototypes/_NF/Entities/Objects/Misc/censer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
exposeTemperature: 1173.15
- type: Tag
tags:
- ObjectOfSpiritualSignificance
- Censer
- type: StaticPrice
price: 5
Expand Down Expand Up @@ -45,7 +46,7 @@
- type: BurnStateVisuals
unlitIcon: unlit-icon
- type: MeleeWeapon
wideAnimationRotation: -90
wideAnimationRotation: 0
attackRate: 1
damage:
types:
Expand Down
53 changes: 53 additions & 0 deletions Resources/Prototypes/_NF/Entities/Objects/Misc/mortuary_urn.yml
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
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
!type:DamageTrigger
damage: 10
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/woodhit.ogg
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: Item
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/_NF/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 Resources/Textures/_NF/Objects/Misc/mortuary_urn.rsi/meta.json
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"
}
]
}

0 comments on commit ceb7e0d

Please sign in to comment.