Resprite (#1328)
* well resprite * broken well * Campfire * meta * Quantity
@@ -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
|
||||
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
@@ -13,6 +13,14 @@
|
||||
{
|
||||
"name": "equipped-CLOAK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 664 B After Width: | Height: | Size: 808 B |
@@ -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
|
||||
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 2.1 KiB |
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||