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

Two new paintings #103

Merged
merged 2 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
@@ -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"
}
]
}
Loading