Revert "Improve Potted Plant Movability and Availability (#37591)"
This reverts commit 71601b778c.
This commit is contained in:
parent
100fe319a9
commit
bf1b4ac36a
|
|
@ -117,7 +117,7 @@
|
|||
cost: 500
|
||||
category: cargoproduct-category-name-fun
|
||||
group: market
|
||||
|
||||
|
||||
- type: cargoProduct
|
||||
id: FunSharkPlushies
|
||||
icon:
|
||||
|
|
@ -348,13 +348,3 @@
|
|||
cost: 1500
|
||||
category: cargoproduct-category-name-fun
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: FunPlants
|
||||
icon:
|
||||
sprite: Structures/Furniture/potted_plants.rsi
|
||||
state: random
|
||||
product: CratePlants
|
||||
cost: 1000
|
||||
category: cargoproduct-category-name-fun
|
||||
group: market
|
||||
|
|
|
|||
|
|
@ -57,49 +57,6 @@
|
|||
# End DeltaV
|
||||
- id: PlushieThaven # IMP port
|
||||
|
||||
- type: entityTable
|
||||
id: AllPottedPlantsTable
|
||||
table: !type:GroupSelector
|
||||
children:
|
||||
- id: PottedPlant0
|
||||
- id: PottedPlant1
|
||||
- id: PottedPlant2
|
||||
- id: PottedPlant3
|
||||
- id: PottedPlant4
|
||||
- id: PottedPlant5
|
||||
- id: PottedPlant6
|
||||
- id: PottedPlant7
|
||||
- id: PottedPlant8
|
||||
- id: PottedPlant10
|
||||
- id: PottedPlant11
|
||||
- id: PottedPlant12
|
||||
- id: PottedPlant13
|
||||
- id: PottedPlant14
|
||||
- id: PottedPlant15
|
||||
- id: PottedPlant16
|
||||
- id: PottedPlant17
|
||||
- id: PottedPlant18
|
||||
- id: PottedPlant19
|
||||
- id: PottedPlant20
|
||||
- id: PottedPlant21
|
||||
- id: PottedPlant22
|
||||
- id: PottedPlant23
|
||||
- id: PottedPlant24
|
||||
- id: PottedPlant26
|
||||
|
||||
- type: entity
|
||||
id: CratePlants
|
||||
parent: CrateGenericSteel
|
||||
name: plant crate
|
||||
description: A variety pack of potted plants to spruce up your station!
|
||||
components:
|
||||
- type: EntityTableContainerFill
|
||||
containers:
|
||||
entity_storage: !type:NestedSelector
|
||||
tableId: AllPottedPlantsTable
|
||||
rolls: !type:ConstantNumberSelector
|
||||
value: 5
|
||||
|
||||
- type: entity
|
||||
id: CrateFunPlushie
|
||||
parent: CrateGenericSteel
|
||||
|
|
|
|||
|
|
@ -35,10 +35,6 @@
|
|||
containers:
|
||||
stash: !type:ContainerSlot {}
|
||||
- type: Pullable
|
||||
- type: MultiHandedItem
|
||||
- type: Item
|
||||
sprite: Structures/Furniture/potted_plants.rsi
|
||||
size: Huge
|
||||
- type: Damageable
|
||||
damageContainer: StructuralInorganic # The pot. Not the plant. Or is it plastic?
|
||||
- type: Destructible
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 395 B |
Binary file not shown.
|
Before Width: | Height: | Size: 395 B |
|
|
@ -1,21 +1,13 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation, plant-26 made by Fazansen(https://github.com/Fazansen), inhand-left and right made by Xeri(https://github.com/Xeri7)",
|
||||
"copyright": "Taken from tgstation, plant-26 made by Fazansen(https://github.com/Fazansen)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "random",
|
||||
"delays": [
|
||||
[
|
||||
|
|
@ -277,4 +269,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue