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.
moved more things over to imp filesystem
- Loading branch information
1 parent
f22aaa2
commit 03c8700
Showing
12 changed files
with
70 additions
and
68 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
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 } |
22 changes: 22 additions & 0 deletions
22
Resources/Prototypes/_Impstation/Loadouts/Miscellaneous/trinkets.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