Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Maps] Пилот на сплит #2026

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 42 additions & 35 deletions Resources/Maps/corvax_split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7099,14 +7099,6 @@ entities:
referenceAngle: -1.5707964
damping: 286.11557
stiffness: 2568.1675
docking67214: !type:WeldJoint
bodyB: 418
bodyA: 720
id: docking67214
localAnchorB: 4,3.5
localAnchorA: -51,-23.5
damping: 806.30347
stiffness: 7237.364
docking67198: !type:WeldJoint
bodyB: 720
bodyA: 231
Expand All @@ -7116,14 +7108,14 @@ entities:
referenceAngle: -1.5707964
damping: 286.11557
stiffness: 2568.1675
docking67209: !type:WeldJoint
bodyB: 720
bodyA: 2
id: docking67209
localAnchorB: -62,8.5
localAnchorA: 4,0.49999997
damping: 662.7106
stiffness: 5948.4766
docking67214: !type:WeldJoint
bodyB: 418
bodyA: 720
id: docking67214
localAnchorB: 4,3.5
localAnchorA: -51,-23.5
damping: 806.30347
stiffness: 7237.364
docking67216: !type:WeldJoint
bodyB: 294
bodyA: 720
Expand All @@ -7133,6 +7125,14 @@ entities:
referenceAngle: 1.5707964
damping: 431.0639
stiffness: 3869.2207
docking67209: !type:WeldJoint
bodyB: 720
bodyA: 2
id: docking67209
localAnchorB: -62,8.5
localAnchorA: 4,0.49999997
damping: 662.7106
stiffness: 5948.4766
- type: IFF
color: '#FF5C5CFF'
- uid: 722
Expand Down Expand Up @@ -16890,6 +16890,14 @@ entities:
id: Mayhen
- type: Joint
joints:
docking76825: !type:WeldJoint
bodyB: 10755
bodyA: 685
id: docking76825
localAnchorB: -34.5,43
localAnchorA: 0.49999997,-3
damping: 414.31992
stiffness: 3718.9272
docking76725: !type:WeldJoint
bodyB: 26291
bodyA: 10755
Expand All @@ -16899,14 +16907,6 @@ entities:
referenceAngle: 1.5707964
damping: 414.31992
stiffness: 3718.9272
docking76825: !type:WeldJoint
bodyB: 10755
bodyA: 685
id: docking76825
localAnchorB: -34.5,43
localAnchorA: 0.49999997,-3
damping: 414.31992
stiffness: 3718.9272
docking1094920: !type:WeldJoint
bodyB: 18635
bodyA: 10755
Expand Down Expand Up @@ -137976,7 +137976,7 @@ entities:
pos: 37.5,28.5
parent: 10755
- type: Door
secondsUntilStateChange: -102432.63
secondsUntilStateChange: -102509.55
state: Closing
- type: DeviceNetwork
deviceLists:
Expand Down Expand Up @@ -243589,6 +243589,18 @@ entities:
- type: Transform
pos: -15.5,31.5
parent: 720
- proto: SpawnPointPilot
entities:
- uid: 41789
components:
- type: Transform
pos: -57.5,-7.5
parent: 720
- uid: 41793
components:
- type: Transform
pos: -60.5,-4.5
parent: 720
- proto: SpawnPointPsychologist
entities:
- uid: 22811
Expand Down Expand Up @@ -243852,11 +243864,6 @@ entities:
- type: Transform
pos: -29.5,-5.5
parent: 720
- uid: 41789
components:
- type: Transform
pos: -57.5,-7.5
parent: 720
- uid: 41790
components:
- type: Transform
Expand All @@ -243872,16 +243879,16 @@ entities:
- type: Transform
pos: -56.5,-2.5
parent: 720
- uid: 41793
components:
- type: Transform
pos: -60.5,-4.5
parent: 720
- uid: 42449
components:
- type: Transform
pos: 25.5,-17.5
parent: 21326
- uid: 46866
components:
- type: Transform
pos: -47.5,-17.5
parent: 720
- proto: SpawnPointServiceWorker
entities:
- uid: 22839
Expand Down
3 changes: 2 additions & 1 deletion Resources/Prototypes/Corvax/Maps/split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
HeadOfSecurity: [ 1, 1 ]
Warden: [ 1, 1 ]
Detective: [ 1, 1 ]
SecurityOfficer: [ 4, 4 ]
Pilot: [ 2, 2]
SecurityOfficer: [ 3, 3 ]
SecurityCadet: [ 2, 3 ]
# cargo
SalvageSpecialist: [ 1, 1 ]
Expand Down
Loading