lint errors
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
- type: entity
|
||||
parent: [DrinkBase, DrinkGlassBase]
|
||||
parent: [DrinkBase, DrinkBaseGlass]
|
||||
id: DrinkMeth
|
||||
name: meth # beer it is. coffee. beer? coff-ee? be-er? c-o... b-e
|
||||
description: Just a whole glass of meth.
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
# Pre-opened
|
||||
- type: entity
|
||||
abstract: true
|
||||
parent: DrinkOpenableBase
|
||||
parent: DrinkBaseOpenable
|
||||
id: DrinkBaseOpenableOpen
|
||||
components:
|
||||
- type: Sprite
|
||||
|
||||
@@ -83,8 +83,9 @@
|
||||
damage:
|
||||
types:
|
||||
Blunt: 5
|
||||
- type: PhysicalComposition
|
||||
materialComposition: [] # To override previous compositions and get recycled
|
||||
- type: Tag
|
||||
tags:
|
||||
- Recyclable
|
||||
|
||||
# Fragile plastic
|
||||
- type: entity
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
# created when taking apart an ied
|
||||
- type: entity
|
||||
parent: [ DrinkOpenableOpenBase, DrinkColaCan ]
|
||||
parent: [ DrinkBaseOpenableOpen, DrinkColaCan ]
|
||||
id: DrinkColaCanEmpty
|
||||
suffix: Empty
|
||||
components:
|
||||
|
||||
@@ -42,6 +42,9 @@
|
||||
fillBaseName: icon-
|
||||
- type: StaticPrice
|
||||
price: 10
|
||||
- type: Tag
|
||||
tags:
|
||||
- DrinkCup
|
||||
|
||||
## Misc Cups
|
||||
|
||||
@@ -57,7 +60,7 @@
|
||||
price: 125
|
||||
|
||||
- type: entity
|
||||
parent: [DrinkBaseCup, DrinkBasePorcelain]
|
||||
parent: DrinkBaseMug
|
||||
id: DrinkTeacupEmpty
|
||||
name: teacup
|
||||
description: A plain white porcelain teacup.
|
||||
@@ -71,10 +74,8 @@
|
||||
- state: icon-0
|
||||
- map: ["enum.SolutionContainerLayers.Fill"]
|
||||
state: icon-4
|
||||
- type: Appearance
|
||||
- type: SolutionContainerVisuals
|
||||
maxFillLevels: 4
|
||||
fillBaseName: icon-
|
||||
|
||||
- type: entity
|
||||
parent: [ DrinkBase, DrinkBaseGlass ]
|
||||
@@ -109,6 +110,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- DrinkGlass
|
||||
- Recyclable
|
||||
|
||||
- type: entity
|
||||
parent: [DrinkBase, DrinkBaseCardboard]
|
||||
|
||||
@@ -68,9 +68,6 @@
|
||||
sprite: Objects/Consumable/Drinks/teapot.rsi
|
||||
- type: FitsInDispenser
|
||||
solution: drink
|
||||
- type: Tag
|
||||
tags:
|
||||
- DrinkGlass
|
||||
|
||||
- type: entity
|
||||
parent: BaseStorageItem
|
||||
|
||||
Reference in New Issue
Block a user