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:
@@ -11228,7 +11228,7 @@ entities:
|
|||||||
- pos: 24.5,-16.5
|
- pos: 24.5,-16.5
|
||||||
parent: 104
|
parent: 104
|
||||||
type: Transform
|
type: Transform
|
||||||
- proto: PersonalAI
|
- proto: SyndicatePersonalAI
|
||||||
entities:
|
entities:
|
||||||
- uid: 160
|
- uid: 160
|
||||||
components:
|
components:
|
||||||
|
|||||||
@@ -57,3 +57,28 @@
|
|||||||
Off: { state: pai-off-overlay }
|
Off: { state: pai-off-overlay }
|
||||||
Searching: { state: pai-searching-overlay }
|
Searching: { state: pai-searching-overlay }
|
||||||
On: { state: pai-on-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 }
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"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": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
@@ -30,6 +30,27 @@
|
|||||||
0.8
|
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 |
Reference in New Issue
Block a user