Правки
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
parent: CrateHydroponics
|
||||
id: CratePackedSoil
|
||||
name: ящик с почвой
|
||||
description: Ящик, содержащий три упаковки с почвой
|
||||
description: Ящик, содержащий пять упаковок с почвой.
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: PackedSoil
|
||||
amount: 5
|
||||
amount: 5
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -150,3 +150,6 @@
|
||||
|
||||
- type: Tag
|
||||
id: MagazineKalashLightRifleBox
|
||||
|
||||
- type: Tag
|
||||
id: PackedSoilTag
|
||||
|
||||
@@ -948,9 +948,6 @@
|
||||
- type: Tag
|
||||
id: Ore
|
||||
|
||||
- type: Tag
|
||||
id: PackedSoilTag # WD edit
|
||||
|
||||
- type: Tag
|
||||
id: Packet
|
||||
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user