Skip to content

Commit

Permalink
paintings (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffiestFloof authored Oct 10, 2023
1 parent 15bd380 commit d5ee886
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
- type: entity
parent: PaintingBase
id: PaintingBlunt
name: Blunt Painting
description: A blunt smoking weird-cat thing with a smug look.
components:
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/Paintings/ps3moira.rsi
state: bluntpainting

- type: entity
parent: PaintingBase
id: PaintingSpoon
name: Spoon Painting
description: The type of painting that really ties together a room.
components:
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/Paintings/leonardodabepis.rsi
state: spoonpainting
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@
- PaintingSleepingGypsy
- PaintingRedBlueYellow
- PaintingHelloWorld
- PaintingSpoon # DeltaV Painting, see Resources/Prototypes/DeltaV/Entities/Structures/Wallmount/painting.yml
chance: 1
rarePrototypes:
- PaintingSkeletonBoof
- PaintingEmpty
- PaintingMoony
- PaintingAmogusTriptych
- PaintingMothBigCatch # Nyanotrasen Painting, see Resources/Prototypes/Nyanotrasen/Entities/Structures/Wallmount/Signs/painting.yml
- PaintingMothBigCatch # Nyanotrasen Painting, see Resources/Prototypes/Nyanotrasen/Entities/Structures/Wallmount/painting.yml
- PaintingBlunt # DeltaV Painting, see Resources/Prototypes/DeltaV/Entities/Structures/Wallmount/painting.yml
rareChance: 0.01
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Made by @leonardo_dabepis.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "spoonpainting"
}
]
}
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,14 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Taken from Delta-V discord, modified by ps3moira#9488",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "bluntpainting"
}
]
}

0 comments on commit d5ee886

Please sign in to comment.