Trash bag visualizer (#7199)

This commit is contained in:
Alex Evgrashin
2022-03-23 16:14:23 +03:00
committed by GitHub
parent 46ac70a734
commit 74d4adfb96
5 changed files with 115 additions and 18 deletions

View File

@@ -4,8 +4,11 @@
parent: BaseItem
components:
- type: Sprite
netSync: false
sprite: Objects/Specific/Janitorial/trashbag.rsi
state: icon-3
layers:
- state: icon-0
map: ["enum.StorageFillLayers.Fill"]
- type: Item
sprite: Objects/Specific/Janitorial/trashbag.rsi
size: 125
@@ -23,6 +26,10 @@
tags:
- TrashBag
- DroneUsable
- type: Appearance
- type: StorageFillVisualizer
maxFillLevels: 4
fillBaseName: icon
- type: entity
name: trash bag
@@ -30,21 +37,19 @@
parent: TrashBag
components:
- type: Sprite
state: blue-icon-3
layers:
- state: blue-icon-0
map: ["enum.StorageFillLayers.Fill"]
- type: Item
HeldPrefix: blue
- type: StorageFillVisualizer
fillBaseName: blue-icon
- type: entity
name: spell of all-consuming cleanliness
id: BagOfSummoningGarbage
parent: BaseItem
parent: TrashBagBlue
components:
- type: Sprite
sprite: Objects/Specific/Janitorial/trashbag.rsi
state: blue-icon-3
- type: Item
sprite: Objects/Specific/Janitorial/trashbag.rsi
HeldPrefix: blue
- type: Storage
capacity: 125000
quickInsert: true