Microwave rework (#6470)
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Sheet
|
||||
- Metal
|
||||
|
||||
- type: entity
|
||||
parent: SheetMetalBase
|
||||
|
||||
@@ -121,6 +121,9 @@
|
||||
name: plastic
|
||||
suffix: Full
|
||||
components:
|
||||
- type: Tag
|
||||
tags:
|
||||
- Plastic
|
||||
- type: Material
|
||||
materials:
|
||||
- Plastic
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Hoe
|
||||
- Metal
|
||||
- type: Sprite
|
||||
state: fork
|
||||
- type: Utensil
|
||||
@@ -40,6 +41,8 @@
|
||||
types:
|
||||
- Fork
|
||||
breakChance: 0.20
|
||||
- type: Tag
|
||||
tags: [ Plastic ]
|
||||
|
||||
- type: entity
|
||||
parent: UtensilBase
|
||||
@@ -47,6 +50,9 @@
|
||||
name: spoon
|
||||
description: There is no spoon.
|
||||
components:
|
||||
- type: Tag
|
||||
tags:
|
||||
- Metal
|
||||
- type: Sprite
|
||||
state: spoon
|
||||
- type: Item
|
||||
@@ -61,6 +67,9 @@
|
||||
name: plastic spoon
|
||||
description: There is no spoon.
|
||||
components:
|
||||
- type: Tag
|
||||
tags:
|
||||
- Plastic
|
||||
- type: Sprite
|
||||
state: plastic_spoon
|
||||
- type: Item
|
||||
@@ -77,6 +86,9 @@
|
||||
name: plastic knife
|
||||
description: That's not a knife. This is a knife.
|
||||
components:
|
||||
- type: Tag
|
||||
tags:
|
||||
- Plastic
|
||||
- type: Sprite
|
||||
state: plastic_knife
|
||||
- type: Item
|
||||
|
||||
@@ -26,10 +26,9 @@
|
||||
bounds: "-0.3,-0.16,0.3,0.16"
|
||||
mass: 25
|
||||
layer:
|
||||
- MobMask
|
||||
- Opaque
|
||||
- SmallImpassable
|
||||
mask:
|
||||
- MobMask
|
||||
- VaultImpassable
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
sprite: Structures/Machines/microwave.rsi
|
||||
|
||||
Reference in New Issue
Block a user