Правки

This commit is contained in:
Hero010h
2024-12-29 16:19:04 +03:00
parent 7f20dd1b5a
commit 5aefcb95bf
13 changed files with 33 additions and 19 deletions

View File

@@ -123,6 +123,8 @@
components:
- type: StorageFill
contents:
- id: PackedSoil
prob: 0.10
- id: Lantern
prob: 0.20
- id: Wirecutter

View File

@@ -18,6 +18,7 @@
HandheldSeedAnalyzer: 2
EZNutrientChemistryBottle: 3
Eftpos: 4
PackedSoil: 5 #WD edit
emaggedInventory:
Left4ZedChemistryBottle: 1

View File

@@ -300,9 +300,9 @@
- type: cargoProduct
id: cargoPackedSoil
icon:
sprite: White/Objects/Weapons/Guns/Shotguns/rubber_pump.rsi
state: icon
sprite: White/Structures/growingpot.rsi
state: packed_soil
product: CratePackedSoil
cost: 2000
cost: 500
category: cargoproduct-category-name-hydroponics
group: market

View File

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

View File

@@ -1,14 +1,16 @@
- type: entity
name: упаковка почвы
description: Можно засыпать в каркас грядки.
id: packedSoil
id: PackedSoil
parent: BaseItem
components:
- type: Item
size: Small
- type: Sprite
sprite: Clothing/OuterClothing/Misc/apronbar.rsi
state: icon
sprite: White/Structures/growingpot.rsi
state: packed_soil
- type: Tag
tags:
- PackedSoil
- PackedSoilTag
- type: StaticPrice
price: 50

View File

@@ -5,7 +5,7 @@
description: Позволяет выращивать различные культуры.
components:
- type: Sprite
sprite: Structures/Hydroponics/growingpot.rsi
sprite: White/Structures/growingpot.rsi
state: pot_filled
- type: Transform
anchored: true
@@ -43,7 +43,7 @@
components:
- type: InteractionOutline
- type: Sprite
sprite: Structures/Hydroponics/growingpot.rsi
sprite: White/Structures/growingpot.rsi
state: pot_empty
noRot: true
- type: Tag

View File

@@ -13,7 +13,7 @@
steps:
- material: WoodPlank
amount: 15
doAfter: 1
doAfter: 4
- material: MetalRod
amount: 4
doAfter: 1
@@ -22,15 +22,17 @@
entity: GrowingPotNoSoil
edges:
- to: growingPot
conditions:
- !type:EntityAnchored
completed:
- !type:SnapToGrid
southRotation: true
steps:
- tag: PackedSoil
- tag: PackedSoilTag
name: упаковка почвы
icon:
sprite: Structures/Piping/Atmospherics/pipe.rsi
state: pipeStraight
sprite: White/Structures/growingpot.rsi
state: packed_soil
- to: start
completed:
- !type:SpawnPrototype
@@ -47,10 +49,13 @@
entity: GrowingPotEmpty
edges:
- to: growingPotNoSoil
conditions:
- !type:EntityAnchored
completed:
- !type:SpawnPrototype
prototype: packedSoil
prototype: PackedSoil
amount: 1
- !type:EmptyAllContainers
steps:
- tool: Prying
doAfter: 1
doAfter: 5

View File

@@ -7,7 +7,7 @@
targetNode: growingPot
category: construction-category-furniture
icon:
sprite: Structures\Hydroponics\growingpot.rsi
sprite: White/Structures/growingpot.rsi
state: pot_filled
objectType: Structure
placementMode: SnapgridCenter

View File

@@ -949,7 +949,7 @@
id: Ore
- type: Tag
id: PackedSoil # WD edit
id: PackedSoilTag # WD edit
- type: Tag
id: Packet

View File

@@ -12,6 +12,9 @@
},
{
"name": "pot_empty"
},
{
"name": "packed_soil"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 646 B

View File

Before

Width:  |  Height:  |  Size: 424 B

After

Width:  |  Height:  |  Size: 424 B