This commit is contained in:
Hero010h
2025-01-08 01:04:06 +03:00
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,7 +2,7 @@
parent: CrateHydroponics
id: CratePackedSoil
name: ящик с почвой
description: Ящик, содержащий три упаковки с почвой
description: Ящик, содержащий пять упаковок с почвой.
components:
- type: StorageFill
contents:

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 646 B

After

Width:  |  Height:  |  Size: 1.9 KiB