Шаттлы

This commit is contained in:
BIGZi0348
2025-03-12 23:34:42 +03:00
parent 670917881b
commit a877f1e3c6
4 changed files with 2036 additions and 16 deletions

View File

@@ -17,7 +17,7 @@ entities:
name: Cargo shuttle name: Cargo shuttle
- type: Transform - type: Transform
pos: 2.2710133,-2.4148211 pos: 2.2710133,-2.4148211
parent: invalid parent: 140
- type: MapGrid - type: MapGrid
chunks: chunks:
-1,0: -1,0:
@@ -193,6 +193,14 @@ entities:
- 0 - 0
- 0 - 0
- 0 - 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
chunkSize: 4 chunkSize: 4
- type: OccluderTree - type: OccluderTree
- type: Shuttle - type: Shuttle
@@ -202,6 +210,19 @@ entities:
- type: GravityShake - type: GravityShake
shakeTimes: 10 shakeTimes: 10
- type: GasTileOverlay - type: GasTileOverlay
- uid: 140
components:
- type: MetaData
name: Map Entity
- type: Transform
- type: Map
mapPaused: True
- type: PhysicsMap
- type: GridTree
- type: MovedGrids
- type: Broadphase
- type: OccluderTree
- type: LoadedMap
- proto: AirCanister - proto: AirCanister
entities: entities:
- uid: 2 - uid: 2
@@ -209,6 +230,8 @@ entities:
- type: Transform - type: Transform
pos: -3.5,-1.5 pos: -3.5,-1.5
parent: 1 parent: 1
- type: PolymorphableCanister
currentPrototype: AirCanister
- proto: AirlockGlassShuttle - proto: AirlockGlassShuttle
entities: entities:
- uid: 3 - uid: 3
@@ -303,7 +326,7 @@ entities:
- uid: 93 - uid: 93
components: components:
- type: Transform - type: Transform
pos: -1.3692467,7.6214685 pos: -3.7203684,7.754469
parent: 1 parent: 1
- proto: CableApcExtension - proto: CableApcExtension
entities: entities:
@@ -635,6 +658,14 @@ entities:
rot: 3.141592653589793 rad rot: 3.141592653589793 rad
pos: -2.5,7.5 pos: -2.5,7.5
parent: 1 parent: 1
- proto: ComputerDeepSpaceCom
entities:
- uid: 194
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -1.5,7.5
parent: 1
- proto: ComputerShuttle - proto: ComputerShuttle
entities: entities:
- uid: 80 - uid: 80
@@ -879,12 +910,6 @@ entities:
parent: 1 parent: 1
- proto: LostCargoTechnicianSpawner - proto: LostCargoTechnicianSpawner
entities: entities:
- uid: 69
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -0.5,2.5
parent: 1
- uid: 187 - uid: 187
components: components:
- type: Transform - type: Transform
@@ -946,6 +971,13 @@ entities:
parent: 1 parent: 1
- type: ApcPowerReceiver - type: ApcPowerReceiver
powerLoad: 0 powerLoad: 0
- proto: RandomCash
entities:
- uid: 195
components:
- type: Transform
pos: -3.5,7.5
parent: 1
- proto: RandomPosterAny - proto: RandomPosterAny
entities: entities:
- uid: 124 - uid: 124
@@ -1101,11 +1133,6 @@ entities:
- type: Transform - type: Transform
pos: -3.5,7.5 pos: -3.5,7.5
parent: 1 parent: 1
- uid: 140
components:
- type: Transform
pos: -1.5,7.5
parent: 1
- proto: Thruster - proto: Thruster
entities: entities:
- uid: 141 - uid: 141

File diff suppressed because it is too large Load Diff

View File

@@ -384,7 +384,7 @@
- id: MobGiantSpiderAngry - id: MobGiantSpiderAngry
prob: 0.05 prob: 0.05
- type: entity - type: entity # WD
id: BorerSpawn id: BorerSpawn
parent: BaseGameRule parent: BaseGameRule
noSpawn: true noSpawn: true
@@ -432,6 +432,7 @@
minimumPlayers: 30 minimumPlayers: 30
weight: 2 weight: 2
duration: 1 duration: 1
maxOccurrences: 1 # WD
- type: ZombieRule - type: ZombieRule
- type: AntagSelection - type: AntagSelection
definitions: definitions:
@@ -466,6 +467,7 @@
weight: 5.5 weight: 5.5
minimumPlayers: 20 minimumPlayers: 20
duration: 1 duration: 1
maxOccurrences: 2 # WD
- type: LoadMapRule - type: LoadMapRule
preloadedGrid: ShuttleStriker preloadedGrid: ShuttleStriker
- type: NukeopsRule - type: NukeopsRule
@@ -500,6 +502,7 @@
weight: 8 weight: 8
minimumPlayers: 15 minimumPlayers: 15
reoccurrenceDelay: 30 reoccurrenceDelay: 30
maxOccurrences: 2 # WD
startAnnouncement: station-event-communication-interception startAnnouncement: station-event-communication-interception
startAudio: startAudio:
path: /Audio/Announcements/intercept.ogg path: /Audio/Announcements/intercept.ogg

View File

@@ -5,12 +5,12 @@
- type: preloadedGrid - type: preloadedGrid
id: ShuttleCargoLost id: ShuttleCargoLost
path: /Maps/Shuttles/ShuttleEvent/White/lost_cargo.yml path: /Maps/White/Shuttles/ShuttleEvent/lost_cargo.yml
copies: 1 # WD from 2 to 1 copies: 1 # WD from 2 to 1
- type: preloadedGrid - type: preloadedGrid
id: TravelingCuisine id: TravelingCuisine
path: /Maps/Shuttles/ShuttleEvent/traveling_china_cuisine.yml path: /Maps/White/Shuttles/ShuttleEvent/traveling_china_cuisine.yml
copies: 1 # WD from 2 to 1 copies: 1 # WD from 2 to 1
- type: preloadedGrid - type: preloadedGrid