Skip to content

Commit

Permalink
resprait
Browse files Browse the repository at this point in the history
  • Loading branch information
CrimeMoot authored Dec 20, 2024
1 parent 0aae646 commit 657d8a3
Show file tree
Hide file tree
Showing 29 changed files with 248 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Catalog/Cargo/cargo_shuttle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- type: cargoProduct
id: ShuttleGyroscope
icon:
sprite: Structures/Shuttles/gyroscope.rsi
sprite: _SpaceCats/Structures/Shuttles/gyroscope.rsi # Cats edit
state: base
product: CrateEngineeringGyroscope
cost: 4000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
description: Bluespace technologies on the application of bureaucracy.
components:
- type: Sprite
sprite: Structures/Machines/fax_machine.rsi
sprite: _SpaceCats/Structures/Machines/fax_machine.rsi # Cats edit
drawdepth: SmallObjects
layers:
- state: icon
map: [ "enum.FaxMachineVisuals.VisualState" ]
- type: Icon
sprite: Structures/Machines/fax_machine.rsi
sprite: _SpaceCats/Structures/Machines/fax_machine.rsi # Cats edit
state: icon
- type: Appearance
- type: Physics
Expand Down
7 changes: 6 additions & 1 deletion Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -617,19 +617,24 @@
description: Creates parts for robotics and other mechanical needs.
components:
- type: Sprite
sprite: Structures/Machines/exosuit_fabricator.rsi
sprite: _SpaceCats/Structures/Machines/exosuit_fabricator.rsi # Cats edit
layers:
- state: fab-idle
map: ["enum.LatheVisualLayers.IsRunning"]
- state: fab-load
map: ["enum.MaterialStorageVisualLayers.Inserting"]
- state: fab-o
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- state: unlit
shader: unshaded
map: ["enum.PowerDeviceVisualLayers.Powered"]
- type: Machine
board: ExosuitFabricatorMachineCircuitboard
- type: Lathe
idleState: fab-idle
runningState: fab-active
unlitRunningState: unlit-building
unlitIdleState: unlit
staticRecipes:
- MMI
- PositronicBrain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
machinePartThrust: Manipulator
- type: Sprite
# Listen I'm not the biggest fan of the sprite but it was the most appropriate thing I could find.
sprite: Structures/Shuttles/gyroscope.rsi
sprite: _SpaceCats/Structures/Shuttles/gyroscope.rsi # Cats edit
snapCardinals: true
layers:
- state: base
Expand Down Expand Up @@ -221,7 +221,7 @@
needsPower: false
powerLoad: 0
- type: Sprite
sprite: Structures/Shuttles/gyroscope.rsi
sprite: _SpaceCats/Structures/Shuttles/gyroscope.rsi # Cats edit
snapCardinals: true
layers:
- state: base
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Research/industrial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
id: Shuttlecraft
name: research-technology-shuttlecraft
icon:
sprite: Structures/Shuttles/gyroscope.rsi
sprite: _SpaceCats/Structures/Shuttles/gyroscope.rsi # Cats edit
state: base
discipline: Industrial
tier: 2
Expand Down
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by Aserovich",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "fab-active",
"delays": [
[
0.15,
0.15,
0.15,
0.2,
0.15,
0.15
]
]
},
{
"name": "unlit-building",
"delays": [
[
0.15,
0.15,
0.15,
0.2,
0.15,
0.15
]
]
},
{
"name": "fab-idle"
},
{
"name": "unlit"
},
{
"name": "fab-o"
},
{
"name": "fab-load",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]
}
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by Aserovich",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "idle",
"delays": [
[
0.4,
0.4,
0.4,
0.4
]
]
},
{
"name": "inserting",
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "inserting_hamster",
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "inserting_mothroach",
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "inserting_mouse",
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "printing",
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
}
]
}
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.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,15 @@
]
},
{
"name": "icon"
"name": "icon",
"delays": [
[
0.15,
0.15,
0.15,
0.15
]
]
},
{
"name": "broken"
Expand Down
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"copyright": "Made with love by Shaeone",
"license": "CC-BY-SA-3.0",
"states": [
{
"name": "base",
"directions": 1
},
{
"name": "thrust",
"directions": 1
},
{
"name": "thrust_burn",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "thrust_burn_unshaded",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1,
0.1
]
]
}
]
}
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 657d8a3

Please sign in to comment.