more solution status

This commit is contained in:
iaada
2025-07-29 18:03:03 -05:00
parent c473ee6667
commit e58103bac6
3 changed files with 11 additions and 1 deletions

View File

@@ -40,6 +40,8 @@
fillBaseName: icon-
- type: ExaminableSolution # If you can see the fill levels, you can see the unit count
solution: drink
- type: SolutionItemStatus # Remove when comp is uncommented on DrinkBase or DrinkVisualsFill is added as a base
solution: drink
## Misc Cups
@@ -127,6 +129,8 @@
- HEAD
quickEquip: false
sprite: Clothing/Head/Hats/party_water_cup.rsi
- type: SolutionItemStatus # Remove when comp is uncommented on DrinkBase or DrinkVisualsFill is added as a base
solution: drink
# Mugs
- type: entity

View File

@@ -4,7 +4,7 @@
# Transformable container - normal glass
- type: entity
parent: [DrinkBaseCup, DrinkBaseMaterialGlass]
parent: [DrinkBaseCup, DrinkBaseMaterialGlass] # todo parent to DrinkVisualsFillOverlay after in-hands are added
id: DrinkGlass
name: metamorphic glass
description: A metamorphic glass that automagically turns into a glass appropriate for the drink within. There's a sanded off patent number on the bottom.
@@ -38,6 +38,8 @@
- DrinkCup # Do these tags
- DrinkGlass # even do anything?
- type: TransformableContainer
- type: SolutionItemStatus # Remove when comp is uncommented on DrinkBase or DrinkVisualsFillOverlay is added
solution: drink
- type: entity
parent: DrinkGlass

View File

@@ -147,6 +147,8 @@
mixOnInteract: false
reactionTypes:
- Shake
- type: SolutionItemStatus # Remove when comp is uncommented on DrinkBase
solution: drink
- type: entity
parent: [DrinkBase, DrinkBaseMaterialMetal]
@@ -172,6 +174,8 @@
- type: PhysicalComposition
materialComposition:
Steel: 20
- type: SolutionItemStatus # Remove when comp is uncommented on DrinkBase
solution: drink
- type: entity
parent: [DrinkBase, DrinkBaseMaterialStrongMetal, DrinkVisualsFill]