Skip to content

Commit

Permalink
Добавил индустриальный СМЭС без ftl
Browse files Browse the repository at this point in the history
  • Loading branch information
Bolper committed Aug 8, 2024
1 parent 0b2c164 commit e01c9a3
Show file tree
Hide file tree
Showing 20 changed files with 156 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Resources/Prototypes/ADT/Catalog/Fills/Crates/engines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- type: entity
id: CrateEngineeringIndustrialSMES
parent: CrateEngineeringSecure
components:
- type: StorageFill
contents:
- id: ADTIndustrialSMESEmpty
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- type: entity
id: ADTIndustrialSMESMachineCircuitboard
parent: BaseMachineCircuitboard
name: Industrial SMES machine board
description: A machine printed circuit board for a SMES.
components:
- type: MachineBoard
prototype: ADTIndustrialSMESEmpty
stackRequirements:
Capacitor: 4
CableHV: 30
componentRequirements:
PowerCell:
amount: 16
defaultPrototype: PowerCellSmall
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
- type: entity
parent: BaseSMES
id: ADTIndustrialSMES
suffix: Basic, 80MW
components:
- type: Sprite
sprite: ADT/Structures/Power/industrial_smes.rsi
snapCardinals: true
layers:
- state: smes
- map: ["enum.SmesVisualLayers.Charge"]
state: "smes-og1"
shader: unshaded
visible: false
- map: ["enum.SmesVisualLayers.Input"]
state: "smes-oc0"
shader: unshaded
- map: ["enum.SmesVisualLayers.Output"]
state: "smes-op1"
shader: unshaded
- type: Smes
- type: Battery
maxCharge: 80000000
startingCharge: 80000000
- type: PowerNetworkBattery
maxSupply: 15000000
maxChargeRate: 500000
supplyRampTolerance: 500000
supplyRampRate: 100000
- type: Machine
board: ADTIndustrialSMESMachineCircuitboard

- type: entity
parent: ADTIndustrialSMES
id: ADTIndustrialSMESEmpty
suffix: Empty
components:
- type: Battery
startingCharge: 0
9 changes: 9 additions & 0 deletions Resources/Prototypes/ADT/Recipes/Lathes/electronics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@
Steel: 900
Plastic: 100
Gold: 100

- type: latheRecipe
id: ADTIndustrialSMESMachineCircuitboard
result: ADTIndustrialSMESMachineCircuitboard
completetime: 4
materials:
Steel: 100
Glass: 900
Gold: 100
11 changes: 11 additions & 0 deletions Resources/Prototypes/ADT/Research/industrial.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- type: technology
id: Advanted Energy
name: research-avanted-energy
icon:
sprite: ADT/Structures/Power/industrial_smes.rsi
state: smes
discipline: Industrial
tier: 3
cost: 15000
recipeUnlocks:
- ADTIndustrialSMESMachineCircuitboard
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@
- MassMediaCircuitboard
- ReagentGrinderIndustrialMachineCircuitboard
- JukeboxCircuitBoard
- ADTIndustrialSMESMachineCircuitboard #ADT
- type: EmagLatheRecipes
emagDynamicRecipes:
- ShuttleGunDusterCircuitboard
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "remake of smes that Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/9c7d509354ee030300f63c701da63c17928c3b3b and modified by Swept",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "smes"
},
{
"name": "smes-open"
},
{
"name": "smes-oc0"
},
{
"name": "smes-oc1",
"delays": [
[
0.5,
0.5
]
]
},
{
"name": "smes-oc2",
"delays": [
[
0.5,
0.5
]
]
},
{
"name": "smes-og1",
"delays": [
[
1,
1
]
]
},
{
"name": "smes-og2"
},
{
"name": "smes-og3"
},
{
"name": "smes-og4"
},
{
"name": "smes-og5"
},
{
"name": "smes-op0"
},
{
"name": "smes-op1",
"delays": [
[
1,
1
]
]
},
{
"name": "smes-op2"
}
]
}
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
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 e01c9a3

Please sign in to comment.