Carpet Colors & Fountain (#4219)

* fountain&carpet

* make a wish fountaintation

* block bullets

* Update meta.json

* Update meta.json

* _dv prayers
This commit is contained in:
rosieposie 2025-09-02 07:07:23 -04:00 committed by GitHub
parent c91a8521a3
commit 42b93f413f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 162 additions and 0 deletions

View File

@ -0,0 +1,3 @@
prayer-verbs-fountainwish = Wish
prayer-chat-notify-fountainwish = FOUNTAIN WISH
prayer-popup-notify-fountainwish-sent = You tossed a coin in the fountain, and made a wish...

View File

@ -0,0 +1,72 @@
- type: entity
parent: BaseStructure
id: FountainLargeRound
name: large round fountain
description: A fountain full of yummy water's.
components:
- type: Sprite
noRot: true
drawdepth: FloorObjects
offset: "0.0,0.1"
sprite: _DV/Structures/Decoration/fountains.rsi
layers:
- state: large-round-base
- state: large-round-base-water
- type: SolutionContainerManager
solutions:
fountain:
maxVol: 100
- type: SolutionRegeneration
solution: fountain
generated:
reagents:
- ReagentId: Water
Quantity: 100
- type: Drink
solution: fountain
- type: DrawableSolution
solution: fountain
- type: DrainableSolution
solution: fountain
- type: ExaminableSolution
solution: fountain
- type: InteractionOutline
- type: Prayable
sentMessage: prayer-popup-notify-fountainwish-sent
notificationPrefix: prayer-chat-notify-fountainwish
verb: prayer-verbs-fountainwish
verbImage: null
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeCircle
radius: 0.75
density: 400
hard: false
- type: entity
parent: BaseStructure
id: FountainLargeRoundTop
name: large round fountain top
description: Sprinkel!
components:
- type: SpriteFade
- type: Sprite
noRot: true
drawdepth: Overdoors
offset: "0.0,0.1"
sprite: _DV/Structures/Decoration/fountains.rsi
layers:
- state: large-round-top
- state: large-round-top-water
- state: large-round-flows
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeCircle
radius: 0.5
density: 400
layer:
- WallLayer

View File

@ -638,6 +638,21 @@
heatCapacity: 10000
weather: true
- type: tile
id: FloorMS13CarpetFancyRedDiamond
name: red carpet fancy diamond
sprite: /Textures/_Nuclear14/Tiles/ms13/Carpet/carpet_fancy_red_diamond.png
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepCarpet
# itemDrop: FloorTileItemCarpetRed
thermalConductivity: 0.04
heatCapacity: 10000
weather: true
- type: tile
id: FloorMS13CarpetBlue
name: blue carpet
@ -666,6 +681,20 @@
heatCapacity: 10000
weather: true
- type: tile
id: FloorMS13CarpetFancyBlueDiamond
name: blue carpet fancy diamond
sprite: /Textures/_Nuclear14/Tiles/ms13/Carpet/carpet_fancy_blue_diamond.png
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepCarpet
# itemDrop: FloorTileItemCarpetRed
thermalConductivity: 0.04
heatCapacity: 10000
weather: true
- type: tile
id: FloorMS13CarpetGreen
name: green carpet
@ -708,6 +737,20 @@
heatCapacity: 10000
weather: true
- type: tile
id: FloorMS13CarpetVioletDiamond
name: carpet violet diamond
sprite: /Textures/_Nuclear14/Tiles/ms13/Carpet/carpet_fancy_violet_diamond.png
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepCarpet
# itemDrop: FloorTileItemCarpetRed
thermalConductivity: 0.04
heatCapacity: 10000
weather: true
# Paths and Roads
# Concrete
- type: tile

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,44 @@
{
"version": 1,
"license": "CC-BY-NC-SA-4.0",
"copyright": "rosieposieeee (Github)",
"size": {
"x": 128,
"y": 128
},
"states": [
{
"name": "large-round-base"
},
{
"name": "large-round-base-water",
"delays": [
[
0.5,
0.5
]
]
},
{
"name": "large-round-top"
},
{
"name": "large-round-top-water",
"delays": [
[
0.5,
0.5
]
]
},
{
"name": "large-round-flows",
"delays": [
[
0.3,
0.3
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 790 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 781 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 804 B