Better glue (#17381)
This commit is contained in:
@@ -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!
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
- state: icon-front
|
||||
map: [ "enum.SolutionContainerLayers.Overlay" ]
|
||||
- type: Appearance
|
||||
- type: Glue
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
drink:
|
||||
|
||||
@@ -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 |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
@@ -8,10 +8,7 @@
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon-0"
|
||||
},
|
||||
{
|
||||
"name": "icon-1"
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
|
||||
Reference in New Issue
Block a user