Syndicate pAI for Nukies (#18625)

* prototype

* Textures

* fix

* spawn

* Implement requested changes

---------

Co-authored-by: fedKotikeD <123323327+fedKotikeD@users.noreply.github.com>
This commit is contained in:
crazybrain23
2023-08-03 21:48:40 +01:00
committed by GitHub
parent e34e3e5bfc
commit 3cbaf80e38
6 changed files with 48 additions and 2 deletions

View File

@@ -11228,7 +11228,7 @@ entities:
- pos: 24.5,-16.5
parent: 104
type: Transform
- proto: PersonalAI
- proto: SyndicatePersonalAI
entities:
- uid: 160
components:

View File

@@ -57,3 +57,28 @@
Off: { state: pai-off-overlay }
Searching: { state: pai-searching-overlay }
On: { state: pai-on-overlay }
- type: entity
parent: PersonalAI
id: SyndicatePersonalAI
name: Syndicate ai device
description: Your electronic pal made by the Syndicate!
components:
- type: Sprite
netsync: false
sprite: Objects/Fun/pai.rsi
layers:
- state: pai-base
- state: syndicate-pai-off-overlay
shader: unshaded
- type: ActiveRadio
channels:
- Syndicate
- type: Appearance
- type: GenericVisualizer
visuals:
enum.PAIVisuals.Status:
screen:
Off: { state: syndicate-pai-off-overlay }
Searching: { state: syndicate-pai-searching-overlay }
On: { state: syndicate-pai-on-overlay }

View File

@@ -1,7 +1,7 @@
{
"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.",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/9ddb8cf084e292571d4e9c79745db25befbd82fe. pai-searching-overlay heavily modified. Syndicate variants by fedKotikeD",
"size": {
"x": 32,
"y": 32
@@ -30,6 +30,27 @@
0.8
]
]
},
{
"name": "syndicate-pai-off-overlay"
},
{
"name": "syndicate-pai-on-overlay",
"delays": [
[
0.8,
0.8
]
]
},
{
"name": "syndicate-pai-searching-overlay",
"delays": [
[
0.8,
0.8
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 413 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 B