Microwave rework (#6470)
This commit is contained in:
@@ -3,3 +3,5 @@
|
||||
access-id-card-component-owner-name-job-title-text = {$originalOwnerName}{$jobSuffix}
|
||||
access-id-card-component-owner-full-name-job-title-text = {$fullName}'s ID card{$jobSuffix}
|
||||
|
||||
id-card-component-microwave-bricked = {$id}'s circuits sizzle!
|
||||
id-card-component-microwave-safe = {$id}'s circuits make a weird noise.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -554,6 +554,7 @@
|
||||
|
||||
- type: reaction
|
||||
id: HotRamen
|
||||
minTemp: 323.15
|
||||
reactants:
|
||||
DryRamen:
|
||||
amount: 3
|
||||
@@ -570,4 +571,4 @@
|
||||
Milk:
|
||||
amount: 1
|
||||
products:
|
||||
Pilk: 2
|
||||
Pilk: 2
|
||||
|
||||
@@ -189,6 +189,15 @@
|
||||
- type: Tag
|
||||
id: Matchstick
|
||||
|
||||
- type: Tag
|
||||
id: Metal
|
||||
|
||||
- type: Tag
|
||||
id: MicrowaveMachineUnsafe
|
||||
|
||||
- type: Tag
|
||||
id: MicrowaveSelfUnsafe
|
||||
|
||||
- type: Tag
|
||||
id: MonkeyCube
|
||||
|
||||
@@ -207,6 +216,9 @@
|
||||
- type: Tag
|
||||
id: PercussionInstrument
|
||||
|
||||
- type: Tag
|
||||
id: Plastic
|
||||
|
||||
- type: Tag
|
||||
id: Pill
|
||||
|
||||
|
||||
Reference in New Issue
Block a user