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

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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 # DeltaV

# Tier 2

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- type: entity
parent: MicrowaveMachineCircuitboard
id: AdvancedMicrowaveMachineCircuitBoard
name: advanced microwave machine board
components:
- type: MachineBoard
prototype: AdvancedMicrowave
stackRequirements:
Capacitor: 2
Glass: 4
Cable: 5
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
- type: entity
id: AdvancedMicrowave
parent: KitchenMicrowave
name: Advanced Microwave
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
- type: Machine
board: AdvancedMicrowaveMachineCircuitBoard
- type: Explosive
explosionType: Radioactive
maxIntensity: 60
totalIntensity: 50
intensitySlope: 10
canCreateVacuum: false
deleteAfterExplosion: false
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
},
"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