Adds trash tag to more trash items (#6594)
This commit is contained in:
@@ -575,6 +575,9 @@
|
||||
pieces: 1
|
||||
- type: ReplacementAccent
|
||||
accent: mouse
|
||||
- type: Tag
|
||||
tags:
|
||||
- Trash
|
||||
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -47,12 +47,15 @@
|
||||
name: broken plate
|
||||
parent: BaseItem
|
||||
id: FoodPlateTrash
|
||||
description: A large plate, broken and useless.
|
||||
description: A broken plate. Useless.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Food/plates.rsi
|
||||
state: plate-trash
|
||||
netsync: false
|
||||
- type: Tag
|
||||
tags:
|
||||
- Trash
|
||||
|
||||
# Small Plate
|
||||
|
||||
@@ -84,10 +87,8 @@
|
||||
acts: [ "Destruction" ]
|
||||
|
||||
- type: entity
|
||||
name: broken plate
|
||||
parent: BaseItem
|
||||
parent: FoodPlateTrash
|
||||
id: FoodPlateSmallTrash
|
||||
description: A broken plate. Useless.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Food/plates.rsi
|
||||
|
||||
@@ -2101,9 +2101,12 @@
|
||||
Quantity: 30
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/ramen.rsi
|
||||
- type: Tag
|
||||
tags:
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
parent: DrinkGlassBase
|
||||
parent: DrinkRamen
|
||||
id: DrinkHellRamen
|
||||
name: hell ramen
|
||||
description: Just add 10ml water, self heats! Super spicy flavor.
|
||||
@@ -2117,5 +2120,4 @@
|
||||
Quantity: 30
|
||||
- ReagentId: CapsaicinOil
|
||||
Quantity: 5
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/ramen.rsi
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
tags:
|
||||
- Write
|
||||
- Crayon
|
||||
- Trash
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
- key: enum.CrayonUiKey.Key
|
||||
@@ -36,6 +37,7 @@
|
||||
- Write
|
||||
- Crayon
|
||||
- CrayonWhite
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
parent: Crayon
|
||||
@@ -57,6 +59,7 @@
|
||||
- Write
|
||||
- Crayon
|
||||
- CrayonWhite
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
parent: Crayon
|
||||
@@ -78,6 +81,7 @@
|
||||
- Write
|
||||
- Crayon
|
||||
- CrayonBlack
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
parent: Crayon
|
||||
@@ -99,6 +103,7 @@
|
||||
- Write
|
||||
- Crayon
|
||||
- CrayonRed
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
parent: Crayon
|
||||
@@ -120,6 +125,7 @@
|
||||
- Write
|
||||
- Crayon
|
||||
- CrayonOrange
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
parent: Crayon
|
||||
@@ -141,6 +147,7 @@
|
||||
- Write
|
||||
- Crayon
|
||||
- CrayonYellow
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
parent: Crayon
|
||||
@@ -162,6 +169,7 @@
|
||||
- Write
|
||||
- Crayon
|
||||
- CrayonGreen
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
parent: Crayon
|
||||
@@ -183,6 +191,7 @@
|
||||
- Write
|
||||
- Crayon
|
||||
- CrayonBlue
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
parent: Crayon
|
||||
@@ -204,6 +213,7 @@
|
||||
- Write
|
||||
- Crayon
|
||||
- CrayonPurple
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
parent: BoxCardboard
|
||||
|
||||
@@ -49,6 +49,9 @@
|
||||
maxFillLevels: 1
|
||||
changeColor: false
|
||||
emptySpriteName: medipen_empty
|
||||
- type: Tag
|
||||
tags:
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
name: epinephrine medipen
|
||||
|
||||
Reference in New Issue
Block a user