Правки
This commit is contained in:
@@ -123,6 +123,8 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: PackedSoil
|
||||
prob: 0.10
|
||||
- id: Lantern
|
||||
prob: 0.20
|
||||
- id: Wirecutter
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
HandheldSeedAnalyzer: 2
|
||||
EZNutrientChemistryBottle: 3
|
||||
Eftpos: 4
|
||||
PackedSoil: 5 #WD edit
|
||||
|
||||
emaggedInventory:
|
||||
Left4ZedChemistryBottle: 1
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,8 +2,9 @@
|
||||
parent: CrateHydroponics
|
||||
id: CratePackedSoil
|
||||
name: ящик с почвой
|
||||
description: Ящик, содержащий три упаковки с почвой
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: packedSoil
|
||||
amount: 3
|
||||
- id: PackedSoil
|
||||
amount: 5
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -949,7 +949,7 @@
|
||||
id: Ore
|
||||
|
||||
- type: Tag
|
||||
id: PackedSoil # WD edit
|
||||
id: PackedSoilTag # WD edit
|
||||
|
||||
- type: Tag
|
||||
id: Packet
|
||||
|
||||
@@ -12,6 +12,9 @@
|
||||
},
|
||||
{
|
||||
"name": "pot_empty"
|
||||
},
|
||||
{
|
||||
"name": "packed_soil"
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 646 B |
|
Before Width: | Height: | Size: 424 B After Width: | Height: | Size: 424 B |
|
Before Width: | Height: | Size: 687 B After Width: | Height: | Size: 687 B |
Reference in New Issue
Block a user