-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
91fc0ba
commit 95b8aeb
Showing
13 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
Resources/Prototypes/_DV/Entities/Objects/Devices/CircuitBoards/Machine/production.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
- type: entity | ||
id: AdvancedMicrowaveMachineCircuitBoard | ||
parent: BaseMachineCircuitboard | ||
name: microwave machine board | ||
components: | ||
- type: Sprite | ||
state: service | ||
- type: MachineBoard | ||
prototype: AdvancedMicrowave | ||
stackRequirements: | ||
Capacitor: 2 | ||
Glass: 4 | ||
Cable: 5 | ||
- type: Tag | ||
tags: | ||
- MicrowaveMachineBoard |
20 changes: 20 additions & 0 deletions
20
Resources/Prototypes/_DV/Entities/Structures/Machines/advanced_microwave.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
- type: entity | ||
id: AdvancedMicrowave | ||
parent: KitchenMicrowave | ||
name: Advanced Microwave | ||
description: Bigger capacity and double cooking speed! | ||
components: | ||
- type: Microwave | ||
cookTimeMultiplier: 0.5 | ||
capacity: 20 | ||
canMicrowaveIdsSafely: true | ||
- type: Sprite | ||
sprite: _DV/Structures/Machines/microwave_syndie.rsi | ||
drawdepth: SmallObjects | ||
snapCardinals: true | ||
- type: Machine | ||
board: AdvancedMicrowaveMachineCircuitBoard | ||
- type: FoodRecipeProvider | ||
providedRecipes: # Leaving these in because why not, would be cool if we could add more unique foods | ||
- RecipeBaguetteSword | ||
- RecipeThrowingCroissant |
41 changes: 41 additions & 0 deletions
41
Resources/Textures/_DV/Structures/Machines/advanced_microwave.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"version": 1, | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from /tg/station at commit 9065b811726ae52be5d1889f436c01a24efbf47a, edited by github user @Flareguy for Space Station 14, edited by github user Stop-Signs for DeltaV", | ||
"states": [ | ||
{ | ||
"name": "mw" | ||
}, | ||
{ | ||
"name": "mw_unlit" | ||
}, | ||
{ | ||
"name": "mw0" | ||
}, | ||
{ | ||
"name": "mw_running_unlit" | ||
}, | ||
{ | ||
"name": "mwb" | ||
}, | ||
{ | ||
"name": "mwbloody" | ||
}, | ||
{ | ||
"name": "mwbloody0" | ||
}, | ||
{ | ||
"name": "mwbloody1" | ||
}, | ||
{ | ||
"name": "mwbloodyo" | ||
}, | ||
{ | ||
"name": "mwo" | ||
} | ||
] | ||
} |
Binary file added
BIN
+432 Bytes
Resources/Textures/_DV/Structures/Machines/advanced_microwave.rsi/mw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+423 Bytes
Resources/Textures/_DV/Structures/Machines/advanced_microwave.rsi/mw0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+276 Bytes
...es/Textures/_DV/Structures/Machines/advanced_microwave.rsi/mw_running_unlit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.73 KB
Resources/Textures/_DV/Structures/Machines/advanced_microwave.rsi/mw_unlit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+825 Bytes
Resources/Textures/_DV/Structures/Machines/advanced_microwave.rsi/mwb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+603 Bytes
Resources/Textures/_DV/Structures/Machines/advanced_microwave.rsi/mwbloody.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+268 Bytes
Resources/Textures/_DV/Structures/Machines/advanced_microwave.rsi/mwbloody0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+230 Bytes
Resources/Textures/_DV/Structures/Machines/advanced_microwave.rsi/mwbloody1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+723 Bytes
Resources/Textures/_DV/Structures/Machines/advanced_microwave.rsi/mwbloodyo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+543 Bytes
Resources/Textures/_DV/Structures/Machines/advanced_microwave.rsi/mwo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.