-
Notifications
You must be signed in to change notification settings - Fork 12
[ADD, TWEAK] Protolathes and Space Forge #11
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
Changes from all commits
08a568d
8ea74b3
783df00
9e324ad
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,11 +25,14 @@ | |
| description: Prints equipment and circuitboards for use by engineering department. | ||
| components: | ||
| - type: Sprite | ||
| sprite: Structures/Machines/techfab.rsi | ||
| # LP Edit Start | ||
| sprite: _LP/Structures/Machines/engi_protolathe.rsi | ||
| snapCardinals: true | ||
| # LP Edit End | ||
| layers: | ||
| - state: icon | ||
| map: ["enum.LatheVisualLayers.IsRunning"] | ||
| - state: engi | ||
| # - state: engi LP Edit | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| - state: unlit | ||
| shader: unshaded | ||
| map: ["enum.PowerDeviceVisualLayers.Powered"] | ||
|
|
@@ -41,7 +44,7 @@ | |
| board: EngineeringTechFabCircuitboard | ||
| - type: Lathe | ||
| idleState: icon | ||
| runningState: icon | ||
| runningState: building # LP Edit | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| staticPacks: | ||
| - SharedBoardsStatic | ||
| - EngineeringBoardsStatic | ||
|
|
@@ -97,11 +100,14 @@ | |
| description: Prints equipment and circuitboards for use by cargo department. | ||
| components: | ||
| - type: Sprite | ||
| sprite: Structures/Machines/techfab.rsi | ||
| # LP Edit Start | ||
| sprite: _LP/Structures/Machines/cargo_protolathe.rsi | ||
| snapCardinals: true | ||
| # LP Edit End | ||
| layers: | ||
| - state: icon | ||
| map: ["enum.LatheVisualLayers.IsRunning"] | ||
| - state: cargo | ||
| # - state: cargo LP Edit | ||
| - state: unlit | ||
| shader: unshaded | ||
| map: ["enum.PowerDeviceVisualLayers.Powered"] | ||
|
|
@@ -113,7 +119,7 @@ | |
| board: CargoTechFabCircuitboard | ||
| - type: Lathe | ||
| idleState: icon | ||
| runningState: icon | ||
| runningState: building # LP Edit | ||
| staticPacks: | ||
| - ToolsStatic | ||
| - SharedBoardsStatic | ||
|
|
@@ -164,11 +170,14 @@ | |
| description: Prints equipment and circuitboards for use by science department. | ||
| components: | ||
| - type: Sprite | ||
| sprite: Structures/Machines/techfab.rsi | ||
| # LP Edit Start | ||
| sprite: _LP/Structures/Machines/rnd_protolathe.rsi | ||
| snapCardinals: true | ||
| # LP Edit End | ||
| layers: | ||
| - state: icon | ||
| map: ["enum.LatheVisualLayers.IsRunning"] | ||
| - state: sci | ||
| # - state: sci LP Edit | ||
| - state: unlit | ||
| shader: unshaded | ||
| map: ["enum.PowerDeviceVisualLayers.Powered"] | ||
|
|
@@ -180,7 +189,7 @@ | |
| board: ScienceTechFabCircuitboard | ||
| - type: Lathe | ||
| idleState: icon | ||
| runningState: icon | ||
| runningState: building # LP Edit | ||
| staticPacks: | ||
| - SharedBoardsStatic | ||
| - EngineeringBoardsStatic | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,58 @@ | ||
| - type: entity | ||
| id: LPPServiceProtolathe | ||
| parent: [BaseLatheLube, BaseSiloUtilizer] | ||
| name: engineering techfab | ||
| description: Prints equipment and circuitboards for use by engineering department. | ||
|
Comment on lines
+4
to
+5
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Название ( name: service protolathe
description: Prints equipment and circuitboards for use by the service department. |
||
| components: | ||
| - type: Sprite | ||
| sprite: _LP/Structures/Machines/serv_protolathe.rsi | ||
| snapCardinals: true | ||
| layers: | ||
| - state: icon | ||
| map: ["enum.LatheVisualLayers.IsRunning"] | ||
| - state: unlit | ||
| shader: unshaded | ||
| map: ["enum.PowerDeviceVisualLayers.Powered"] | ||
| - state: panel | ||
| map: ["enum.WiresVisualLayers.MaintenancePanel"] | ||
| - type: Machine | ||
| board: EngineeringTechFabCircuitboard | ||
| - type: Lathe | ||
| idleState: icon | ||
| runningState: building | ||
| staticPacks: | ||
| - SharedBoardsStatic | ||
| - CircuitFloorsStatic | ||
| - ToolsStatic | ||
| - PartsStatic | ||
| - AtmosStatic | ||
| - CablesStatic | ||
| - MaterialsStatic | ||
| - LightsStatic | ||
| - PowerCellsStatic | ||
| - ElectronicsStatic | ||
| - MiscSignallersStatic | ||
| - NailgunStatic | ||
| - NailsStatic | ||
| dynamicPacks: | ||
| - ServiceTools | ||
| - AtmosTools | ||
| - PowerCells | ||
| - Equipment | ||
| - SpecOpsGoogles | ||
| - EngineeringBoards | ||
| - SharedBoards | ||
| - CameraBoards | ||
| - UpgradeKits | ||
| # CorvaxGoob Packs | ||
| - WorkBeltsSharedDynamic # WorkBelts-Techfab | ||
| - WokrBeltsEngDynamic # WorkBelts-Techfab | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| - type: EmagLatheRecipes | ||
| emagStaticPacks: | ||
| - NailgunEvilStatic | ||
| - type: MaterialStorage | ||
| whitelist: | ||
| tags: | ||
| - Sheet | ||
| - RawMaterial | ||
| - Ingot | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| { | ||
| "version": 1, | ||
| "license": "CC-BY-SA-3.0", | ||
| "copyright": "Made by BL02DL", | ||
| "size": { | ||
| "x": 32, | ||
| "y": 32 | ||
| }, | ||
| "states": [ | ||
| { | ||
| "name": "icon" | ||
| }, | ||
| { | ||
| "name": "panel" | ||
| }, | ||
| { | ||
| "name": "unlit" | ||
| }, | ||
| { | ||
| "name": "building", | ||
| "delays": [ | ||
| [ | ||
| 0.09, | ||
| 0.09, | ||
| 0.09, | ||
| 0.09, | ||
| 0.09, | ||
| 0.09, | ||
| 0.09, | ||
| 0.09, | ||
| 0.09, | ||
| 0.09, | ||
| 0.09, | ||
| 0.09, | ||
| 0.09 | ||
| ] | ||
| ] | ||
| }, | ||
| { | ||
| "name": "inserting", | ||
| "delays": [ | ||
| [ | ||
| 0.1, | ||
| 0.1, | ||
| 0.1, | ||
| 0.1, | ||
| 0.1, | ||
| 0.1, | ||
| 0.1, | ||
| 0.1 | ||
| ] | ||
| ] | ||
| } | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,75 @@ | ||
| { | ||
| "version": 1, | ||
| "license": "CC-BY-SA-3.0", | ||
| "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24", | ||
| "size": { | ||
| "x": 32, | ||
| "y": 32 | ||
| }, | ||
| "states": [ | ||
| { | ||
| "name": "icon" | ||
| }, | ||
| { | ||
| "name": "panel" | ||
| }, | ||
| { | ||
| "name": "unlit" | ||
| }, | ||
| { | ||
| "name": "building", | ||
| "delays": [ | ||
| [ | ||
| 0.5, | ||
| 0.5, | ||
| 0.5, | ||
| 0.5, | ||
| 0.5, | ||
| 0.5, | ||
| 0.5, | ||
| 0.5, | ||
| 0.5, | ||
| 0.5, | ||
| 0.5, | ||
| 0.5, | ||
| 0.5 | ||
| ] | ||
| ] | ||
| }, | ||
| { | ||
| "name": "unlit-building", | ||
| "delays": [ | ||
| [ | ||
| 0.10, | ||
| 0.10, | ||
| 0.10, | ||
| 0.10, | ||
| 0.10, | ||
| 0.10, | ||
| 0.10, | ||
| 0.10, | ||
| 0.10, | ||
| 0.10, | ||
| 0.10, | ||
| 0.10, | ||
| 0.10 | ||
| ] | ||
| ] | ||
| }, | ||
| { | ||
| "name": "inserting", | ||
| "delays": [ | ||
| [ | ||
| 0.1, | ||
| 0.1, | ||
| 0.1, | ||
| 0.1, | ||
| 0.1, | ||
| 0.1, | ||
| 0.1, | ||
| 0.1 | ||
| ] | ||
| ] | ||
| } | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,75 @@ | ||
| { | ||
| "version": 1, | ||
| "license": "CC-BY-SA-3.0", | ||
| "copyright": "BL02DL", | ||
| "size": { | ||
| "x": 32, | ||
| "y": 32 | ||
| }, | ||
| "states": [ | ||
| { | ||
| "name": "icon" | ||
| }, | ||
| { | ||
| "name": "panel" | ||
| }, | ||
| { | ||
| "name": "unlit" | ||
| }, | ||
| { | ||
| "name": "building", | ||
| "delays": [ | ||
| [ | ||
| 0.8, | ||
| 0.8, | ||
| 0.8, | ||
| 0.8, | ||
| 0.8, | ||
| 0.8, | ||
| 0.8, | ||
| 0.8, | ||
| 0.8, | ||
| 0.8, | ||
| 0.8, | ||
| 0.8, | ||
| 0.8 | ||
| ] | ||
| ] | ||
| }, | ||
| { | ||
| "name": "unlit-building", | ||
| "delays": [ | ||
| [ | ||
| 0.10, | ||
| 0.10, | ||
| 0.10, | ||
| 0.10, | ||
| 0.10, | ||
| 0.10, | ||
| 0.10, | ||
| 0.10, | ||
| 0.10, | ||
| 0.10, | ||
| 0.10, | ||
| 0.10, | ||
| 0.10 | ||
| ] | ||
| ] | ||
| }, | ||
| { | ||
| "name": "inserting", | ||
| "delays": [ | ||
| [ | ||
| 0.1, | ||
| 0.1, | ||
| 0.1, | ||
| 0.1, | ||
| 0.1, | ||
| 0.1, | ||
| 0.1, | ||
| 0.1 | ||
| ] | ||
| ] | ||
| } | ||
| ] | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
В этом файле в нескольких местах остались временные комментарии, такие как
# LP Edit Start/Endи# LP Edit(здесь, а также на строках 47, 103-106, 122, 173-176, 192). Их следует удалить для чистоты кода.