Правки

This commit is contained in:
BIGZi0348
2025-01-02 20:18:55 +03:00
parent c8ba8e6edf
commit b5f012e210
7 changed files with 29 additions and 27 deletions

View File

@@ -123,8 +123,6 @@
components:
- type: StorageFill
contents:
- id: PackedSoil
prob: 0.10
- id: Lantern
prob: 0.20
- id: Wirecutter
@@ -188,6 +186,8 @@
prob: 0.10
- id: BarberScissors
prob: 0.05
- id: PackedSoil # WD
prob: 0.05
# Syndicate loot
- id: null
prob: 0.95
@@ -596,6 +596,8 @@
prob: 0.10
- id: BarberScissors
prob: 0.05
- id: PackedSoil # WD
prob: 0.05
# Syndicate loot
- id: null
prob: 0.95

View File

@@ -2,9 +2,9 @@
parent: CrateHydroponics
id: CratePackedSoil
name: ящик с почвой
description: Ящик, содержащий три упаковки с почвой
description: Ящик, содержащий пять упаковок с почвой.
components:
- type: StorageFill
contents:
- id: PackedSoil
amount: 5
amount: 5

View File

@@ -5,7 +5,7 @@
parent: BaseItem
components:
- type: Item
size: Small
size: Normal
- type: Sprite
sprite: White/Structures/growingpot.rsi
state: packed_soil
@@ -13,4 +13,4 @@
tags:
- PackedSoilTag
- type: StaticPrice
price: 50
price: 10

View File

@@ -150,3 +150,6 @@
- type: Tag
id: MagazineKalashLightRifleBox
- type: Tag
id: PackedSoilTag

View File

@@ -948,9 +948,6 @@
- type: Tag
id: Ore
- type: Tag
id: PackedSoilTag # WD edit
- type: Tag
id: Packet

View File

@@ -1,20 +1,20 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "dosharus",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "pot_filled"
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "dosharus",
"size": {
"x": 32,
"y": 32
},
{
"name": "pot_empty"
},
{
"name": "packed_soil"
}
]
}
"states": [
{
"name": "pot_filled"
},
{
"name": "pot_empty"
},
{
"name": "packed_soil"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 646 B

After

Width:  |  Height:  |  Size: 1.9 KiB