forked from space-wizards/space-station-14
-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #863 from starlighthowls/master
Cruise 2 playtest!
- Loading branch information
Showing
15 changed files
with
85,517 additions
and
73,400 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
16 changes: 16 additions & 0 deletions
16
Resources/Prototypes/_Impstation/Entities/Objects/Decorations/jackolantern.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 | ||
parent: PumpkinLantern | ||
id: PumpkinLanternReallyLarge | ||
suffix: ReallyLarge | ||
components: | ||
- type: Sprite | ||
scale: 4, 4 | ||
- type: GhostTakeoverAvailable | ||
- type: GhostRole | ||
allowMovement: false | ||
allowSpeech: true | ||
makeSentient: true | ||
name: jack | ||
description: this holiday is for YOU and everyone better act like it | ||
raffle: | ||
settings: default |
51 changes: 51 additions & 0 deletions
51
Resources/Prototypes/_Impstation/Entities/Structures/Storage/wash.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,51 @@ | ||
- type: entity | ||
parent: [ CrateBaseWeldable, BaseMachinePowered ] | ||
id: WashingMachine | ||
name: washing machine | ||
components: | ||
- type: Icon | ||
sprite: _Impstation/Structures/Storage/Wash.rsi | ||
- type: Sprite | ||
sprite: _Impstation/Structures/Storage/Wash.rsi | ||
layers: | ||
- state: base | ||
map: ["enum.StorageVisualLayers.Base"] | ||
- state: closed | ||
map: ["enum.StorageVisualLayers.Door"] | ||
- map: ["enum.EntityHeaterVisuals.Setting"] | ||
shader: unshaded | ||
visible: false | ||
- type: ApcPowerReceiver | ||
powerDisabled: true | ||
- type: WiredNetworkConnection | ||
- type: PowerSwitch | ||
- type: GenericVisualizer | ||
visuals: | ||
enum.EntityHeaterVisuals.Setting: | ||
enum.EntityHeaterVisuals.Setting: | ||
Off: { visible: true, state: washOff } | ||
On: { visible: true, state: washOn } | ||
- type: LitOnPowered | ||
- type: PointLight | ||
radius: 1.5 | ||
energy: 1.5 | ||
color: "#47bfff" | ||
- type: AmbientSound | ||
enabled: false | ||
volume: -5 | ||
range: 5 | ||
sound: | ||
path: /Audio/Ambience/Objects/portable_scrubber.ogg | ||
- type: SolutionContainerManager | ||
solutions: | ||
tank: | ||
reagents: | ||
- ReagentId: Water | ||
Quantity: 10000 | ||
maxVol: 10000 | ||
- type: ExaminableSolution | ||
solution: tank | ||
- type: ReagentTank | ||
transferAmount: 100 | ||
- type: Transform | ||
anchored: true |
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
Binary file added
BIN
+774 Bytes
Resources/Textures/_Impstation/Structures/Storage/Wash.rsi/base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+888 Bytes
Resources/Textures/_Impstation/Structures/Storage/Wash.rsi/closed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+888 Bytes
Resources/Textures/_Impstation/Structures/Storage/Wash.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions
29
Resources/Textures/_Impstation/Structures/Storage/Wash.rsi/meta.json
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,29 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Created by by AftrLite (GitHub)", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "base" | ||
}, | ||
{ | ||
"name": "open" | ||
}, | ||
{ | ||
"name": "closed" | ||
}, | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "washOn" | ||
}, | ||
{ | ||
"name": "washOff" | ||
} | ||
] | ||
} |
Binary file added
BIN
+360 Bytes
Resources/Textures/_Impstation/Structures/Storage/Wash.rsi/open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.72 KB
Resources/Textures/_Impstation/Structures/Storage/Wash.rsi/washOff.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.72 KB
Resources/Textures/_Impstation/Structures/Storage/Wash.rsi/washOn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.