-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'halloween_maps' of https://github.com/PyotrIgn/adt2_spa…
…ce_station into halloween_maps
- Loading branch information
Showing
32 changed files
with
257 additions
and
113 deletions.
There are no files selected for viewing
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
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
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,2 @@ | ||
ent-ADTIndustrialSMESMachineCircuitboard = Плата Индустриального СМЭСА | ||
.desc = Крайне вместительная модификация обычного смэса |
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
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,6 @@ | ||
ent-ADTPowerCellBlueSpace = батарея блюспейс ёмкости | ||
.desc = Крайне продвинутый элемент питания. Редкий и очень мощный. | ||
.suffix = Полный | ||
ent-ADTPowerCellBluespaceEmpty = { ent-ADTPowerCellBlueSpace } | ||
.suffix = Пустой | ||
.desc = { ent-PowerCellHyper.desc } |
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 |
---|---|---|
@@ -1,2 +1,4 @@ | ||
technologies-hud = Технология визоров | ||
research-technology-light-tech = Технология Вечеринки | ||
research-avanted-energy = Продвинутая энергетика | ||
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
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
16 changes: 16 additions & 0 deletions
16
Resources/Prototypes/ADT/Entities/Objects/Device/Circuitboards/industrial.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: ADTIndustrialSMESMachineCircuitboard | ||
parent: BaseMachineCircuitboard | ||
name: Industrial SMES machine board | ||
description: A machine printed circuit board for a SMES. | ||
components: | ||
- type: Sprite | ||
sprite: Objects/Misc/module.rsi | ||
state: ind_smes_circuit | ||
- type: MachineBoard | ||
prototype: ADTSMESIndustrialEmpty | ||
requirements: | ||
Capacitor: 4 | ||
PowerCell: 16 | ||
materialRequirements: | ||
CableHV: 30 |
34 changes: 34 additions & 0 deletions
34
Resources/Prototypes/ADT/Entities/Objects/Power/powercell.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,34 @@ | ||
- type: entity | ||
name: blue space power cell | ||
description: A rechargeable standardized power cell. This one looks like a rare and powerful prototype. | ||
id: ADTPowerCellBlueSpace | ||
suffix: Full | ||
parent: BasePowerCell | ||
components: | ||
- type: Sprite | ||
layers: | ||
- map: [ "enum.PowerCellVisualLayers.Base" ] | ||
state: bluespace | ||
- map: [ "enum.PowerCellVisualLayers.Unshaded" ] | ||
state: o2 | ||
shader: unshaded | ||
- type: Battery | ||
maxCharge: 3600 | ||
startingCharge: 3600 | ||
|
||
- type: entity | ||
id: ADTPowerCellBluespaceEmpty | ||
suffix: Empty | ||
parent: ADTPowerCellBlueSpace | ||
components: | ||
- type: Sprite | ||
layers: | ||
- map: [ "enum.PowerCellVisualLayers.Base" ] | ||
state: bluespace | ||
- map: [ "enum.PowerCellVisualLayers.Unshaded" ] | ||
state: o2 | ||
shader: unshaded | ||
visible: false | ||
- type: Battery | ||
maxCharge: 3600 | ||
startingCharge: 0 |
109 changes: 18 additions & 91 deletions
109
Resources/Prototypes/ADT/Entities/Structures/Power/industrial.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
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
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
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
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
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
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
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
Oops, something went wrong.