Skip to content

Commit

Permalink
added police and prisioners spawn location. added vaults location
Browse files Browse the repository at this point in the history
Co-authored-by: iquelli <raquel.braunschweig@tecnico.ulisboa.pt>
Co-authored-by: jonydart <jonydart123@gmail.com>
  • Loading branch information
3 people committed Apr 27, 2024
1 parent 777a967 commit c258f4d
Showing 1 changed file with 69 additions and 51 deletions.
120 changes: 69 additions & 51 deletions TestServer/plugins/TF_PrisonEscape/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ WaitingPhaseDuration: 300
FullLobbyWaitDuration: 10
FinishedPhaseDuration: 30
DelayBetweenAnnouncements: 30
CommonItemsProbability: 0.8
RareItemsProbability: 0.25
ChestSize: 5
AvailableLanguages:
- "english"
DefaultLanguage: "english"
Expand Down Expand Up @@ -39,54 +42,54 @@ PrisionersSpawnLocations:
"1":
X: 2
Y: 100
Z: 8
Z: 9
"2":
X: 4
X: 2
Y: 100
Z: 8
Z: 7
"3":
X: 2
Y: 100
Z: 2
Z: 3
"4":
X: 4
X: 2
Y: 100
Z: 2
Z: 1
"5":
X: 2
Y: 100
Z: -4
Z: -3
"6":
X: 4
X: 2
Y: 100
Z: -4
Z: -5
"7":
X: 2
Y: 100
Z: -10
Z: -9
"8":
X: 4
X: 2
Y: 100
Z: -10
Z: -11
PoliceSpawnLocations:
"1":
X: -6
Y: 100
Y: 101
Z: -7
"2":
X: -6
Y: 100
Y: 101
Z: -1
"3":
X: -6
Y: 100
Z: 5
Y: 101
Z: 6
SolitaryLocation:
X: -46
Y: 100
Z: 48
SolitaryExitLocation:
X: -40
X: -39
Y: 100
Z: 45
PrisionersSecretPassagesLocation:
Expand All @@ -111,56 +114,64 @@ PoliceSecretPassagesLocation:
Z: 8
VaultsLocations:
"1":
X: 2
X: 5
Y: 100
Z: 6
Z: 9
"2":
X: 4
X: 5
Y: 100
Z: 6
Z: 7
"3":
X: 2
X: 5
Y: 100
Z: 0
Z: 3
"4":
X: 4
X: 5
Y: 100
Z: 0
Z: 1
"5":
X: 2
X: 5
Y: 100
Z: -6
Z: -3
"6":
X: 4
X: 5
Y: 100
Z: -6
Z: -5
"7":
X: 2
X: 5
Y: 100
Z: -12
Z: -9
"8":
X: 4
X: 5
Y: 100
Z: -12
Z: -11
ChestsLocations:
"1":
X: -14
X: -16
Y: 100
Z: 11
Z: -13
"2":
X: -21
Y: 100
Z: 4
Z: -8
"3":
X: -16
X: -14
Y: 100
Z: -13
Z: -5
"4":
X: -21
Y: 100
Z: 4
"5":
X: -11
Y: 100
Z: -8
Regions:
CellBlock:
IsRestricted: false
"1":
UpperCorner:
X: -1
X: 5
Y: 110
Z: 11
LowerCorner:
Expand All @@ -172,7 +183,7 @@ Regions:
"1":
UpperCorner:
X: 0
Y: 110
Y: 104
Z: 35
LowerCorner:
X: -10
Expand Down Expand Up @@ -201,33 +212,43 @@ ChestsContents:
Bolts: 0.25
Oil: 0.05
Stick: 0.10
Wrench: 0.25
WireCutter: 0.25
WallCorners:
"1":
X: 43
Y: 100
Z: 1
Z: 6
"2":
X: 43
Y: 100
Z: 60
"3":
X: -65
X: -11
Y: 100
Z: 60
"4":
X: -65
Y: 100
Z: -49
Z: 60
"5":
X: -65
Y: 100
Z: 5
"6":
X: -65
Y: 100
Z: -49
"7":
X: -12
Y: 100
Z: -49
"8":
X: 43
Y: 100
Z: -49
"6":
"9":
X: 43
Y: 100
Z: -4
Z: -9
WallCrackFormats:
"1":
- "0###0"
Expand Down Expand Up @@ -277,7 +298,4 @@ Vents:
"1":
X: -5
Y: 106
Z: 27
CommonItemsProbability: 0.8
RareItemsProbability: 0.25
ChestSize: 5
Z: 27

0 comments on commit c258f4d

Please sign in to comment.