Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Advanced Microwave #2670

Merged
merged 20 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@
- SalvageExpeditionsComputerCircuitboard
- ComputerMassMediaCircuitboard
- AlertsComputerCircuitboard
- AdvancedMicrowaveMachineCircuitBoard
# End DeltaV additions
- type: EmagLatheRecipes
emagDynamicRecipes:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Research/civilianservices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
- FatExtractorMachineCircuitboard
- BiofabricatorMachineCircuitboard
- BiomassReclaimerMachineCircuitboard
- AdvancedMicrowaveMachineCircuitBoard
Stop-Signs marked this conversation as resolved.
Show resolved Hide resolved

# Tier 2

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
- type: entity
id: AdvancedMicrowaveMachineCircuitBoard
parent: BaseMachineCircuitboard
Stop-Signs marked this conversation as resolved.
Show resolved Hide resolved
name: advanced microwave machine board
components:
- type: Sprite
state: service
- type: MachineBoard
prototype: AdvancedMicrowave
stackRequirements:
Capacitor: 2
Glass: 4
Cable: 5
Stop-Signs marked this conversation as resolved.
Show resolved Hide resolved
- type: Tag
tags:
- MicrowaveMachineBoard
Stop-Signs marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
- type: entity
id: AdvancedMicrowave
parent: KitchenMicrowave
name: Advanced Microwave
Stop-Signs marked this conversation as resolved.
Show resolved Hide resolved
description: Don't stand too close to this thing, definitely dont put anything metal in.
components:
- type: Microwave
cookTimeMultiplier: 0.25 # director requested due to addition of rads
capacity: 30
canMicrowaveIdsSafely: false # No AA farm
Stop-Signs marked this conversation as resolved.
Show resolved Hide resolved
- type: Sprite
sprite: _DV/Structures/Machines/advanced_microwave.rsi
drawdepth: SmallObjects
snapCardinals: true
Stop-Signs marked this conversation as resolved.
Show resolved Hide resolved
- type: Machine
board: AdvancedMicrowaveMachineCircuitBoard
- type: Explosive
explosionType: Radioactive
maxIntensity: 60
totalIntensity: 50
intensitySlope: 10
canCreateVacuum: false
deleteAfterExplosion: false
- type: FoodRecipeProvider
providedRecipes: # Leaving these in because why not, would be cool if we could add more unique foods
- RecipeBaguetteSword
- RecipeThrowingCroissant
Stop-Signs marked this conversation as resolved.
Show resolved Hide resolved
- type: RadiationSource
intensity: 0.25
slope: 0.1
enabled: false
Stop-Signs marked this conversation as resolved.
Show resolved Hide resolved
5 changes: 5 additions & 0 deletions Resources/Prototypes/_DV/Recipes/Lathes/electronics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@
parent: BaseCircuitboardRecipe
id: AlertsComputerCircuitboard
result: AlertsComputerCircuitboard

- type: latheRecipe
parent: BaseGoldCircuitboardRecipe
id: AdvancedMicrowaveMachineCircuitBoard
result: AdvancedMicrowaveMachineCircuitBoard
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
Stop-Signs marked this conversation as resolved.
Show resolved Hide resolved
"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.
Loading