mirror of
https://github.com/hypervortex/VH-Bombsquad-Modded-Server-Files
synced 2026-08-29 13:05:07 +00:00
Initial commit
This commit is contained in:
parent
bc49523c99
commit
44d606cce7
1929 changed files with 612166 additions and 0 deletions
59
dist/ba_data/python/bastd/mapdata/doom_shroom.py
vendored
Normal file
59
dist/ba_data/python/bastd/mapdata/doom_shroom.py
vendored
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
# Released under the MIT License. See LICENSE for details.
|
||||
#
|
||||
|
||||
# This file was automatically generated from "doom_shroom.ma"
|
||||
# pylint: disable=all
|
||||
points = {}
|
||||
# noinspection PyDictCreation
|
||||
boxes = {}
|
||||
boxes['area_of_interest_bounds'] = (
|
||||
(0.4687647786, 2.320345088, -3.219423694)
|
||||
+ (0.0, 0.0, 0.0)
|
||||
+ (21.34898078, 10.25529817, 14.67298352)
|
||||
)
|
||||
points['ffa_spawn1'] = (-5.828122667, 2.301094498, -3.445694701) + (
|
||||
1.0,
|
||||
1.0,
|
||||
2.682935578,
|
||||
)
|
||||
points['ffa_spawn2'] = (6.496252674, 2.397778847, -3.573241388) + (
|
||||
1.0,
|
||||
1.0,
|
||||
2.682935578,
|
||||
)
|
||||
points['ffa_spawn3'] = (0.8835145921, 2.307217208, -0.3552854962) + (
|
||||
4.455517747,
|
||||
1.0,
|
||||
0.2723037175,
|
||||
)
|
||||
points['ffa_spawn4'] = (0.8835145921, 2.307217208, -7.124335491) + (
|
||||
4.455517747,
|
||||
1.0,
|
||||
0.2723037175,
|
||||
)
|
||||
points['flag1'] = (-7.153737138, 2.251993091, -3.427368878)
|
||||
points['flag2'] = (8.103769491, 2.320591215, -3.548878069)
|
||||
points['flag_default'] = (0.5964565429, 2.373456481, -4.241969517)
|
||||
boxes['map_bounds'] = (
|
||||
(0.4566560559, 1.332051421, -3.80651373)
|
||||
+ (0.0, 0.0, 0.0)
|
||||
+ (27.75073129, 14.44528216, 22.9896617)
|
||||
)
|
||||
points['powerup_spawn1'] = (5.180858712, 4.278900266, -7.282758712)
|
||||
points['powerup_spawn2'] = (-3.236908759, 4.159702067, -0.3232556512)
|
||||
points['powerup_spawn3'] = (5.082843398, 4.159702067, -0.3232556512)
|
||||
points['powerup_spawn4'] = (-3.401729203, 4.278900266, -7.425891191)
|
||||
points['shadow_lower_bottom'] = (0.5964565429, -0.2279530265, 3.368035253)
|
||||
points['shadow_lower_top'] = (0.5964565429, 0.6982784189, 3.368035253)
|
||||
points['shadow_upper_bottom'] = (0.5964565429, 5.413250948, 3.368035253)
|
||||
points['shadow_upper_top'] = (0.5964565429, 7.891484473, 3.368035253)
|
||||
points['spawn1'] = (-5.828122667, 2.301094498, -3.445694701) + (
|
||||
1.0,
|
||||
1.0,
|
||||
2.682935578,
|
||||
)
|
||||
points['spawn2'] = (6.496252674, 2.397778847, -3.573241388) + (
|
||||
1.0,
|
||||
1.0,
|
||||
2.682935578,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue