fix several bottle prototypes not having solution visuals (#16012)
This commit is contained in:
parent
4f986e06e6
commit
bba5a6dcfa
1 changed files with 9 additions and 20 deletions
|
|
@ -15,8 +15,15 @@
|
|||
- type: SpaceGarbage
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Chemistry/bottle.rsi
|
||||
netsync: false
|
||||
state: bottle-1
|
||||
layers:
|
||||
- state: bottle-1
|
||||
- state: bottle-1-1
|
||||
map: ["enum.SolutionContainerLayers.Fill"]
|
||||
visible: false
|
||||
- type: Appearance
|
||||
- type: SolutionContainerVisuals
|
||||
maxFillLevels: 6
|
||||
fillBaseName: bottle-1-
|
||||
- type: Drink
|
||||
isOpen: true
|
||||
- type: SolutionContainerManager
|
||||
|
|
@ -87,18 +94,6 @@
|
|||
name: bottle
|
||||
parent: BaseChemistryEmptyBottle
|
||||
id: ChemistryEmptyBottle01
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Chemistry/bottle.rsi
|
||||
layers:
|
||||
- state: bottle-1
|
||||
- state: bottle-1-1
|
||||
map: ["enum.SolutionContainerLayers.Fill"]
|
||||
visible: false
|
||||
- type: Appearance
|
||||
- type: SolutionContainerVisuals
|
||||
maxFillLevels: 6
|
||||
fillBaseName: bottle-1-
|
||||
|
||||
- type: entity
|
||||
name: bottle
|
||||
|
|
@ -106,13 +101,11 @@
|
|||
id: ChemistryEmptyBottle02
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Chemistry/bottle.rsi
|
||||
layers:
|
||||
- state: bottle-2
|
||||
- state: bottle-2-1
|
||||
map: ["enum.SolutionContainerLayers.Fill"]
|
||||
visible: false
|
||||
- type: Appearance
|
||||
- type: SolutionContainerVisuals
|
||||
maxFillLevels: 6
|
||||
fillBaseName: bottle-2-
|
||||
|
|
@ -123,13 +116,11 @@
|
|||
id: ChemistryEmptyBottle03
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Chemistry/bottle.rsi
|
||||
layers:
|
||||
- state: bottle-3
|
||||
- state: bottle-3-1
|
||||
map: ["enum.SolutionContainerLayers.Fill"]
|
||||
visible: false
|
||||
- type: Appearance
|
||||
- type: SolutionContainerVisuals
|
||||
maxFillLevels: 6
|
||||
fillBaseName: bottle-3-
|
||||
|
|
@ -140,13 +131,11 @@
|
|||
id: ChemistryEmptyBottle04
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Chemistry/bottle.rsi
|
||||
layers:
|
||||
- state: bottle-4
|
||||
- state: bottle-4-1
|
||||
map: ["enum.SolutionContainerLayers.Fill"]
|
||||
visible: false
|
||||
- type: Appearance
|
||||
- type: SolutionContainerVisuals
|
||||
maxFillLevels: 6
|
||||
fillBaseName: bottle-4-
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue