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: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: PackedSoil
prob: 0.10
- id: Lantern - id: Lantern
prob: 0.20 prob: 0.20
- id: Wirecutter - id: Wirecutter
@@ -188,6 +186,8 @@
prob: 0.10 prob: 0.10
- id: BarberScissors - id: BarberScissors
prob: 0.05 prob: 0.05
- id: PackedSoil # WD
prob: 0.05
# Syndicate loot # Syndicate loot
- id: null - id: null
prob: 0.95 prob: 0.95
@@ -596,6 +596,8 @@
prob: 0.10 prob: 0.10
- id: BarberScissors - id: BarberScissors
prob: 0.05 prob: 0.05
- id: PackedSoil # WD
prob: 0.05
# Syndicate loot # Syndicate loot
- id: null - id: null
prob: 0.95 prob: 0.95

View File

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

View File

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

View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 646 B

After

Width:  |  Height:  |  Size: 1.9 KiB