Adds trash tag to more trash items (#6594)

This commit is contained in:
Peptide90
2022-02-09 15:07:14 +00:00
committed by GitHub
parent 70f3c7c7e9
commit 45be3583ea
5 changed files with 26 additions and 7 deletions

View File

@@ -575,6 +575,9 @@
pieces: 1 pieces: 1
- type: ReplacementAccent - type: ReplacementAccent
accent: mouse accent: mouse
- type: Tag
tags:
- Trash
- type: entity - type: entity

View File

@@ -47,12 +47,15 @@
name: broken plate name: broken plate
parent: BaseItem parent: BaseItem
id: FoodPlateTrash id: FoodPlateTrash
description: A large plate, broken and useless. description: A broken plate. Useless.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Food/plates.rsi sprite: Objects/Consumable/Food/plates.rsi
state: plate-trash state: plate-trash
netsync: false netsync: false
- type: Tag
tags:
- Trash
# Small Plate # Small Plate
@@ -84,10 +87,8 @@
acts: [ "Destruction" ] acts: [ "Destruction" ]
- type: entity - type: entity
name: broken plate parent: FoodPlateTrash
parent: BaseItem
id: FoodPlateSmallTrash id: FoodPlateSmallTrash
description: A broken plate. Useless.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Food/plates.rsi sprite: Objects/Consumable/Food/plates.rsi

View File

@@ -2101,9 +2101,12 @@
Quantity: 30 Quantity: 30
- type: Sprite - type: Sprite
sprite: Objects/Consumable/Drinks/ramen.rsi sprite: Objects/Consumable/Drinks/ramen.rsi
- type: Tag
tags:
- Trash
- type: entity - type: entity
parent: DrinkGlassBase parent: DrinkRamen
id: DrinkHellRamen id: DrinkHellRamen
name: hell ramen name: hell ramen
description: Just add 10ml water, self heats! Super spicy flavor. description: Just add 10ml water, self heats! Super spicy flavor.
@@ -2117,5 +2120,4 @@
Quantity: 30 Quantity: 30
- ReagentId: CapsaicinOil - ReagentId: CapsaicinOil
Quantity: 5 Quantity: 5
- type: Sprite
sprite: Objects/Consumable/Drinks/ramen.rsi

View File

@@ -9,6 +9,7 @@
tags: tags:
- Write - Write
- Crayon - Crayon
- Trash
- type: UserInterface - type: UserInterface
interfaces: interfaces:
- key: enum.CrayonUiKey.Key - key: enum.CrayonUiKey.Key
@@ -36,6 +37,7 @@
- Write - Write
- Crayon - Crayon
- CrayonWhite - CrayonWhite
- Trash
- type: entity - type: entity
parent: Crayon parent: Crayon
@@ -57,6 +59,7 @@
- Write - Write
- Crayon - Crayon
- CrayonWhite - CrayonWhite
- Trash
- type: entity - type: entity
parent: Crayon parent: Crayon
@@ -78,6 +81,7 @@
- Write - Write
- Crayon - Crayon
- CrayonBlack - CrayonBlack
- Trash
- type: entity - type: entity
parent: Crayon parent: Crayon
@@ -99,6 +103,7 @@
- Write - Write
- Crayon - Crayon
- CrayonRed - CrayonRed
- Trash
- type: entity - type: entity
parent: Crayon parent: Crayon
@@ -120,6 +125,7 @@
- Write - Write
- Crayon - Crayon
- CrayonOrange - CrayonOrange
- Trash
- type: entity - type: entity
parent: Crayon parent: Crayon
@@ -141,6 +147,7 @@
- Write - Write
- Crayon - Crayon
- CrayonYellow - CrayonYellow
- Trash
- type: entity - type: entity
parent: Crayon parent: Crayon
@@ -162,6 +169,7 @@
- Write - Write
- Crayon - Crayon
- CrayonGreen - CrayonGreen
- Trash
- type: entity - type: entity
parent: Crayon parent: Crayon
@@ -183,6 +191,7 @@
- Write - Write
- Crayon - Crayon
- CrayonBlue - CrayonBlue
- Trash
- type: entity - type: entity
parent: Crayon parent: Crayon
@@ -204,6 +213,7 @@
- Write - Write
- Crayon - Crayon
- CrayonPurple - CrayonPurple
- Trash
- type: entity - type: entity
parent: BoxCardboard parent: BoxCardboard

View File

@@ -49,6 +49,9 @@
maxFillLevels: 1 maxFillLevels: 1
changeColor: false changeColor: false
emptySpriteName: medipen_empty emptySpriteName: medipen_empty
- type: Tag
tags:
- Trash
- type: entity - type: entity
name: epinephrine medipen name: epinephrine medipen