Skip to content

Commit

Permalink
Yuh
Browse files Browse the repository at this point in the history
  • Loading branch information
Stop-Signs committed Jan 9, 2025
1 parent 91fc0ba commit 95b8aeb
Show file tree
Hide file tree
Showing 13 changed files with 77 additions and 0 deletions.
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
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
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"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 95b8aeb

Please sign in to comment.