From 19f894d30bc405f54135d9398b530a10a87fe09c Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Sat, 11 Jan 2025 12:06:38 -0500 Subject: [PATCH] Add Station AI To Gax (#1486) # Description Gax Station already had a fully functional AI Satellite ready to go for us, all it needed was to have the spawner added (And two spare EMPTY Ai cores that it has room for), as well as a job slot!

Media

![image](https://github.com/user-attachments/assets/6d64492e-6f74-4f70-b2fb-838b662aeb36)

# Changelog :cl: - add: Added Station AI to GaxStation --- Resources/Maps/gaxstation.yml | 124 +++++++++++------------ Resources/Prototypes/Maps/gaxstation.yml | 3 +- 2 files changed, 64 insertions(+), 63 deletions(-) diff --git a/Resources/Maps/gaxstation.yml b/Resources/Maps/gaxstation.yml index 42c0145ab1b..5681fe3b18b 100644 --- a/Resources/Maps/gaxstation.yml +++ b/Resources/Maps/gaxstation.yml @@ -10101,6 +10101,11 @@ entities: rot: 3.141592653589793 rad pos: 67.5,27.5 parent: 2 + - uid: 357 + components: + - type: Transform + pos: 75.5,25.5 + parent: 2 - proto: AirlockCargoGlassLocked entities: - uid: 99 @@ -11844,13 +11849,6 @@ entities: - type: Transform pos: 71.5,16.5 parent: 2 -- proto: AirlockServiceCaptainLocked - entities: - - uid: 357 - components: - - type: Transform - pos: 75.5,25.5 - parent: 2 - proto: AirlockServiceLocked entities: - uid: 359 @@ -15388,19 +15386,19 @@ entities: - type: Transform pos: 59.54428,38.528282 parent: 2 -- proto: BookChefGaming +- proto: BookEngineersHandbook entities: - - uid: 838 + - uid: 839 components: - type: Transform - pos: 54.416607,44.586376 + pos: -11.444434,33.764362 parent: 2 -- proto: BookEngineersHandbook +- proto: BookHowToCookForFortySpaceman entities: - - uid: 839 + - uid: 838 components: - type: Transform - pos: -11.444434,33.764362 + pos: 54.416607,44.586376 parent: 2 - proto: BookJanitorTale entities: @@ -48997,28 +48995,6 @@ entities: rot: 3.141592653589793 rad pos: 60.5,53.5 parent: 2 -- proto: chem_master - entities: - - uid: 6928 - components: - - type: Transform - pos: 47.5,45.5 - parent: 2 - - uid: 6929 - components: - - type: Transform - pos: 59.5,42.5 - parent: 2 - - uid: 6930 - components: - - type: Transform - pos: 14.5,24.5 - parent: 2 - - uid: 6931 - components: - - type: Transform - pos: 13.5,27.5 - parent: 2 - proto: ChemDispenser entities: - uid: 6932 @@ -49075,6 +49051,28 @@ entities: - type: Transform pos: 13.5,28.5 parent: 2 +- proto: ChemMaster + entities: + - uid: 6928 + components: + - type: Transform + pos: 47.5,45.5 + parent: 2 + - uid: 6929 + components: + - type: Transform + pos: 59.5,42.5 + parent: 2 + - uid: 6930 + components: + - type: Transform + pos: 14.5,24.5 + parent: 2 + - uid: 6931 + components: + - type: Transform + pos: 13.5,27.5 + parent: 2 - proto: CigarGoldCase entities: - uid: 6942 @@ -97256,6 +97254,25 @@ entities: - type: Transform pos: 22.5,44.5 parent: 2 +- proto: PlayerStationAi + entities: + - uid: 19713 + components: + - type: Transform + pos: 30.5,-44.5 + parent: 2 +- proto: PlayerStationAiEmpty + entities: + - uid: 19714 + components: + - type: Transform + pos: 29.5,-45.5 + parent: 2 + - uid: 19715 + components: + - type: Transform + pos: 31.5,-45.5 + parent: 2 - proto: PlushieMothBartender entities: - uid: 20376 @@ -108054,13 +108071,6 @@ entities: rot: 1.5707963267948966 rad pos: 11.5,6.5 parent: 2 -- proto: SignDrones - entities: - - uid: 14529 - components: - - type: Transform - pos: 36.5,51.5 - parent: 2 - proto: SignElectricalMed entities: - uid: 14532 @@ -108231,7 +108241,7 @@ entities: - type: Transform pos: -18.5,47.5 parent: 2 -- proto: SignHydro2 +- proto: SignHydro1 entities: - uid: 18897 components: @@ -108299,6 +108309,13 @@ entities: rot: 1.5707963267948966 rad pos: -4.5,9.5 parent: 2 +- proto: SignMaterials + entities: + - uid: 14529 + components: + - type: Transform + pos: 36.5,51.5 + parent: 2 - proto: SignMedical entities: - uid: 14539 @@ -108993,7 +109010,7 @@ entities: - type: Transform pos: 74.49696,24.50985 parent: 2 -- proto: soda_dispenser +- proto: SodaDispenser entities: - uid: 14577 components: @@ -114806,23 +114823,6 @@ entities: - type: Transform pos: 34.416985,-24.524979 parent: 2 -- proto: ToyAi - entities: - - uid: 19713 - components: - - type: Transform - pos: 30.48641,-44.35624 - parent: 2 - - uid: 19714 - components: - - type: Transform - pos: 31.481829,-45.373753 - parent: 2 - - uid: 19715 - components: - - type: Transform - pos: 29.482334,-45.373753 - parent: 2 - proto: ToyFigurineBartender entities: - uid: 20348 @@ -130138,7 +130138,7 @@ entities: lastSignals: DoorStatus: True - type: Door - secondsUntilStateChange: -87131.4 + secondsUntilStateChange: -87228.59 state: Opening - uid: 18112 components: diff --git a/Resources/Prototypes/Maps/gaxstation.yml b/Resources/Prototypes/Maps/gaxstation.yml index 85f43c6b4cb..8be8fcce042 100644 --- a/Resources/Prototypes/Maps/gaxstation.yml +++ b/Resources/Prototypes/Maps/gaxstation.yml @@ -69,4 +69,5 @@ Clown: [ 1, 1 ] Mime: [ 1, 1 ] Musician: [ 1, 1 ] - + #silicon + StationAi: [ 1, 1 ]