Merge branch 'Pot' of https://github.com/frosty-dev/ss14-core into Pot
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
parent: CrateHydroponics
|
parent: CrateHydroponics
|
||||||
id: CratePackedSoil
|
id: CratePackedSoil
|
||||||
name: ящик с почвой
|
name: ящик с почвой
|
||||||
description: Ящик, содержащий три упаковки с почвой
|
description: Ящик, содержащий пять упаковок с почвой.
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -150,3 +150,6 @@
|
|||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: MagazineKalashLightRifleBox
|
id: MagazineKalashLightRifleBox
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: PackedSoilTag
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "dosharus",
|
"copyright": "dosharus",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
|
||||||
"states": [
|
|
||||||
{
|
|
||||||
"name": "pot_filled"
|
|
||||||
},
|
},
|
||||||
{
|
"states": [
|
||||||
"name": "pot_empty"
|
{
|
||||||
},
|
"name": "pot_filled"
|
||||||
{
|
},
|
||||||
"name": "packed_soil"
|
{
|
||||||
}
|
"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