Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds some spookuary cheer from Bing and Ghost Prince. #2256

Merged
merged 7 commits into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,23 @@
- type: Sprite
sprite: _NF/Structures/Wallmounts/paintings.rsi
state: painting0

- type: entity
parent: PaintingBase
id: PaintingSpookyIan
name: Duty Without End
description: Their vigil is eternal.
components:
- type: Sprite
sprite: _NF/Structures/Wallmounts/paintings.rsi
state: painting1

- type: entity
parent: PaintingBase
id: PaintingSpookyLady
name: The Lady and the Banners
description: A woman stands invitingly before a castle of ominous portent. How the windows beckon! How your gaze is arrested!
components:
- type: Sprite
sprite: _NF/Structures/Wallmounts/paintings.rsi
state: painting2
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,34 @@
description: "Painting is a masterfully designed image of a fireaxe cabinet. The artwork relates to the loss of the masterwork ☼fireaxe☼ in the early winter of 2523. Oil. Canvas. Tears."
components:
- type: Sprite
state: painting_fireaxe
state: painting_fireaxe

- type: entity
parent: PaintingDirectionalBase
id: PaintingGhostHanging
name: Festive Ghost Wall Hangings
description: "Decorative wall streamers! They look like the people you've lost the void!"
components:
- type: Sprite
drawdepth: Overdoors
state: painting_ghost

- type: entity
parent: PaintingDirectionalBase
id: PaintingBatHanging
name: Festive Bat Wall Hangings
description: "Decorative wall streamers! Bats are scary and also important polinators!"
components:
- type: Sprite
drawdepth: Overdoors
state: painting_bat

- type: entity
parent: PaintingDirectionalBase
id: PaintingPumpkinHanging
name: Festive Pumpkin Wall Hangings
description: "Decorative wall streamers! It's decorative gourd season!"
components:
- type: Sprite
drawdepth: Overdoors
state: painting_pumpkin
Original file line number Diff line number Diff line change
@@ -1,12 +1,60 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by erhardsteinhauer, gentlebutter & ghostprince",
"license": "CC-BY-SA-4.0",
dustylens marked this conversation as resolved.
Show resolved Hide resolved
"copyright": "Created by erhardsteinhauer, gentlebutter & ghostprince, painting1 by gentlebutter, painting2 by ghostprince",
"size": {
"x": 32,
"y": 32
},
"states": [
{ "name": "painting0" }
{ "name": "painting0" },
{
"name": "painting1",
"delays": [
[
300.0,
0.1,
0.1,
0.1,
0.15,
0.35,
0.1,
0.1
]
]
},
{
"name": "painting2",
"delays": [
[
0.25,
0.25,
0.25,
0.25,
0.25,
1.00,
0.25,
0.25,
0.25,
0.25,
0.25,
0.25,
0.25,
0.25,
0.25,
0.25,
0.25,
0.25,
0.25,
1.00,
0.25,
0.25,
0.25,
0.25,
0.25

]
]
}
]
}
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.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Created by erhardsteinhauer (discord) for NF in commemoration of removal fireaxe cabinet [filled] from NT Liquidator class service ship",
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-4.0",
GreaseMonk marked this conversation as resolved.
Show resolved Hide resolved
"copyright": "Created by erhardsteinhauer (discord) for NF in commemoration of removal fireaxe cabinet [filled] from NT Liquidator class service ship, ghost, bat and pumpkin decorations by ghostprince",
"states": [
{
"name": "painting_fireaxe",
Expand All @@ -24,6 +24,61 @@
1
]
]
},
{
"name": "painting_ghost",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "painting_bat",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "painting_pumpkin",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}

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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Created by erhardsteinhauer (discord) for NF in commemoration of removal fireaxe cabinet [filled] from NT Liquidator class service ship",
"states": [
{
"name": "painting_fireaxe",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading