jak-project/goal_src/jak3/levels/sewer/hover-nav-sewg.gc
Hat Kid 58a5440c8a
decomp3: more misc files (#3466)
Makes a bunch of missions mostly playable, including:
- `arena-training-1`
- `arena-fight-1`
- `wascity-chase`
- `arena-fight-2`
- `arena-fight-3`
- `volcano-darkeco`
- `desert-hover`
- `nest-eggs`
- `temple-climb`
- `temple-oracle`
- `temple-tests`
- `desert-beast-battle`
- `desert-turtle-training`
- `desert-course-race`
- `desert-artifact-race1`
- `wascity-leaper-race`
- `wascity-pre-game`
- `sewer-met-hum`
- `forest-kill-plants`
- `forest-ring-chase`
- `temple-defend`
- `tower-destroy`
- `desert-glide`

---
Files:

- `ripple`
- `waswide-mood`
- `sig-rider`
- `nst-tasks`
- `nst-part`
- `nst-gas`
- `nst-eggs-h`
- `nst-obs`
- `nst-mood`
- `egg-spider`
- `wasdoors-init`
- `wasall-tasks`
- `wvehicle-race`
- `wcar-marauder`
- `wcar-marauder-b`
- `turret-control`
- `was-squad-control`
- `turtle-training`
- `kleever-rider`
- `course-race`
- `artifact-race`
- `desert-hover`
- `desbeast-path-h`
- `des-beast`
- `desertg-obs`
- `desertf-obs`
- `desertd-obs`
- `desert-dust-storm`
- `des-cactus`
- `race-hud`
- `race-info`
- `race-manager`
- `tizard`
- `flyingsaw`
- `hover-training`
- `temple-mood`
- `temple-obs`
- `temple-obs2`
- `temple-part`
- `temple-scenes`
- `templex-mood`
- `templex-obs`
- `templex-part`
- `tomb-baby-spider`
- `target-turret-shot`
- `target-turret`
- `beast-battle-path`
- `des-beast-2`
- `mh-flyer`
- `scorpion-gun`
- `hover-enemy-h`
- `hover-enemy`
- `hover-formation-h`
- `hover-formation`
- `hover-nav-control-h`
- `hover-nav-control`
- `flamer-hover`
- `hover-nav-templea`
- `robo-hover`
- `hover-nav-sewb`
- `hover-nav-sewg`
- `hover-nav-sewj`
- `hover-nav-sewl`
- `hover-nav-sewo`
- `hover-nav-towera`
- `tower-mood`
- `tower-obs`
- `tower-scenes`
- `tower-part`
- `eco-green-collider`
- `forest-bridges`
- `forest-kill-plants`
- `forest-mood`
- `forest-ring-chase`
- `forest-tasks`
- `forest-part`
- `foresta-obs`
- `hover-nav-foresta`
- `mh-plant`
- `dp-bipedal-part`
- `dp-bipedal-shot`
- `dp-bipedal`
- `neo-spawner`
- `for-turret`
- `for-turret-shot`
- `neo-wasp`
- `neo-wasp-part`
- `volcanox-scenes`
- `volcanox-mood`
- `volcano-scenes`
- `volcano-mood`
- `volcano-obs`
- `volcano-obs2`
- `chain-physics`
- `rigid-body-plat`
- `volcano-part`
- `flamer-lava`
- `flitter`
- `spiky-frog`
- `flut-wild`
- `target-indax`
- `target-indax-hang`
- `mantis`
- `volcanox-obs`
- `spyder`
- `wcar-faccar`
- `mhcity-obs2`
- `mhcity-part`
- `mhcity-obs`
- `dm-mine-spider`
- `rapid-gunner`
- `stadium-mood`
- `stadium-scenes`
- `stadiuma-mood`
- `stadiuma-part`
- `kanga-lizard`
- `marauder`
- `arena-scenes`
- `wasstada-mood`
- `wasstada-obs`
- `wasstada-part`
- `wasstadb-obs`
- `wasstadc-obs`
- `dm-flyer`
- `maker-part`
- `maker-projectile`
- `skeet-part`
- `wascity-turret`
- `wasgun-h`
- `wasgun-hud`
- `wasgun-manager`
- `nav-graph-h`
- `traffic-engine-h`
- `waswide-init`
- `cty-borrow-manager-h`
- `cty-borrow-manager`
- `desert-part`
- `height-map-h`
- `height-map`
- `traffic-height-map`
- `vehicle-control`
- `hvehicle-h`
- `hvehicle`
- `hvehicle-effects`
- `hvehicle-physics`
- `hvehicle-util`
- `glider-h`
- `glider-hud`
- `glider-manager`
- `glider-ring`
- `glider-ring-part`
- `h-glider`
- `hanga-init`
- `was-pre-game`
- `was-leaper-race`
- `flut-racer`
- `desert-scenes`
- `desert-lizard-h`
- `desert-lizard-task`
- `desert-lizard`
- `throne-scenes`
- `waspal-mood`
- `waspala-obs`
- `waspala-part`
- `deswalk-obs`
- `deswalk-part`
- `terraformer-drone`
- `terraformer-head`
- `terraformer-part`
- `terraformer-setup`
2024-04-22 18:43:51 +02:00

396 lines
19 KiB
Common Lisp

;;-*-Lisp-*-
(in-package goal)
;; name: hover-nav-sewg.gc
;; name in dgo: hover-nav-sewg
;; dgos: SEA
;; DECOMP BEGINS
(define *sewg-adjacency*
(new 'static 'nav-network-data
:node-array (new 'static 'boxed-array :type nav-network-info
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :parent #f)
:pos (new 'static 'vector :x 975749.1 :y -536657.94 :z 693002.25 :w 1.0)
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 1 :dist 72007.68)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 1 :parent #f)
:pos (new 'static 'vector :x 981688.3 :y -465018.88 :z 688947.2 :w 1.0)
:index 1
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :dist 72007.68)
(new 'static 'nav-network-adjacency :index 2 :dist 36495.36)
(new 'static 'nav-network-adjacency :index 3 :dist 66232.32)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 2 :parent #f)
:pos (new 'static 'vector :x 980828.2 :y -465018.88 :z 652451.8 :w 1.0)
:index 2
:count 5
:adjacency (new 'static 'inline-array nav-network-adjacency 5
(new 'static 'nav-network-adjacency :index 1 :dist 36495.36)
(new 'static 'nav-network-adjacency :index 3 :dist 79667.2)
(new 'static 'nav-network-adjacency :index 4 :dist 119562.24)
(new 'static 'nav-network-adjacency :index 7 :dist 38256.64)
(new 'static 'nav-network-adjacency :index 21 :dist 60538.88)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 3 :parent #f)
:pos (new 'static 'vector :x 1047552.0 :y -465018.88 :z 695910.4 :w 1.0)
:index 3
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 1 :dist 66232.32)
(new 'static 'nav-network-adjacency :index 2 :dist 79667.2)
(new 'static 'nav-network-adjacency :index 21 :dist 78888.96)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 4 :parent #f)
:pos (new 'static 'vector :x 861306.9 :y -465018.88 :z 649584.6 :w 1.0)
:index 4
:count 4
:adjacency (new 'static 'inline-array nav-network-adjacency 4
(new 'static 'nav-network-adjacency :index 2 :dist 119562.24)
(new 'static 'nav-network-adjacency :index 5 :dist 147046.4)
(new 'static 'nav-network-adjacency :index 9 :dist 35962.88)
(new 'static 'nav-network-adjacency :index 10 :dist 37478.4)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 5 :parent #f)
:pos (new 'static 'vector :x 714260.5 :y -465018.88 :z 651714.56 :w 1.0)
:index 5
:count 6
:adjacency (new 'static 'inline-array nav-network-adjacency 6
(new 'static 'nav-network-adjacency :index 4 :dist 147046.4)
(new 'static 'nav-network-adjacency :index 6 :dist 158597.12)
(new 'static 'nav-network-adjacency :index 11 :dist 48988.16)
(new 'static 'nav-network-adjacency :index 12 :dist 43417.6)
(new 'static 'nav-network-adjacency :index 13 :dist 48005.12)
(new 'static 'nav-network-adjacency :index 14 :dist 40345.6)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 6 :parent #f)
:pos (new 'static 'vector :x 555991.06 :y -455557.12 :z 655319.06 :w 1.0)
:index 6
:count 2
:adjacency (new 'static 'inline-array nav-network-adjacency 2
(new 'static 'nav-network-adjacency :index 5 :dist 158597.12)
(new 'static 'nav-network-adjacency :index 11 :dist 134881.28)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 7 :parent #f)
:pos (new 'static 'vector :x 986931.2 :y -465018.88 :z 614686.75 :w 1.0)
:index 7
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 2 :dist 38256.64)
(new 'static 'nav-network-adjacency :index 8 :dist 200007.69)
(new 'static 'nav-network-adjacency :index 21 :dist 44359.68)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 8 :parent #f)
:pos (new 'static 'vector :x 991109.1 :y -664903.7 :z 620421.1 :w 1.0)
:index 8
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 7 :dist 200007.69)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 9 :parent #f)
:pos (new 'static 'vector :x 853852.2 :y -465018.88 :z 614400.0 :w 1.0)
:index 9
:count 2
:adjacency (new 'static 'inline-array nav-network-adjacency 2
(new 'static 'nav-network-adjacency :index 4 :dist 35962.88)
(new 'static 'nav-network-adjacency :index 20 :dist 92897.28)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 10 :parent #f)
:pos (new 'static 'vector :x 855490.56 :y -465018.88 :z 686612.5 :w 1.0)
:index 10
:count 2
:adjacency (new 'static 'inline-array nav-network-adjacency 2
(new 'static 'nav-network-adjacency :index 4 :dist 37478.4)
(new 'static 'nav-network-adjacency :index 19 :dist 92569.6)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 11 :parent #f)
:pos (new 'static 'vector :x 683827.2 :y -465018.88 :z 613335.06 :w 1.0)
:index 11
:count 4
:adjacency (new 'static 'inline-array nav-network-adjacency 4
(new 'static 'nav-network-adjacency :index 5 :dist 48988.16)
(new 'static 'nav-network-adjacency :index 6 :dist 134881.28)
(new 'static 'nav-network-adjacency :index 12 :dist 45998.08)
(new 'static 'nav-network-adjacency :index 15 :dist 92241.92)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 12 :parent #f)
:pos (new 'static 'vector :x 729784.3 :y -465018.88 :z 611164.2 :w 1.0)
:index 12
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 5 :dist 43417.6)
(new 'static 'nav-network-adjacency :index 11 :dist 45998.08)
(new 'static 'nav-network-adjacency :index 18 :dist 92241.92)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 13 :parent #f)
:pos (new 'static 'vector :x 679362.56 :y -465018.88 :z 684646.4 :w 1.0)
:index 13
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 5 :dist 48005.12)
(new 'static 'nav-network-adjacency :index 14 :dist 43991.04)
(new 'static 'nav-network-adjacency :index 16 :dist 91955.2)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 14 :parent #f)
:pos (new 'static 'vector :x 722862.06 :y -465018.88 :z 691118.06 :w 1.0)
:index 14
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 5 :dist 40345.6)
(new 'static 'nav-network-adjacency :index 13 :dist 43991.04)
(new 'static 'nav-network-adjacency :index 17 :dist 93224.96)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 15 :parent #f)
:pos (new 'static 'vector :x 671703.06 :y -556482.56 :z 613744.6 :w 1.0)
:index 15
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 11 :dist 92241.92)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 16 :parent #f)
:pos (new 'static 'vector :x 678051.8 :y -556482.56 :z 693985.25 :w 1.0)
:index 16
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 13 :dist 91955.2)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 17 :parent #f)
:pos (new 'static 'vector :x 730480.6 :y -556482.56 :z 707543.06 :w 1.0)
:index 17
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 14 :dist 93224.96)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 18 :parent #f)
:pos (new 'static 'vector :x 726097.94 :y -556482.56 :z 599531.5 :w 1.0)
:index 18
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 12 :dist 92241.92)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 19 :parent #f)
:pos (new 'static 'vector :x 845987.8 :y -556482.56 :z 697425.94 :w 1.0)
:index 19
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 10 :dist 92569.6)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 20 :parent #f)
:pos (new 'static 'vector :x 842752.0 :y -556482.56 :z 602480.6 :w 1.0)
:index 20
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 9 :dist 92897.28)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 21 :parent #f)
:pos (new 'static 'vector :x 1031127.06 :y -465018.88 :z 618782.75 :w 1.0)
:index 21
:count 4
:adjacency (new 'static 'inline-array nav-network-adjacency 4
(new 'static 'nav-network-adjacency :index 2 :dist 60538.88)
(new 'static 'nav-network-adjacency :index 3 :dist 78888.96)
(new 'static 'nav-network-adjacency :index 7 :dist 44359.68)
(new 'static 'nav-network-adjacency :index 22 :dist 80281.6)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 22 :parent #f)
:pos (new 'static 'vector :x 1039892.5 :y -544604.2 :z 612433.94 :w 1.0)
:index 22
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 21 :dist 80281.6)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 23 :parent #f)
:pos (new 'static 'vector :x 587776.0 :y -454410.25 :z 964075.5 :w 1.0)
:index 23
:sub-graph 1
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 24 :dist 44933.12)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 24 :parent #f)
:pos (new 'static 'vector :x 542842.9 :y -454410.25 :z 964157.44 :w 1.0)
:index 24
:sub-graph 1
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 23 :dist 44933.12)
(new 'static 'nav-network-adjacency :index 25 :dist 46243.84)
(new 'static 'nav-network-adjacency :index 27 :dist 52592.64)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 25 :parent #f)
:pos (new 'static 'vector :x 496599.03 :y -454410.25 :z 963993.6 :w 1.0)
:index 25
:sub-graph 1
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 24 :dist 46243.84)
(new 'static 'nav-network-adjacency :index 26 :dist 49479.68)
(new 'static 'nav-network-adjacency :index 28 :dist 55214.08)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 26 :parent #f)
:pos (new 'static 'vector :x 447078.4 :y -454410.25 :z 963829.75 :w 1.0)
:index 26
:sub-graph 1
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 25 :dist 49479.68)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 27 :parent #f)
:pos (new 'static 'vector :x 539279.4 :y -454410.25 :z 1016627.2 :w 1.0)
:index 27
:sub-graph 1
:count 4
:adjacency (new 'static 'inline-array nav-network-adjacency 4
(new 'static 'nav-network-adjacency :index 24 :dist 52592.64)
(new 'static 'nav-network-adjacency :index 28 :dist 48783.36)
(new 'static 'nav-network-adjacency :index 29 :dist 126074.88)
(new 'static 'nav-network-adjacency :index 30 :dist 131891.2)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 28 :parent #f)
:pos (new 'static 'vector :x 490536.97 :y -454410.25 :z 1018880.0 :w 1.0)
:index 28
:sub-graph 1
:count 4
:adjacency (new 'static 'inline-array nav-network-adjacency 4
(new 'static 'nav-network-adjacency :index 25 :dist 55214.08)
(new 'static 'nav-network-adjacency :index 27 :dist 48783.36)
(new 'static 'nav-network-adjacency :index 30 :dist 128245.76)
(new 'static 'nav-network-adjacency :index 31 :dist 137216.0)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 29 :parent #f)
:pos (new 'static 'vector :x 554188.8 :y -558612.5 :z 1086013.5 :w 1.0)
:index 29
:sub-graph 1
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 27 :dist 126074.88)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 30 :parent #f)
:pos (new 'static 'vector :x 508600.3 :y -558612.5 :z 1091420.1 :w 1.0)
:index 30
:sub-graph 1
:count 2
:adjacency (new 'static 'inline-array nav-network-adjacency 2
(new 'static 'nav-network-adjacency :index 27 :dist 131891.2)
(new 'static 'nav-network-adjacency :index 28 :dist 128245.76)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 31 :parent #f)
:pos (new 'static 'vector :x 438845.44 :y -558612.5 :z 1091625.0 :w 1.0)
:index 31
:sub-graph 1
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 28 :dist 137216.0)
)
)
)
:edge-array (new 'static 'boxed-array :type nav-network-edge
(new 'static 'nav-network-edge :end-index 1 :radius 16384.0)
(new 'static 'nav-network-edge :start-index 1 :end-index 2 :radius 16384.0)
(new 'static 'nav-network-edge :start-index 2 :end-index 4 :radius 16384.0)
(new 'static 'nav-network-edge :start-index 2 :end-index 7 :radius 16384.0)
(new 'static 'nav-network-edge :start-index 2 :end-index 21 :radius 16384.0)
(new 'static 'nav-network-edge :start-index 3 :end-index 1 :radius 8396.8)
(new 'static 'nav-network-edge :start-index 3 :end-index 2 :radius 13516.8)
(new 'static 'nav-network-edge :start-index 3 :end-index 21 :radius 18432.0)
(new 'static 'nav-network-edge :start-index 4 :end-index 5 :radius 15564.8)
(new 'static 'nav-network-edge :start-index 4 :end-index 9 :radius 10158.08)
(new 'static 'nav-network-edge :start-index 4 :end-index 10 :radius 9830.4)
(new 'static 'nav-network-edge :start-index 5 :end-index 6 :radius 14336.0)
(new 'static 'nav-network-edge :start-index 5 :end-index 11 :radius 16384.0)
(new 'static 'nav-network-edge :start-index 5 :end-index 12 :radius 6758.4)
(new 'static 'nav-network-edge :start-index 5 :end-index 13 :radius 16384.0)
(new 'static 'nav-network-edge :start-index 5 :end-index 14 :radius 6799.36)
(new 'static 'nav-network-edge :start-index 7 :end-index 8 :radius 16384.0)
(new 'static 'nav-network-edge :start-index 11 :end-index 6 :radius 23347.2)
(new 'static 'nav-network-edge :start-index 12 :end-index 11 :radius 16384.0)
(new 'static 'nav-network-edge :start-index 13 :end-index 14 :radius 16384.0)
(new 'static 'nav-network-edge :start-index 15 :end-index 11 :radius 16384.0)
(new 'static 'nav-network-edge :start-index 16 :end-index 13 :radius 5734.4)
(new 'static 'nav-network-edge :start-index 17 :end-index 14 :radius 7782.4)
(new 'static 'nav-network-edge :start-index 18 :end-index 12 :radius 6553.6)
(new 'static 'nav-network-edge :start-index 19 :end-index 10 :radius 8601.6)
(new 'static 'nav-network-edge :start-index 20 :end-index 9 :radius 7987.2)
(new 'static 'nav-network-edge :start-index 21 :end-index 7 :radius 13516.8)
(new 'static 'nav-network-edge :start-index 22 :end-index 21 :radius 16384.0)
(new 'static 'nav-network-edge :start-index 23 :end-index 24 :radius 16384.0 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 24 :end-index 25 :radius 16384.0 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 25 :end-index 26 :radius 16384.0 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 27 :end-index 24 :radius 16384.0 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 27 :end-index 28 :radius 16384.0 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 28 :end-index 25 :radius 16384.0 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 29 :end-index 27 :radius 16384.0 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 30 :end-index 27 :radius 16384.0 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 30 :end-index 28 :radius 16384.0 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 31 :end-index 28 :radius 16384.0 :sub-graph 1)
)
)
)