forked from space-wizards/space-station-14
-
-
Notifications
You must be signed in to change notification settings - Fork 81
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 #1282 from ultramario1998/tutorial-pai
Tutorial pAI
- Loading branch information
Showing
19 changed files
with
119 additions
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
pai-system-role-name-tutorial = tutor personal ai | ||
pai-system-role-description-tutorial = Help out a newcomer to the game by jumping into this special electronic pal! |
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
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
31 changes: 31 additions & 0 deletions
31
Resources/Prototypes/_Impstation/Entities/Objects/Fun/pai.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,31 @@ | ||
- type: entity # imp | ||
parent: PersonalAI | ||
id: TutorialPersonalAI | ||
name: tutor personal ai device | ||
description: A special personal AI device, loaded with helpful tips and tricks for newcomers to Space Station 14. Turn it on by putting it in your hand and pressing the 'E' key. # breaking kayfabe with this one, but i figure if we can do it anywhere, it's here | ||
components: | ||
- type: Sprite | ||
sprite: _Impstation/Objects/Fun/tutorial_pai.rsi | ||
layers: | ||
- state: pai-base | ||
- state: tutorial-pai-off-overlay | ||
shader: unshaded | ||
map: ["screen"] | ||
- type: ToggleableGhostRole | ||
roleName: pai-system-role-name-tutorial | ||
roleDescription: pai-system-role-description-tutorial | ||
roleRules: ghost-role-information-tutorial-rules | ||
- type: IntrinsicRadioTransmitter | ||
channels: | ||
- Common | ||
- type: ActiveRadio | ||
channels: | ||
- Common | ||
- type: Appearance | ||
- type: GenericVisualizer | ||
visuals: | ||
enum.ToggleableGhostRoleVisuals.Status: | ||
screen: | ||
Off: { state: tutorial-pai-off-overlay } | ||
Searching: { state: tutorial-pai-searching-overlay } | ||
On: { state: tutorial-pai-on-overlay } |
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
35 changes: 35 additions & 0 deletions
35
Resources/Textures/_Impstation/Objects/Fun/tutorial_pai.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,35 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/9ddb8cf084e292571d4e9c79745db25befbd82fe. pai-searching-overlay heavily modified. new tutorial variant by ultramario1998.", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "pai-base" | ||
}, | ||
{ | ||
"name": "tutorial-pai-off-overlay" | ||
}, | ||
{ | ||
"name": "tutorial-pai-on-overlay", | ||
"delays": [ | ||
[ | ||
0.8, | ||
0.8 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "tutorial-pai-searching-overlay", | ||
"delays": [ | ||
[ | ||
0.8, | ||
0.8 | ||
] | ||
] | ||
} | ||
] | ||
} |
Binary file added
BIN
+318 Bytes
Resources/Textures/_Impstation/Objects/Fun/tutorial_pai.rsi/pai-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
+182 Bytes
.../Textures/_Impstation/Objects/Fun/tutorial_pai.rsi/tutorial-pai-off-overlay.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
+338 Bytes
...s/Textures/_Impstation/Objects/Fun/tutorial_pai.rsi/tutorial-pai-on-overlay.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
+351 Bytes
...res/_Impstation/Objects/Fun/tutorial_pai.rsi/tutorial-pai-searching-overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.