Better glue (#17381)

This commit is contained in:
Slava0135
2023-06-30 22:07:44 +03:00
committed by GitHub
parent 0ad77202b8
commit aadcc48ddc
11 changed files with 148 additions and 169 deletions

View File

@@ -1,3 +1,3 @@
glue-success = {THE($target)} has been covered in glue.
glue-success = {THE($target)} has been covered in glue!
glued-name-prefix = Glued {$target}
glue-failure = {THE($target)} is already covered in glue.
glue-failure = Can't cover {THE($target)} in glue!

View File

@@ -19,6 +19,7 @@
- state: icon-front
map: [ "enum.SolutionContainerLayers.Overlay" ]
- type: Appearance
- type: Glue
- type: SolutionContainerManager
solutions:
drink:

View File

@@ -1144,43 +1144,27 @@
Quantity: 100
- type: entity
parent: FoodProduceBase
parent: DrinkBase
id: CrazyGlue
name: crazy glue
description: A bottle of crazy glue manufactured by Honk! Co.
components:
- type: FlavorProfile
flavors:
- glue
- type: Food
trash: CrazyGlueEmpty
- type: Drink
isOpen: false
openSounds:
collection: packetOpenSounds
- type: Sprite
sprite: Objects/Fun/glue.rsi
state: icon-0
state: icon
- type: Appearance
- type: Glue
consumptionUnit: 10
- type: Item
sprite: Objects/Fun/glue.rsi
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
drink:
maxVol: 100
reagents:
- ReagentId: SpaceGlue
Quantity: 6
- type: entity
name: empty crazy glue
parent: BaseItem
id: CrazyGlueEmpty
components:
- type: Sprite
sprite: Objects/Fun/glue.rsi
state: icon-1
- type: Item
sprite: Objects/Fun/glue.rsi
- type: Tag
tags:
- Recyclable
- Trash
- type: SpaceGarbage
Quantity: 100

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -8,10 +8,7 @@
},
"states": [
{
"name": "icon-0"
},
{
"name": "icon-1"
"name": "icon"
},
{
"name": "inhand-left",