* well resprite

* broken well

* Campfire

* meta

* Quantity
This commit is contained in:
Nim
2025-06-02 14:16:42 +03:00
committed by GitHub
parent 483a82fdd4
commit 5a2ccc3e08
10 changed files with 60 additions and 2 deletions

View File

@@ -28,3 +28,47 @@
solution: pool
- type: Drink
solution: pool
- type: entity
id: CP14StoneWellBroken
parent: CP14StoneWell
categories: [ ForkFiltered ]
name: broken well
description: A barely surviving well that's been through too much, maybe there's still water left.
components:
- type: Sprite
noRot: true
offset: 0, 0.3
drawdepth: Mobs
sprite: _CP14/Structures/Specific/Farming/well.rsi
layers:
- state: broken
- type: SolutionContainerManager
solutions:
pool:
maxVol: 999
reagents:
- ReagentId: Water
Quantity: 200
- type: entity
id: CP14StoneWellGrovelling
parent: CP14StoneWell
categories: [ ForkFiltered ]
name: grovelling well
description: A well ruined by time, overgrown with moss and grass, perhaps there was at least a couple of buckets of water left there.
components:
- type: Sprite
noRot: true
offset: 0, 0.3
drawdepth: Mobs
sprite: _CP14/Structures/Specific/Farming/well.rsi
layers:
- state: grovelling
- type: SolutionContainerManager
solutions:
pool:
maxVol: 999
reagents:
- ReagentId: Water
Quantity: 50

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -13,6 +13,14 @@
{
"name": "equipped-CLOAK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 664 B

After

Width:  |  Height:  |  Size: 808 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by TheShuEd ",
"copyright": "Created by TheShuEd, base by resprite Jaraten",
"size": {
"x": 32,
"y": 32

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by omsoyk",
"copyright": "Created by omsoyk and gogenych",
"size": {
"x": 64,
"y": 64
@@ -9,6 +9,12 @@
"states": [
{
"name": "icon"
},
{
"name": "grovelling"
},
{
"name": "broken"
}
]
}