paintings 1 (#8067)

This commit is contained in:
EmoGarbage404
2022-05-11 19:46:21 -04:00
committed by GitHub
parent 320997bffa
commit 09425d0137
12 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
- type: entity
parent: MarkerBase
id: RandomPainting
name: random painting spawner
components:
- type: Sprite
layers:
- state: red
- texture: Structures/Wallmounts/paintings.rsi/painting8.png
- type: RandomSpawner
offset: 0
prototypes:
- PaintingPersistenceOfMemory
- PaintingTheSonOfMan
- PaintingTheKiss
- PaintingTheScream
- PaintingTheGreatWave
- PaintingCafeTerraceAtNight
- PaintingNightHawks
chance: 1

View File

@@ -0,0 +1,91 @@
- type: entity
parent: BaseSign
id: PaintingBase
abstract: true
components:
- type: WallMount
arc: 360
- type: Sprite
drawdepth: WallTops
sprite: Structures/Wallmounts/paintings.rsi
- type: entity
parent: PaintingBase
id: PaintingEmpty
name: Empty Frame
description: An empty frame, waiting to be filled with art.
components:
- type: Sprite
state: painting0
- type: entity
parent: PaintingBase
id: PaintingMoony
name: Abstract No.1
description: An imposing abstract painting. It feels like it's pressuring you to do good.
components:
- type: Sprite
state: painting1
- type: entity
parent: PaintingBase
id: PaintingPersistenceOfMemory
name: The Persistence of Memory
description: This painting depicts a barren landscape. It's filled with various surreal objects.
components:
- type: Sprite
state: painting2
- type: entity
parent: PaintingBase
id: PaintingTheSonOfMan
name: The Son of Man
description: This painting depicts a formal-looking man. His face is obscured by an apple.
components:
- type: Sprite
state: painting3
- type: entity
parent: PaintingBase
id: PaintingTheKiss
name: The Kiss
description: This painting depicts a couple in tender embrace. It's covered in glittery gold ornamentation.
components:
- type: Sprite
state: painting4
- type: entity
parent: PaintingBase
id: PaintingTheScream
name: The Scream
description: This painting depicts a distressed man standing on a bridge.
components:
- type: Sprite
state: painting5
- type: entity
parent: PaintingBase
id: PaintingTheGreatWave
name: The Great Wave off Kanagawa
description: This painting depicts a majestic wave. It's throwing around several small fishing boats.
components:
- type: Sprite
state: painting6
- type: entity
parent: PaintingBase
id: PaintingCafeTerraceAtNight
name: Cafe Terrace at Night
description: This painting depicts lively night scene at a cafe.
components:
- type: Sprite
state: painting7
- type: entity
parent: PaintingBase
id: PaintingNightHawks
name: Nighthawks
description: This painting depicts a lonely-looking diner. The patrons are sitting glumly at the counter.
components:
- type: Sprite
state: painting8

View File

@@ -0,0 +1,20 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by EmoGarbage",
"size": {
"x": 32,
"y": 32
},
"states": [
{ "name": "painting0" },
{ "name": "painting1" },
{ "name": "painting2" },
{ "name": "painting3" },
{ "name": "painting4" },
{ "name": "painting5" },
{ "name": "painting6" },
{ "name": "painting7" },
{ "name": "painting8" }
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 881 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 913 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 912 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 810 B