Adds trash tag to more items (#6183)
This commit is contained in:
@@ -191,6 +191,9 @@
|
|||||||
mass: 5
|
mass: 5
|
||||||
mask:
|
mask:
|
||||||
- SmallImpassable
|
- SmallImpassable
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- Trash
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: carrot
|
name: carrot
|
||||||
|
|||||||
@@ -21,6 +21,9 @@
|
|||||||
visuals:
|
visuals:
|
||||||
- type: BagOpenCloseVisualizer
|
- type: BagOpenCloseVisualizer
|
||||||
openIcon: open
|
openIcon: open
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- Trash
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CigCartonRed
|
id: CigCartonRed
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- Cigarette
|
- Cigarette
|
||||||
|
- Trash
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi
|
sprite: Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi
|
||||||
Slots: [ mask ]
|
Slots: [ mask ]
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- Cigarette
|
- Cigarette
|
||||||
|
- Trash
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Objects/Consumable/Smokeables/Cigarettes/blunt.rsi
|
sprite: Objects/Consumable/Smokeables/Cigarettes/blunt.rsi
|
||||||
Slots: [ mask ]
|
Slots: [ mask ]
|
||||||
@@ -40,6 +41,7 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- Cigarette
|
- Cigarette
|
||||||
|
- Trash
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Objects/Consumable/Smokeables/Cigarettes/blunt.rsi
|
sprite: Objects/Consumable/Smokeables/Cigarettes/blunt.rsi
|
||||||
Slots: [ mask ]
|
Slots: [ mask ]
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- CigPack
|
- CigPack
|
||||||
|
- Trash
|
||||||
- type: Storage
|
- type: Storage
|
||||||
capacity: 6
|
capacity: 6
|
||||||
- type: Item
|
- type: Item
|
||||||
|
|||||||
@@ -58,6 +58,7 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- RollingPaper
|
- RollingPaper
|
||||||
|
- Trash
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CigaretteFilter
|
id: CigaretteFilter
|
||||||
@@ -78,3 +79,4 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- CigFilter
|
- CigFilter
|
||||||
|
- Trash
|
||||||
|
|||||||
@@ -10,6 +10,9 @@
|
|||||||
- type: Appearance
|
- type: Appearance
|
||||||
visuals:
|
visuals:
|
||||||
- type: BurnStateVisualizer
|
- type: BurnStateVisualizer
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- Trash
|
||||||
|
|
||||||
# Base for all cigars and cigarettes.
|
# Base for all cigars and cigarettes.
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -54,6 +54,7 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- Cola
|
- Cola
|
||||||
|
- Trash
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Consumable/Drinks/cola.rsi
|
sprite: Objects/Consumable/Drinks/cola.rsi
|
||||||
- type: Item
|
- type: Item
|
||||||
|
|||||||
@@ -25,9 +25,6 @@
|
|||||||
enum.PaperStatus.Written: paper_words
|
enum.PaperStatus.Written: paper_words
|
||||||
- type: Item
|
- type: Item
|
||||||
size: 1
|
size: 1
|
||||||
- type: Tag
|
|
||||||
tags:
|
|
||||||
- Trash
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: Paper
|
parent: Paper
|
||||||
@@ -40,9 +37,6 @@
|
|||||||
# Changing it here is fine - if the PaperStatus key is actually added,
|
# Changing it here is fine - if the PaperStatus key is actually added,
|
||||||
# something happened, so that ought to override this either way.
|
# something happened, so that ought to override this either way.
|
||||||
- state: paper_words
|
- state: paper_words
|
||||||
- type: Tag
|
|
||||||
tags:
|
|
||||||
- Trash
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: PaperWritten
|
parent: PaperWritten
|
||||||
|
|||||||
Reference in New Issue
Block a user