From 86b0fa842ca15de9717c91574216561df45567ae Mon Sep 17 00:00:00 2001 From: Rob Kelly Date: Tue, 17 Jun 2025 17:54:27 -0600 Subject: [PATCH] Broke up ghost ship level into smaller room chunks --- levels/ghost_ship/environment_3.tres | 1 + levels/ghost_ship/ghost_ship.tscn | 2 +- levels/ghost_ship/ghost_ship_level.tscn | 6150 +---------------- levels/ghost_ship/level/airlock/airlock.tscn | 417 ++ .../{ => level}/airlock/floor_mask.png | 0 .../{ => level}/airlock/floor_mask.png.import | 8 +- .../level/corridor_1/corridor_1.tscn | 441 ++ .../level/corridor_2/corridor_2.tscn | 325 + .../level/corridor_3/corridor_3.tscn | 671 ++ .../level/crew_quarters/crew_quarters.tscn | 1150 +++ levels/ghost_ship/level/medbay/medbay.tscn | 1554 +++++ .../ghost_ship/level/mess_hall/mess_hall.tscn | 598 ++ .../level/ops_center/ops_center.tscn | 1138 +++ src/world/world.tscn | 2 +- vault/TODO.md | 2 +- 15 files changed, 6455 insertions(+), 6004 deletions(-) create mode 100644 levels/ghost_ship/level/airlock/airlock.tscn rename levels/ghost_ship/{ => level}/airlock/floor_mask.png (100%) rename levels/ghost_ship/{ => level}/airlock/floor_mask.png.import (58%) create mode 100644 levels/ghost_ship/level/corridor_1/corridor_1.tscn create mode 100644 levels/ghost_ship/level/corridor_2/corridor_2.tscn create mode 100644 levels/ghost_ship/level/corridor_3/corridor_3.tscn create mode 100644 levels/ghost_ship/level/crew_quarters/crew_quarters.tscn create mode 100644 levels/ghost_ship/level/medbay/medbay.tscn create mode 100644 levels/ghost_ship/level/mess_hall/mess_hall.tscn create mode 100644 levels/ghost_ship/level/ops_center/ops_center.tscn diff --git a/levels/ghost_ship/environment_3.tres b/levels/ghost_ship/environment_3.tres index d665354..d3834d3 100644 --- a/levels/ghost_ship/environment_3.tres +++ b/levels/ghost_ship/environment_3.tres @@ -31,6 +31,7 @@ ssil_radius = 0.4 ssil_intensity = 2.5 ssil_normal_rejection = 0.73 sdfgi_enabled = true +sdfgi_read_sky_light = false sdfgi_cascades = 7 glow_enabled = true glow_levels/1 = 16.0 diff --git a/levels/ghost_ship/ghost_ship.tscn b/levels/ghost_ship/ghost_ship.tscn index f5a2fb1..8ecc39d 100644 --- a/levels/ghost_ship/ghost_ship.tscn +++ b/levels/ghost_ship/ghost_ship.tscn @@ -46,7 +46,7 @@ stream_10/weight = 0.2 script = ExtResource("1_law5k") id = "ghost_ship" pretty_name = "HK-409 Dogtooth cargo depot" -version = 1 +version = 2 [node name="WorldEnvironment" type="WorldEnvironment" parent="."] environment = ExtResource("1_h081y") diff --git a/levels/ghost_ship/ghost_ship_level.tscn b/levels/ghost_ship/ghost_ship_level.tscn index 993c94b..8b535e0 100644 --- a/levels/ghost_ship/ghost_ship_level.tscn +++ b/levels/ghost_ship/ghost_ship_level.tscn @@ -1,99 +1,20 @@ -[gd_scene load_steps=248 format=4 uid="uid://crydi5cjgfwe5"] +[gd_scene load_steps=17 format=3 uid="uid://crydi5cjgfwe5"] [ext_resource type="PackedScene" uid="uid://oowut88kr2ox" path="res://levels/ghost_ship/player_ship/player_ship.tscn" id="1_2pyr1"] -[ext_resource type="PackedScene" uid="uid://c2omlx4ptrc01" path="res://src/world/gunk_body/gunk_body.tscn" id="2_2egij"] -[ext_resource type="Texture2D" uid="uid://dthjo3ymo7say" path="res://levels/ghost_ship/airlock/floor_mask.png" id="3_35kna"] -[ext_resource type="ArrayMesh" uid="uid://dpr5cgq743f4s" path="res://assets/level/floor/floor_9x9.mesh" id="6_6giaa"] -[ext_resource type="ArrayMesh" uid="uid://bumwpsm42csme" path="res://assets/level/ceiling/ceiling_9x9.mesh" id="7_otfxe"] -[ext_resource type="Texture2D" uid="uid://m2qxenym1otw" path="res://assets/level/wall/wall_2_C.png" id="13_fll4m"] -[ext_resource type="Texture2D" uid="uid://begn6qloo0m1q" path="res://assets/level/wall/wall_2_M.png" id="14_dly4i"] -[ext_resource type="Texture2D" uid="uid://bn4nrclcovuej" path="res://assets/level/wall/wall_1_C.png" id="14_gim1e"] -[ext_resource type="Texture2D" uid="uid://da3nqwmiwbu8s" path="res://assets/level/wall/wall_1_M.png" id="15_6giaa"] -[ext_resource type="Material" uid="uid://c1vy4bkwb1g5m" path="res://assets/materials/gunk_lowrez.material" id="15_np3w4"] -[ext_resource type="Texture2D" uid="uid://cpdrvdu3qt62t" path="res://assets/level/wall/wall_2_N.png" id="15_rp2qp"] -[ext_resource type="Texture2D" uid="uid://ba5vvrx730go8" path="res://assets/level/wall/wall_2_R.png" id="16_if0c2"] -[ext_resource type="Texture2D" uid="uid://bujelwt4b5d0s" path="res://assets/level/wall/wall_1_N.png" id="16_otfxe"] -[ext_resource type="ArrayMesh" uid="uid://bx00qgk2dyjrw" path="res://assets/level/wall/wall_2.mesh" id="16_sqa4l"] +[ext_resource type="PackedScene" uid="uid://cwhmn3w8hoads" path="res://levels/ghost_ship/level/airlock/airlock.tscn" id="2_dxmep"] +[ext_resource type="PackedScene" uid="uid://ddmgqfhiv3aag" path="res://levels/ghost_ship/level/corridor_1/corridor_1.tscn" id="4_4akax"] +[ext_resource type="PackedScene" uid="uid://s1ab8rt2blyd" path="res://levels/ghost_ship/level/mess_hall/mess_hall.tscn" id="6_mgo71"] +[ext_resource type="PackedScene" uid="uid://6mggsi84ok1n" path="res://levels/ghost_ship/level/corridor_2/corridor_2.tscn" id="9_uc45a"] +[ext_resource type="PackedScene" uid="uid://dsh8cjxq75d03" path="res://levels/ghost_ship/level/crew_quarters/crew_quarters.tscn" id="10_p11ap"] +[ext_resource type="PackedScene" uid="uid://cnqvb6q8tyxmd" path="res://levels/ghost_ship/level/corridor_3/corridor_3.tscn" id="11_d1yty"] +[ext_resource type="PackedScene" uid="uid://b3h2ldhluwco" path="res://levels/ghost_ship/level/medbay/medbay.tscn" id="13_ruwlj"] +[ext_resource type="PackedScene" uid="uid://b4o21udtetijo" path="res://levels/ghost_ship/level/ops_center/ops_center.tscn" id="14_0idgf"] [ext_resource type="PackedScene" uid="uid://b6eg8t04rkh0c" path="res://src/props/wall_switch/wall_switch.tscn" id="17_0idgf"] -[ext_resource type="Texture2D" uid="uid://dwi2opqp2s8ak" path="res://assets/level/wall/wall_1_R.png" id="17_smvh1"] -[ext_resource type="PackedScene" uid="uid://b7ycqk0r7n2t" path="res://assets/props/eva_suit/eva_suit.gltf" id="18_wqqoq"] -[ext_resource type="PackedScene" uid="uid://dl6vekf0joac4" path="res://src/props/eva_suit/eva_suit.tscn" id="19_anoak"] -[ext_resource type="PackedScene" uid="uid://2yqi5u5eo025" path="res://src/world/gunk_node/grunk_nodule.tscn" id="19_ji5cn"] -[ext_resource type="ArrayMesh" uid="uid://c66fwpu8pe7ti" path="res://assets/props/tarp_crate/tarp_crate_2.obj" id="19_np3w4"] -[ext_resource type="Texture2D" uid="uid://bn8jtn1sbfved" path="res://assets/props/tarp_crate/tarp_crate_logo_C.png" id="20_vt4uw"] -[ext_resource type="Texture2D" uid="uid://c7txl2h0vpp6n" path="res://assets/props/tarp_crate/tarp_crate_logo_M.png" id="21_rigxx"] -[ext_resource type="Texture2D" uid="uid://b30kaqo2dlgtu" path="res://assets/props/tarp_crate/tarp_crate_logo_N.png" id="22_np3w4"] -[ext_resource type="Texture2D" uid="uid://cv2kg5mgildw6" path="res://assets/props/tarp_crate/tarp_crate_logo_R.png" id="23_wms8g"] -[ext_resource type="ArrayMesh" uid="uid://cd7vwjss7qytk" path="res://assets/props/crate_long/crate_long.obj" id="24_wms8g"] -[ext_resource type="PackedScene" uid="uid://30o8ltnnxpxo" path="res://src/effects/floating_dust.tscn" id="25_6giaa"] -[ext_resource type="ArrayMesh" uid="uid://cqd0a7ousx01n" path="res://assets/level/hallway/hallway_1.mesh" id="25_smvh1"] -[ext_resource type="PackedScene" uid="uid://cppd3scvxf3eg" path="res://src/props/crate_long/crate_long.tscn" id="26_otfxe"] -[ext_resource type="ArrayMesh" uid="uid://bm0ryb1t7ha7e" path="res://assets/level/t-junction/t-junction_1.mesh" id="27_17ivy"] -[ext_resource type="Texture2D" uid="uid://cd0w8eqpount3" path="res://assets/props/crate_long/crate_long_C.png" id="27_lfacn"] -[ext_resource type="Texture2D" uid="uid://da5p04vbiy3xe" path="res://assets/props/crate_long/crate_long_M.png" id="28_f0xh4"] -[ext_resource type="ArrayMesh" uid="uid://b3f5p4o7qr1mf" path="res://assets/level/t-junction/t-junction_2.mesh" id="28_ji5cn"] -[ext_resource type="Material" uid="uid://dmolqtdktqdsl" path="res://levels/ghost_ship/guide_sign/airlock_sign.material" id="28_nomhm"] -[ext_resource type="ArrayMesh" uid="uid://c785n3j3aq4sf" path="res://assets/level/wall/wall_1.mesh" id="29_35kna"] -[ext_resource type="PackedScene" uid="uid://rykf34p8n8x6" path="res://src/props/overhead_light/burnout_light.tscn" id="29_lfacn"] -[ext_resource type="Texture2D" uid="uid://bsovubygl3go2" path="res://assets/props/crate_long/crate_long_N.png" id="29_nmnkj"] -[ext_resource type="ArrayMesh" uid="uid://xn5nceqby4wd" path="res://assets/level/wall/wall_3.mesh" id="30_ji5cn"] -[ext_resource type="Texture2D" uid="uid://b1m1my5q2vlwi" path="res://assets/props/crate_long/crate_long_R.png" id="30_u2hqf"] -[ext_resource type="ArrayMesh" uid="uid://5jt7xxr05lw3" path="res://assets/level/hallway/hallway_2.mesh" id="31_ji5cn"] -[ext_resource type="PackedScene" uid="uid://cjqayfrj2oxyr" path="res://src/props/tarp_crate/tarp_crate_logo.tscn" id="32_sogkw"] -[ext_resource type="ArrayMesh" uid="uid://d0sdsir1hqnbu" path="res://assets/level/wall/wall_4.mesh" id="33_4a0u4"] -[ext_resource type="ArrayMesh" uid="uid://c4klxlj1oop7t" path="res://assets/level/hallway/hallway_4.mesh" id="33_okeuk"] -[ext_resource type="Material" uid="uid://dutkfm4ek0ysh" path="res://assets/materials/gunk_bright.material" id="34_wms8g"] -[ext_resource type="ArrayMesh" uid="uid://c2pruwilyqs07" path="res://assets/level/floor/floor_6x9.mesh" id="35_6giaa"] -[ext_resource type="ArrayMesh" uid="uid://dkh2r61ydupb7" path="res://assets/level/floor/floor_2.mesh" id="35_d8p6j"] [ext_resource type="PackedScene" uid="uid://cubwniraol1qn" path="res://src/props/bulkhead/bulkhead.tscn" id="35_f0xh4"] -[ext_resource type="ArrayMesh" uid="uid://dbgk0kdg1vufk" path="res://assets/level/ceiling/ceiling_1.mesh" id="36_gim1e"] -[ext_resource type="Texture2D" uid="uid://ddjth5slpjrcd" path="res://assets/level/ceiling/ceiling_1_C.png" id="36_kp5n7"] -[ext_resource type="Material" uid="uid://b8xdnogrfefvf" path="res://levels/ghost_ship/guide_sign/mess_hall_sign.material" id="36_sogkw"] -[ext_resource type="Texture2D" uid="uid://bs1fx1h0tddde" path="res://assets/level/ceiling/ceiling_1_M.png" id="37_lfacn"] -[ext_resource type="Texture2D" uid="uid://bmwmajwul60ti" path="res://assets/level/ceiling/ceiling_1_N.png" id="38_f0xh4"] -[ext_resource type="Material" uid="uid://dt73a25l7h8if" path="res://levels/ghost_ship/guide_sign/crew_quarters_sign.material" id="38_ojd88"] -[ext_resource type="PackedScene" uid="uid://dgqx1h4dtkwma" path="res://src/world/mechanics/trigger/gunk_trigger.tscn" id="38_opukp"] -[ext_resource type="PackedScene" uid="uid://bttust5ohud8e" path="res://src/world/mechanics/relay/gunk_relay.tscn" id="39_6glsq"] -[ext_resource type="PackedScene" uid="uid://d2feet02a603e" path="res://src/props/overhead_light/overhead_light.tscn" id="39_kp5n7"] -[ext_resource type="Texture2D" uid="uid://8hav47a84uk" path="res://assets/level/ceiling/ceiling_1_R.png" id="39_nmnkj"] -[ext_resource type="PackedScene" uid="uid://dgeg3kkogm71m" path="res://src/world/mechanics/alarm/gunk_alarm.tscn" id="40_nomhm"] -[ext_resource type="PackedScene" uid="uid://dtus42gmb1kqq" path="res://src/props/vending_machine/vending_machine.tscn" id="41_h1nog"] [ext_resource type="PackedScene" uid="uid://ctr56p23cvupu" path="res://src/props/retinal_scanner/retinal_scanner.tscn" id="41_u2hqf"] -[ext_resource type="PackedScene" uid="uid://bn8fdu4houoo2" path="res://src/world/world_item/world_item.tscn" id="43_f0xh4"] -[ext_resource type="PackedScene" uid="uid://bpsiwx1517pk1" path="res://src/props/tarp_crate/tarp_crate.tscn" id="43_ojd88"] -[ext_resource type="Resource" uid="uid://c6ynovu3h6twl" path="res://levels/ghost_ship/item_data/eyeballs.tres" id="44_nmnkj"] -[ext_resource type="ArrayMesh" uid="uid://cojfnrek4kgbb" path="res://assets/props/guide_sign/guide_sign.obj" id="45_mcskc"] -[ext_resource type="Material" uid="uid://lp1osos3aqdl" path="res://levels/ghost_ship/guide_sign/ops_sign.material" id="46_anoak"] -[ext_resource type="PackedScene" uid="uid://ca7b5gjl3ri0p" path="res://src/props/cafe_table/cafe_table.tscn" id="46_rigxx"] -[ext_resource type="PackedScene" uid="uid://c8pkhw0b47xdd" path="res://src/props/cupboard/cupboard.tscn" id="46_vt4uw"] -[ext_resource type="Texture2D" uid="uid://c0a6flcoixsr2" path="res://assets/level/floor/floor_1_C.png" id="47_1h5r5"] -[ext_resource type="PackedScene" uid="uid://cklppdtyaadlo" path="res://src/props/trash_can/trash_can.tscn" id="48_0ij5m"] -[ext_resource type="Texture2D" uid="uid://dxuxhlycaamcy" path="res://assets/level/floor/floor_1_M.png" id="48_8r2kq"] -[ext_resource type="Texture2D" uid="uid://d2xq0uvxh2ojk" path="res://assets/props/vending_machine/vending_machine_C.png" id="48_rigxx"] -[ext_resource type="Texture2D" uid="uid://bgc8oqsnimb8i" path="res://assets/level/floor/floor_1_N.png" id="49_2qkxu"] [ext_resource type="Script" uid="uid://cvx514gdjd5ev" path="res://src/world/meet_spook/meet_spook.gd" id="49_dxmep"] -[ext_resource type="Texture2D" uid="uid://d0xe37qm3k7d8" path="res://assets/props/vending_machine/vending_machine_E.png" id="49_np3w4"] -[ext_resource type="Material" uid="uid://dva6ivs2hap53" path="res://levels/ghost_ship/guide_sign/medbay_sign.material" id="50_h1nog"] -[ext_resource type="Texture2D" uid="uid://23uupxc78b8n" path="res://assets/level/floor/floor_1_R.png" id="50_ii88q"] -[ext_resource type="Texture2D" uid="uid://dkilg200w8x4y" path="res://assets/props/vending_machine/vending_machine_M.png" id="50_wms8g"] -[ext_resource type="Texture2D" uid="uid://8v7jta2qdvut" path="res://assets/props/vending_machine/vending_machine_N.png" id="51_2ybo5"] -[ext_resource type="Material" uid="uid://bo81yn72cb0bq" path="res://levels/ghost_ship/guide_sign/cargo_bay_sign.material" id="51_pifep"] [ext_resource type="Script" uid="uid://cisuvlqvqfqgo" path="res://src/world/meet_spook/meet_spook_spawner.gd" id="52_4akax"] -[ext_resource type="Texture2D" uid="uid://gbvtbiurxrop" path="res://assets/props/vending_machine/vending_machine_R.png" id="52_mcskc"] [ext_resource type="PackedScene" uid="uid://cmmx0j4md4c5p" path="res://src/world/grunk_beast/slutch_beast/meet_spook_slutch/meet_spook_slutch.tscn" id="56_vt4uw"] -[ext_resource type="Texture2D" uid="uid://duvfb656uahuu" path="res://assets/level/guide_signs/guide_sign_mess_hall_C.png" id="62_1ckgi"] -[ext_resource type="Texture2D" uid="uid://dm50ac5enanm6" path="res://assets/level/guide_signs/guide_sign_mess_hall_E.png" id="63_drp1h"] -[ext_resource type="Texture2D" uid="uid://7qbnrtjmvl57" path="res://assets/props/guide_sign/guide_sign_M.png" id="64_dwjsf"] -[ext_resource type="Texture2D" uid="uid://d2h6ec1a0jm7c" path="res://assets/props/guide_sign/guide_sign_N.png" id="65_isly2"] -[ext_resource type="PackedScene" uid="uid://kctp5erogwcb" path="res://src/world/mechanics/listener/listener.tscn" id="65_np3w4"] -[ext_resource type="Texture2D" uid="uid://cjm8vlxnejx3w" path="res://assets/props/guide_sign/guide_sign_R.png" id="66_o1vcx"] -[ext_resource type="PackedScene" uid="uid://cvx5u0ttmri4q" path="res://src/props/sofa/sofa.tscn" id="70_dwjsf"] -[ext_resource type="PackedScene" uid="uid://h2gswdcxyotk" path="res://src/props/med_cart/med_cart.tscn" id="70_wqqoq"] -[ext_resource type="PackedScene" uid="uid://d0j20q65wnqsr" path="res://src/world/mechanics/heart/gunk_heart.tscn" id="74_rigxx"] -[ext_resource type="ArrayMesh" uid="uid://b17naqcl4ie21" path="res://assets/level/floor/floor_1.mesh" id="76_2ybo5"] -[ext_resource type="PackedScene" uid="uid://ctm84yms40858" path="res://src/props/railing/railing.tscn" id="80_wqqoq"] -[ext_resource type="PackedScene" uid="uid://oipf3w7hm5gf" path="res://src/props/operating_table/operating_table.tscn" id="84_isly2"] -[ext_resource type="ArrayMesh" uid="uid://bwyjukdclxjm5" path="res://assets/props/cryo_tank/cryo_tank.mesh" id="87_drp1h"] [sub_resource type="NavigationMesh" id="NavigationMesh_vt4uw"] vertices = PackedVector3Array(-3.5, -2.00426, -89.75, -2, -2.00426, -89.75, -1.75, -2.25426, -90.25, -3.5, -2.50426, -93.25, -3.5, -2.50426, -90.9167, 3.75, -2.50426, -92.5, 3.75, -2.50426, -94.75, 2.25, -2.50426, -94.5, 3, -2.50426, -89.5, 3.75, -2.50426, -90, -0.5, -2.50426, -90, -1.5, -2.50426, -96.5, -3.5, -2.50426, -96.5, -0.5, -2.50426, -87.5, 3, -2.50426, -87.5, 0.75, -2.50426, -96.5, -2.75, 0.495737, -96.5, -3.5, 0.495737, -96.5, -3.5, 0.495737, -95.5, -2.25, 0.495737, -95.75, 3.75, 0.495737, -86.75, 3.75, 0.495737, -89.25, 2.5, 0.495737, -88.5, 3, 0.495737, -86.25, -1, 0.495737, -95.5, 0, 0.495737, -95.75, 2.5, 0.495737, -85.5, 3, 0.495737, -84, 3.75, 0.495737, -80.25, 3.75, 0.495737, -81, 3, 0.495737, -81.5, 1.75, 0.495737, -81.5, 0, 0.495737, -80.5, 3.75, 0.495737, -96.5, 2.75, 0.495737, -96.5, 2.25, 0.495737, -95.75, 2.5, 0.495737, -94.75, 3.75, 0.495737, -94.25, 1.75, 0.495737, -95.5, 2.5, 0.495737, -82.25, -1.75, 0.495737, -81.5, -3.5, 0.495737, -80.5, -3.5, -1.25426, -87.5, -2, -0.754263, -85.75, -2.25, 0.495737, -82, -3.5, 0.245737, -83, -3.5, -0.504263, -85.25, 2.5, 0.495737, -91.75, 3.75, 0.495737, -91.75, -3.5, -2.50426, -80.5, -2, -2.50426, -80.25, -1.5, -2.50426, -81, -1, -2.50426, -83.75, -3.5, -2.50426, -83.75, -0.5, -2.50426, -84.25, 2.25, -2.50426, -81, 3, -2.50426, -81.75, 3, -2.50426, -84.75, 0.75, 0.495737, -77.5, 0.5, 0.495737, -78.5, -0.5, 0.495737, -78.5, -0.5, 0.495737, -75.75, 0.75, 0.495737, -74.75, -0.5, 0.495737, -59.25, -0.5, 0.495737, -56.5, 0.75, 0.495737, -56.75, 0.75, 0.495737, -59.75, -1, 0.495737, -65.25, -0.5, 0.495737, -64.75, 0.75, 0.495737, -65.75, -0.5, 0.495737, -67.25, -1.25, 0.495737, -66.5, -0.5, 0.495737, -73, 0.75, 0.495737, -71.75, -4.25, 0.495737, -66.5, -7, 0.495737, -66.5, -6.75, 0.495737, -65.25, -4, 0.495737, -65.25, -0.5, 0.495737, -70.25, 0.75, 0.495737, -68.75, 0.75, 0.495737, -62.75, -0.5, 0.495737, -62, -9.75, 0.495737, -66.5, -12.5, 0.495737, -66.5, -12.5, 0.495737, -65.25, -9.75, 0.495737, -65.25, -0.5, 0.495737, -53.5, 0.75, 0.495737, -53.75, -21.75, 0.495737, -71, -20.25, 0.495737, -71, -20.25, 0.495737, -73.25, -25, 0.495737, -72.75, -24.5, 0.495737, -71.25, -20.25, 0.495737, -75.5, -24, 0.495737, -75.5, -27.5, 0.495737, -75.5, -27.5, 0.495737, -72.75, -15.5, 0.495737, -73.25, -15.5, 0.495737, -71, -14, 0.495737, -71, -11.25, 0.495737, -71.25, -10.75, 0.495737, -72.75, -12, 0.495737, -75.5, -15.5, 0.495737, -75.5, -8.25, 0.495737, -72.75, -8.25, 0.495737, -75.5, -21.5, 0.495737, -61.5, -20.25, 0.495737, -61.25, -19.75, 0.495737, -62.25, -21.5, 0.495737, -64, -16, 0.495737, -62.25, -15.5, 0.495737, -61.25, -14.25, 0.495737, -61.5, -14.5, 0.495737, -64.25, -21.5, 0.495737, -69, -20.25, 0.495737, -69, -18.75, 0.495737, -65.25, -17.25, 0.495737, -65.25, -19.5, 0.495737, -68.5, -21.5, 0.495737, -66.5, -19.75, 0.495737, -66.25, -14.5, 0.495737, -67.75, -15.75, 0.495737, -69, -16.5, 0.495737, -68.5, -16.25, 0.495737, -66.25, -26.25, 0.495737, -65.25, -23.5, 0.495737, -65.5, -23.5, 0.495737, -66.5, -26.75, 0.495737, -66.5, -36.5, 0.495737, -56.5, -36.5, 0.495737, -53.5, -35.25, 0.495737, -53.5, -35.25, 0.495737, -56.75, -36.25, 0.495737, -57.25, -29, 0.495737, -65.25, -29.75, 0.495737, -66.5, -36.5, 0.495737, -59.25, -36.25, 0.495737, -59.5, -32, 0.495737, -65.25, -32.75, 0.495737, -66.5, -35.25, 0.495737, -60, -35.25, 0.495737, -62.5, -36.5, 0.495737, -62.25, -34.75, 0.495737, -65.25, -35.75, 0.495737, -66.5, -35.75, 0.495737, -65.5, -36.5, 0.495737, -65, -35.25, 0.495737, -64.75, -22.25, 0.495737, -60.5, -20.25, 0.495737, -58.75, -25, 0.495737, -59.25, -27.5, 0.495737, -59.25, -27.5, 0.495737, -56.25, -24, 0.495737, -56.25, -24.5, 0.495737, -60.5, -20.25, 0.495737, -56.25, -13.75, 0.495737, -60.5, -15.5, 0.495737, -58.75, -8.25, 0.495737, -56.25, -8.25, 0.495737, -59.25, -10.75, 0.495737, -59.25, -12, 0.495737, -56.25, -11.25, 0.495737, -60.5, -15.5, 0.495737, -56.25, 0.75, 0.495737, -52, -0.5, 0.495737, -51.5, -1, 0.495737, -47.25, -0.5, 0.495737, -46.75, 0.75, 0.495737, -47.75, 0.75, 0.495737, -49.75, -0.5, 0.495737, -49.25, -1.25, 0.495737, -48.5, 1.25, 0.495737, -51.5, 1.25, 0.495737, -50.25, -0.5, 0.495737, -32.5, 0.75, 0.495737, -32.5, 0.75, 0.495737, -34.75, -0.5, 0.495737, -36.25, -0.5, 0.495737, -43.25, -0.5, 0.495737, -39.75, 0.75, 0.495737, -41.25, 0.75, 0.495737, -43.5, 0.75, 0.495737, -37, 3.5, 0.495737, -50.25, 3.5, 0.495737, -51.5, 0.75, 0.495737, -45.5, -4, 0.495737, -48.5, -6.5, 0.495737, -48.5, -6.5, 0.495737, -47.25, -3.75, 0.495737, -47.25, 0.75, 0.495737, -39.25, -26.25, 0.495737, -44.5, -24.25, 0.495737, -44.25, -24.25, 0.495737, -44.75, -27.5, 0.745737, -46.25, -28.5, 0.745737, -44.5, -24.5, 0.495737, -46.25, -27.5, 0.495737, -51.5, -28.75, 0.495737, -50.5, -26.75, 0.495737, -50.25, -24.5, 0.495737, -50.25, -23.5, 0.495737, -51.5, -31.5, 0.495737, -51.5, -31.5, 0.745737, -50.5, -23.25, 0.495737, -45.25, -24, 0.495737, -46.75, -32.75, 0.745737, -48.5, -33.75, 0.495737, -46.5, -32, 0.495737, -45.5, -30.5, 0.745737, -48, -24, 0.495737, -49.75, -23.25, 0.495737, -48.5, -35, 0.495737, -45, -35.25, 0.495737, -44.25, -32, 0.495737, -44.25, -35.75, 0.495737, -45, -36.25, 0.745737, -49.25, -35, 0.745737, -51.5, -38.5, 0.495737, -51.5, -38.5, 0.495737, -47.75, -37.5, 0.745737, -47.25, -37.5, 0.495737, -46.25, -38.25, 0.495737, -44.25, -15.5, 0.495737, -39, -15.25, 0.495737, -39, -15.25, 0.495737, -39.5, -15.75, 0.495737, -40.25, -9.75, 0.495737, -41, -10.25, 0.495737, -40.5, -9.25, 0.495737, -40.5, -11.25, 0.495737, -49.5, -11, 0.495737, -50.75, -14.25, 0.495737, -50.75, -14.5, 0.495737, -40.25, -13.75, 0.495737, -40.25, -13.75, 0.495737, -41, -14.75, 0.495737, -41.5, -18.25, 0.495737, -51.5, -21.5, 0.495737, -51.5, -21.5, 0.495737, -50.25, -18.25, 0.495737, -50.25, -9.75, 0.495737, -42.25, -9.25, 0.495737, -43.5, -14.75, 0.495737, -51.5, -15, 0.495737, -50.5, -10.75, 0.495737, -43.25, -11.5, 0.495737, -44.75, -11.5, 0.495737, -43.25, -14.5, 0.495737, -50, -14.5, 0.495737, -46.75, -11.5, 0.495737, -45.75, -10.5, 0.495737, -46.5, -14.5, 0.495737, -43.25, -8.5, 0.495737, -46, -8.75, 0.495737, -49, -10.75, 0.495737, -49, -0.25, 0.495737, -29.5, 0.75, 0.495737, -30, 0.75, 0.495737, -30.5, -1.5, 0.495737, -30.5, -1, 0.495737, -29.25, -10.5, 0.495737, -30.5, -12.75, 0.495737, -30.5, -13, 0.495737, -29.25, -10, 0.495737, -29.25, -26.25, 0.495737, -41.25, -26.5, 0.495737, -42.5, -27.5, 0.495737, -42.5, -27.5, 0.495737, -39.25, -26.25, 0.495737, -38.75, -6, 0.495737, -30.5, -8.25, 0.495737, -30.5, -7, 0.495737, -29.25, 0, 0.495737, -25.25, -0.25, 0.495737, -27.25, -0.5, 0.495737, -26, -0.5, 0.495737, -23.25, -27.5, 0.495737, -32.75, -27.5, 0.495737, -29.25, -26.75, 0.495737, -30.25, -26.25, 0.495737, -31, -26.25, 0.495737, -33.75, -27.5, 0.495737, -36, -26.25, 0.495737, -36.25, -0.5, 0.495737, -20.5, -0.5, 0.495737, -17.5, 0.75, 0.495737, -17.5, 0.75, 0.495737, -21.25, -4, 0.495737, -29.25, -3.75, 0.495737, -30.5, -0.5, 0.495737, -28.75, 0.75, 0.495737, -24.75, -25.75, 0.495737, -30.5, -25.5, 0.495737, -30.25, -23, 0.495737, -30.5, -17, 0.495737, -30.5, -18, 0.495737, -29.5, -16, 0.495737, -29.25, -15, 0.495737, -30.5, -24.75, 0.495737, -29.25, -22, 0.495737, -29.25, -19.75, 0.495737, -29.5, -20.25, 0.495737, -30.5, -19, 0.495737, -29.25, -16.25, 0.495737, -38, -14.75, 0.495737, -37.75, -14.25, 0.495737, -36.75, -12.75, 0.495737, -36.5, -13.5, 0.495737, -37.75, -17, 0.495737, -38, -17.25, 0.495737, -36.75, -9.25, 0.495737, -39, -10.25, 0.495737, -38, -11.25, 0.495737, -36.5, -10.5, 0.495737, -36.25, -8.25, 0.495737, -38.5, -10, 0.495737, -35.25, -8.25, 0.495737, -35.25, -3, 0.495737, -12.5, -3.5, 0.495737, -12.25, -3, 0.495737, -11.5, -1.25, 0.495737, -9, -3.5, 0.495737, -15.5, -3.5, 0.495737, -14.75, -3, 0.495737, -14.5, 0, 0.495737, -15.5, 3, 0.495737, -14.5, 3.75, 0.495737, -15, 3.75, 0.495737, -15.5, -0.75, 0.495737, -8.25, 0.75, 0.495737, -8.25, 2.25, 0.495737, -9.5, 2.25, 0.495737, -10.25, 3.5, 0.495737, -11.75, 3, 0.495737, -12.5, -3, 0.495737, -9.25) @@ -105,1387 +26,6 @@ agent_radius = 0.75 region_min_size = 14.0 edge_max_length = 4.0 -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_yvipw"] -data = PackedVector3Array(4.5, 0, 4.5, -4.5, 0, 4.5, 4.5, 0, -4.5, 4.5, 0, -4.5, -4.5, 0, 4.5, -4.5, 0, -4.5) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_d1yty"] -data = PackedVector3Array(4.5, 0, 4.5, -4.5, 0, 4.5, 4.5, 0, -4.5, 4.5, 0, -4.5, -4.5, 0, 4.5, -4.5, 0, -4.5) - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_48a1a"] -resource_local_to_scene = true -albedo_texture = ExtResource("14_gim1e") -metallic = 1.0 -metallic_texture = ExtResource("15_6giaa") -roughness_texture = ExtResource("17_smvh1") -normal_enabled = true -normal_texture = ExtResource("16_otfxe") -uv1_scale = Vector3(3, 1, 1) -texture_filter = 4 - -[sub_resource type="QuadMesh" id="QuadMesh_7y0xw"] -material = SubResource("StandardMaterial3D_48a1a") -size = Vector2(9, 3) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_2egij"] -data = PackedVector3Array(4.5, -1.5, 0, -4.5, -1.5, 0, 4.5, 1.5, 0, -4.5, -1.5, 0, -4.5, 1.5, 0, 4.5, 1.5, 0) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_ajjdt"] -data = PackedVector3Array(4.5, -1.5, 0, -4.5, -1.5, 0, 4.5, 1.5, 0, -4.5, -1.5, 0, -4.5, 1.5, 0, 4.5, 1.5, 0) - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_kp5n7"] -resource_local_to_scene = true -cull_mode = 2 -albedo_texture = ExtResource("13_fll4m") -metallic = 1.0 -metallic_texture = ExtResource("14_dly4i") -roughness_texture = ExtResource("16_if0c2") -normal_enabled = true -normal_texture = ExtResource("15_rp2qp") -uv1_scale = Vector3(1.167, 1, 1) -texture_filter = 4 - -[sub_resource type="QuadMesh" id="QuadMesh_kcek3"] -material = SubResource("StandardMaterial3D_kp5n7") -size = Vector2(3.5, 3) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_gim1e"] -data = PackedVector3Array(1.75, -1.5, 0, -1.75, -1.5, 0, 1.75, 1.5, 0, -1.75, -1.5, 0, -1.75, 1.5, 0, 1.75, 1.5, 0) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_6giaa"] -data = PackedVector3Array(1.75, -1.5, 0, -1.75, -1.5, 0, 1.75, 1.5, 0, -1.75, -1.5, 0, -1.75, 1.5, 0, 1.75, 1.5, 0) - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_f0xh4"] -resource_local_to_scene = true -cull_mode = 2 -albedo_texture = ExtResource("14_gim1e") -metallic = 1.0 -metallic_texture = ExtResource("15_6giaa") -roughness_texture = ExtResource("17_smvh1") -normal_enabled = true -normal_texture = ExtResource("16_otfxe") -uv1_scale = Vector3(0.667, 0.167, 1) -texture_filter = 4 - -[sub_resource type="QuadMesh" id="QuadMesh_1njh5"] -material = SubResource("StandardMaterial3D_f0xh4") -size = Vector2(2, 0.5) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_smvh1"] -data = PackedVector3Array(1, -0.25, 0, -1, -0.25, 0, 1, 0.25, 0, -1, -0.25, 0, -1, 0.25, 0, 1, 0.25, 0) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_p11ap"] -data = PackedVector3Array(1.5, 0, 1.5, -1.5, 0, 1.5, 1.5, 0, -1.5, 1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 0, -1.5) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_mcskc"] -data = PackedVector3Array(0, -1.3875, -0.45, -0.3, -1.5, -0.3696, 0, -1.5, -0.45, 0, -1.3875, -0.45, -0.3, -1.3875, -0.3696, -0.3, -1.5, -0.3696, -0.3, -1.3875, -0.3696, -0.5196, -1.5, -0.15, -0.3, -1.5, -0.3696, -0.3, -1.3875, -0.3696, -0.5196, -1.3875, -0.15, -0.5196, -1.5, -0.15, 0.5196, -1.3875, -0.15, 0.3, -1.5, -0.3696, 0.5196, -1.5, -0.15, 0.5196, -1.3875, -0.15, 0.3, -1.3875, -0.3696, 0.3, -1.5, -0.3696, 0.3, -1.3875, -0.3696, 0, -1.5, -0.45, 0.3, -1.5, -0.3696, 0.3, -1.3875, -0.3696, 0, -1.3875, -0.45, 0, -1.5, -0.45, 0.3, 0.875, -0.3696, 0, 0.75, -0.45, 0.3, 0.75, -0.3696, 0.3, 0.875, -0.3696, 0, 0.875, -0.45, 0, 0.75, -0.45, 0, 0.875, -0.45, -0.3, 0.75, -0.3696, 0, 0.75, -0.45, 0, 0.875, -0.45, -0.3, 0.875, -0.3696, -0.3, 0.75, -0.3696, -0.4157, 0.75, 0.24, -0.3, 0.75, -0.3696, -0.5196, 0.75, -0.15, 0.4157, 0.75, 0.24, -0.3, 0.75, -0.3696, -0.4157, 0.75, 0.24, -0.3, 0.75, -0.3696, 0.4157, 0.75, 0.24, 0.3, 0.75, -0.3696, 0.3, 0.75, -0.3696, 0.4157, 0.75, 0.24, 0.5196, 0.75, -0.15, -0.3, 0.75, -0.3696, 0.3, 0.75, -0.3696, 0, 0.75, -0.45, 0.6, 1.5, 0.15, 0.5196, -1.5, -0.15, 0.6, -1.5, 0.15, 0.6, 1.5, 0.15, 0.5196, -1.3875, -0.15, 0.5196, -1.5, -0.15, 0.5196, -1.3875, -0.15, 0.6, 1.5, 0.15, 0.5196, 1.5, -0.15, 0.5196, -1.3875, -0.15, 0.5196, 1.5, -0.15, 0.5196, 0.75, -0.15, 0.4157, -1.3875, 0.24, 0.3, -1.3875, -0.3696, 0.5196, -1.3875, -0.15, -0.4157, -1.3875, 0.24, 0.3, -1.3875, -0.3696, 0.4157, -1.3875, 0.24, 0.3, -1.3875, -0.3696, -0.4157, -1.3875, 0.24, -0.3, -1.3875, -0.3696, -0.3, -1.3875, -0.3696, -0.4157, -1.3875, 0.24, -0.5196, -1.3875, -0.15, 0.3, -1.3875, -0.3696, -0.3, -1.3875, -0.3696, 0, -1.3875, -0.45, 0.5196, 0.75, -0.15, 0.4157, -1.3875, 0.24, 0.5196, -1.3875, -0.15, 0.5196, 0.75, -0.15, 0.4157, 0.75, 0.24, 0.4157, -1.3875, 0.24, 0.4157, -1.3875, 0.24, -0.4157, 0.75, 0.24, -0.4157, -1.3875, 0.24, 0.4157, -1.3875, 0.24, 0.4157, 0.75, 0.24, -0.4157, 0.75, 0.24, -0.5196, -1.3875, -0.15, -0.4157, 0.75, 0.24, -0.5196, 0.75, -0.15, -0.5196, -1.3875, -0.15, -0.4157, -1.3875, 0.24, -0.4157, 0.75, 0.24, 0, 1.5, -0.45, -0.3, 1.125, -0.3696, 0, 1.125, -0.45, 0, 1.5, -0.45, -0.3, 1.5, -0.3696, -0.3, 1.125, -0.3696, -0.3, 0.875, -0.3696, 0, 0.875, -0.45, 0.3, 0.875, -0.3696, -0.5196, 0.75, -0.15, -0.5196, -1.5, -0.15, -0.5196, -1.3875, -0.15, -0.5196, -1.5, -0.15, -0.5196, 0.75, -0.15, -0.6, 1.5, 0.15, -0.6, 1.5, 0.15, -0.5196, 0.75, -0.15, -0.5196, 1.5, -0.15, -0.5196, -1.5, -0.15, -0.6, 1.5, 0.15, -0.6, -1.5, 0.15, -0.6, 1.5, 0.45, -0.6, -1.5, 0.15, -0.6, 1.5, 0.15, -0.6, 1.5, 0.45, -0.6, -1.5, 0.45, -0.6, -1.5, 0.15, 0.6, 1.5, 0.15, 0.6, -1.5, 0.45, 0.6, 1.5, 0.45, 0.6, 1.5, 0.15, 0.6, -1.5, 0.15, 0.6, -1.5, 0.45, -0.3, 0.875, -0.3696, -0.5196, 0.75, -0.15, -0.3, 0.75, -0.3696, -0.3, 1.125, -0.3696, -0.5196, 0.75, -0.15, -0.3, 0.875, -0.3696, -0.5196, 0.75, -0.15, -0.3, 1.125, -0.3696, -0.3, 1.5, -0.3696, -0.5196, 0.75, -0.15, -0.3, 1.5, -0.3696, -0.5196, 1.5, -0.15, 0.3, 1.5, -0.3696, 0, 1.125, -0.45, 0.3, 1.125, -0.3696, 0.3, 1.5, -0.3696, 0, 1.5, -0.45, 0, 1.125, -0.45, 0, 1.125, -0.45, -0.3, 1.125, -0.3696, 0.3, 1.125, -0.3696, -0.3, 1.125, -0.3696, 0.3, 0.875, -0.3696, 0.3, 1.125, -0.3696, -0.3, 1.125, -0.3696, -0.3, 0.875, -0.3696, 0.3, 0.875, -0.3696, 0.5196, 1.5, -0.15, 0.3, 0.75, -0.3696, 0.5196, 0.75, -0.15, 0.5196, 1.5, -0.15, 0.3, 0.875, -0.3696, 0.3, 0.75, -0.3696, 0.3, 0.875, -0.3696, 0.5196, 1.5, -0.15, 0.3, 1.125, -0.3696, 0.3, 1.125, -0.3696, 0.5196, 1.5, -0.15, 0.3, 1.5, -0.3696, 0.2188, -0.25, 0.0074, 0.1618, -0.2, -0.1176, 0.177, -0.25, -0.1211, 0.2188, -0.25, 0.0074, 0.2, -0.2, 0, 0.1618, -0.2, -0.1176, 0.2, -0.2, 0, 0.1456, -0.25, -0.1129, 0.1618, -0.2, -0.1176, 0.2, -0.2, 0, 0.18, -0.25, -0.0071, 0.1456, -0.25, -0.1129, 0.18, -0.25, -0.0071, 0.1618, -0.3, -0.1176, 0.1456, -0.25, -0.1129, 0.18, -0.25, -0.0071, 0.2, -0.3, 0, 0.1618, -0.3, -0.1176, 0.2, -0.3, 0, 0.177, -0.25, -0.1211, 0.1618, -0.3, -0.1176, 0.2, -0.3, 0, 0.2188, -0.25, 0.0074, 0.177, -0.25, -0.1211, -0.177, -0.25, -0.1211, -0.1456, -0.25, -0.1129, -0.1618, -0.2, -0.1176, -0.177, -0.25, -0.1211, -0.1618, -0.3, -0.1176, -0.1456, -0.25, -0.1129, 0.177, -0.25, -0.1211, 0.1456, -0.25, -0.1129, 0.1618, -0.3, -0.1176, 0.177, -0.25, -0.1211, 0.1618, -0.2, -0.1176, 0.1456, -0.25, -0.1129, -0.177, -0.25, -0.1211, -0.2, -0.2, 0, -0.2188, -0.25, 0.0074, -0.177, -0.25, -0.1211, -0.1618, -0.2, -0.1176, -0.2, -0.2, 0, -0.1618, -0.2, -0.1176, -0.18, -0.25, -0.0071, -0.2, -0.2, 0, -0.1618, -0.2, -0.1176, -0.1456, -0.25, -0.1129, -0.18, -0.25, -0.0071, -0.1456, -0.25, -0.1129, -0.2, -0.3, 0, -0.18, -0.25, -0.0071, -0.1456, -0.25, -0.1129, -0.1618, -0.3, -0.1176, -0.2, -0.3, 0, -0.1618, -0.3, -0.1176, -0.2188, -0.25, 0.0074, -0.2, -0.3, 0, -0.1618, -0.3, -0.1176, -0.177, -0.25, -0.1211, -0.2188, -0.25, 0.0074, -0.2188, -0.25, 0.0074, -0.1618, -0.2, 0.1176, -0.177, -0.25, 0.136, -0.2188, -0.25, 0.0074, -0.2, -0.2, 0, -0.1618, -0.2, 0.1176, -0.2, -0.2, 0, -0.1456, -0.25, 0.0987, -0.1618, -0.2, 0.1176, -0.2, -0.2, 0, -0.18, -0.25, -0.0071, -0.1456, -0.25, 0.0987, -0.18, -0.25, -0.0071, -0.1618, -0.3, 0.1176, -0.1456, -0.25, 0.0987, -0.18, -0.25, -0.0071, -0.2, -0.3, 0, -0.1618, -0.3, 0.1176, -0.2, -0.3, 0, -0.177, -0.25, 0.136, -0.1618, -0.3, 0.1176, -0.2, -0.3, 0, -0.2188, -0.25, 0.0074, -0.177, -0.25, 0.136, -0.177, -0.25, 0.136, -0.0618, -0.2, 0.1902, -0.0676, -0.25, 0.2155, -0.177, -0.25, 0.136, -0.1618, -0.2, 0.1176, -0.0618, -0.2, 0.1902, -0.1618, -0.2, 0.1176, -0.0556, -0.25, 0.1641, -0.0618, -0.2, 0.1902, -0.1618, -0.2, 0.1176, -0.1456, -0.25, 0.0987, -0.0556, -0.25, 0.1641, -0.1456, -0.25, 0.0987, -0.0618, -0.3, 0.1902, -0.0556, -0.25, 0.1641, -0.1456, -0.25, 0.0987, -0.1618, -0.3, 0.1176, -0.0618, -0.3, 0.1902, -0.1618, -0.3, 0.1176, -0.0676, -0.25, 0.2155, -0.0618, -0.3, 0.1902, -0.1618, -0.3, 0.1176, -0.177, -0.25, 0.136, -0.0676, -0.25, 0.2155, 0.0676, -0.25, 0.2155, 0.0618, -0.18, 0.2416, 0.0618, -0.2, 0.1902, 0.0676, -0.25, 0.2155, 0.0676, -0.23, 0.2668, 0.0618, -0.18, 0.2416, -0.0618, -0.2, 0.1902, 0.0556, -0.25, 0.1641, 0.0618, -0.2, 0.1902, -0.0618, -0.2, 0.1902, -0.0556, -0.25, 0.1641, 0.0556, -0.25, 0.1641, -0.0556, -0.25, 0.1641, 0.0618, -0.3, 0.1902, 0.0556, -0.25, 0.1641, -0.0556, -0.25, 0.1641, -0.0618, -0.3, 0.1902, 0.0618, -0.3, 0.1902, 0.0618, -0.3, 0.1902, 0.0676, -0.23, 0.2668, 0.0676, -0.25, 0.2155, 0.0618, -0.3, 0.1902, 0.0618, -0.28, 0.2416, 0.0676, -0.23, 0.2668, 0.0676, -0.25, 0.2155, 0.1618, -0.2, 0.1176, 0.177, -0.25, 0.136, 0.0676, -0.25, 0.2155, 0.0618, -0.2, 0.1902, 0.1618, -0.2, 0.1176, 0.0618, -0.2, 0.1902, 0.1456, -0.25, 0.0987, 0.1618, -0.2, 0.1176, 0.0618, -0.2, 0.1902, 0.0556, -0.25, 0.1641, 0.1456, -0.25, 0.0987, 0.0556, -0.25, 0.1641, 0.1618, -0.3, 0.1176, 0.1456, -0.25, 0.0987, 0.0556, -0.25, 0.1641, 0.0618, -0.3, 0.1902, 0.1618, -0.3, 0.1176, 0.0618, -0.3, 0.1902, 0.177, -0.25, 0.136, 0.1618, -0.3, 0.1176, 0.0618, -0.3, 0.1902, 0.0676, -0.25, 0.2155, 0.177, -0.25, 0.136, 0.177, -0.25, 0.136, 0.2, -0.2, 0, 0.2188, -0.25, 0.0074, 0.177, -0.25, 0.136, 0.1618, -0.2, 0.1176, 0.2, -0.2, 0, 0.1618, -0.2, 0.1176, 0.18, -0.25, -0.0071, 0.2, -0.2, 0, 0.1618, -0.2, 0.1176, 0.1456, -0.25, 0.0987, 0.18, -0.25, -0.0071, 0.1456, -0.25, 0.0987, 0.2, -0.3, 0, 0.18, -0.25, -0.0071, 0.1456, -0.25, 0.0987, 0.1618, -0.3, 0.1176, 0.2, -0.3, 0, 0.1618, -0.3, 0.1176, 0.2188, -0.25, 0.0074, 0.2, -0.3, 0, 0.1618, -0.3, 0.1176, 0.177, -0.25, 0.136, 0.2188, -0.25, 0.0074, -0.0676, -0.25, 0.2155, -0.0618, -0.28, 0.2416, -0.0618, -0.3, 0.1902, -0.0676, -0.25, 0.2155, -0.0676, -0.23, 0.2668, -0.0618, -0.28, 0.2416, -0.0618, -0.3, 0.1902, 0.0618, -0.28, 0.2416, 0.0618, -0.3, 0.1902, -0.0618, -0.3, 0.1902, -0.0618, -0.28, 0.2416, 0.0618, -0.28, 0.2416, -0.0618, -0.2, 0.1902, -0.0676, -0.23, 0.2668, -0.0676, -0.25, 0.2155, -0.0618, -0.2, 0.1902, -0.0618, -0.18, 0.2416, -0.0676, -0.23, 0.2668, 0.0618, -0.2, 0.1902, -0.0618, -0.18, 0.2416, -0.0618, -0.2, 0.1902, 0.0618, -0.2, 0.1902, 0.0618, -0.18, 0.2416, -0.0618, -0.18, 0.2416) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_08px8"] -data = PackedVector3Array(0, -1.3875, -0.45, -0.3, -1.5, -0.3696, 0, -1.5, -0.45, 0, -1.3875, -0.45, -0.3, -1.3875, -0.3696, -0.3, -1.5, -0.3696, -0.3, -1.3875, -0.3696, -0.5196, -1.5, -0.15, -0.3, -1.5, -0.3696, -0.3, -1.3875, -0.3696, -0.5196, -1.3875, -0.15, -0.5196, -1.5, -0.15, 0.5196, -1.3875, -0.15, 0.3, -1.5, -0.3696, 0.5196, -1.5, -0.15, 0.5196, -1.3875, -0.15, 0.3, -1.3875, -0.3696, 0.3, -1.5, -0.3696, 0.3, -1.3875, -0.3696, 0, -1.5, -0.45, 0.3, -1.5, -0.3696, 0.3, -1.3875, -0.3696, 0, -1.3875, -0.45, 0, -1.5, -0.45, 0.3, 0.875, -0.3696, 0, 0.75, -0.45, 0.3, 0.75, -0.3696, 0.3, 0.875, -0.3696, 0, 0.875, -0.45, 0, 0.75, -0.45, 0, 0.875, -0.45, -0.3, 0.75, -0.3696, 0, 0.75, -0.45, 0, 0.875, -0.45, -0.3, 0.875, -0.3696, -0.3, 0.75, -0.3696, -0.4157, 0.75, 0.24, -0.3, 0.75, -0.3696, -0.5196, 0.75, -0.15, 0.4157, 0.75, 0.24, -0.3, 0.75, -0.3696, -0.4157, 0.75, 0.24, -0.3, 0.75, -0.3696, 0.4157, 0.75, 0.24, 0.3, 0.75, -0.3696, 0.3, 0.75, -0.3696, 0.4157, 0.75, 0.24, 0.5196, 0.75, -0.15, -0.3, 0.75, -0.3696, 0.3, 0.75, -0.3696, 0, 0.75, -0.45, 0.6, 1.5, 0.15, 0.5196, -1.5, -0.15, 0.6, -1.5, 0.15, 0.6, 1.5, 0.15, 0.5196, -1.3875, -0.15, 0.5196, -1.5, -0.15, 0.5196, -1.3875, -0.15, 0.6, 1.5, 0.15, 0.5196, 1.5, -0.15, 0.5196, -1.3875, -0.15, 0.5196, 1.5, -0.15, 0.5196, 0.75, -0.15, 0.4157, -1.3875, 0.24, 0.3, -1.3875, -0.3696, 0.5196, -1.3875, -0.15, -0.4157, -1.3875, 0.24, 0.3, -1.3875, -0.3696, 0.4157, -1.3875, 0.24, 0.3, -1.3875, -0.3696, -0.4157, -1.3875, 0.24, -0.3, -1.3875, -0.3696, -0.3, -1.3875, -0.3696, -0.4157, -1.3875, 0.24, -0.5196, -1.3875, -0.15, 0.3, -1.3875, -0.3696, -0.3, -1.3875, -0.3696, 0, -1.3875, -0.45, 0.5196, 0.75, -0.15, 0.4157, -1.3875, 0.24, 0.5196, -1.3875, -0.15, 0.5196, 0.75, -0.15, 0.4157, 0.75, 0.24, 0.4157, -1.3875, 0.24, 0.4157, -1.3875, 0.24, -0.4157, 0.75, 0.24, -0.4157, -1.3875, 0.24, 0.4157, -1.3875, 0.24, 0.4157, 0.75, 0.24, -0.4157, 0.75, 0.24, -0.5196, -1.3875, -0.15, -0.4157, 0.75, 0.24, -0.5196, 0.75, -0.15, -0.5196, -1.3875, -0.15, -0.4157, -1.3875, 0.24, -0.4157, 0.75, 0.24, 0, 1.5, -0.45, -0.3, 1.125, -0.3696, 0, 1.125, -0.45, 0, 1.5, -0.45, -0.3, 1.5, -0.3696, -0.3, 1.125, -0.3696, -0.3, 0.875, -0.3696, 0, 0.875, -0.45, 0.3, 0.875, -0.3696, -0.5196, 0.75, -0.15, -0.5196, -1.5, -0.15, -0.5196, -1.3875, -0.15, -0.5196, -1.5, -0.15, -0.5196, 0.75, -0.15, -0.6, 1.5, 0.15, -0.6, 1.5, 0.15, -0.5196, 0.75, -0.15, -0.5196, 1.5, -0.15, -0.5196, -1.5, -0.15, -0.6, 1.5, 0.15, -0.6, -1.5, 0.15, -0.6, 1.5, 0.45, -0.6, -1.5, 0.15, -0.6, 1.5, 0.15, -0.6, 1.5, 0.45, -0.6, -1.5, 0.45, -0.6, -1.5, 0.15, 0.6, 1.5, 0.15, 0.6, -1.5, 0.45, 0.6, 1.5, 0.45, 0.6, 1.5, 0.15, 0.6, -1.5, 0.15, 0.6, -1.5, 0.45, -0.3, 0.875, -0.3696, -0.5196, 0.75, -0.15, -0.3, 0.75, -0.3696, -0.3, 1.125, -0.3696, -0.5196, 0.75, -0.15, -0.3, 0.875, -0.3696, -0.5196, 0.75, -0.15, -0.3, 1.125, -0.3696, -0.3, 1.5, -0.3696, -0.5196, 0.75, -0.15, -0.3, 1.5, -0.3696, -0.5196, 1.5, -0.15, 0.3, 1.5, -0.3696, 0, 1.125, -0.45, 0.3, 1.125, -0.3696, 0.3, 1.5, -0.3696, 0, 1.5, -0.45, 0, 1.125, -0.45, 0, 1.125, -0.45, -0.3, 1.125, -0.3696, 0.3, 1.125, -0.3696, -0.3, 1.125, -0.3696, 0.3, 0.875, -0.3696, 0.3, 1.125, -0.3696, -0.3, 1.125, -0.3696, -0.3, 0.875, -0.3696, 0.3, 0.875, -0.3696, 0.5196, 1.5, -0.15, 0.3, 0.75, -0.3696, 0.5196, 0.75, -0.15, 0.5196, 1.5, -0.15, 0.3, 0.875, -0.3696, 0.3, 0.75, -0.3696, 0.3, 0.875, -0.3696, 0.5196, 1.5, -0.15, 0.3, 1.125, -0.3696, 0.3, 1.125, -0.3696, 0.5196, 1.5, -0.15, 0.3, 1.5, -0.3696, 0.2188, -0.25, 0.0074, 0.1618, -0.2, -0.1176, 0.177, -0.25, -0.1211, 0.2188, -0.25, 0.0074, 0.2, -0.2, 0, 0.1618, -0.2, -0.1176, 0.2, -0.2, 0, 0.1456, -0.25, -0.1129, 0.1618, -0.2, -0.1176, 0.2, -0.2, 0, 0.18, -0.25, -0.0071, 0.1456, -0.25, -0.1129, 0.18, -0.25, -0.0071, 0.1618, -0.3, -0.1176, 0.1456, -0.25, -0.1129, 0.18, -0.25, -0.0071, 0.2, -0.3, 0, 0.1618, -0.3, -0.1176, 0.2, -0.3, 0, 0.177, -0.25, -0.1211, 0.1618, -0.3, -0.1176, 0.2, -0.3, 0, 0.2188, -0.25, 0.0074, 0.177, -0.25, -0.1211, -0.177, -0.25, -0.1211, -0.1456, -0.25, -0.1129, -0.1618, -0.2, -0.1176, -0.177, -0.25, -0.1211, -0.1618, -0.3, -0.1176, -0.1456, -0.25, -0.1129, 0.177, -0.25, -0.1211, 0.1456, -0.25, -0.1129, 0.1618, -0.3, -0.1176, 0.177, -0.25, -0.1211, 0.1618, -0.2, -0.1176, 0.1456, -0.25, -0.1129, -0.177, -0.25, -0.1211, -0.2, -0.2, 0, -0.2188, -0.25, 0.0074, -0.177, -0.25, -0.1211, -0.1618, -0.2, -0.1176, -0.2, -0.2, 0, -0.1618, -0.2, -0.1176, -0.18, -0.25, -0.0071, -0.2, -0.2, 0, -0.1618, -0.2, -0.1176, -0.1456, -0.25, -0.1129, -0.18, -0.25, -0.0071, -0.1456, -0.25, -0.1129, -0.2, -0.3, 0, -0.18, -0.25, -0.0071, -0.1456, -0.25, -0.1129, -0.1618, -0.3, -0.1176, -0.2, -0.3, 0, -0.1618, -0.3, -0.1176, -0.2188, -0.25, 0.0074, -0.2, -0.3, 0, -0.1618, -0.3, -0.1176, -0.177, -0.25, -0.1211, -0.2188, -0.25, 0.0074, -0.2188, -0.25, 0.0074, -0.1618, -0.2, 0.1176, -0.177, -0.25, 0.136, -0.2188, -0.25, 0.0074, -0.2, -0.2, 0, -0.1618, -0.2, 0.1176, -0.2, -0.2, 0, -0.1456, -0.25, 0.0987, -0.1618, -0.2, 0.1176, -0.2, -0.2, 0, -0.18, -0.25, -0.0071, -0.1456, -0.25, 0.0987, -0.18, -0.25, -0.0071, -0.1618, -0.3, 0.1176, -0.1456, -0.25, 0.0987, -0.18, -0.25, -0.0071, -0.2, -0.3, 0, -0.1618, -0.3, 0.1176, -0.2, -0.3, 0, -0.177, -0.25, 0.136, -0.1618, -0.3, 0.1176, -0.2, -0.3, 0, -0.2188, -0.25, 0.0074, -0.177, -0.25, 0.136, -0.177, -0.25, 0.136, -0.0618, -0.2, 0.1902, -0.0676, -0.25, 0.2155, -0.177, -0.25, 0.136, -0.1618, -0.2, 0.1176, -0.0618, -0.2, 0.1902, -0.1618, -0.2, 0.1176, -0.0556, -0.25, 0.1641, -0.0618, -0.2, 0.1902, -0.1618, -0.2, 0.1176, -0.1456, -0.25, 0.0987, -0.0556, -0.25, 0.1641, -0.1456, -0.25, 0.0987, -0.0618, -0.3, 0.1902, -0.0556, -0.25, 0.1641, -0.1456, -0.25, 0.0987, -0.1618, -0.3, 0.1176, -0.0618, -0.3, 0.1902, -0.1618, -0.3, 0.1176, -0.0676, -0.25, 0.2155, -0.0618, -0.3, 0.1902, -0.1618, -0.3, 0.1176, -0.177, -0.25, 0.136, -0.0676, -0.25, 0.2155, 0.0676, -0.25, 0.2155, 0.0618, -0.18, 0.2416, 0.0618, -0.2, 0.1902, 0.0676, -0.25, 0.2155, 0.0676, -0.23, 0.2668, 0.0618, -0.18, 0.2416, -0.0618, -0.2, 0.1902, 0.0556, -0.25, 0.1641, 0.0618, -0.2, 0.1902, -0.0618, -0.2, 0.1902, -0.0556, -0.25, 0.1641, 0.0556, -0.25, 0.1641, -0.0556, -0.25, 0.1641, 0.0618, -0.3, 0.1902, 0.0556, -0.25, 0.1641, -0.0556, -0.25, 0.1641, -0.0618, -0.3, 0.1902, 0.0618, -0.3, 0.1902, 0.0618, -0.3, 0.1902, 0.0676, -0.23, 0.2668, 0.0676, -0.25, 0.2155, 0.0618, -0.3, 0.1902, 0.0618, -0.28, 0.2416, 0.0676, -0.23, 0.2668, 0.0676, -0.25, 0.2155, 0.1618, -0.2, 0.1176, 0.177, -0.25, 0.136, 0.0676, -0.25, 0.2155, 0.0618, -0.2, 0.1902, 0.1618, -0.2, 0.1176, 0.0618, -0.2, 0.1902, 0.1456, -0.25, 0.0987, 0.1618, -0.2, 0.1176, 0.0618, -0.2, 0.1902, 0.0556, -0.25, 0.1641, 0.1456, -0.25, 0.0987, 0.0556, -0.25, 0.1641, 0.1618, -0.3, 0.1176, 0.1456, -0.25, 0.0987, 0.0556, -0.25, 0.1641, 0.0618, -0.3, 0.1902, 0.1618, -0.3, 0.1176, 0.0618, -0.3, 0.1902, 0.177, -0.25, 0.136, 0.1618, -0.3, 0.1176, 0.0618, -0.3, 0.1902, 0.0676, -0.25, 0.2155, 0.177, -0.25, 0.136, 0.177, -0.25, 0.136, 0.2, -0.2, 0, 0.2188, -0.25, 0.0074, 0.177, -0.25, 0.136, 0.1618, -0.2, 0.1176, 0.2, -0.2, 0, 0.1618, -0.2, 0.1176, 0.18, -0.25, -0.0071, 0.2, -0.2, 0, 0.1618, -0.2, 0.1176, 0.1456, -0.25, 0.0987, 0.18, -0.25, -0.0071, 0.1456, -0.25, 0.0987, 0.2, -0.3, 0, 0.18, -0.25, -0.0071, 0.1456, -0.25, 0.0987, 0.1618, -0.3, 0.1176, 0.2, -0.3, 0, 0.1618, -0.3, 0.1176, 0.2188, -0.25, 0.0074, 0.2, -0.3, 0, 0.1618, -0.3, 0.1176, 0.177, -0.25, 0.136, 0.2188, -0.25, 0.0074, -0.0676, -0.25, 0.2155, -0.0618, -0.28, 0.2416, -0.0618, -0.3, 0.1902, -0.0676, -0.25, 0.2155, -0.0676, -0.23, 0.2668, -0.0618, -0.28, 0.2416, -0.0618, -0.3, 0.1902, 0.0618, -0.28, 0.2416, 0.0618, -0.3, 0.1902, -0.0618, -0.3, 0.1902, -0.0618, -0.28, 0.2416, 0.0618, -0.28, 0.2416, -0.0618, -0.2, 0.1902, -0.0676, -0.23, 0.2668, -0.0676, -0.25, 0.2155, -0.0618, -0.2, 0.1902, -0.0618, -0.18, 0.2416, -0.0676, -0.23, 0.2668, 0.0618, -0.2, 0.1902, -0.0618, -0.18, 0.2416, -0.0618, -0.2, 0.1902, 0.0618, -0.2, 0.1902, 0.0618, -0.18, 0.2416, -0.0618, -0.18, 0.2416) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_5ac7v"] -data = PackedVector3Array(0.026, -0.172, -0.173, 0.0085, -0.2023, -0.153, 0.026, -0.172, -0.153, 0.026, -0.172, -0.173, 0.0085, -0.2023, -0.173, 0.0085, -0.2023, -0.153, 0.0085, -0.2023, -0.173, -0.0265, -0.2023, -0.153, 0.0085, -0.2023, -0.153, 0.0085, -0.2023, -0.173, -0.0265, -0.2023, -0.173, -0.0265, -0.2023, -0.153, -0.0265, -0.2023, -0.173, -0.044, -0.172, -0.153, -0.0265, -0.2023, -0.153, -0.0265, -0.2023, -0.173, -0.044, -0.172, -0.173, -0.044, -0.172, -0.153, -0.044, -0.172, -0.173, -0.0265, -0.1417, -0.153, -0.044, -0.172, -0.153, -0.044, -0.172, -0.173, -0.0265, -0.1417, -0.173, -0.0265, -0.1417, -0.153, -0.0265, -0.2023, -0.153, 0.026, -0.172, -0.153, 0.0085, -0.2023, -0.153, 0.026, -0.172, -0.153, -0.0265, -0.2023, -0.153, -0.0265, -0.1417, -0.153, -0.0265, -0.1417, -0.153, -0.0265, -0.2023, -0.153, -0.044, -0.172, -0.153, 0.026, -0.172, -0.153, -0.0265, -0.1417, -0.153, 0.0085, -0.1417, -0.153, -0.0265, -0.1417, -0.173, 0.0085, -0.1417, -0.153, -0.0265, -0.1417, -0.153, -0.0265, -0.1417, -0.173, 0.0085, -0.1417, -0.173, 0.0085, -0.1417, -0.153, 0.0085, -0.1417, -0.173, 0.026, -0.172, -0.153, 0.0085, -0.1417, -0.153, 0.0085, -0.1417, -0.173, 0.026, -0.172, -0.173, 0.026, -0.172, -0.153, 0.0085, -0.1417, -0.173, 0.0085, -0.2023, -0.173, 0.026, -0.172, -0.173, 0.0085, -0.2023, -0.173, 0.0085, -0.1417, -0.173, -0.044, -0.172, -0.173, -0.044, -0.172, -0.173, 0.0085, -0.1417, -0.173, -0.0265, -0.1417, -0.173, 0.0085, -0.2023, -0.173, -0.044, -0.172, -0.173, -0.0265, -0.2023, -0.173, 0.1463, 0.1098, -0.1061, 0.1262, 0.0765, -0.0956, 0.1421, 0.1064, -0.0868, 0.1463, 0.1098, -0.1061, 0.1303, 0.0799, -0.1148, 0.1262, 0.0765, -0.0956, 0.1303, 0.0799, -0.1148, 0.092, 0.0764, -0.103, 0.1262, 0.0765, -0.0956, 0.1303, 0.0799, -0.1148, 0.0961, 0.0798, -0.1222, 0.092, 0.0764, -0.103, 0.0961, 0.0798, -0.1222, 0.0737, 0.1062, -0.1016, 0.092, 0.0764, -0.103, 0.0961, 0.0798, -0.1222, 0.0779, 0.1096, -0.1209, 0.0737, 0.1062, -0.1016, 0.0779, 0.1096, -0.1209, 0.0896, 0.1361, -0.0928, 0.0737, 0.1062, -0.1016, 0.0779, 0.1096, -0.1209, 0.0938, 0.1395, -0.1121, 0.0896, 0.1361, -0.0928, 0.092, 0.0764, -0.103, 0.1421, 0.1064, -0.0868, 0.1262, 0.0765, -0.0956, 0.1421, 0.1064, -0.0868, 0.092, 0.0764, -0.103, 0.0896, 0.1361, -0.0928, 0.0896, 0.1361, -0.0928, 0.092, 0.0764, -0.103, 0.0737, 0.1062, -0.1016, 0.1421, 0.1064, -0.0868, 0.0896, 0.1361, -0.0928, 0.1239, 0.1362, -0.0855, 0.0938, 0.1395, -0.1121, 0.1239, 0.1362, -0.0855, 0.0896, 0.1361, -0.0928, 0.0938, 0.1395, -0.1121, 0.128, 0.1396, -0.1047, 0.1239, 0.1362, -0.0855, 0.128, 0.1396, -0.1047, 0.1421, 0.1064, -0.0868, 0.1239, 0.1362, -0.0855, 0.128, 0.1396, -0.1047, 0.1463, 0.1098, -0.1061, 0.1421, 0.1064, -0.0868, 0.128, 0.1396, -0.1047, 0.1303, 0.0799, -0.1148, 0.1463, 0.1098, -0.1061, 0.1303, 0.0799, -0.1148, 0.128, 0.1396, -0.1047, 0.0779, 0.1096, -0.1209, 0.0779, 0.1096, -0.1209, 0.128, 0.1396, -0.1047, 0.0938, 0.1395, -0.1121, 0.1303, 0.0799, -0.1148, 0.0779, 0.1096, -0.1209, 0.0961, 0.0798, -0.1222, 0.1348, 0.1084, -0.1014, 0.1238, 0.0851, -0.1342, 0.123, 0.0869, -0.1061, 0.1348, 0.1084, -0.1014, 0.1373, 0.1018, -0.147, 0.1238, 0.0851, -0.1342, 0.123, 0.0869, -0.1061, 0.0988, 0.086, -0.135, 0.0983, 0.0869, -0.1104, 0.123, 0.0869, -0.1061, 0.1238, 0.0851, -0.1342, 0.0988, 0.086, -0.135, 0.0983, 0.0869, -0.1104, 0.0873, 0.1037, -0.1485, 0.0855, 0.1084, -0.1098, 0.0983, 0.0869, -0.1104, 0.0988, 0.086, -0.135, 0.0873, 0.1037, -0.1485, 0.0855, 0.1084, -0.1098, 0.1009, 0.1204, -0.1613, 0.0974, 0.1298, -0.105, 0.0855, 0.1084, -0.1098, 0.0873, 0.1037, -0.1485, 0.1009, 0.1204, -0.1613, 0.0974, 0.1298, -0.105, 0.1258, 0.1194, -0.1605, 0.122, 0.1298, -0.1008, 0.0974, 0.1298, -0.105, 0.1009, 0.1204, -0.1613, 0.1258, 0.1194, -0.1605, 0.122, 0.1298, -0.1008, 0.1373, 0.1018, -0.147, 0.1348, 0.1084, -0.1014, 0.122, 0.1298, -0.1008, 0.1258, 0.1194, -0.1605, 0.1373, 0.1018, -0.147, 0.1373, 0.1018, -0.147, 0.1217, 0.0558, -0.1439, 0.1238, 0.0851, -0.1342, 0.1373, 0.1018, -0.147, 0.135, 0.0592, -0.1648, 0.1217, 0.0558, -0.1439, 0.1238, 0.0851, -0.1342, 0.0967, 0.0566, -0.1447, 0.0988, 0.086, -0.135, 0.1238, 0.0851, -0.1342, 0.1217, 0.0558, -0.1439, 0.0967, 0.0566, -0.1447, 0.0988, 0.086, -0.135, 0.085, 0.0608, -0.1664, 0.0873, 0.1037, -0.1485, 0.0988, 0.086, -0.135, 0.0967, 0.0566, -0.1447, 0.085, 0.0608, -0.1664, 0.0873, 0.1037, -0.1485, 0.0983, 0.0642, -0.1873, 0.1009, 0.1204, -0.1613, 0.0873, 0.1037, -0.1485, 0.085, 0.0608, -0.1664, 0.0983, 0.0642, -0.1873, 0.1009, 0.1204, -0.1613, 0.1233, 0.0633, -0.1865, 0.1258, 0.1194, -0.1605, 0.1009, 0.1204, -0.1613, 0.0983, 0.0642, -0.1873, 0.1233, 0.0633, -0.1865, 0.1258, 0.1194, -0.1605, 0.135, 0.0592, -0.1648, 0.1373, 0.1018, -0.147, 0.1258, 0.1194, -0.1605, 0.1233, 0.0633, -0.1865, 0.135, 0.0592, -0.1648, 0.135, 0.0592, -0.1648, 0.1214, -0.0319, -0.1396, 0.1217, 0.0558, -0.1439, 0.135, 0.0592, -0.1648, 0.1347, -0.0308, -0.1607, 0.1214, -0.0319, -0.1396, 0.1217, 0.0558, -0.1439, 0.0965, -0.0318, -0.1405, 0.0967, 0.0566, -0.1447, 0.1217, 0.0558, -0.1439, 0.1214, -0.0319, -0.1396, 0.0965, -0.0318, -0.1405, 0.0967, 0.0566, -0.1447, 0.0847, -0.0307, -0.1625, 0.085, 0.0608, -0.1664, 0.0967, 0.0566, -0.1447, 0.0965, -0.0318, -0.1405, 0.0847, -0.0307, -0.1625, 0.085, 0.0608, -0.1664, 0.098, -0.0296, -0.1837, 0.0983, 0.0642, -0.1873, 0.085, 0.0608, -0.1664, 0.0847, -0.0307, -0.1625, 0.098, -0.0296, -0.1837, 0.0983, 0.0642, -0.1873, 0.123, -0.0297, -0.1828, 0.1233, 0.0633, -0.1865, 0.0983, 0.0642, -0.1873, 0.098, -0.0296, -0.1837, 0.123, -0.0297, -0.1828, 0.1233, 0.0633, -0.1865, 0.1347, -0.0308, -0.1607, 0.135, 0.0592, -0.1648, 0.1233, 0.0633, -0.1865, 0.123, -0.0297, -0.1828, 0.1347, -0.0308, -0.1607, 0.1347, -0.0308, -0.1607, 0.1207, -0.1311, -0.1546, 0.1214, -0.0319, -0.1396, 0.1347, -0.0308, -0.1607, 0.1343, -0.1274, -0.1752, 0.1207, -0.1311, -0.1546, 0.1214, -0.0319, -0.1396, 0.0964, -0.1252, -0.1544, 0.0965, -0.0318, -0.1405, 0.1214, -0.0319, -0.1396, 0.1207, -0.1311, -0.1546, 0.0964, -0.1252, -0.1544, 0.0965, -0.0318, -0.1405, 0.0857, -0.1157, -0.1748, 0.0847, -0.0307, -0.1625, 0.0965, -0.0318, -0.1405, 0.0964, -0.1252, -0.1544, 0.0857, -0.1157, -0.1748, 0.0847, -0.0307, -0.1625, 0.0993, -0.112, -0.1955, 0.098, -0.0296, -0.1837, 0.0847, -0.0307, -0.1625, 0.0857, -0.1157, -0.1748, 0.0993, -0.112, -0.1955, 0.098, -0.0296, -0.1837, 0.1236, -0.1178, -0.1957, 0.123, -0.0297, -0.1828, 0.098, -0.0296, -0.1837, 0.0993, -0.112, -0.1955, 0.1236, -0.1178, -0.1957, 0.123, -0.0297, -0.1828, 0.1343, -0.1274, -0.1752, 0.1347, -0.0308, -0.1607, 0.123, -0.0297, -0.1828, 0.1236, -0.1178, -0.1957, 0.1343, -0.1274, -0.1752, 0.1343, -0.1274, -0.1752, 0.0918, -0.1811, -0.1826, 0.1207, -0.1311, -0.1546, 0.1343, -0.1274, -0.1752, 0.1022, -0.182, -0.2053, 0.0918, -0.1811, -0.1826, 0.1207, -0.1311, -0.1546, 0.0762, -0.1625, -0.1768, 0.0964, -0.1252, -0.1544, 0.1207, -0.1311, -0.1546, 0.0918, -0.1811, -0.1826, 0.0762, -0.1625, -0.1768, 0.0964, -0.1252, -0.1544, 0.0709, -0.1448, -0.1937, 0.0857, -0.1157, -0.1748, 0.0964, -0.1252, -0.1544, 0.0762, -0.1625, -0.1768, 0.0709, -0.1448, -0.1937, 0.0857, -0.1157, -0.1748, 0.0813, -0.1458, -0.2164, 0.0993, -0.112, -0.1955, 0.0857, -0.1157, -0.1748, 0.0709, -0.1448, -0.1937, 0.0813, -0.1458, -0.2164, 0.0993, -0.112, -0.1955, 0.097, -0.1644, -0.2222, 0.1236, -0.1178, -0.1957, 0.0993, -0.112, -0.1955, 0.0813, -0.1458, -0.2164, 0.097, -0.1644, -0.2222, 0.1236, -0.1178, -0.1957, 0.1022, -0.182, -0.2053, 0.1343, -0.1274, -0.1752, 0.1236, -0.1178, -0.1957, 0.097, -0.1644, -0.2222, 0.1022, -0.182, -0.2053, 0.1022, -0.182, -0.2053, 0.0514, -0.1906, -0.1889, 0.0918, -0.1811, -0.1826, 0.1022, -0.182, -0.2053, 0.0529, -0.1949, -0.2135, 0.0514, -0.1906, -0.1889, 0.0918, -0.1811, -0.1826, 0.0485, -0.1673, -0.1804, 0.0762, -0.1625, -0.1768, 0.0918, -0.1811, -0.1826, 0.0514, -0.1906, -0.1889, 0.0485, -0.1673, -0.1804, 0.0762, -0.1625, -0.1768, 0.0471, -0.1482, -0.1965, 0.0709, -0.1448, -0.1937, 0.0762, -0.1625, -0.1768, 0.0485, -0.1673, -0.1804, 0.0471, -0.1482, -0.1965, 0.0709, -0.1448, -0.1937, 0.0486, -0.1524, -0.2211, 0.0813, -0.1458, -0.2164, 0.0709, -0.1448, -0.1937, 0.0471, -0.1482, -0.1965, 0.0486, -0.1524, -0.2211, 0.0813, -0.1458, -0.2164, 0.0515, -0.1758, -0.2296, 0.097, -0.1644, -0.2222, 0.0813, -0.1458, -0.2164, 0.0486, -0.1524, -0.2211, 0.0515, -0.1758, -0.2296, 0.097, -0.1644, -0.2222, 0.0529, -0.1949, -0.2135, 0.1022, -0.182, -0.2053, 0.097, -0.1644, -0.2222, 0.0515, -0.1758, -0.2296, 0.0529, -0.1949, -0.2135, 0.0529, -0.1949, -0.2135, 0.0223, -0.1902, -0.1887, 0.0514, -0.1906, -0.1889, 0.0529, -0.1949, -0.2135, 0.0096, -0.1953, -0.2096, 0.0223, -0.1902, -0.1887, 0.0514, -0.1906, -0.1889, 0.0264, -0.1665, -0.182, 0.0485, -0.1673, -0.1804, 0.0514, -0.1906, -0.1889, 0.0223, -0.1902, -0.1887, 0.0264, -0.1665, -0.182, 0.0485, -0.1673, -0.1804, 0.0178, -0.1478, -0.1962, 0.0471, -0.1482, -0.1965, 0.0485, -0.1673, -0.1804, 0.0264, -0.1665, -0.182, 0.0178, -0.1478, -0.1962, 0.0471, -0.1482, -0.1965, 0.005, -0.1529, -0.2171, 0.0486, -0.1524, -0.2211, 0.0471, -0.1482, -0.1965, 0.0178, -0.1478, -0.1962, 0.005, -0.1529, -0.2171, 0.0486, -0.1524, -0.2211, 0.001, -0.1766, -0.2238, 0.0515, -0.1758, -0.2296, 0.0486, -0.1524, -0.2211, 0.005, -0.1529, -0.2171, 0.001, -0.1766, -0.2238, 0.0515, -0.1758, -0.2296, 0.0096, -0.1953, -0.2096, 0.0529, -0.1949, -0.2135, 0.0515, -0.1758, -0.2296, 0.001, -0.1766, -0.2238, 0.0096, -0.1953, -0.2096, 0.0096, -0.1953, -0.2096, 0.0066, -0.1902, -0.1632, 0.0223, -0.1902, -0.1887, 0.0096, -0.1953, -0.2096, -0.0178, -0.1953, -0.1632, 0.0066, -0.1902, -0.1632, 0.0223, -0.1902, -0.1887, 0.0145, -0.1665, -0.1632, 0.0264, -0.1665, -0.182, 0.0223, -0.1902, -0.1887, 0.0066, -0.1902, -0.1632, 0.0145, -0.1665, -0.1632, 0.0264, -0.1665, -0.182, -0.0022, -0.1478, -0.1632, 0.0178, -0.1478, -0.1962, 0.0264, -0.1665, -0.182, 0.0145, -0.1665, -0.1632, -0.0022, -0.1478, -0.1632, 0.0178, -0.1478, -0.1962, -0.0266, -0.1529, -0.1632, 0.005, -0.1529, -0.2171, 0.0178, -0.1478, -0.1962, -0.0022, -0.1478, -0.1632, -0.0266, -0.1529, -0.1632, 0.005, -0.1529, -0.2171, -0.0345, -0.1766, -0.1632, 0.001, -0.1766, -0.2238, 0.005, -0.1529, -0.2171, -0.0266, -0.1529, -0.1632, -0.0345, -0.1766, -0.1632, 0.001, -0.1766, -0.2238, -0.0178, -0.1953, -0.1632, 0.0096, -0.1953, -0.2096, 0.001, -0.1766, -0.2238, -0.0345, -0.1766, -0.1632, -0.0178, -0.1953, -0.1632) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_al0j5"] -data = PackedVector3Array(-0.129, -0.2513, -0.1049, -0.129, -0.1338, -0.163, -0.129, -0.1338, -0.1049, -0.129, -0.2513, -0.1049, -0.129, -0.2513, -0.163, -0.129, -0.1338, -0.163, -0.129, -0.2513, -0.163, 0.0276, -0.1338, -0.163, -0.129, -0.1338, -0.163, -0.129, -0.2513, -0.163, 0.0276, -0.2513, -0.163, 0.0276, -0.1338, -0.163, 0.0276, -0.2513, -0.163, 0.0276, -0.1338, -0.1049, 0.0276, -0.1338, -0.163, 0.0276, -0.2513, -0.163, 0.0276, -0.2513, -0.1049, 0.0276, -0.1338, -0.1049, -0.129, -0.2513, -0.163, 0.0276, -0.2513, -0.1049, 0.0276, -0.2513, -0.163, -0.129, -0.2513, -0.163, -0.129, -0.2513, -0.1049, 0.0276, -0.2513, -0.1049, 0.0276, -0.1338, -0.163, -0.129, -0.1338, -0.1049, -0.129, -0.1338, -0.163, 0.0276, -0.1338, -0.163, 0.0276, -0.1338, -0.1049, -0.129, -0.1338, -0.1049) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_lny00"] -data = PackedVector3Array(0.2683, 0.1393, 0.0996, 0.3136, 0.0844, -0.0003, 0.2845, 0.0815, 0.0996, 0.2683, 0.1393, 0.0996, 0.2896, 0.1542, -0.0003, 0.3136, 0.0844, -0.0003, 0, -0.5954, -0.1522, 0.0333, -0.8545, 0, 0.0741, -0.8675, -0.1201, 0, -0.5954, -0.1522, 0, -0.5954, -0.0031, 0.0333, -0.8545, 0, 0.0333, -0.8545, 0, 0.0483, -0.9845, 0.1591, 0, -1.0055, 0, 0.0333, -0.8545, 0, 0.0776, -0.8301, 0.1201, 0.0483, -0.9845, 0.1591, 0.1853, 0.0307, -0.1059, 0, 0.169, -0.1065, 0, 0.0544, -0.1662, 0, 0.169, -0.1065, 0.1853, 0.0307, -0.1059, 0.2043, 0.187, -0.0866, 0, 0.169, -0.1065, 0.2043, 0.187, -0.0866, 0.1095, 0.2023, -0.0772, 0, -0.5954, -0.0031, 0.0776, -0.8301, 0.1201, 0.0333, -0.8545, 0, 0, -0.5954, -0.0031, 0, -0.5563, 0.1514, 0.0776, -0.8301, 0.1201, 0.1297, 0.222, -0.0001, 0.2043, 0.187, -0.0866, 0.2111, 0.2125, -0.0003, 0.1297, 0.222, -0.0001, 0.1095, 0.2023, -0.0772, 0.2043, 0.187, -0.0866, 0.1866, -1.0587, 0, 0.1759, -1.1783, -0.0372, 0.1811, -1.1698, 0, 0.1866, -1.0587, 0, 0.1799, -1.0671, -0.0502, 0.1759, -1.1783, -0.0372, 0.0483, -0.9845, 0.1591, 0.178, -1.0569, 0.0451, 0.106, -1.0635, 0.059, 0.0483, -0.9845, 0.1591, 0.2179, -0.9761, 0.1333, 0.178, -1.0569, 0.0451, 0.1095, 0.2023, 0.0772, 0.2111, 0.2125, -0.0003, 0.2043, 0.187, 0.0867, 0.1095, 0.2023, 0.0772, 0.1297, 0.222, -0.0001, 0.2111, 0.2125, -0.0003, 0.2148, -0.5193, -0.0031, 0.1272, -0.2075, 0.1103, 0.1838, -0.2155, -0.0031, 0.1272, -0.2075, 0.1103, 0.2148, -0.5193, -0.0031, 0.1743, -0.4996, 0.119, 0.1272, -0.2075, 0.1103, 0.1743, -0.4996, 0.119, 0.1508, -0.3721, 0.1357, 0.0483, -1.0208, -0.157, 0.0878, -1.0652, 0, 0.1078, -1.0737, -0.0642, 0.0483, -1.0208, -0.157, 0, -1.0055, 0, 0.0878, -1.0652, 0, 0.1743, -0.5387, -0.1198, 0.0741, -0.8675, -0.1201, 0.1888, -0.8529, -0.094, 0.1743, -0.5387, -0.1198, 0, -0.5954, -0.1522, 0.0741, -0.8675, -0.1201, 0, -0.2578, -0.1321, 0.1853, 0.0307, -0.1059, 0, 0.0544, -0.1662, 0, -0.2578, -0.1321, 0.131, -0.2403, -0.1165, 0.1853, 0.0307, -0.1059, 0.0878, -1.0652, 0, 0.1206, -1.1729, 0.0424, 0.1079, -1.1746, 0, 0.0878, -1.0652, 0, 0.106, -1.0635, 0.059, 0.1206, -1.1729, 0.0424, 0.1888, -0.8529, -0.094, 0.0483, -1.0208, -0.157, 0.2179, -1.007, -0.1355, 0.1888, -0.8529, -0.094, 0.0741, -0.8675, -0.1201, 0.0483, -1.0208, -0.157, 0.2179, -0.9761, 0.1333, 0.1866, -1.0587, 0, 0.178, -1.0569, 0.0451, 0.2179, -0.9761, 0.1333, 0.248, -0.9886, 0, 0.1866, -1.0587, 0, 0.0776, -0.8301, 0.1201, 0.2179, -0.9761, 0.1333, 0.0483, -0.9845, 0.1591, 0.0776, -0.8301, 0.1201, 0.1674, -0.8155, 0.094, 0.2179, -0.9761, 0.1333, 0, -0.5563, 0.1514, 0.1674, -0.8155, 0.094, 0.0776, -0.8301, 0.1201, 0, -0.5563, 0.1514, 0.1743, -0.4996, 0.119, 0.1674, -0.8155, 0.094, 0.2117, -0.8303, 0, 0.2179, -1.007, -0.1355, 0.248, -0.9886, 0, 0.2117, -0.8303, 0, 0.1888, -0.8529, -0.094, 0.2179, -1.007, -0.1355, 0.1272, -0.2075, 0.1103, 0, 0.0544, 0.16, 0.1853, 0.0307, 0.0991, 0.1272, -0.2075, 0.1103, 0, -0.2578, 0.1259, 0, 0.0544, 0.16, 0, 0.0544, 0.16, 0.2043, 0.187, 0.0867, 0.1853, 0.0307, 0.0991, 0.2043, 0.187, 0.0867, 0, 0.0544, 0.16, 0, 0.2023, 0.138, 0.2043, 0.187, 0.0867, 0, 0.2023, 0.138, 0.1095, 0.2023, 0.0772, 0.1838, -0.2155, -0.0031, 0.1853, 0.0307, 0.0991, 0.1813, -0.1278, 0.0001, 0.1838, -0.2155, -0.0031, 0.1272, -0.2075, 0.1103, 0.1853, 0.0307, 0.0991, 0.131, -0.2403, -0.1165, 0.1813, -0.1278, 0.0001, 0.1853, 0.0307, -0.1059, 0.131, -0.2403, -0.1165, 0.1838, -0.2155, -0.0031, 0.1813, -0.1278, 0.0001, 0.2043, 0.187, -0.0866, 0.2896, 0.1542, -0.0003, 0.2111, 0.2125, -0.0003, 0.2043, 0.187, -0.0866, 0.2683, 0.1393, -0.0995, 0.2896, 0.1542, -0.0003, 0.2148, -0.5193, -0.0031, 0.1888, -0.8529, -0.094, 0.2117, -0.8303, 0, 0.2148, -0.5193, -0.0031, 0.1743, -0.5387, -0.1198, 0.1888, -0.8529, -0.094, 0.1743, -0.4996, 0.119, 0.2117, -0.8303, 0, 0.1674, -0.8155, 0.094, 0.1743, -0.4996, 0.119, 0.2148, -0.5193, -0.0031, 0.2117, -0.8303, 0, 0.1674, -0.8155, 0.094, 0.248, -0.9886, 0, 0.2179, -0.9761, 0.1333, 0.1674, -0.8155, 0.094, 0.2117, -0.8303, 0, 0.248, -0.9886, 0, 0.0741, -0.8675, -0.1201, 0, -1.0055, 0, 0.0483, -1.0208, -0.157, 0.0741, -0.8675, -0.1201, 0.0333, -0.8545, 0, 0, -1.0055, 0, 0.1508, -0.3721, 0.1357, 0, -0.5563, 0.1514, 0, -0.4297, 0.187, 0.1508, -0.3721, 0.1357, 0.1743, -0.4996, 0.119, 0, -0.5563, 0.1514, 0, -0.2578, -0.1321, 0.1743, -0.5387, -0.1198, 0.131, -0.2403, -0.1165, 0, -0.2578, -0.1321, 0, -0.5954, -0.1522, 0.1743, -0.5387, -0.1198, 0.131, -0.2403, -0.1165, 0.2148, -0.5193, -0.0031, 0.1838, -0.2155, -0.0031, 0.131, -0.2403, -0.1165, 0.1743, -0.5387, -0.1198, 0.2148, -0.5193, -0.0031, 0.1853, 0.0307, -0.1059, 0.2683, 0.1393, -0.0995, 0.2043, 0.187, -0.0866, 0.2043, 0.187, 0.0867, 0.2683, 0.1393, 0.0996, 0.1853, 0.0307, 0.0991, 0.2111, 0.2125, -0.0003, 0.2683, 0.1393, 0.0996, 0.2043, 0.187, 0.0867, 0.2111, 0.2125, -0.0003, 0.2896, 0.1542, -0.0003, 0.2683, 0.1393, 0.0996, 0.2896, 0.1542, -0.0003, 0.2845, 0.0815, -0.0995, 0.3136, 0.0844, -0.0003, 0.2896, 0.1542, -0.0003, 0.2683, 0.1393, -0.0995, 0.2845, 0.0815, -0.0995, 0.2845, 0.0815, -0.0995, 0.3568, -0.1453, 0.0225, 0.3136, 0.0844, -0.0003, 0.2845, 0.0815, -0.0995, 0.3177, -0.1519, -0.0505, 0.3568, -0.1453, 0.0225, 0.2845, 0.0815, 0.0996, 0.2401, -0.1662, 0.0954, 0.1853, 0.0307, 0.0991, 0.2845, 0.0815, 0.0996, 0.3177, -0.1519, 0.0954, 0.2401, -0.1662, 0.0954, 0.1853, 0.0307, -0.1059, 0.2845, 0.0815, -0.0995, 0.2683, 0.1393, -0.0995, 0.2683, 0.1393, 0.0996, 0.2845, 0.0815, 0.0996, 0.1853, 0.0307, 0.0991, 0.2401, -0.1662, 0.0954, 0.331, -0.4314, 0.0883, 0.2689, -0.4351, 0.0883, 0.2401, -0.1662, 0.0954, 0.3177, -0.1519, 0.0954, 0.331, -0.4314, 0.0883, 0.3568, -0.1453, 0.0225, 0.331, -0.4314, -0.0434, 0.3701, -0.4248, 0.0225, 0.3568, -0.1453, 0.0225, 0.3177, -0.1519, -0.0505, 0.331, -0.4314, -0.0434, 0.1853, 0.0307, 0.0991, 0.1934, -0.1761, 0.0225, 0.1813, -0.1278, 0.0001, 0.1853, 0.0307, 0.0991, 0.2401, -0.1662, 0.0954, 0.1934, -0.1761, 0.0225, 0.1853, 0.0307, -0.1059, 0.3177, -0.1519, -0.0505, 0.2845, 0.0815, -0.0995, 0.1853, 0.0307, -0.1059, 0.2401, -0.1662, -0.0505, 0.3177, -0.1519, -0.0505, 0.3136, 0.0844, -0.0003, 0.3177, -0.1519, 0.0954, 0.2845, 0.0815, 0.0996, 0.3136, 0.0844, -0.0003, 0.3568, -0.1453, 0.0225, 0.3177, -0.1519, 0.0954, 0.1813, -0.1278, 0.0001, 0.2401, -0.1662, -0.0505, 0.1853, 0.0307, -0.1059, 0.1813, -0.1278, 0.0001, 0.1934, -0.1761, 0.0225, 0.2401, -0.1662, -0.0505, 0.2278, -0.4344, 0.0225, 0.2525, -0.583, 0.1071, 0.2404, -0.6185, 0.0225, 0.2278, -0.4344, 0.0225, 0.2689, -0.4351, 0.0883, 0.2525, -0.583, 0.1071, 0.331, -0.4314, -0.0434, 0.2525, -0.583, -0.0622, 0.313, -0.557, -0.0622, 0.331, -0.4314, -0.0434, 0.2689, -0.4351, -0.0434, 0.2525, -0.583, -0.0622, 0.2401, -0.1662, -0.0505, 0.2278, -0.4344, 0.0225, 0.2689, -0.4351, -0.0434, 0.2401, -0.1662, -0.0505, 0.1934, -0.1761, 0.0225, 0.2278, -0.4344, 0.0225, 0.3177, -0.1519, 0.0954, 0.3701, -0.4248, 0.0225, 0.331, -0.4314, 0.0883, 0.3177, -0.1519, 0.0954, 0.3568, -0.1453, 0.0225, 0.3701, -0.4248, 0.0225, 0.3177, -0.1519, -0.0505, 0.2689, -0.4351, -0.0434, 0.331, -0.4314, -0.0434, 0.3177, -0.1519, -0.0505, 0.2401, -0.1662, -0.0505, 0.2689, -0.4351, -0.0434, 0.1934, -0.1761, 0.0225, 0.2689, -0.4351, 0.0883, 0.2278, -0.4344, 0.0225, 0.1934, -0.1761, 0.0225, 0.2401, -0.1662, 0.0954, 0.2689, -0.4351, 0.0883, 0.3326, -0.5724, 0.0225, 0.2525, -0.583, 0.1071, 0.313, -0.557, 0.1071, 0.3326, -0.5724, 0.0225, 0.2404, -0.6185, 0.0225, 0.2525, -0.583, 0.1071, 0.313, -0.557, -0.0622, 0.2404, -0.6185, 0.0225, 0.3326, -0.5724, 0.0225, 0.313, -0.557, -0.0622, 0.2525, -0.583, -0.0622, 0.2404, -0.6185, 0.0225, 0.3701, -0.4248, 0.0225, 0.313, -0.557, -0.0622, 0.3326, -0.5724, 0.0225, 0.3701, -0.4248, 0.0225, 0.331, -0.4314, -0.0434, 0.313, -0.557, -0.0622, 0.2689, -0.4351, 0.0883, 0.313, -0.557, 0.1071, 0.2525, -0.583, 0.1071, 0.2689, -0.4351, 0.0883, 0.331, -0.4314, 0.0883, 0.313, -0.557, 0.1071, 0.2689, -0.4351, -0.0434, 0.2404, -0.6185, 0.0225, 0.2525, -0.583, -0.0622, 0.2689, -0.4351, -0.0434, 0.2278, -0.4344, 0.0225, 0.2404, -0.6185, 0.0225, 0.331, -0.4314, 0.0883, 0.3326, -0.5724, 0.0225, 0.313, -0.557, 0.1071, 0.331, -0.4314, 0.0883, 0.3701, -0.4248, 0.0225, 0.3326, -0.5724, 0.0225, 0.2179, -1.007, -0.1355, 0.1078, -1.0737, -0.0642, 0.1799, -1.0671, -0.0502, 0.2179, -1.007, -0.1355, 0.0483, -1.0208, -0.157, 0.1078, -1.0737, -0.0642, 0, -1.0055, 0, 0.106, -1.0635, 0.059, 0.0878, -1.0652, 0, 0, -1.0055, 0, 0.0483, -0.9845, 0.1591, 0.106, -1.0635, 0.059, 0.248, -0.9886, 0, 0.1799, -1.0671, -0.0502, 0.1866, -1.0587, 0, 0.248, -0.9886, 0, 0.2179, -1.007, -0.1355, 0.1799, -1.0671, -0.0502, 0.1759, -1.1783, -0.0372, 0.2441, -1.2737, -0.061, 0.1811, -1.1698, 0, 0.2441, -1.2737, -0.061, 0.1759, -1.1783, -0.0372, 0.2551, -1.338, -0.2946, 0.2441, -1.2737, -0.061, 0.2551, -1.338, -0.2946, 0.2693, -1.361, -0.2578, 0.1079, -1.1746, 0, 0.158, -1.3468, -0.3103, 0.1225, -1.1832, -0.0476, 0.158, -1.3468, -0.3103, 0.1079, -1.1746, 0, 0.0973, -1.288, -0.0529, 0.158, -1.3468, -0.3103, 0.0973, -1.288, -0.0529, 0.1485, -1.3737, -0.2788, 0.1799, -1.0671, -0.0502, 0.1225, -1.1832, -0.0476, 0.1759, -1.1783, -0.0372, 0.1799, -1.0671, -0.0502, 0.1078, -1.0737, -0.0642, 0.1225, -1.1832, -0.0476, 0.178, -1.0569, 0.0451, 0.1811, -1.1698, 0, 0.174, -1.1681, 0.0321, 0.178, -1.0569, 0.0451, 0.1866, -1.0587, 0, 0.1811, -1.1698, 0, 0.1078, -1.0737, -0.0642, 0.1079, -1.1746, 0, 0.1225, -1.1832, -0.0476, 0.1078, -1.0737, -0.0642, 0.0878, -1.0652, 0, 0.1079, -1.1746, 0, 0.106, -1.0635, 0.059, 0.174, -1.1681, 0.0321, 0.1206, -1.1729, 0.0424, 0.106, -1.0635, 0.059, 0.178, -1.0569, 0.0451, 0.174, -1.1681, 0.0321, 0.2441, -1.2737, -0.061, 0.1485, -1.3737, -0.2788, 0.0973, -1.288, -0.0529, 0.2441, -1.2737, -0.061, 0.2693, -1.361, -0.2578, 0.1485, -1.3737, -0.2788, 0.203, -1.2313, 0.0594, 0.0973, -1.288, -0.0529, 0.1209, -1.2348, 0.0714, 0.203, -1.2313, 0.0594, 0.2441, -1.2737, -0.061, 0.0973, -1.288, -0.0529, 0.174, -1.1681, 0.0321, 0.2441, -1.2737, -0.061, 0.203, -1.2313, 0.0594, 0.174, -1.1681, 0.0321, 0.1811, -1.1698, 0, 0.2441, -1.2737, -0.061, 0.1079, -1.1746, 0, 0.1209, -1.2348, 0.0714, 0.0973, -1.288, -0.0529, 0.1079, -1.1746, 0, 0.1206, -1.1729, 0.0424, 0.1209, -1.2348, 0.0714, 0.2551, -1.338, -0.2946, 0.1485, -1.3737, -0.2788, 0.2693, -1.361, -0.2578, 0.2551, -1.338, -0.2946, 0.158, -1.3468, -0.3103, 0.1485, -1.3737, -0.2788, 0.1206, -1.1729, 0.0424, 0.203, -1.2313, 0.0594, 0.1209, -1.2348, 0.0714, 0.1206, -1.1729, 0.0424, 0.174, -1.1681, 0.0321, 0.203, -1.2313, 0.0594, 0.1759, -1.1783, -0.0372, 0.158, -1.3468, -0.3103, 0.2551, -1.338, -0.2946, 0.1759, -1.1783, -0.0372, 0.1225, -1.1832, -0.0476, 0.158, -1.3468, -0.3103, 0.1272, -0.2075, 0.1103, 0, -0.4297, 0.187, 0, -0.2578, 0.1259, 0.1272, -0.2075, 0.1103, 0.1508, -0.3721, 0.1357, 0, -0.4297, 0.187, 0, 0.4966, 0.0788, 0, 0.5148, 0.0145, 0.0924, 0.4759, 0.0229, 0.1477, 0.3334, -0.0253, 0.1009, 0.4165, -0.1513, 0.1235, 0.2916, -0.1296, 0.1477, 0.3334, -0.0253, 0.1204, 0.4629, -0.0521, 0.1009, 0.4165, -0.1513, 0, 0.5148, 0.0145, 0.1204, 0.4629, -0.0521, 0.0924, 0.4759, 0.0229, 0, 0.5148, 0.0145, 0, 0.5132, -0.0622, 0.1204, 0.4629, -0.0521, 0, 0.5132, -0.0622, 0.1009, 0.4165, -0.1513, 0.1204, 0.4629, -0.0521, 0, 0.5132, -0.0622, 0, 0.4789, -0.1347, 0.1009, 0.4165, -0.1513, 0.1009, 0.4165, -0.1513, 0, 0.4789, -0.1347, 0, 0.3969, -0.1915, 0.1297, 0.222, -0.0001, 0.1235, 0.2916, -0.1296, 0.1095, 0.2023, -0.0772, 0.1297, 0.222, -0.0001, 0.1477, 0.3334, -0.0253, 0.1235, 0.2916, -0.1296, 0.1282, 0.3746, 0.0865, 0.1204, 0.4629, -0.0521, 0.1477, 0.3334, -0.0253, 0.1282, 0.3746, 0.0865, 0.0924, 0.4759, 0.0229, 0.1204, 0.4629, -0.0521, 0.1095, 0.2023, 0.0772, 0.1477, 0.3334, -0.0253, 0.1297, 0.222, -0.0001, 0.1095, 0.2023, 0.0772, 0.1282, 0.3746, 0.0865, 0.1477, 0.3334, -0.0253, 0.1095, 0.2023, -0.0772, 0, 0.2738, -0.1904, 0, 0.169, -0.1065, 0.1095, 0.2023, -0.0772, 0.1235, 0.2916, -0.1296, 0, 0.2738, -0.1904, 0, 0.2023, 0.138, 0.1282, 0.3746, 0.0865, 0.1095, 0.2023, 0.0772, 0, 0.2023, 0.138, 0, 0.3978, 0.1567, 0.1282, 0.3746, 0.0865, 0, 0.3978, 0.1567, 0.0924, 0.4759, 0.0229, 0.1282, 0.3746, 0.0865, 0, 0.3978, 0.1567, 0, 0.4966, 0.0788, 0.0924, 0.4759, 0.0229, 0, 0.2738, -0.1904, 0.1009, 0.4165, -0.1513, 0, 0.3969, -0.1915, -0.2683, 0.1393, 0.0996, -0.3136, 0.0844, -0.0003, -0.2896, 0.1542, -0.0003, -0.2683, 0.1393, 0.0996, -0.2845, 0.0815, 0.0996, -0.3136, 0.0844, -0.0003, 0, -0.5954, -0.1522, -0.0333, -0.8545, 0, 0, -0.5954, -0.0031, 0, -0.5954, -0.1522, -0.0742, -0.8675, -0.1201, -0.0333, -0.8545, 0, -0.0333, -0.8545, 0, -0.0483, -0.9845, 0.1591, -0.0776, -0.8301, 0.1201, -0.0333, -0.8545, 0, 0, -1.0055, 0, -0.0483, -0.9845, 0.1591, 0, 0.169, -0.1065, -0.1853, 0.0307, -0.1059, 0, 0.0544, -0.1662, -0.1853, 0.0307, -0.1059, 0, 0.169, -0.1065, -0.1095, 0.2023, -0.0772, -0.1853, 0.0307, -0.1059, -0.1095, 0.2023, -0.0772, -0.2043, 0.187, -0.0866, 0, -0.5954, -0.0031, -0.0776, -0.8301, 0.1201, 0, -0.5563, 0.1514, 0, -0.5954, -0.0031, -0.0333, -0.8545, 0, -0.0776, -0.8301, 0.1201, -0.1298, 0.222, -0.0001, -0.2043, 0.187, -0.0866, -0.1095, 0.2023, -0.0772, -0.1298, 0.222, -0.0001, -0.2111, 0.2125, -0.0003, -0.2043, 0.187, -0.0866, -0.1866, -1.0587, 0, -0.1759, -1.1783, -0.0372, -0.1799, -1.0671, -0.0502, -0.1866, -1.0587, 0, -0.1812, -1.1698, 0, -0.1759, -1.1783, -0.0372, -0.0483, -0.9845, 0.1591, -0.1781, -1.0569, 0.0451, -0.2179, -0.9761, 0.1333, -0.0483, -0.9845, 0.1591, -0.106, -1.0635, 0.059, -0.1781, -1.0569, 0.0451, -0.1095, 0.2023, 0.0772, -0.2111, 0.2125, -0.0003, -0.1298, 0.222, -0.0001, -0.1095, 0.2023, 0.0772, -0.2043, 0.187, 0.0867, -0.2111, 0.2125, -0.0003, -0.1272, -0.2075, 0.1103, -0.2148, -0.5193, -0.0031, -0.1838, -0.2155, -0.0031, -0.2148, -0.5193, -0.0031, -0.1272, -0.2075, 0.1103, -0.1508, -0.3721, 0.1357, -0.2148, -0.5193, -0.0031, -0.1508, -0.3721, 0.1357, -0.1743, -0.4996, 0.119, -0.0483, -1.0208, -0.157, -0.0878, -1.0652, 0, 0, -1.0055, 0, -0.0483, -1.0208, -0.157, -0.1078, -1.0737, -0.0642, -0.0878, -1.0652, 0, -0.1743, -0.5387, -0.1198, -0.0742, -0.8675, -0.1201, 0, -0.5954, -0.1522, -0.1743, -0.5387, -0.1198, -0.1889, -0.8529, -0.094, -0.0742, -0.8675, -0.1201, 0, -0.2578, -0.1321, -0.1853, 0.0307, -0.1059, -0.131, -0.2403, -0.1165, 0, -0.2578, -0.1321, 0, 0.0544, -0.1662, -0.1853, 0.0307, -0.1059, -0.0878, -1.0652, 0, -0.1206, -1.1729, 0.0424, -0.106, -1.0635, 0.059, -0.0878, -1.0652, 0, -0.1079, -1.1746, 0, -0.1206, -1.1729, 0.0424, -0.1889, -0.8529, -0.094, -0.0483, -1.0208, -0.157, -0.0742, -0.8675, -0.1201, -0.1889, -0.8529, -0.094, -0.2179, -1.007, -0.1355, -0.0483, -1.0208, -0.157, -0.2179, -0.9761, 0.1333, -0.1866, -1.0587, 0, -0.248, -0.9886, 0, -0.2179, -0.9761, 0.1333, -0.1781, -1.0569, 0.0451, -0.1866, -1.0587, 0, -0.0776, -0.8301, 0.1201, -0.2179, -0.9761, 0.1333, -0.1674, -0.8155, 0.094, -0.0776, -0.8301, 0.1201, -0.0483, -0.9845, 0.1591, -0.2179, -0.9761, 0.1333, 0, -0.5563, 0.1514, -0.1674, -0.8155, 0.094, -0.1743, -0.4996, 0.119, 0, -0.5563, 0.1514, -0.0776, -0.8301, 0.1201, -0.1674, -0.8155, 0.094, -0.2117, -0.8303, 0, -0.2179, -1.007, -0.1355, -0.1889, -0.8529, -0.094, -0.2117, -0.8303, 0, -0.248, -0.9886, 0, -0.2179, -1.007, -0.1355, -0.1272, -0.2075, 0.1103, 0, 0.0544, 0.16, 0, -0.2578, 0.1259, -0.1272, -0.2075, 0.1103, -0.1853, 0.0307, 0.0991, 0, 0.0544, 0.16, -0.2043, 0.187, 0.0867, 0, 0.0544, 0.16, -0.1853, 0.0307, 0.0991, 0, 0.0544, 0.16, -0.2043, 0.187, 0.0867, -0.1095, 0.2023, 0.0772, 0, 0.0544, 0.16, -0.1095, 0.2023, 0.0772, 0, 0.2023, 0.138, -0.1838, -0.2155, -0.0031, -0.1853, 0.0307, 0.0991, -0.1272, -0.2075, 0.1103, -0.1838, -0.2155, -0.0031, -0.1813, -0.1278, 0.0001, -0.1853, 0.0307, 0.0991, -0.131, -0.2403, -0.1165, -0.1813, -0.1278, 0.0001, -0.1838, -0.2155, -0.0031, -0.131, -0.2403, -0.1165, -0.1853, 0.0307, -0.1059, -0.1813, -0.1278, 0.0001, -0.2043, 0.187, -0.0866, -0.2896, 0.1542, -0.0003, -0.2683, 0.1393, -0.0995, -0.2043, 0.187, -0.0866, -0.2111, 0.2125, -0.0003, -0.2896, 0.1542, -0.0003, -0.2148, -0.5193, -0.0031, -0.1889, -0.8529, -0.094, -0.1743, -0.5387, -0.1198, -0.2148, -0.5193, -0.0031, -0.2117, -0.8303, 0, -0.1889, -0.8529, -0.094, -0.1743, -0.4996, 0.119, -0.2117, -0.8303, 0, -0.2148, -0.5193, -0.0031, -0.1743, -0.4996, 0.119, -0.1674, -0.8155, 0.094, -0.2117, -0.8303, 0, -0.1674, -0.8155, 0.094, -0.248, -0.9886, 0, -0.2117, -0.8303, 0, -0.1674, -0.8155, 0.094, -0.2179, -0.9761, 0.1333, -0.248, -0.9886, 0, -0.0742, -0.8675, -0.1201, 0, -1.0055, 0, -0.0333, -0.8545, 0, -0.0742, -0.8675, -0.1201, -0.0483, -1.0208, -0.157, 0, -1.0055, 0, -0.1508, -0.3721, 0.1357, 0, -0.5563, 0.1514, -0.1743, -0.4996, 0.119, -0.1508, -0.3721, 0.1357, 0, -0.4297, 0.187, 0, -0.5563, 0.1514, 0, -0.2578, -0.1321, -0.1743, -0.5387, -0.1198, 0, -0.5954, -0.1522, 0, -0.2578, -0.1321, -0.131, -0.2403, -0.1165, -0.1743, -0.5387, -0.1198, -0.131, -0.2403, -0.1165, -0.2148, -0.5193, -0.0031, -0.1743, -0.5387, -0.1198, -0.131, -0.2403, -0.1165, -0.1838, -0.2155, -0.0031, -0.2148, -0.5193, -0.0031, -0.1853, 0.0307, -0.1059, -0.2043, 0.187, -0.0866, -0.2683, 0.1393, -0.0995, -0.2043, 0.187, 0.0867, -0.1853, 0.0307, 0.0991, -0.2683, 0.1393, 0.0996, -0.2111, 0.2125, -0.0003, -0.2683, 0.1393, 0.0996, -0.2896, 0.1542, -0.0003, -0.2111, 0.2125, -0.0003, -0.2043, 0.187, 0.0867, -0.2683, 0.1393, 0.0996, -0.2896, 0.1542, -0.0003, -0.2845, 0.0815, -0.0995, -0.2683, 0.1393, -0.0995, -0.2896, 0.1542, -0.0003, -0.3136, 0.0844, -0.0003, -0.2845, 0.0815, -0.0995, -0.2845, 0.0815, -0.0995, -0.3568, -0.1453, 0.0225, -0.3177, -0.1519, -0.0505, -0.2845, 0.0815, -0.0995, -0.3136, 0.0844, -0.0003, -0.3568, -0.1453, 0.0225, -0.2845, 0.0815, 0.0996, -0.2402, -0.1662, 0.0954, -0.3177, -0.1519, 0.0954, -0.2845, 0.0815, 0.0996, -0.1853, 0.0307, 0.0991, -0.2402, -0.1662, 0.0954, -0.1853, 0.0307, -0.1059, -0.2683, 0.1393, -0.0995, -0.2845, 0.0815, -0.0995, -0.2683, 0.1393, 0.0996, -0.1853, 0.0307, 0.0991, -0.2845, 0.0815, 0.0996, -0.2402, -0.1662, 0.0954, -0.331, -0.4314, 0.0883, -0.3177, -0.1519, 0.0954, -0.2402, -0.1662, 0.0954, -0.2689, -0.4351, 0.0883, -0.331, -0.4314, 0.0883, -0.3568, -0.1453, 0.0225, -0.331, -0.4314, -0.0434, -0.3177, -0.1519, -0.0505, -0.3568, -0.1453, 0.0225, -0.3701, -0.4248, 0.0225, -0.331, -0.4314, -0.0434, -0.1853, 0.0307, 0.0991, -0.1934, -0.1761, 0.0225, -0.2402, -0.1662, 0.0954, -0.1853, 0.0307, 0.0991, -0.1813, -0.1278, 0.0001, -0.1934, -0.1761, 0.0225, -0.1853, 0.0307, -0.1059, -0.3177, -0.1519, -0.0505, -0.2402, -0.1662, -0.0505, -0.1853, 0.0307, -0.1059, -0.2845, 0.0815, -0.0995, -0.3177, -0.1519, -0.0505, -0.3136, 0.0844, -0.0003, -0.3177, -0.1519, 0.0954, -0.3568, -0.1453, 0.0225, -0.3136, 0.0844, -0.0003, -0.2845, 0.0815, 0.0996, -0.3177, -0.1519, 0.0954, -0.1813, -0.1278, 0.0001, -0.2402, -0.1662, -0.0505, -0.1934, -0.1761, 0.0225, -0.1813, -0.1278, 0.0001, -0.1853, 0.0307, -0.1059, -0.2402, -0.1662, -0.0505, -0.2278, -0.4344, 0.0225, -0.2526, -0.583, 0.1071, -0.2689, -0.4351, 0.0883, -0.2278, -0.4344, 0.0225, -0.2404, -0.6185, 0.0225, -0.2526, -0.583, 0.1071, -0.331, -0.4314, -0.0434, -0.2526, -0.583, -0.0622, -0.2689, -0.4351, -0.0434, -0.331, -0.4314, -0.0434, -0.3131, -0.557, -0.0622, -0.2526, -0.583, -0.0622, -0.2402, -0.1662, -0.0505, -0.2278, -0.4344, 0.0225, -0.1934, -0.1761, 0.0225, -0.2402, -0.1662, -0.0505, -0.2689, -0.4351, -0.0434, -0.2278, -0.4344, 0.0225, -0.3177, -0.1519, 0.0954, -0.3701, -0.4248, 0.0225, -0.3568, -0.1453, 0.0225, -0.3177, -0.1519, 0.0954, -0.331, -0.4314, 0.0883, -0.3701, -0.4248, 0.0225, -0.3177, -0.1519, -0.0505, -0.2689, -0.4351, -0.0434, -0.2402, -0.1662, -0.0505, -0.3177, -0.1519, -0.0505, -0.331, -0.4314, -0.0434, -0.2689, -0.4351, -0.0434, -0.1934, -0.1761, 0.0225, -0.2689, -0.4351, 0.0883, -0.2402, -0.1662, 0.0954, -0.1934, -0.1761, 0.0225, -0.2278, -0.4344, 0.0225, -0.2689, -0.4351, 0.0883, -0.3326, -0.5724, 0.0225, -0.2526, -0.583, 0.1071, -0.2404, -0.6185, 0.0225, -0.3326, -0.5724, 0.0225, -0.3131, -0.557, 0.1071, -0.2526, -0.583, 0.1071, -0.3131, -0.557, -0.0622, -0.2404, -0.6185, 0.0225, -0.2526, -0.583, -0.0622, -0.3131, -0.557, -0.0622, -0.3326, -0.5724, 0.0225, -0.2404, -0.6185, 0.0225, -0.3701, -0.4248, 0.0225, -0.3131, -0.557, -0.0622, -0.331, -0.4314, -0.0434, -0.3701, -0.4248, 0.0225, -0.3326, -0.5724, 0.0225, -0.3131, -0.557, -0.0622, -0.2689, -0.4351, 0.0883, -0.3131, -0.557, 0.1071, -0.331, -0.4314, 0.0883, -0.2689, -0.4351, 0.0883, -0.2526, -0.583, 0.1071, -0.3131, -0.557, 0.1071, -0.2689, -0.4351, -0.0434, -0.2404, -0.6185, 0.0225, -0.2278, -0.4344, 0.0225, -0.2689, -0.4351, -0.0434, -0.2526, -0.583, -0.0622, -0.2404, -0.6185, 0.0225, -0.331, -0.4314, 0.0883, -0.3326, -0.5724, 0.0225, -0.3701, -0.4248, 0.0225, -0.331, -0.4314, 0.0883, -0.3131, -0.557, 0.1071, -0.3326, -0.5724, 0.0225, -0.2179, -1.007, -0.1355, -0.1078, -1.0737, -0.0642, -0.0483, -1.0208, -0.157, -0.2179, -1.007, -0.1355, -0.1799, -1.0671, -0.0502, -0.1078, -1.0737, -0.0642, 0, -1.0055, 0, -0.106, -1.0635, 0.059, -0.0483, -0.9845, 0.1591, 0, -1.0055, 0, -0.0878, -1.0652, 0, -0.106, -1.0635, 0.059, -0.248, -0.9886, 0, -0.1799, -1.0671, -0.0502, -0.2179, -1.007, -0.1355, -0.248, -0.9886, 0, -0.1866, -1.0587, 0, -0.1799, -1.0671, -0.0502, -0.2441, -1.2737, -0.061, -0.1759, -1.1783, -0.0372, -0.1812, -1.1698, 0, -0.1759, -1.1783, -0.0372, -0.2441, -1.2737, -0.061, -0.2694, -1.361, -0.2578, -0.1759, -1.1783, -0.0372, -0.2694, -1.361, -0.2578, -0.2551, -1.338, -0.2946, -0.158, -1.3468, -0.3103, -0.1079, -1.1746, 0, -0.1225, -1.1832, -0.0476, -0.1079, -1.1746, 0, -0.158, -1.3468, -0.3103, -0.1485, -1.3737, -0.2788, -0.1079, -1.1746, 0, -0.1485, -1.3737, -0.2788, -0.0973, -1.288, -0.0529, -0.1799, -1.0671, -0.0502, -0.1225, -1.1832, -0.0476, -0.1078, -1.0737, -0.0642, -0.1799, -1.0671, -0.0502, -0.1759, -1.1783, -0.0372, -0.1225, -1.1832, -0.0476, -0.1781, -1.0569, 0.0451, -0.1812, -1.1698, 0, -0.1866, -1.0587, 0, -0.1781, -1.0569, 0.0451, -0.174, -1.1681, 0.0321, -0.1812, -1.1698, 0, -0.1078, -1.0737, -0.0642, -0.1079, -1.1746, 0, -0.0878, -1.0652, 0, -0.1078, -1.0737, -0.0642, -0.1225, -1.1832, -0.0476, -0.1079, -1.1746, 0, -0.106, -1.0635, 0.059, -0.174, -1.1681, 0.0321, -0.1781, -1.0569, 0.0451, -0.106, -1.0635, 0.059, -0.1206, -1.1729, 0.0424, -0.174, -1.1681, 0.0321, -0.2441, -1.2737, -0.061, -0.1485, -1.3737, -0.2788, -0.2694, -1.361, -0.2578, -0.2441, -1.2737, -0.061, -0.0973, -1.288, -0.0529, -0.1485, -1.3737, -0.2788, -0.203, -1.2313, 0.0594, -0.0973, -1.288, -0.0529, -0.2441, -1.2737, -0.061, -0.203, -1.2313, 0.0594, -0.1209, -1.2348, 0.0714, -0.0973, -1.288, -0.0529, -0.174, -1.1681, 0.0321, -0.2441, -1.2737, -0.061, -0.1812, -1.1698, 0, -0.174, -1.1681, 0.0321, -0.203, -1.2313, 0.0594, -0.2441, -1.2737, -0.061, -0.1079, -1.1746, 0, -0.1209, -1.2348, 0.0714, -0.1206, -1.1729, 0.0424, -0.1079, -1.1746, 0, -0.0973, -1.288, -0.0529, -0.1209, -1.2348, 0.0714, -0.2551, -1.338, -0.2946, -0.1485, -1.3737, -0.2788, -0.158, -1.3468, -0.3103, -0.2551, -1.338, -0.2946, -0.2694, -1.361, -0.2578, -0.1485, -1.3737, -0.2788, -0.1206, -1.1729, 0.0424, -0.203, -1.2313, 0.0594, -0.174, -1.1681, 0.0321, -0.1206, -1.1729, 0.0424, -0.1209, -1.2348, 0.0714, -0.203, -1.2313, 0.0594, -0.1759, -1.1783, -0.0372, -0.158, -1.3468, -0.3103, -0.1225, -1.1832, -0.0476, -0.1759, -1.1783, -0.0372, -0.2551, -1.338, -0.2946, -0.158, -1.3468, -0.3103, -0.1272, -0.2075, 0.1103, 0, -0.4297, 0.187, -0.1508, -0.3721, 0.1357, -0.1272, -0.2075, 0.1103, 0, -0.2578, 0.1259, 0, -0.4297, 0.187, 0, 0.4966, 0.0788, -0.0924, 0.4759, 0.0229, 0, 0.5148, 0.0145, -0.1477, 0.3334, -0.0253, -0.1009, 0.4165, -0.1513, -0.1204, 0.4629, -0.0521, -0.1477, 0.3334, -0.0253, -0.1235, 0.2916, -0.1296, -0.1009, 0.4165, -0.1513, 0, 0.5148, 0.0145, -0.1204, 0.4629, -0.0521, 0, 0.5132, -0.0622, 0, 0.5148, 0.0145, -0.0924, 0.4759, 0.0229, -0.1204, 0.4629, -0.0521, 0, 0.5132, -0.0622, -0.1009, 0.4165, -0.1513, 0, 0.4789, -0.1347, 0, 0.5132, -0.0622, -0.1204, 0.4629, -0.0521, -0.1009, 0.4165, -0.1513, -0.1009, 0.4165, -0.1513, 0, 0.3969, -0.1915, 0, 0.4789, -0.1347, -0.1298, 0.222, -0.0001, -0.1235, 0.2916, -0.1296, -0.1477, 0.3334, -0.0253, -0.1298, 0.222, -0.0001, -0.1095, 0.2023, -0.0772, -0.1235, 0.2916, -0.1296, -0.1282, 0.3746, 0.0865, -0.1204, 0.4629, -0.0521, -0.0924, 0.4759, 0.0229, -0.1282, 0.3746, 0.0865, -0.1477, 0.3334, -0.0253, -0.1204, 0.4629, -0.0521, -0.1095, 0.2023, 0.0772, -0.1477, 0.3334, -0.0253, -0.1282, 0.3746, 0.0865, -0.1095, 0.2023, 0.0772, -0.1298, 0.222, -0.0001, -0.1477, 0.3334, -0.0253, -0.1095, 0.2023, -0.0772, 0, 0.2738, -0.1904, -0.1235, 0.2916, -0.1296, -0.1095, 0.2023, -0.0772, 0, 0.169, -0.1065, 0, 0.2738, -0.1904, 0, 0.2023, 0.138, -0.1282, 0.3746, 0.0865, 0, 0.3978, 0.1567, 0, 0.2023, 0.138, -0.1095, 0.2023, 0.0772, -0.1282, 0.3746, 0.0865, 0, 0.3978, 0.1567, -0.0924, 0.4759, 0.0229, 0, 0.4966, 0.0788, 0, 0.3978, 0.1567, -0.1282, 0.3746, 0.0865, -0.0924, 0.4759, 0.0229, -0.1009, 0.4165, -0.1513, 0, 0.2738, -0.1904, 0, 0.3969, -0.1915, 0.1235, 0.2916, -0.1296, 0.1009, 0.4165, -0.1513, 0, 0.2738, -0.1904, -0.1235, 0.2916, -0.1296, 0, 0.2738, -0.1904, -0.1009, 0.4165, -0.1513) - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_08px8"] -transparency = 2 -alpha_scissor_threshold = 0.5 -alpha_antialiasing_mode = 0 -albedo_texture = ExtResource("20_vt4uw") -metallic = 1.0 -metallic_texture = ExtResource("21_rigxx") -roughness_texture = ExtResource("23_wms8g") -normal_enabled = true -normal_texture = ExtResource("22_np3w4") -texture_filter = 2 - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_isly2"] -data = PackedVector3Array(-0.485, 0.637, 0.443, -0.485, -0.637, 0.443, -0.485, 0.637, -0.443, -0.485, 0.637, -0.443, -0.485, -0.637, 0.443, -0.485, -0.637, -0.443, -0.5, 0.7, -0.5, -0.5, -0.7, -0.5, 0.5, 0.7, -0.5, 0.5, 0.7, -0.5, -0.5, -0.7, -0.5, 0.5, -0.7, -0.5, 0.485, 0.637, -0.443, 0.485, -0.637, -0.443, 0.485, 0.637, 0.443, 0.485, 0.637, 0.443, 0.485, -0.637, -0.443, 0.485, -0.637, 0.443, 0.443, 0.637, 0.485, 0.443, -0.637, 0.485, -0.443, 0.637, 0.485, -0.443, 0.637, 0.485, 0.443, -0.637, 0.485, -0.443, -0.637, 0.485, -0.5, 0.7, -0.5, 0.5, 0.7, -0.5, -0.5, 0.7, 0.5, -0.5, 0.7, 0.5, 0.5, 0.7, -0.5, 0.5, 0.7, 0.5, 0.5, -0.7, 1.118, 0.5, -0.7, 0.5, 0.5, -0.8, 1.118, 0.5, -0.8, 1.118, 0.5, -0.7, 0.5, 0.5, -0.8, -0.5, 0.5, -0.8, -0.5, 0.5, -0.7, 0.5, 0.5, -0.7, -0.5, 0.5, -0.7, -0.5, -0.5, -0.7, -0.5, 0.5, -0.8, -0.5, 0.5, -0.8, -0.5, -0.5, -0.7, -0.5, -0.5, -0.8, -0.5, 0.5, -0.8, -0.5, -0.5, -0.8, -0.5, 0.5, -0.8, 1.118, 0.5, -0.8, 1.118, -0.5, -0.8, -0.5, -0.5, -0.8, 1.118, -0.5, -0.7, 1.118, 0.5, -0.7, 1.118, -0.5, -0.8, 1.118, -0.5, -0.8, 1.118, 0.5, -0.7, 1.118, 0.5, -0.8, 1.118, -0.5, -0.7, 0.5, 0.5, -0.7, 0.5, -0.5, -0.7, 1.118, -0.5, -0.7, 1.118, 0.5, -0.7, 0.5, 0.5, -0.7, 1.118, -0.5, 0.7, 0.5, 0.5, 0.7, 0.5, -0.5, -0.7, 1.118, -0.5, -0.7, 1.118, 0.5, 0.7, 0.5, 0.5, -0.7, 1.118, -0.5, -0.7, -0.5, -0.5, -0.7, 0.5, -0.5, -0.8, -0.5, -0.5, -0.8, -0.5, -0.5, -0.7, 0.5, -0.5, -0.8, 1.118, -0.5, -0.8, 1.118, -0.5, -0.7, 0.5, -0.5, -0.7, 1.118, 0.5, -0.7, 1.118, 0.5, 0.7, 0.5, -0.5, -0.7, 1.118, -0.5, -0.7, 1.118, 0.5, 0.7, 0.5, -0.5, 0.7, 0.5, -0.5, 0.7, 0.5, -0.5, -0.7, 0.5, -0.5, 0.6667, 0.4667, -0.5, 0.6667, 0.4667, -0.5, -0.7, 0.5, -0.5, -0.6667, 0.4667, -0.5, 0.6667, -0.4667, -0.5, 0.7, 0.5, -0.5, 0.6667, 0.4667, -0.5, -0.7, 0.5, -0.5, -0.7, -0.5, -0.5, -0.6667, 0.4667, -0.5, 0.7, -0.5, -0.5, 0.7, 0.5, -0.5, 0.6667, -0.4667, -0.5, -0.6667, 0.4667, -0.5, -0.7, -0.5, -0.5, -0.6667, -0.4667, -0.5, -0.7, -0.5, -0.5, 0.7, -0.5, -0.5, -0.6667, -0.4667, -0.5, -0.6667, -0.4667, -0.5, 0.7, -0.5, -0.5, 0.6667, -0.4667, 0.5, 0.7, -0.5, 0.5, -0.7, -0.5, 0.5, 0.6667, -0.4667, 0.5, 0.6667, -0.4667, 0.5, -0.7, -0.5, 0.5, -0.6667, -0.4667, 0.5, 0.6667, 0.4667, 0.5, 0.7, -0.5, 0.5, 0.6667, -0.4667, 0.5, -0.7, -0.5, 0.5, -0.7, 0.5, 0.5, -0.6667, -0.4667, 0.5, 0.7, 0.5, 0.5, 0.7, -0.5, 0.5, 0.6667, 0.4667, 0.5, -0.6667, -0.4667, 0.5, -0.7, 0.5, 0.5, -0.6667, 0.4667, 0.5, -0.7, 0.5, 0.5, 0.7, 0.5, 0.5, -0.6667, 0.4667, 0.5, -0.6667, 0.4667, 0.5, 0.7, 0.5, 0.5, 0.6667, 0.4667, 0.5, 0.7, 0.5, 0.5, -0.7, 0.5, 0.4667, 0.6667, 0.5, 0.4667, 0.6667, 0.5, 0.5, -0.7, 0.5, 0.4667, -0.6667, 0.5, -0.4667, 0.6667, 0.5, 0.5, 0.7, 0.5, 0.4667, 0.6667, 0.5, 0.5, -0.7, 0.5, -0.5, -0.7, 0.5, 0.4667, -0.6667, 0.5, -0.5, 0.7, 0.5, 0.5, 0.7, 0.5, -0.4667, 0.6667, 0.5, 0.4667, -0.6667, 0.5, -0.5, -0.7, 0.5, -0.4667, -0.6667, 0.5, -0.5, -0.7, 0.5, -0.5, 0.7, 0.5, -0.4667, -0.6667, 0.5, -0.4667, -0.6667, 0.5, -0.5, 0.7, 0.5, -0.4667, 0.6667, 0.5, -0.5, 0.6667, 0.4667, -0.5, -0.6667, 0.4667, -0.485, 0.637, 0.443, -0.485, 0.637, 0.443, -0.5, -0.6667, 0.4667, -0.485, -0.637, 0.443, -0.5, 0.6667, -0.4667, -0.5, 0.6667, 0.4667, -0.485, 0.637, -0.443, -0.485, 0.637, -0.443, -0.5, 0.6667, 0.4667, -0.485, 0.637, 0.443, -0.5, -0.6667, -0.4667, -0.5, 0.6667, -0.4667, -0.485, -0.637, -0.443, -0.485, -0.637, -0.443, -0.5, 0.6667, -0.4667, -0.485, 0.637, -0.443, -0.5, -0.6667, 0.4667, -0.5, -0.6667, -0.4667, -0.485, -0.637, 0.443, -0.485, -0.637, 0.443, -0.5, -0.6667, -0.4667, -0.485, -0.637, -0.443, 0.5, 0.6667, -0.4667, 0.5, -0.6667, -0.4667, 0.485, 0.637, -0.443, 0.485, 0.637, -0.443, 0.5, -0.6667, -0.4667, 0.485, -0.637, -0.443, 0.5, 0.6667, 0.4667, 0.5, 0.6667, -0.4667, 0.485, 0.637, 0.443, 0.485, 0.637, 0.443, 0.5, 0.6667, -0.4667, 0.485, 0.637, -0.443, 0.5, -0.6667, 0.4667, 0.5, 0.6667, 0.4667, 0.485, -0.637, 0.443, 0.485, -0.637, 0.443, 0.5, 0.6667, 0.4667, 0.485, 0.637, 0.443, 0.5, -0.6667, -0.4667, 0.5, -0.6667, 0.4667, 0.485, -0.637, -0.443, 0.485, -0.637, -0.443, 0.5, -0.6667, 0.4667, 0.485, -0.637, 0.443, 0.4667, 0.6667, 0.5, 0.4667, -0.6667, 0.5, 0.443, 0.637, 0.485, 0.443, 0.637, 0.485, 0.4667, -0.6667, 0.5, 0.443, -0.637, 0.485, -0.4667, 0.6667, 0.5, 0.4667, 0.6667, 0.5, -0.443, 0.637, 0.485, -0.443, 0.637, 0.485, 0.4667, 0.6667, 0.5, 0.443, 0.637, 0.485, -0.4667, -0.6667, 0.5, -0.4667, 0.6667, 0.5, -0.443, -0.637, 0.485, -0.443, -0.637, 0.485, -0.4667, 0.6667, 0.5, -0.443, 0.637, 0.485, 0.4667, -0.6667, 0.5, -0.4667, -0.6667, 0.5, 0.443, -0.637, 0.485, 0.443, -0.637, 0.485, -0.4667, -0.6667, 0.5, -0.443, -0.637, 0.485) - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_2ybo5"] -albedo_texture = ExtResource("27_lfacn") -metallic = 1.0 -metallic_texture = ExtResource("28_f0xh4") -roughness_texture = ExtResource("30_u2hqf") -normal_enabled = true -normal_texture = ExtResource("29_nmnkj") -ao_enabled = true -texture_filter = 2 - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_1ckgi"] -data = PackedVector3Array(0.375, -0.15, 0.75, 0.275, -0.25, 0.75, 0.375, 0.15, 0.75, 0.375, 0.15, 0.75, 0.275, -0.25, 0.75, 0.275, 0.25, 0.75, 0.275, 0.25, 0.75, 0.275, -0.25, 0.75, -0.275, 0.25, 0.75, -0.275, 0.25, 0.75, 0.275, -0.25, 0.75, -0.375, 0.15, 0.75, -0.375, 0.15, 0.75, 0.275, -0.25, 0.75, -0.375, -0.15, 0.75, -0.375, -0.15, 0.75, 0.275, -0.25, 0.75, -0.275, -0.25, 0.75, 0.375, 0.15, -0.75, 0.375, -0.15, -0.75, 0.375, 0.15, 0.75, 0.375, 0.15, 0.75, 0.375, -0.15, -0.75, 0.375, -0.15, 0.75, -0.275, 0.25, -0.75, 0.275, 0.25, -0.75, -0.275, 0.25, 0.75, -0.275, 0.25, 0.75, 0.275, 0.25, -0.75, 0.275, 0.25, 0.75, -0.375, 0.15, 0.75, -0.375, -0.15, 0.75, -0.375, 0.15, -0.75, -0.375, 0.15, -0.75, -0.375, -0.15, 0.75, -0.375, -0.15, -0.75, -0.375, -0.15, -0.75, -0.275, -0.25, -0.75, -0.375, 0.15, -0.75, -0.375, 0.15, -0.75, -0.275, -0.25, -0.75, -0.275, 0.25, -0.75, -0.275, 0.25, -0.75, -0.275, -0.25, -0.75, 0.275, 0.25, -0.75, 0.275, 0.25, -0.75, -0.275, -0.25, -0.75, 0.375, 0.15, -0.75, 0.375, 0.15, -0.75, -0.275, -0.25, -0.75, 0.375, -0.15, -0.75, 0.375, -0.15, -0.75, -0.275, -0.25, -0.75, 0.275, -0.25, -0.75, -0.275, -0.25, 0.75, -0.275, -0.25, -0.75, -0.375, -0.15, 0.75, -0.375, -0.15, 0.75, -0.275, -0.25, -0.75, -0.375, -0.15, -0.75, -0.275, 0.25, -0.75, -0.275, 0.25, 0.75, -0.375, 0.15, -0.75, -0.375, 0.15, -0.75, -0.275, 0.25, 0.75, -0.375, 0.15, 0.75, 0.275, -0.25, -0.75, 0.275, -0.25, 0.75, 0.375, -0.15, -0.75, 0.375, -0.15, -0.75, 0.275, -0.25, 0.75, 0.375, -0.15, 0.75, 0.275, 0.25, 0.75, 0.275, 0.25, -0.75, 0.375, 0.15, 0.75, 0.375, 0.15, 0.75, 0.275, 0.25, -0.75, 0.375, 0.15, -0.75, 0.275, -0.25, -0.75, -0.275, -0.25, -0.75, 0.275, -0.25, 0.75, 0.275, -0.25, 0.75, -0.275, -0.25, -0.75, -0.275, -0.25, 0.75) - -[sub_resource type="Curve" id="Curve_2ldv4"] -_limits = [0.0, 0.4, 0.0, 1.0] -_data = [Vector2(0, 0), 0.0, 0.0, 0, 0, Vector2(0.3, 0.4), 0.0, 0.0, 0, 0, Vector2(0.7, 0.4), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] -point_count = 4 - -[sub_resource type="CurveTexture" id="CurveTexture_ty63v"] -curve = SubResource("Curve_2ldv4") - -[sub_resource type="Gradient" id="Gradient_sg1jh"] -offsets = PackedFloat32Array(0, 0.1, 0.4, 0.6, 1) -colors = PackedColorArray(0.15, 0.15, 0.15, 1, 0.355313, 0.355314, 0.355313, 1, 0.356863, 0.356863, 0.356863, 1, 0.647059, 0.647059, 0.647059, 1, 0.15, 0.15, 0.15, 1) - -[sub_resource type="GradientTexture1D" id="GradientTexture1D_w3xaq"] -gradient = SubResource("Gradient_sg1jh") - -[sub_resource type="Curve" id="Curve_iy2ht"] -_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(0.746094, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] -point_count = 3 - -[sub_resource type="CurveTexture" id="CurveTexture_w3xaq"] -curve = SubResource("Curve_iy2ht") - -[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_otfxe"] -emission_shape = 3 -emission_box_extents = Vector3(4.5, 1.5, 4.5) -direction = Vector3(0, -1, 0) -spread = 100.0 -initial_velocity_min = 0.05 -initial_velocity_max = 0.15 -gravity = Vector3(0, 0, 0) -scale_curve = SubResource("CurveTexture_w3xaq") -color_ramp = SubResource("GradientTexture1D_w3xaq") -alpha_curve = SubResource("CurveTexture_ty63v") -turbulence_enabled = true -turbulence_noise_strength = 0.1 -turbulence_noise_scale = 0.3 -turbulence_influence_min = 0.0 - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_ruwlj"] -data = PackedVector3Array(-1.5, 0, -6, -1.5, 0, 6, -1.5, 3, -6, -1.5, 3, -6, -1.5, 0, 6, -1.5, 3, 6, 1.5, 0, 6, 1.5, 0, -6, 1.5, 3, 6, 1.5, 3, 6, 1.5, 0, -6, 1.5, 3, -6, -1.5, 0, 6, -1.5, 0, -6, 1.5, 0, 6, 1.5, 0, 6, -1.5, 0, -6, 1.5, 0, -6, 1.5, 3, 6, 1.5, 3, -6, -1.5, 3, 6, -1.5, 3, 6, 1.5, 3, -6, -1.5, 3, -6) - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_isly2"] -resource_local_to_scene = true -albedo_texture = ExtResource("27_lfacn") -metallic = 1.0 -metallic_texture = ExtResource("28_f0xh4") -roughness_texture = ExtResource("30_u2hqf") -normal_enabled = true -normal_texture = ExtResource("29_nmnkj") -ao_enabled = true -texture_filter = 2 - -[sub_resource type="ArrayMesh" id="ArrayMesh_2ybo5"] -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"format": 34896613377, -"index_count": 84, -"index_data": PackedByteArray("CgAGAAIAAgAEAAoABAAGAAoACwAEAAIADAAGAAQABAAIAAwACwAIAAQADAAIAAYAAgABAAsAAQAIAAsADQABAAIAAgAGAA0ABwABAA0ADQAGAAcACQABAAcACQAIAAEABwAGAA4ACQAHAAUABQAHAA4ABQAIAAkABgAIAA8AAwAIAAUADgAGAAAAAAAGAA8ADgAAAAUADwAIAAAABQAAAAMAAAAIAAMA"), -"lods": [0.108952, PackedByteArray("AgAGAAcABAAGAAIAAgABAAQABwABAAIABAAIAAYAAQAIAAQACQABAAcACQAIAAEACQAHAAUABQAIAAkABwAGAAAABwAAAAUABgAIAAAAAwAIAAUAAAAIAAMABQAAAAMA"), 0.261829, PackedByteArray("AAABAAIAAgABAAQAAQAAAAUABAADAAIAAQADAAQAAgADAAAABQADAAEABQAAAAMA"), 0.524037, PackedByteArray("AAABAAIAAgABAAMAAQAAAAMAAgADAAAA")], -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 16, -"vertex_data": PackedByteArray("AAAyM///AADc3f//AAAAAP//zMz//wAAAAAyMwAAAAD//zIzAAAAAAAAzMwAAAAA3N0AAP//AAAhIv////8AACEiAAAAAAAAISL//wAAAAD//zIz//8AAP//zMwAAAAA3N0AAAAAAADc3f////8AAAAAzMz//wAAISIAAP//AAA=") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_o1vcx"] -resource_local_to_scene = true -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), -"format": 34896613399, -"index_count": 84, -"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), -"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], -"material": SubResource("StandardMaterial3D_isly2"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 48, -"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_2ybo5") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_qvi5w"] -resource_local_to_scene = true -albedo_texture = ExtResource("27_lfacn") -metallic = 1.0 -metallic_texture = ExtResource("28_f0xh4") -roughness_texture = ExtResource("30_u2hqf") -normal_enabled = true -normal_texture = ExtResource("29_nmnkj") -ao_enabled = true -texture_filter = 2 - -[sub_resource type="ArrayMesh" id="ArrayMesh_qjnm6"] -resource_local_to_scene = true -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), -"format": 34896613399, -"index_count": 84, -"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), -"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], -"material": SubResource("StandardMaterial3D_qvi5w"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 48, -"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_2ybo5") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_uk6v3"] -resource_local_to_scene = true -albedo_texture = ExtResource("27_lfacn") -metallic = 1.0 -metallic_texture = ExtResource("28_f0xh4") -roughness_texture = ExtResource("30_u2hqf") -normal_enabled = true -normal_texture = ExtResource("29_nmnkj") -ao_enabled = true -texture_filter = 2 - -[sub_resource type="ArrayMesh" id="ArrayMesh_cuyy3"] -resource_local_to_scene = true -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), -"format": 34896613399, -"index_count": 84, -"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), -"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], -"material": SubResource("StandardMaterial3D_uk6v3"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 48, -"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_2ybo5") - -[sub_resource type="Curve" id="Curve_w3xaq"] -_limits = [0.0, 0.4, 0.0, 1.0] -_data = [Vector2(0, 0), 0.0, 0.0, 0, 0, Vector2(0.3, 0.4), 0.0, 0.0, 0, 0, Vector2(0.7, 0.4), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] -point_count = 4 - -[sub_resource type="CurveTexture" id="CurveTexture_mcskc"] -curve = SubResource("Curve_w3xaq") - -[sub_resource type="Gradient" id="Gradient_yfel2"] -offsets = PackedFloat32Array(0, 0.1, 0.4, 0.6, 1) -colors = PackedColorArray(0.15, 0.15, 0.15, 1, 0.355313, 0.355314, 0.355313, 1, 0.356863, 0.356863, 0.356863, 1, 0.647059, 0.647059, 0.647059, 1, 0.15, 0.15, 0.15, 1) - -[sub_resource type="GradientTexture1D" id="GradientTexture1D_08px8"] -gradient = SubResource("Gradient_yfel2") - -[sub_resource type="Curve" id="Curve_yfel2"] -_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(0.746094, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] -point_count = 3 - -[sub_resource type="CurveTexture" id="CurveTexture_5ac7v"] -curve = SubResource("Curve_yfel2") - -[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_6giaa"] -emission_shape = 3 -emission_box_extents = Vector3(1.5, 1.5, 6) -direction = Vector3(0, -1, 0) -spread = 100.0 -initial_velocity_min = 0.05 -initial_velocity_max = 0.15 -gravity = Vector3(0, 0, 0) -scale_curve = SubResource("CurveTexture_5ac7v") -color_ramp = SubResource("GradientTexture1D_08px8") -alpha_curve = SubResource("CurveTexture_mcskc") -turbulence_enabled = true -turbulence_noise_strength = 0.1 -turbulence_noise_scale = 0.3 -turbulence_influence_min = 0.0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_al0j5"] -_surfaces = [{ -"aabb": AABB(-1, -0.4, -0.2, 2, 0.4, 0.4), -"format": 34896613377, -"index_count": 24, -"index_data": PackedByteArray("AAABAAIAAAADAAEAAgABAAQAAgAEAAAABAABAAMABQADAAAABAADAAUAAAAEAAUA"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 6, -"vertex_data": PackedByteArray("AAD/////AAAAAAAA/38AAAAA//8AAAAA//8AAP9/AAD/////AAAAAP///////wAA") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_anoak"] -_surfaces = [{ -"aabb": AABB(-1, -0.4, -0.2, 2, 0.4, 0.4), -"attribute_data": PackedByteArray("AAD/I/8RAAD/I/8j/yP/I/9N/yP/I//b/03/2/8j/9v/Ef//AAD/2/93/9v/Tf/b/3f/I/9N/yP/I/8j/yP/2wAA/yMAAP/b"), -"format": 34896613399, -"index_count": 24, -"index_data": PackedByteArray("AAABAAIAAwAEAAUABQAEAAYABwAIAAkACgALAAwADAALAA0ADgAPABAAEAAPABEA"), -"material": ExtResource("28_nomhm"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 18, -"vertex_data": PackedByteArray("AAD///////8AAAAA/3///wAA//8AAP//AAD//wAAsvIAAAAA/3+y8v////8AALLy//8AAP9/svL/////AAD/v///AAD/f/+//////////7////////8mwv//AAD/fybCAAD/////JsIAAAAA/38mwgAA//8AAFTV/////wAAVNUAAP////9U1f///////1TV/z//f/8//3//P/9/PjnAxj45wMY+OcDGPjnAxv9/AAD/fwAA/38AAIYUeOuGFHjrhhR464YUeOtU1aoqVNWqKlTVqipU1aoq") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_al0j5") - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_ojd88"] -data = PackedVector3Array(-1, 0, 0.2, -1, -0.4, 0, -1, 0, -0.2, -1, 0, -0.2, -1, -0.4, 0, 1, 0, -0.2, 1, 0, -0.2, -1, -0.4, 0, 1, -0.4, 0, 1, 0, -0.2, 1, -0.4, 0, 1, 0, 0.2, 1, 0, 0.2, 1, -0.4, 0, -1, 0, 0.2, -1, 0, 0.2, 1, -0.4, 0, -1, -0.4, 0, -1, 0, -0.2, 1, 0, -0.2, -1, 0, 0.2, -1, 0, 0.2, 1, 0, -0.2, 1, 0, 0.2) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_if0c2"] -data = PackedVector3Array(-1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 3, -1.5, -1.5, 3, -1.5, -1.5, 0, 1.5, -1.5, 3, 1.5, -1.5, 0, 1.5, -1.5, 0, -1.5, 1.5, 0, 1.5, 1.5, 0, 1.5, -1.5, 0, -1.5, 1.5, 0, -1.5, 1.5, 3, 1.5, 1.5, 3, -1.5, -1.5, 3, 1.5, -1.5, 3, 1.5, 1.5, 3, -1.5, -1.5, 3, -1.5) - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_tu4tq"] -resource_local_to_scene = true -albedo_texture = ExtResource("27_lfacn") -metallic = 1.0 -metallic_texture = ExtResource("28_f0xh4") -roughness_texture = ExtResource("30_u2hqf") -normal_enabled = true -normal_texture = ExtResource("29_nmnkj") -ao_enabled = true -texture_filter = 2 - -[sub_resource type="ArrayMesh" id="ArrayMesh_lny00"] -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"format": 34896613377, -"index_count": 84, -"index_data": PackedByteArray("CgAGAAIAAgAEAAoABAAGAAoACwAEAAIADAAGAAQABAAIAAwACwAIAAQADAAIAAYAAgABAAsAAQAIAAsADQABAAIAAgAGAA0ABwABAA0ADQAGAAcACQABAAcACQAIAAEABwAGAA4ACQAHAAUABQAHAA4ABQAIAAkABgAIAA8AAwAIAAUADgAGAAAAAAAGAA8ADgAAAAUADwAIAAAABQAAAAMAAAAIAAMA"), -"lods": [0.108952, PackedByteArray("AgAGAAcABAAGAAIAAgABAAQABwABAAIABAAIAAYAAQAIAAQACQABAAcACQAIAAEACQAHAAUABQAIAAkABwAGAAAABwAAAAUABgAIAAAAAwAIAAUAAAAIAAMABQAAAAMA"), 0.261829, PackedByteArray("AAABAAIAAgABAAQAAQAAAAUABAADAAIAAQADAAQAAgADAAAABQADAAEABQAAAAMA"), 0.524037, PackedByteArray("AAABAAIAAgABAAMAAQAAAAMAAgADAAAA")], -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 16, -"vertex_data": PackedByteArray("AAAyM///AADc3f//AAAAAP//zMz//wAAAAAyMwAAAAD//zIzAAAAAAAAzMwAAAAA3N0AAP//AAAhIv////8AACEiAAAAAAAAISL//wAAAAD//zIz//8AAP//zMwAAAAA3N0AAAAAAADc3f////8AAAAAzMz//wAAISIAAP//AAA=") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_xofqg"] -resource_local_to_scene = true -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), -"format": 34896613399, -"index_count": 84, -"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), -"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], -"material": SubResource("StandardMaterial3D_tu4tq"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 48, -"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_lny00") - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_17ivy"] -data = PackedVector3Array(1.5, 0, 1.5, -1.5, 0, 1.5, 1.5, 0, -1.5, 1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 0, -1.5) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_mgo71"] -data = PackedVector3Array(-0.7, 0, 0.14, -0.7, -0.28, 0, -0.7, 0, -0.14, -0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, -0.28, 0, 0.7, 0, 0.14, 0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, -0.28, 0, -0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, 0, -0.14, 0.7, 0, 0.14) - -[sub_resource type="BoxMesh" id="BoxMesh_35kna"] -size = Vector3(1, 1, 6) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_okeuk"] -data = PackedVector3Array(-0.5, 0.5, 3, 0.5, 0.5, 3, -0.5, -0.5, 3, 0.5, 0.5, 3, 0.5, -0.5, 3, -0.5, -0.5, 3, 0.5, 0.5, -3, -0.5, 0.5, -3, 0.5, -0.5, -3, -0.5, 0.5, -3, -0.5, -0.5, -3, 0.5, -0.5, -3, 0.5, 0.5, 3, 0.5, 0.5, -3, 0.5, -0.5, 3, 0.5, 0.5, -3, 0.5, -0.5, -3, 0.5, -0.5, 3, -0.5, 0.5, -3, -0.5, 0.5, 3, -0.5, -0.5, -3, -0.5, 0.5, 3, -0.5, -0.5, 3, -0.5, -0.5, -3, 0.5, 0.5, 3, -0.5, 0.5, 3, 0.5, 0.5, -3, -0.5, 0.5, 3, -0.5, 0.5, -3, 0.5, 0.5, -3, -0.5, -0.5, 3, 0.5, -0.5, 3, -0.5, -0.5, -3, 0.5, -0.5, 3, 0.5, -0.5, -3, -0.5, -0.5, -3) - -[sub_resource type="BoxMesh" id="BoxMesh_d8p6j"] -size = Vector3(1.4, 2.6, 2.2) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_otfxe"] -data = PackedVector3Array(-0.7, 1.3, 1.1, 0.7, 1.3, 1.1, -0.7, -1.3, 1.1, 0.7, 1.3, 1.1, 0.7, -1.3, 1.1, -0.7, -1.3, 1.1, 0.7, 1.3, -1.1, -0.7, 1.3, -1.1, 0.7, -1.3, -1.1, -0.7, 1.3, -1.1, -0.7, -1.3, -1.1, 0.7, -1.3, -1.1, 0.7, 1.3, 1.1, 0.7, 1.3, -1.1, 0.7, -1.3, 1.1, 0.7, 1.3, -1.1, 0.7, -1.3, -1.1, 0.7, -1.3, 1.1, -0.7, 1.3, -1.1, -0.7, 1.3, 1.1, -0.7, -1.3, -1.1, -0.7, 1.3, 1.1, -0.7, -1.3, 1.1, -0.7, -1.3, -1.1, 0.7, 1.3, 1.1, -0.7, 1.3, 1.1, 0.7, 1.3, -1.1, -0.7, 1.3, 1.1, -0.7, 1.3, -1.1, 0.7, 1.3, -1.1, -0.7, -1.3, 1.1, 0.7, -1.3, 1.1, -0.7, -1.3, -1.1, 0.7, -1.3, 1.1, 0.7, -1.3, -1.1, -0.7, -1.3, -1.1) - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_mdsoq"] -resource_local_to_scene = true -albedo_texture = ExtResource("48_rigxx") -metallic = 1.0 -metallic_texture = ExtResource("50_wms8g") -roughness_texture = ExtResource("52_mcskc") -emission_enabled = true -emission_energy_multiplier = 0.0 -emission_texture = ExtResource("49_np3w4") -normal_enabled = true -normal_texture = ExtResource("51_2ybo5") -texture_filter = 2 - -[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_35kna"] -emission_shape = 3 -emission_box_extents = Vector3(9, 1.5, 4.5) -direction = Vector3(0, -1, 0) -spread = 100.0 -initial_velocity_min = 0.05 -initial_velocity_max = 0.15 -gravity = Vector3(0, 0, 0) -scale_curve = SubResource("CurveTexture_w3xaq") -color_ramp = SubResource("GradientTexture1D_w3xaq") -alpha_curve = SubResource("CurveTexture_ty63v") -turbulence_enabled = true -turbulence_noise_strength = 0.1 -turbulence_noise_scale = 0.3 -turbulence_influence_min = 0.0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_h1nog"] -_surfaces = [{ -"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), -"format": 34896613377, -"index_count": 24, -"index_data": PackedByteArray("AAABAAIAAAADAAEAAgABAAQAAgAEAAAABAABAAMABQADAAAABAADAAUAAAAEAAUA"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 6, -"vertex_data": PackedByteArray("AAD/////AAAAAAAA/38AAAAA//8AAAAA//8AAP9/AAD/////AAAAAP///////wAA") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_w13dd"] -_surfaces = [{ -"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), -"attribute_data": PackedByteArray("AAD/I/8RAAD/I/8j/yP/I/9N/yP/I//b/03/2/8j/9v/Ef//AAD/2/93/9v/Tf/b/3f/I/9N/yP/I/8j/yP/2wAA/yMAAP/b"), -"format": 34896613399, -"index_count": 24, -"index_data": PackedByteArray("AAABAAIAAwAEAAUABQAEAAYABwAIAAkACgALAAwADAALAA0ADgAPABAAEAAPABEA"), -"material": ExtResource("36_sogkw"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 18, -"vertex_data": PackedByteArray("AAD///////8AAAAA/3///wAA//8AAP//AAD//wAAsvIAAAAA/3+y8v////8AALLy//8AAP9/svL/////AAD/v///AAD/f/+//////////7////////8mwv//AAD/fybCAAD/////JsIAAAAA/38mwgAA//8AAFTV/////wAAVNUAAP////9U1f///////1TV/z//f/8//3//P/9/PjnAxj45wMY+OcDGPjnAxv9/AAD/fwAA/38AAIYUeOuGFHjrhhR464YUeOtU1aoqVNWqKlTVqipU1aoq") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_h1nog") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_lhj8x"] -albedo_texture = ExtResource("62_1ckgi") -metallic = 1.0 -metallic_texture = ExtResource("64_dwjsf") -roughness_texture = ExtResource("66_o1vcx") -emission_enabled = true -emission_energy_multiplier = 3.6 -emission_texture = ExtResource("63_drp1h") -normal_enabled = true -normal_texture = ExtResource("65_isly2") -texture_filter = 4 - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_2ft6k"] -data = PackedVector3Array(-0.7, 0, 0.14, -0.7, -0.28, 0, -0.7, 0, -0.14, -0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, -0.28, 0, 0.7, 0, 0.14, 0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, -0.28, 0, -0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, 0, -0.14, 0.7, 0, 0.14) - -[sub_resource type="ArrayMesh" id="ArrayMesh_fkhf3"] -_surfaces = [{ -"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), -"format": 34896613377, -"index_count": 24, -"index_data": PackedByteArray("AAABAAIAAAADAAEAAgABAAQAAgAEAAAABAABAAMABQADAAAABAADAAUAAAAEAAUA"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 6, -"vertex_data": PackedByteArray("AAD/////AAAAAAAA/38AAAAA//8AAAAA//8AAP9/AAD/////AAAAAP///////wAA") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_f0psm"] -_surfaces = [{ -"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), -"attribute_data": PackedByteArray("AAD/I/8RAAD/I/8j/yP/I/9N/yP/I//b/03/2/8j/9v/Ef//AAD/2/93/9v/Tf/b/3f/I/9N/yP/I/8j/yP/2wAA/yMAAP/b"), -"format": 34896613399, -"index_count": 24, -"index_data": PackedByteArray("AAABAAIAAwAEAAUABQAEAAYABwAIAAkACgALAAwADAALAA0ADgAPABAAEAAPABEA"), -"material": ExtResource("38_ojd88"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 18, -"vertex_data": PackedByteArray("AAD///////8AAAAA/3///wAA//8AAP//AAD//wAAsvIAAAAA/3+y8v////8AALLy//8AAP9/svL/////AAD/v///AAD/f/+//////////7////////8mwv//AAD/fybCAAD/////JsIAAAAA/38mwgAA//8AAFTV/////wAAVNUAAP////9U1f///////1TV/z//f/8//3//P/9/PjnAxj45wMY+OcDGPjnAxv9/AAD/fwAA/38AAIYUeOuGFHjrhhR464YUeOtU1aoqVNWqKlTVqipU1aoq") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_fkhf3") - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_7ctwk"] -data = PackedVector3Array(-0.7, 0, 0.14, -0.7, -0.28, 0, -0.7, 0, -0.14, -0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, -0.28, 0, 0.7, 0, 0.14, 0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, -0.28, 0, -0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, 0, -0.14, 0.7, 0, 0.14) - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_erd4w"] -resource_local_to_scene = true -albedo_texture = ExtResource("27_lfacn") -metallic = 1.0 -metallic_texture = ExtResource("28_f0xh4") -roughness_texture = ExtResource("30_u2hqf") -normal_enabled = true -normal_texture = ExtResource("29_nmnkj") -ao_enabled = true -texture_filter = 2 - -[sub_resource type="ArrayMesh" id="ArrayMesh_f0xh4"] -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"format": 34896613377, -"index_count": 84, -"index_data": PackedByteArray("CgAGAAIAAgAEAAoABAAGAAoACwAEAAIADAAGAAQABAAIAAwACwAIAAQADAAIAAYAAgABAAsAAQAIAAsADQABAAIAAgAGAA0ABwABAA0ADQAGAAcACQABAAcACQAIAAEABwAGAA4ACQAHAAUABQAHAA4ABQAIAAkABgAIAA8AAwAIAAUADgAGAAAAAAAGAA8ADgAAAAUADwAIAAAABQAAAAMAAAAIAAMA"), -"lods": [0.108952, PackedByteArray("AgAGAAcABAAGAAIAAgABAAQABwABAAIABAAIAAYAAQAIAAQACQABAAcACQAIAAEACQAHAAUABQAIAAkABwAGAAAABwAAAAUABgAIAAAAAwAIAAUAAAAIAAMABQAAAAMA"), 0.261829, PackedByteArray("AAABAAIAAgABAAQAAQAAAAUABAADAAIAAQADAAQAAgADAAAABQADAAEABQAAAAMA"), 0.524037, PackedByteArray("AAABAAIAAgABAAMAAQAAAAMAAgADAAAA")], -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 16, -"vertex_data": PackedByteArray("AAAyM///AADc3f//AAAAAP//zMz//wAAAAAyMwAAAAD//zIzAAAAAAAAzMwAAAAA3N0AAP//AAAhIv////8AACEiAAAAAAAAISL//wAAAAD//zIz//8AAP//zMwAAAAA3N0AAAAAAADc3f////8AAAAAzMz//wAAISIAAP//AAA=") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_hsrl3"] -resource_local_to_scene = true -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), -"format": 34896613399, -"index_count": 84, -"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), -"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], -"material": SubResource("StandardMaterial3D_erd4w"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 48, -"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_f0xh4") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_vved0"] -resource_local_to_scene = true -albedo_texture = ExtResource("27_lfacn") -metallic = 1.0 -metallic_texture = ExtResource("28_f0xh4") -roughness_texture = ExtResource("30_u2hqf") -normal_enabled = true -normal_texture = ExtResource("29_nmnkj") -ao_enabled = true -texture_filter = 2 - -[sub_resource type="ArrayMesh" id="ArrayMesh_f8ygr"] -resource_local_to_scene = true -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), -"format": 34896613399, -"index_count": 84, -"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), -"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], -"material": SubResource("StandardMaterial3D_vved0"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 48, -"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_f0xh4") - -[sub_resource type="CylinderMesh" id="CylinderMesh_48a1a"] -top_radius = 1.0 -bottom_radius = 1.0 -height = 0.1 -rings = 0 - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_drp1h"] -data = PackedVector3Array(0, 0.05, 1, 0.098, 0.05, 0.9952, 0, -0.05, 1, 0.098, 0.05, 0.9952, 0.098, -0.05, 0.9952, 0, -0.05, 1, 0.098, 0.05, 0.9952, 0.1951, 0.05, 0.9808, 0.098, -0.05, 0.9952, 0.1951, 0.05, 0.9808, 0.1951, -0.05, 0.9808, 0.098, -0.05, 0.9952, 0.1951, 0.05, 0.9808, 0.2903, 0.05, 0.9569, 0.1951, -0.05, 0.9808, 0.2903, 0.05, 0.9569, 0.2903, -0.05, 0.9569, 0.1951, -0.05, 0.9808, 0.2903, 0.05, 0.9569, 0.3827, 0.05, 0.9239, 0.2903, -0.05, 0.9569, 0.3827, 0.05, 0.9239, 0.3827, -0.05, 0.9239, 0.2903, -0.05, 0.9569, 0.3827, 0.05, 0.9239, 0.4714, 0.05, 0.8819, 0.3827, -0.05, 0.9239, 0.4714, 0.05, 0.8819, 0.4714, -0.05, 0.8819, 0.3827, -0.05, 0.9239, 0.4714, 0.05, 0.8819, 0.5556, 0.05, 0.8315, 0.4714, -0.05, 0.8819, 0.5556, 0.05, 0.8315, 0.5556, -0.05, 0.8315, 0.4714, -0.05, 0.8819, 0.5556, 0.05, 0.8315, 0.6344, 0.05, 0.773, 0.5556, -0.05, 0.8315, 0.6344, 0.05, 0.773, 0.6344, -0.05, 0.773, 0.5556, -0.05, 0.8315, 0.6344, 0.05, 0.773, 0.7071, 0.05, 0.7071, 0.6344, -0.05, 0.773, 0.7071, 0.05, 0.7071, 0.7071, -0.05, 0.7071, 0.6344, -0.05, 0.773, 0.7071, 0.05, 0.7071, 0.773, 0.05, 0.6344, 0.7071, -0.05, 0.7071, 0.773, 0.05, 0.6344, 0.773, -0.05, 0.6344, 0.7071, -0.05, 0.7071, 0.773, 0.05, 0.6344, 0.8315, 0.05, 0.5556, 0.773, -0.05, 0.6344, 0.8315, 0.05, 0.5556, 0.8315, -0.05, 0.5556, 0.773, -0.05, 0.6344, 0.8315, 0.05, 0.5556, 0.8819, 0.05, 0.4714, 0.8315, -0.05, 0.5556, 0.8819, 0.05, 0.4714, 0.8819, -0.05, 0.4714, 0.8315, -0.05, 0.5556, 0.8819, 0.05, 0.4714, 0.9239, 0.05, 0.3827, 0.8819, -0.05, 0.4714, 0.9239, 0.05, 0.3827, 0.9239, -0.05, 0.3827, 0.8819, -0.05, 0.4714, 0.9239, 0.05, 0.3827, 0.9569, 0.05, 0.2903, 0.9239, -0.05, 0.3827, 0.9569, 0.05, 0.2903, 0.9569, -0.05, 0.2903, 0.9239, -0.05, 0.3827, 0.9569, 0.05, 0.2903, 0.9808, 0.05, 0.1951, 0.9569, -0.05, 0.2903, 0.9808, 0.05, 0.1951, 0.9808, -0.05, 0.1951, 0.9569, -0.05, 0.2903, 0.9808, 0.05, 0.1951, 0.9952, 0.05, 0.098, 0.9808, -0.05, 0.1951, 0.9952, 0.05, 0.098, 0.9952, -0.05, 0.098, 0.9808, -0.05, 0.1951, 0.9952, 0.05, 0.098, 1, 0.05, 0, 0.9952, -0.05, 0.098, 1, 0.05, 0, 1, -0.05, 0, 0.9952, -0.05, 0.098, 1, 0.05, 0, 0.9952, 0.05, -0.098, 1, -0.05, 0, 0.9952, 0.05, -0.098, 0.9952, -0.05, -0.098, 1, -0.05, 0, 0.9952, 0.05, -0.098, 0.9808, 0.05, -0.1951, 0.9952, -0.05, -0.098, 0.9808, 0.05, -0.1951, 0.9808, -0.05, -0.1951, 0.9952, -0.05, -0.098, 0.9808, 0.05, -0.1951, 0.9569, 0.05, -0.2903, 0.9808, -0.05, -0.1951, 0.9569, 0.05, -0.2903, 0.9569, -0.05, -0.2903, 0.9808, -0.05, -0.1951, 0.9569, 0.05, -0.2903, 0.9239, 0.05, -0.3827, 0.9569, -0.05, -0.2903, 0.9239, 0.05, -0.3827, 0.9239, -0.05, -0.3827, 0.9569, -0.05, -0.2903, 0.9239, 0.05, -0.3827, 0.8819, 0.05, -0.4714, 0.9239, -0.05, -0.3827, 0.8819, 0.05, -0.4714, 0.8819, -0.05, -0.4714, 0.9239, -0.05, -0.3827, 0.8819, 0.05, -0.4714, 0.8315, 0.05, -0.5556, 0.8819, -0.05, -0.4714, 0.8315, 0.05, -0.5556, 0.8315, -0.05, -0.5556, 0.8819, -0.05, -0.4714, 0.8315, 0.05, -0.5556, 0.773, 0.05, -0.6344, 0.8315, -0.05, -0.5556, 0.773, 0.05, -0.6344, 0.773, -0.05, -0.6344, 0.8315, -0.05, -0.5556, 0.773, 0.05, -0.6344, 0.7071, 0.05, -0.7071, 0.773, -0.05, -0.6344, 0.7071, 0.05, -0.7071, 0.7071, -0.05, -0.7071, 0.773, -0.05, -0.6344, 0.7071, 0.05, -0.7071, 0.6344, 0.05, -0.773, 0.7071, -0.05, -0.7071, 0.6344, 0.05, -0.773, 0.6344, -0.05, -0.773, 0.7071, -0.05, -0.7071, 0.6344, 0.05, -0.773, 0.5556, 0.05, -0.8315, 0.6344, -0.05, -0.773, 0.5556, 0.05, -0.8315, 0.5556, -0.05, -0.8315, 0.6344, -0.05, -0.773, 0.5556, 0.05, -0.8315, 0.4714, 0.05, -0.8819, 0.5556, -0.05, -0.8315, 0.4714, 0.05, -0.8819, 0.4714, -0.05, -0.8819, 0.5556, -0.05, -0.8315, 0.4714, 0.05, -0.8819, 0.3827, 0.05, -0.9239, 0.4714, -0.05, -0.8819, 0.3827, 0.05, -0.9239, 0.3827, -0.05, -0.9239, 0.4714, -0.05, -0.8819, 0.3827, 0.05, -0.9239, 0.2903, 0.05, -0.9569, 0.3827, -0.05, -0.9239, 0.2903, 0.05, -0.9569, 0.2903, -0.05, -0.9569, 0.3827, -0.05, -0.9239, 0.2903, 0.05, -0.9569, 0.1951, 0.05, -0.9808, 0.2903, -0.05, -0.9569, 0.1951, 0.05, -0.9808, 0.1951, -0.05, -0.9808, 0.2903, -0.05, -0.9569, 0.1951, 0.05, -0.9808, 0.098, 0.05, -0.9952, 0.1951, -0.05, -0.9808, 0.098, 0.05, -0.9952, 0.098, -0.05, -0.9952, 0.1951, -0.05, -0.9808, 0.098, 0.05, -0.9952, 0, 0.05, -1, 0.098, -0.05, -0.9952, 0, 0.05, -1, 0, -0.05, -1, 0.098, -0.05, -0.9952, 0, 0.05, -1, -0.098, 0.05, -0.9952, 0, -0.05, -1, -0.098, 0.05, -0.9952, -0.098, -0.05, -0.9952, 0, -0.05, -1, -0.098, 0.05, -0.9952, -0.1951, 0.05, -0.9808, -0.098, -0.05, -0.9952, -0.1951, 0.05, -0.9808, -0.1951, -0.05, -0.9808, -0.098, -0.05, -0.9952, -0.1951, 0.05, -0.9808, -0.2903, 0.05, -0.9569, -0.1951, -0.05, -0.9808, -0.2903, 0.05, -0.9569, -0.2903, -0.05, -0.9569, -0.1951, -0.05, -0.9808, -0.2903, 0.05, -0.9569, -0.3827, 0.05, -0.9239, -0.2903, -0.05, -0.9569, -0.3827, 0.05, -0.9239, -0.3827, -0.05, -0.9239, -0.2903, -0.05, -0.9569, -0.3827, 0.05, -0.9239, -0.4714, 0.05, -0.8819, -0.3827, -0.05, -0.9239, -0.4714, 0.05, -0.8819, -0.4714, -0.05, -0.8819, -0.3827, -0.05, -0.9239, -0.4714, 0.05, -0.8819, -0.5556, 0.05, -0.8315, -0.4714, -0.05, -0.8819, -0.5556, 0.05, -0.8315, -0.5556, -0.05, -0.8315, -0.4714, -0.05, -0.8819, -0.5556, 0.05, -0.8315, -0.6344, 0.05, -0.773, -0.5556, -0.05, -0.8315, -0.6344, 0.05, -0.773, -0.6344, -0.05, -0.773, -0.5556, -0.05, -0.8315, -0.6344, 0.05, -0.773, -0.7071, 0.05, -0.7071, -0.6344, -0.05, -0.773, -0.7071, 0.05, -0.7071, -0.7071, -0.05, -0.7071, -0.6344, -0.05, -0.773, -0.7071, 0.05, -0.7071, -0.773, 0.05, -0.6344, -0.7071, -0.05, -0.7071, -0.773, 0.05, -0.6344, -0.773, -0.05, -0.6344, -0.7071, -0.05, -0.7071, -0.773, 0.05, -0.6344, -0.8315, 0.05, -0.5556, -0.773, -0.05, -0.6344, -0.8315, 0.05, -0.5556, -0.8315, -0.05, -0.5556, -0.773, -0.05, -0.6344, -0.8315, 0.05, -0.5556, -0.8819, 0.05, -0.4714, -0.8315, -0.05, -0.5556, -0.8819, 0.05, -0.4714, -0.8819, -0.05, -0.4714, -0.8315, -0.05, -0.5556, -0.8819, 0.05, -0.4714, -0.9239, 0.05, -0.3827, -0.8819, -0.05, -0.4714, -0.9239, 0.05, -0.3827, -0.9239, -0.05, -0.3827, -0.8819, -0.05, -0.4714, -0.9239, 0.05, -0.3827, -0.9569, 0.05, -0.2903, -0.9239, -0.05, -0.3827, -0.9569, 0.05, -0.2903, -0.9569, -0.05, -0.2903, -0.9239, -0.05, -0.3827, -0.9569, 0.05, -0.2903, -0.9808, 0.05, -0.1951, -0.9569, -0.05, -0.2903, -0.9808, 0.05, -0.1951, -0.9808, -0.05, -0.1951, -0.9569, -0.05, -0.2903, -0.9808, 0.05, -0.1951, -0.9952, 0.05, -0.098, -0.9808, -0.05, -0.1951, -0.9952, 0.05, -0.098, -0.9952, -0.05, -0.098, -0.9808, -0.05, -0.1951, -0.9952, 0.05, -0.098, -1, 0.05, 0, -0.9952, -0.05, -0.098, -1, 0.05, 0, -1, -0.05, 0, -0.9952, -0.05, -0.098, -1, 0.05, 0, -0.9952, 0.05, 0.098, -1, -0.05, 0, -0.9952, 0.05, 0.098, -0.9952, -0.05, 0.098, -1, -0.05, 0, -0.9952, 0.05, 0.098, -0.9808, 0.05, 0.1951, -0.9952, -0.05, 0.098, -0.9808, 0.05, 0.1951, -0.9808, -0.05, 0.1951, -0.9952, -0.05, 0.098, -0.9808, 0.05, 0.1951, -0.9569, 0.05, 0.2903, -0.9808, -0.05, 0.1951, -0.9569, 0.05, 0.2903, -0.9569, -0.05, 0.2903, -0.9808, -0.05, 0.1951, -0.9569, 0.05, 0.2903, -0.9239, 0.05, 0.3827, -0.9569, -0.05, 0.2903, -0.9239, 0.05, 0.3827, -0.9239, -0.05, 0.3827, -0.9569, -0.05, 0.2903, -0.9239, 0.05, 0.3827, -0.8819, 0.05, 0.4714, -0.9239, -0.05, 0.3827, -0.8819, 0.05, 0.4714, -0.8819, -0.05, 0.4714, -0.9239, -0.05, 0.3827, -0.8819, 0.05, 0.4714, -0.8315, 0.05, 0.5556, -0.8819, -0.05, 0.4714, -0.8315, 0.05, 0.5556, -0.8315, -0.05, 0.5556, -0.8819, -0.05, 0.4714, -0.8315, 0.05, 0.5556, -0.773, 0.05, 0.6344, -0.8315, -0.05, 0.5556, -0.773, 0.05, 0.6344, -0.773, -0.05, 0.6344, -0.8315, -0.05, 0.5556, -0.773, 0.05, 0.6344, -0.7071, 0.05, 0.7071, -0.773, -0.05, 0.6344, -0.7071, 0.05, 0.7071, -0.7071, -0.05, 0.7071, -0.773, -0.05, 0.6344, -0.7071, 0.05, 0.7071, -0.6344, 0.05, 0.773, -0.7071, -0.05, 0.7071, -0.6344, 0.05, 0.773, -0.6344, -0.05, 0.773, -0.7071, -0.05, 0.7071, -0.6344, 0.05, 0.773, -0.5556, 0.05, 0.8315, -0.6344, -0.05, 0.773, -0.5556, 0.05, 0.8315, -0.5556, -0.05, 0.8315, -0.6344, -0.05, 0.773, -0.5556, 0.05, 0.8315, -0.4714, 0.05, 0.8819, -0.5556, -0.05, 0.8315, -0.4714, 0.05, 0.8819, -0.4714, -0.05, 0.8819, -0.5556, -0.05, 0.8315, -0.4714, 0.05, 0.8819, -0.3827, 0.05, 0.9239, -0.4714, -0.05, 0.8819, -0.3827, 0.05, 0.9239, -0.3827, -0.05, 0.9239, -0.4714, -0.05, 0.8819, -0.3827, 0.05, 0.9239, -0.2903, 0.05, 0.9569, -0.3827, -0.05, 0.9239, -0.2903, 0.05, 0.9569, -0.2903, -0.05, 0.9569, -0.3827, -0.05, 0.9239, -0.2903, 0.05, 0.9569, -0.1951, 0.05, 0.9808, -0.2903, -0.05, 0.9569, -0.1951, 0.05, 0.9808, -0.1951, -0.05, 0.9808, -0.2903, -0.05, 0.9569, -0.1951, 0.05, 0.9808, -0.098, 0.05, 0.9952, -0.1951, -0.05, 0.9808, -0.098, 0.05, 0.9952, -0.098, -0.05, 0.9952, -0.1951, -0.05, 0.9808, -0.098, 0.05, 0.9952, 0, 0.05, 1, -0.098, -0.05, 0.9952, 0, 0.05, 1, 0, -0.05, 1, -0.098, -0.05, 0.9952, 0, 0.05, 0, 0.098, 0.05, 0.9952, 0, 0.05, 1, 0, 0.05, 0, 0.1951, 0.05, 0.9808, 0.098, 0.05, 0.9952, 0, 0.05, 0, 0.2903, 0.05, 0.9569, 0.1951, 0.05, 0.9808, 0, 0.05, 0, 0.3827, 0.05, 0.9239, 0.2903, 0.05, 0.9569, 0, 0.05, 0, 0.4714, 0.05, 0.8819, 0.3827, 0.05, 0.9239, 0, 0.05, 0, 0.5556, 0.05, 0.8315, 0.4714, 0.05, 0.8819, 0, 0.05, 0, 0.6344, 0.05, 0.773, 0.5556, 0.05, 0.8315, 0, 0.05, 0, 0.7071, 0.05, 0.7071, 0.6344, 0.05, 0.773, 0, 0.05, 0, 0.773, 0.05, 0.6344, 0.7071, 0.05, 0.7071, 0, 0.05, 0, 0.8315, 0.05, 0.5556, 0.773, 0.05, 0.6344, 0, 0.05, 0, 0.8819, 0.05, 0.4714, 0.8315, 0.05, 0.5556, 0, 0.05, 0, 0.9239, 0.05, 0.3827, 0.8819, 0.05, 0.4714, 0, 0.05, 0, 0.9569, 0.05, 0.2903, 0.9239, 0.05, 0.3827, 0, 0.05, 0, 0.9808, 0.05, 0.1951, 0.9569, 0.05, 0.2903, 0, 0.05, 0, 0.9952, 0.05, 0.098, 0.9808, 0.05, 0.1951, 0, 0.05, 0, 1, 0.05, 0, 0.9952, 0.05, 0.098, 0, 0.05, 0, 0.9952, 0.05, -0.098, 1, 0.05, 0, 0, 0.05, 0, 0.9808, 0.05, -0.1951, 0.9952, 0.05, -0.098, 0, 0.05, 0, 0.9569, 0.05, -0.2903, 0.9808, 0.05, -0.1951, 0, 0.05, 0, 0.9239, 0.05, -0.3827, 0.9569, 0.05, -0.2903, 0, 0.05, 0, 0.8819, 0.05, -0.4714, 0.9239, 0.05, -0.3827, 0, 0.05, 0, 0.8315, 0.05, -0.5556, 0.8819, 0.05, -0.4714, 0, 0.05, 0, 0.773, 0.05, -0.6344, 0.8315, 0.05, -0.5556, 0, 0.05, 0, 0.7071, 0.05, -0.7071, 0.773, 0.05, -0.6344, 0, 0.05, 0, 0.6344, 0.05, -0.773, 0.7071, 0.05, -0.7071, 0, 0.05, 0, 0.5556, 0.05, -0.8315, 0.6344, 0.05, -0.773, 0, 0.05, 0, 0.4714, 0.05, -0.8819, 0.5556, 0.05, -0.8315, 0, 0.05, 0, 0.3827, 0.05, -0.9239, 0.4714, 0.05, -0.8819, 0, 0.05, 0, 0.2903, 0.05, -0.9569, 0.3827, 0.05, -0.9239, 0, 0.05, 0, 0.1951, 0.05, -0.9808, 0.2903, 0.05, -0.9569, 0, 0.05, 0, 0.098, 0.05, -0.9952, 0.1951, 0.05, -0.9808, 0, 0.05, 0, 0, 0.05, -1, 0.098, 0.05, -0.9952, 0, 0.05, 0, -0.098, 0.05, -0.9952, 0, 0.05, -1, 0, 0.05, 0, -0.1951, 0.05, -0.9808, -0.098, 0.05, -0.9952, 0, 0.05, 0, -0.2903, 0.05, -0.9569, -0.1951, 0.05, -0.9808, 0, 0.05, 0, -0.3827, 0.05, -0.9239, -0.2903, 0.05, -0.9569, 0, 0.05, 0, -0.4714, 0.05, -0.8819, -0.3827, 0.05, -0.9239, 0, 0.05, 0, -0.5556, 0.05, -0.8315, -0.4714, 0.05, -0.8819, 0, 0.05, 0, -0.6344, 0.05, -0.773, -0.5556, 0.05, -0.8315, 0, 0.05, 0, -0.7071, 0.05, -0.7071, -0.6344, 0.05, -0.773, 0, 0.05, 0, -0.773, 0.05, -0.6344, -0.7071, 0.05, -0.7071, 0, 0.05, 0, -0.8315, 0.05, -0.5556, -0.773, 0.05, -0.6344, 0, 0.05, 0, -0.8819, 0.05, -0.4714, -0.8315, 0.05, -0.5556, 0, 0.05, 0, -0.9239, 0.05, -0.3827, -0.8819, 0.05, -0.4714, 0, 0.05, 0, -0.9569, 0.05, -0.2903, -0.9239, 0.05, -0.3827, 0, 0.05, 0, -0.9808, 0.05, -0.1951, -0.9569, 0.05, -0.2903, 0, 0.05, 0, -0.9952, 0.05, -0.098, -0.9808, 0.05, -0.1951, 0, 0.05, 0, -1, 0.05, 0, -0.9952, 0.05, -0.098, 0, 0.05, 0, -0.9952, 0.05, 0.098, -1, 0.05, 0, 0, 0.05, 0, -0.9808, 0.05, 0.1951, -0.9952, 0.05, 0.098, 0, 0.05, 0, -0.9569, 0.05, 0.2903, -0.9808, 0.05, 0.1951, 0, 0.05, 0, -0.9239, 0.05, 0.3827, -0.9569, 0.05, 0.2903, 0, 0.05, 0, -0.8819, 0.05, 0.4714, -0.9239, 0.05, 0.3827, 0, 0.05, 0, -0.8315, 0.05, 0.5556, -0.8819, 0.05, 0.4714, 0, 0.05, 0, -0.773, 0.05, 0.6344, -0.8315, 0.05, 0.5556, 0, 0.05, 0, -0.7071, 0.05, 0.7071, -0.773, 0.05, 0.6344, 0, 0.05, 0, -0.6344, 0.05, 0.773, -0.7071, 0.05, 0.7071, 0, 0.05, 0, -0.5556, 0.05, 0.8315, -0.6344, 0.05, 0.773, 0, 0.05, 0, -0.4714, 0.05, 0.8819, -0.5556, 0.05, 0.8315, 0, 0.05, 0, -0.3827, 0.05, 0.9239, -0.4714, 0.05, 0.8819, 0, 0.05, 0, -0.2903, 0.05, 0.9569, -0.3827, 0.05, 0.9239, 0, 0.05, 0, -0.1951, 0.05, 0.9808, -0.2903, 0.05, 0.9569, 0, 0.05, 0, -0.098, 0.05, 0.9952, -0.1951, 0.05, 0.9808, 0, 0.05, 0, 0, 0.05, 1, -0.098, 0.05, 0.9952, 0, -0.05, 0, 0, -0.05, 1, 0.098, -0.05, 0.9952, 0, -0.05, 0, 0.098, -0.05, 0.9952, 0.1951, -0.05, 0.9808, 0, -0.05, 0, 0.1951, -0.05, 0.9808, 0.2903, -0.05, 0.9569, 0, -0.05, 0, 0.2903, -0.05, 0.9569, 0.3827, -0.05, 0.9239, 0, -0.05, 0, 0.3827, -0.05, 0.9239, 0.4714, -0.05, 0.8819, 0, -0.05, 0, 0.4714, -0.05, 0.8819, 0.5556, -0.05, 0.8315, 0, -0.05, 0, 0.5556, -0.05, 0.8315, 0.6344, -0.05, 0.773, 0, -0.05, 0, 0.6344, -0.05, 0.773, 0.7071, -0.05, 0.7071, 0, -0.05, 0, 0.7071, -0.05, 0.7071, 0.773, -0.05, 0.6344, 0, -0.05, 0, 0.773, -0.05, 0.6344, 0.8315, -0.05, 0.5556, 0, -0.05, 0, 0.8315, -0.05, 0.5556, 0.8819, -0.05, 0.4714, 0, -0.05, 0, 0.8819, -0.05, 0.4714, 0.9239, -0.05, 0.3827, 0, -0.05, 0, 0.9239, -0.05, 0.3827, 0.9569, -0.05, 0.2903, 0, -0.05, 0, 0.9569, -0.05, 0.2903, 0.9808, -0.05, 0.1951, 0, -0.05, 0, 0.9808, -0.05, 0.1951, 0.9952, -0.05, 0.098, 0, -0.05, 0, 0.9952, -0.05, 0.098, 1, -0.05, 0, 0, -0.05, 0, 1, -0.05, 0, 0.9952, -0.05, -0.098, 0, -0.05, 0, 0.9952, -0.05, -0.098, 0.9808, -0.05, -0.1951, 0, -0.05, 0, 0.9808, -0.05, -0.1951, 0.9569, -0.05, -0.2903, 0, -0.05, 0, 0.9569, -0.05, -0.2903, 0.9239, -0.05, -0.3827, 0, -0.05, 0, 0.9239, -0.05, -0.3827, 0.8819, -0.05, -0.4714, 0, -0.05, 0, 0.8819, -0.05, -0.4714, 0.8315, -0.05, -0.5556, 0, -0.05, 0, 0.8315, -0.05, -0.5556, 0.773, -0.05, -0.6344, 0, -0.05, 0, 0.773, -0.05, -0.6344, 0.7071, -0.05, -0.7071, 0, -0.05, 0, 0.7071, -0.05, -0.7071, 0.6344, -0.05, -0.773, 0, -0.05, 0, 0.6344, -0.05, -0.773, 0.5556, -0.05, -0.8315, 0, -0.05, 0, 0.5556, -0.05, -0.8315, 0.4714, -0.05, -0.8819, 0, -0.05, 0, 0.4714, -0.05, -0.8819, 0.3827, -0.05, -0.9239, 0, -0.05, 0, 0.3827, -0.05, -0.9239, 0.2903, -0.05, -0.9569, 0, -0.05, 0, 0.2903, -0.05, -0.9569, 0.1951, -0.05, -0.9808, 0, -0.05, 0, 0.1951, -0.05, -0.9808, 0.098, -0.05, -0.9952, 0, -0.05, 0, 0.098, -0.05, -0.9952, 0, -0.05, -1, 0, -0.05, 0, 0, -0.05, -1, -0.098, -0.05, -0.9952, 0, -0.05, 0, -0.098, -0.05, -0.9952, -0.1951, -0.05, -0.9808, 0, -0.05, 0, -0.1951, -0.05, -0.9808, -0.2903, -0.05, -0.9569, 0, -0.05, 0, -0.2903, -0.05, -0.9569, -0.3827, -0.05, -0.9239, 0, -0.05, 0, -0.3827, -0.05, -0.9239, -0.4714, -0.05, -0.8819, 0, -0.05, 0, -0.4714, -0.05, -0.8819, -0.5556, -0.05, -0.8315, 0, -0.05, 0, -0.5556, -0.05, -0.8315, -0.6344, -0.05, -0.773, 0, -0.05, 0, -0.6344, -0.05, -0.773, -0.7071, -0.05, -0.7071, 0, -0.05, 0, -0.7071, -0.05, -0.7071, -0.773, -0.05, -0.6344, 0, -0.05, 0, -0.773, -0.05, -0.6344, -0.8315, -0.05, -0.5556, 0, -0.05, 0, -0.8315, -0.05, -0.5556, -0.8819, -0.05, -0.4714, 0, -0.05, 0, -0.8819, -0.05, -0.4714, -0.9239, -0.05, -0.3827, 0, -0.05, 0, -0.9239, -0.05, -0.3827, -0.9569, -0.05, -0.2903, 0, -0.05, 0, -0.9569, -0.05, -0.2903, -0.9808, -0.05, -0.1951, 0, -0.05, 0, -0.9808, -0.05, -0.1951, -0.9952, -0.05, -0.098, 0, -0.05, 0, -0.9952, -0.05, -0.098, -1, -0.05, 0, 0, -0.05, 0, -1, -0.05, 0, -0.9952, -0.05, 0.098, 0, -0.05, 0, -0.9952, -0.05, 0.098, -0.9808, -0.05, 0.1951, 0, -0.05, 0, -0.9808, -0.05, 0.1951, -0.9569, -0.05, 0.2903, 0, -0.05, 0, -0.9569, -0.05, 0.2903, -0.9239, -0.05, 0.3827, 0, -0.05, 0, -0.9239, -0.05, 0.3827, -0.8819, -0.05, 0.4714, 0, -0.05, 0, -0.8819, -0.05, 0.4714, -0.8315, -0.05, 0.5556, 0, -0.05, 0, -0.8315, -0.05, 0.5556, -0.773, -0.05, 0.6344, 0, -0.05, 0, -0.773, -0.05, 0.6344, -0.7071, -0.05, 0.7071, 0, -0.05, 0, -0.7071, -0.05, 0.7071, -0.6344, -0.05, 0.773, 0, -0.05, 0, -0.6344, -0.05, 0.773, -0.5556, -0.05, 0.8315, 0, -0.05, 0, -0.5556, -0.05, 0.8315, -0.4714, -0.05, 0.8819, 0, -0.05, 0, -0.4714, -0.05, 0.8819, -0.3827, -0.05, 0.9239, 0, -0.05, 0, -0.3827, -0.05, 0.9239, -0.2903, -0.05, 0.9569, 0, -0.05, 0, -0.2903, -0.05, 0.9569, -0.1951, -0.05, 0.9808, 0, -0.05, 0, -0.1951, -0.05, 0.9808, -0.098, -0.05, 0.9952, 0, -0.05, 0, -0.098, -0.05, 0.9952, 0, -0.05, 1) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_62grt"] -data = PackedVector3Array(4.5, 0, 3, -4.5, 0, 3, 4.5, 0, -3, 4.5, 0, -3, -4.5, 0, 3, -4.5, 0, -3) - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_u2hqf"] -resource_local_to_scene = true -albedo_texture = ExtResource("36_kp5n7") -metallic = 1.0 -metallic_texture = ExtResource("37_lfacn") -roughness_texture = ExtResource("39_nmnkj") -normal_enabled = true -normal_texture = ExtResource("38_f0xh4") -uv1_scale = Vector3(3, 2, 1) -texture_filter = 4 - -[sub_resource type="ArrayMesh" id="ArrayMesh_62grt"] -_surfaces = [{ -"aabb": AABB(-4.5, 0, -3, 9, 1e-05, 6), -"format": 34896613377, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAgABAAMA"), -"name": "Plane", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("//8AAP//AAAAAAAA//8AAP//AAAAAAAAAAAAAAAAAAA=") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_6nvhk"] -_surfaces = [{ -"aabb": AABB(-4.5, 0, -3, 9, 1e-05, 6), -"attribute_data": PackedByteArray("/////wAA/////wAAAAAAAA=="), -"format": 34896613399, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAgABAAMA"), -"material": SubResource("StandardMaterial3D_u2hqf"), -"name": "Plane", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("//8AAP///78AAAAA////v///AAAAAP+/AAAAAAAA/7////9/////f////3////9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_62grt") - -[sub_resource type="BoxMesh" id="BoxMesh_f0xh4"] -size = Vector3(3, 0.2, 1.4) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_f0xh4"] -data = PackedVector3Array(-1.5, 0.1, 0.7, 1.5, 0.1, 0.7, -1.5, -0.1, 0.7, 1.5, 0.1, 0.7, 1.5, -0.1, 0.7, -1.5, -0.1, 0.7, 1.5, 0.1, -0.7, -1.5, 0.1, -0.7, 1.5, -0.1, -0.7, -1.5, 0.1, -0.7, -1.5, -0.1, -0.7, 1.5, -0.1, -0.7, 1.5, 0.1, 0.7, 1.5, 0.1, -0.7, 1.5, -0.1, 0.7, 1.5, 0.1, -0.7, 1.5, -0.1, -0.7, 1.5, -0.1, 0.7, -1.5, 0.1, -0.7, -1.5, 0.1, 0.7, -1.5, -0.1, -0.7, -1.5, 0.1, 0.7, -1.5, -0.1, 0.7, -1.5, -0.1, -0.7, 1.5, 0.1, 0.7, -1.5, 0.1, 0.7, 1.5, 0.1, -0.7, -1.5, 0.1, 0.7, -1.5, 0.1, -0.7, 1.5, 0.1, -0.7, -1.5, -0.1, 0.7, 1.5, -0.1, 0.7, -1.5, -0.1, -0.7, 1.5, -0.1, 0.7, 1.5, -0.1, -0.7, -1.5, -0.1, -0.7) - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_1a336"] -resource_local_to_scene = true -albedo_texture = ExtResource("27_lfacn") -metallic = 1.0 -metallic_texture = ExtResource("28_f0xh4") -roughness_texture = ExtResource("30_u2hqf") -normal_enabled = true -normal_texture = ExtResource("29_nmnkj") -ao_enabled = true -texture_filter = 2 - -[sub_resource type="ArrayMesh" id="ArrayMesh_u2hqf"] -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"format": 34896613377, -"index_count": 84, -"index_data": PackedByteArray("CgAGAAIAAgAEAAoABAAGAAoACwAEAAIADAAGAAQABAAIAAwACwAIAAQADAAIAAYAAgABAAsAAQAIAAsADQABAAIAAgAGAA0ABwABAA0ADQAGAAcACQABAAcACQAIAAEABwAGAA4ACQAHAAUABQAHAA4ABQAIAAkABgAIAA8AAwAIAAUADgAGAAAAAAAGAA8ADgAAAAUADwAIAAAABQAAAAMAAAAIAAMA"), -"lods": [0.108952, PackedByteArray("AgAGAAcABAAGAAIAAgABAAQABwABAAIABAAIAAYAAQAIAAQACQABAAcACQAIAAEACQAHAAUABQAIAAkABwAGAAAABwAAAAUABgAIAAAAAwAIAAUAAAAIAAMABQAAAAMA"), 0.261829, PackedByteArray("AAABAAIAAgABAAQAAQAAAAUABAADAAIAAQADAAQAAgADAAAABQADAAEABQAAAAMA"), 0.524037, PackedByteArray("AAABAAIAAgABAAMAAQAAAAMAAgADAAAA")], -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 16, -"vertex_data": PackedByteArray("AAAyM///AADc3f//AAAAAP//zMz//wAAAAAyMwAAAAD//zIzAAAAAAAAzMwAAAAA3N0AAP//AAAhIv////8AACEiAAAAAAAAISL//wAAAAD//zIz//8AAP//zMwAAAAA3N0AAAAAAADc3f////8AAAAAzMz//wAAISIAAP//AAA=") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_at7tl"] -resource_local_to_scene = true -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), -"format": 34896613399, -"index_count": 84, -"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), -"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], -"material": SubResource("StandardMaterial3D_1a336"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 48, -"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_u2hqf") - -[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_48a1a"] -emission_shape = 3 -emission_box_extents = Vector3(4.5, 1.5, 3) -direction = Vector3(0, -1, 0) -spread = 100.0 -initial_velocity_min = 0.05 -initial_velocity_max = 0.15 -gravity = Vector3(0, 0, 0) -scale_curve = SubResource("CurveTexture_w3xaq") -color_ramp = SubResource("GradientTexture1D_w3xaq") -alpha_curve = SubResource("CurveTexture_ty63v") -turbulence_enabled = true -turbulence_noise_strength = 0.1 -turbulence_noise_scale = 0.3 -turbulence_influence_min = 0.0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_v4tkv"] -_surfaces = [{ -"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), -"attribute_data": PackedByteArray("AAD/I/8RAAD/I/8j/yP/I/9N/yP/I//b/03/2/8j/9v/Ef//AAD/2/93/9v/Tf/b/3f/I/9N/yP/I/8j/yP/2wAA/yMAAP/b"), -"format": 34896613399, -"index_count": 24, -"index_data": PackedByteArray("AAABAAIAAwAEAAUABQAEAAYABwAIAAkACgALAAwADAALAA0ADgAPABAAEAAPABEA"), -"material": ExtResource("38_ojd88"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 18, -"vertex_data": PackedByteArray("AAD///////8AAAAA/3///wAA//8AAP//AAD//wAAsvIAAAAA/3+y8v////8AALLy//8AAP9/svL/////AAD/v///AAD/f/+//////////7////////8mwv//AAD/fybCAAD/////JsIAAAAA/38mwgAA//8AAFTV/////wAAVNUAAP////9U1f///////1TV/z//f/8//3//P/9/PjnAxj45wMY+OcDGPjnAxv9/AAD/fwAA/38AAIYUeOuGFHjrhhR464YUeOtU1aoqVNWqKlTVqipU1aoq") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_fkhf3") - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_dxmep"] -data = PackedVector3Array(-0.7, 0, 0.14, -0.7, -0.28, 0, -0.7, 0, -0.14, -0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, -0.28, 0, 0.7, 0, 0.14, 0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, -0.28, 0, -0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, 0, -0.14, 0.7, 0, 0.14) - -[sub_resource type="ArrayMesh" id="ArrayMesh_4akax"] -_surfaces = [{ -"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), -"format": 34896613377, -"index_count": 24, -"index_data": PackedByteArray("AAABAAIAAAADAAEAAgABAAQAAgAEAAAABAABAAMABQADAAAABAADAAUAAAAEAAUA"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 6, -"vertex_data": PackedByteArray("AAD/////AAAAAAAA/38AAAAA//8AAAAA//8AAP9/AAD/////AAAAAP///////wAA") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_v0ki8"] -_surfaces = [{ -"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), -"attribute_data": PackedByteArray("AAD/I/8RAAD/I/8j/yP/I/9N/yP/I//b/03/2/8j/9v/Ef//AAD/2/93/9v/Tf/b/3f/I/9N/yP/I/8j/yP/2wAA/yMAAP/b"), -"format": 34896613399, -"index_count": 24, -"index_data": PackedByteArray("AAABAAIAAwAEAAUABQAEAAYABwAIAAkACgALAAwADAALAA0ADgAPABAAEAAPABEA"), -"material": ExtResource("46_anoak"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 18, -"vertex_data": PackedByteArray("AAD///////8AAAAA/3///wAA//8AAP//AAD//wAAsvIAAAAA/3+y8v////8AALLy//8AAP9/svL/////AAD/v///AAD/f/+//////////7////////8mwv//AAD/fybCAAD/////JsIAAAAA/38mwgAA//8AAFTV/////wAAVNUAAP////9U1f///////1TV/z//f/8//3//P/9/PjnAxj45wMY+OcDGPjnAxv9/AAD/fwAA/38AAIYUeOuGFHjrhhR464YUeOtU1aoqVNWqKlTVqipU1aoq") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_4akax") - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_0ij5m"] -data = PackedVector3Array(-0.7, 0, 0.14, -0.7, -0.28, 0, -0.7, 0, -0.14, -0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, -0.28, 0, 0.7, 0, 0.14, 0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, -0.28, 0, -0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, 0, -0.14, 0.7, 0, 0.14) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_kp5n7"] -data = PackedVector3Array(1.5, 0, 1.5, -1.5, 0, 1.5, 1.5, 0, -1.5, 1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 0, -1.5) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_u2hqf"] -data = PackedVector3Array(1.5, 0, 1.5, -1.5, 0, 1.5, 1.5, 0, -1.5, 1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 0, -1.5) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_6nvhk"] -data = PackedVector3Array(1.5, 0, 1.5, -1.5, 0, 1.5, 1.5, 0, -1.5, 1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 0, -1.5) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_ncghj"] -data = PackedVector3Array(1.5, 0, 1.5, -1.5, 0, 1.5, 1.5, 0, -1.5, 1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 0, -1.5) - -[sub_resource type="ArrayMesh" id="ArrayMesh_eaq62"] -_surfaces = [{ -"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), -"format": 34896613377, -"index_count": 24, -"index_data": PackedByteArray("AAABAAIAAAADAAEAAgABAAQAAgAEAAAABAABAAMABQADAAAABAADAAUAAAAEAAUA"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 6, -"vertex_data": PackedByteArray("AAD/////AAAAAAAA/38AAAAA//8AAAAA//8AAP9/AAD/////AAAAAP///////wAA") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_dspic"] -_surfaces = [{ -"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), -"attribute_data": PackedByteArray("AAD/I/8RAAD/I/8j/yP/I/9N/yP/I//b/03/2/8j/9v/Ef//AAD/2/93/9v/Tf/b/3f/I/9N/yP/I/8j/yP/2wAA/yMAAP/b"), -"format": 34896613399, -"index_count": 24, -"index_data": PackedByteArray("AAABAAIAAwAEAAUABQAEAAYABwAIAAkACgALAAwADAALAA0ADgAPABAAEAAPABEA"), -"material": ExtResource("50_h1nog"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 18, -"vertex_data": PackedByteArray("AAD///////8AAAAA/3///wAA//8AAP//AAD//wAAsvIAAAAA/3+y8v////8AALLy//8AAP9/svL/////AAD/v///AAD/f/+//////////7////////8mwv//AAD/fybCAAD/////JsIAAAAA/38mwgAA//8AAFTV/////wAAVNUAAP////9U1f///////1TV/z//f/8//3//P/9/PjnAxj45wMY+OcDGPjnAxv9/AAD/fwAA/38AAIYUeOuGFHjrhhR464YUeOtU1aoqVNWqKlTVqipU1aoq") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_eaq62") - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_wqqoq"] -data = PackedVector3Array(-0.7, 0, 0.14, -0.7, -0.28, 0, -0.7, 0, -0.14, -0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, -0.28, 0, 0.7, 0, 0.14, 0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, -0.28, 0, -0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, 0, -0.14, 0.7, 0, 0.14) - -[sub_resource type="ArrayMesh" id="ArrayMesh_vt4uw"] -_surfaces = [{ -"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), -"format": 34896613377, -"index_count": 24, -"index_data": PackedByteArray("AAABAAIAAAADAAEAAgABAAQAAgAEAAAABAABAAMABQADAAAABAADAAUAAAAEAAUA"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 6, -"vertex_data": PackedByteArray("AAD/////AAAAAAAA/38AAAAA//8AAAAA//8AAP9/AAD/////AAAAAP///////wAA") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_rigxx"] -_surfaces = [{ -"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), -"attribute_data": PackedByteArray("AAD/I/8RAAD/I/8j/yP/I/9N/yP/I//b/03/2/8j/9v/Ef//AAD/2/93/9v/Tf/b/3f/I/9N/yP/I/8j/yP/2wAA/yMAAP/b"), -"format": 34896613399, -"index_count": 24, -"index_data": PackedByteArray("AAABAAIAAwAEAAUABQAEAAYABwAIAAkACgALAAwADAALAA0ADgAPABAAEAAPABEA"), -"material": ExtResource("51_pifep"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 18, -"vertex_data": PackedByteArray("AAD///////8AAAAA/3///wAA//8AAP//AAD//wAAsvIAAAAA/3+y8v////8AALLy//8AAP9/svL/////AAD/v///AAD/f/+//////////7////////8mwv//AAD/fybCAAD/////JsIAAAAA/38mwgAA//8AAFTV/////wAAVNUAAP////9U1f///////1TV/z//f/8//3//P/9/PjnAxj45wMY+OcDGPjnAxv9/AAD/fwAA/38AAIYUeOuGFHjrhhR464YUeOtU1aoqVNWqKlTVqipU1aoq") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_vt4uw") - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_np3w4"] -data = PackedVector3Array(-0.7, 0, 0.14, -0.7, -0.28, 0, -0.7, 0, -0.14, -0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, -0.28, 0, 0.7, 0, 0.14, 0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, -0.28, 0, -0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, 0, -0.14, 0.7, 0, 0.14) - -[sub_resource type="BoxMesh" id="BoxMesh_ncghj"] -size = Vector3(3, 0.8, 1) - -[sub_resource type="BoxMesh" id="BoxMesh_1h5r5"] -size = Vector3(2, 0.8, 1) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_8r2kq"] -data = PackedVector3Array(-1.5, 0.4, 0.5, 1.5, 0.4, 0.5, -1.5, -0.4, 0.5, 1.5, 0.4, 0.5, 1.5, -0.4, 0.5, -1.5, -0.4, 0.5, 1.5, 0.4, -0.5, -1.5, 0.4, -0.5, 1.5, -0.4, -0.5, -1.5, 0.4, -0.5, -1.5, -0.4, -0.5, 1.5, -0.4, -0.5, 1.5, 0.4, 0.5, 1.5, 0.4, -0.5, 1.5, -0.4, 0.5, 1.5, 0.4, -0.5, 1.5, -0.4, -0.5, 1.5, -0.4, 0.5, -1.5, 0.4, -0.5, -1.5, 0.4, 0.5, -1.5, -0.4, -0.5, -1.5, 0.4, 0.5, -1.5, -0.4, 0.5, -1.5, -0.4, -0.5, 1.5, 0.4, 0.5, -1.5, 0.4, 0.5, 1.5, 0.4, -0.5, -1.5, 0.4, 0.5, -1.5, 0.4, -0.5, 1.5, 0.4, -0.5, -1.5, -0.4, 0.5, 1.5, -0.4, 0.5, -1.5, -0.4, -0.5, 1.5, -0.4, 0.5, 1.5, -0.4, -0.5, -1.5, -0.4, -0.5) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_2qkxu"] -data = PackedVector3Array(-1, 0.4, 0.5, 1, 0.4, 0.5, -1, -0.4, 0.5, 1, 0.4, 0.5, 1, -0.4, 0.5, -1, -0.4, 0.5, 1, 0.4, -0.5, -1, 0.4, -0.5, 1, -0.4, -0.5, -1, 0.4, -0.5, -1, -0.4, -0.5, 1, -0.4, -0.5, 1, 0.4, 0.5, 1, 0.4, -0.5, 1, -0.4, 0.5, 1, 0.4, -0.5, 1, -0.4, -0.5, 1, -0.4, 0.5, -1, 0.4, -0.5, -1, 0.4, 0.5, -1, -0.4, -0.5, -1, 0.4, 0.5, -1, -0.4, 0.5, -1, -0.4, -0.5, 1, 0.4, 0.5, -1, 0.4, 0.5, 1, 0.4, -0.5, -1, 0.4, 0.5, -1, 0.4, -0.5, 1, 0.4, -0.5, -1, -0.4, 0.5, 1, -0.4, 0.5, -1, -0.4, -0.5, 1, -0.4, 0.5, 1, -0.4, -0.5, -1, -0.4, -0.5) - -[sub_resource type="BoxMesh" id="BoxMesh_ii88q"] -size = Vector3(0.7, 1.2, 1) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_wvfch"] -data = PackedVector3Array(-0.35, 0.6, 0.5, 0.35, 0.6, 0.5, -0.35, -0.6, 0.5, 0.35, 0.6, 0.5, 0.35, -0.6, 0.5, -0.35, -0.6, 0.5, 0.35, 0.6, -0.5, -0.35, 0.6, -0.5, 0.35, -0.6, -0.5, -0.35, 0.6, -0.5, -0.35, -0.6, -0.5, 0.35, -0.6, -0.5, 0.35, 0.6, 0.5, 0.35, 0.6, -0.5, 0.35, -0.6, 0.5, 0.35, 0.6, -0.5, 0.35, -0.6, -0.5, 0.35, -0.6, 0.5, -0.35, 0.6, -0.5, -0.35, 0.6, 0.5, -0.35, -0.6, -0.5, -0.35, 0.6, 0.5, -0.35, -0.6, 0.5, -0.35, -0.6, -0.5, 0.35, 0.6, 0.5, -0.35, 0.6, 0.5, 0.35, 0.6, -0.5, -0.35, 0.6, 0.5, -0.35, 0.6, -0.5, 0.35, 0.6, -0.5, -0.35, -0.6, 0.5, 0.35, -0.6, 0.5, -0.35, -0.6, -0.5, 0.35, -0.6, 0.5, 0.35, -0.6, -0.5, -0.35, -0.6, -0.5) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_1h5r5"] -data = PackedVector3Array(0.35, 0.25, 0.5, 0.35, -0.25, 0.5, -0.35, -0.25, 0.5, 0.35, 0.25, -0.5, -0.35, -0.25, -0.5, 0.35, -0.25, -0.5, 0.35, 0.25, 0.5, 0.35, 0.25, -0.5, 0.35, -0.25, 0.5, 0.35, 0.25, -0.5, 0.35, -0.25, -0.5, 0.35, -0.25, 0.5, 0.35, 0.25, -0.5, 0.35, 0.25, 0.5, -0.35, -0.25, -0.5, 0.35, 0.25, 0.5, -0.35, -0.25, 0.5, -0.35, -0.25, -0.5, -0.35, -0.25, 0.5, 0.35, -0.25, 0.5, -0.35, -0.25, -0.5, 0.35, -0.25, 0.5, 0.35, -0.25, -0.5, -0.35, -0.25, -0.5) - -[sub_resource type="PrismMesh" id="PrismMesh_8r2kq"] -left_to_right = 1.0 -size = Vector3(0.7, 0.5, 1) - -[sub_resource type="BoxMesh" id="BoxMesh_2ybo5"] -size = Vector3(0.8, 1, 1.5) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_dwjsf"] -data = PackedVector3Array(-0.4, 0.5, 0.75, 0.4, 0.5, 0.75, -0.4, -0.5, 0.75, 0.4, 0.5, 0.75, 0.4, -0.5, 0.75, -0.4, -0.5, 0.75, 0.4, 0.5, -0.75, -0.4, 0.5, -0.75, 0.4, -0.5, -0.75, -0.4, 0.5, -0.75, -0.4, -0.5, -0.75, 0.4, -0.5, -0.75, 0.4, 0.5, 0.75, 0.4, 0.5, -0.75, 0.4, -0.5, 0.75, 0.4, 0.5, -0.75, 0.4, -0.5, -0.75, 0.4, -0.5, 0.75, -0.4, 0.5, -0.75, -0.4, 0.5, 0.75, -0.4, -0.5, -0.75, -0.4, 0.5, 0.75, -0.4, -0.5, 0.75, -0.4, -0.5, -0.75, 0.4, 0.5, 0.75, -0.4, 0.5, 0.75, 0.4, 0.5, -0.75, -0.4, 0.5, 0.75, -0.4, 0.5, -0.75, 0.4, 0.5, -0.75, -0.4, -0.5, 0.75, 0.4, -0.5, 0.75, -0.4, -0.5, -0.75, 0.4, -0.5, 0.75, 0.4, -0.5, -0.75, -0.4, -0.5, -0.75) - -[sub_resource type="BoxMesh" id="BoxMesh_mcskc"] -size = Vector3(0.8, 2.5, 3) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_2ybo5"] -data = PackedVector3Array(-0.4, 1.25, 1.5, 0.4, 1.25, 1.5, -0.4, -1.25, 1.5, 0.4, 1.25, 1.5, 0.4, -1.25, 1.5, -0.4, -1.25, 1.5, 0.4, 1.25, -1.5, -0.4, 1.25, -1.5, 0.4, -1.25, -1.5, -0.4, 1.25, -1.5, -0.4, -1.25, -1.5, 0.4, -1.25, -1.5, 0.4, 1.25, 1.5, 0.4, 1.25, -1.5, 0.4, -1.25, 1.5, 0.4, 1.25, -1.5, 0.4, -1.25, -1.5, 0.4, -1.25, 1.5, -0.4, 1.25, -1.5, -0.4, 1.25, 1.5, -0.4, -1.25, -1.5, -0.4, 1.25, 1.5, -0.4, -1.25, 1.5, -0.4, -1.25, -1.5, 0.4, 1.25, 1.5, -0.4, 1.25, 1.5, 0.4, 1.25, -1.5, -0.4, 1.25, 1.5, -0.4, 1.25, -1.5, 0.4, 1.25, -1.5, -0.4, -1.25, 1.5, 0.4, -1.25, 1.5, -0.4, -1.25, -1.5, 0.4, -1.25, 1.5, 0.4, -1.25, -1.5, -0.4, -1.25, -1.5) - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_c1s5j"] -resource_local_to_scene = true -albedo_texture = ExtResource("27_lfacn") -metallic = 1.0 -metallic_texture = ExtResource("28_f0xh4") -roughness_texture = ExtResource("30_u2hqf") -normal_enabled = true -normal_texture = ExtResource("29_nmnkj") -ao_enabled = true -texture_filter = 2 - -[sub_resource type="ArrayMesh" id="ArrayMesh_oihux"] -resource_local_to_scene = true -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), -"format": 34896613399, -"index_count": 84, -"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), -"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], -"material": SubResource("StandardMaterial3D_c1s5j"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 48, -"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_u2hqf") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_f8uld"] -resource_local_to_scene = true -albedo_texture = ExtResource("27_lfacn") -metallic = 1.0 -metallic_texture = ExtResource("28_f0xh4") -roughness_texture = ExtResource("30_u2hqf") -normal_enabled = true -normal_texture = ExtResource("29_nmnkj") -ao_enabled = true -texture_filter = 2 - -[sub_resource type="ArrayMesh" id="ArrayMesh_mdg07"] -resource_local_to_scene = true -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), -"format": 34896613399, -"index_count": 84, -"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), -"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], -"material": SubResource("StandardMaterial3D_f8uld"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 48, -"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_u2hqf") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_a363w"] -resource_local_to_scene = true -albedo_texture = ExtResource("27_lfacn") -metallic = 1.0 -metallic_texture = ExtResource("28_f0xh4") -roughness_texture = ExtResource("30_u2hqf") -normal_enabled = true -normal_texture = ExtResource("29_nmnkj") -ao_enabled = true -texture_filter = 2 - -[sub_resource type="ArrayMesh" id="ArrayMesh_5ys7s"] -resource_local_to_scene = true -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), -"format": 34896613399, -"index_count": 84, -"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), -"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], -"material": SubResource("StandardMaterial3D_a363w"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 48, -"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_u2hqf") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_5o4p5"] -resource_local_to_scene = true -albedo_texture = ExtResource("27_lfacn") -metallic = 1.0 -metallic_texture = ExtResource("28_f0xh4") -roughness_texture = ExtResource("30_u2hqf") -normal_enabled = true -normal_texture = ExtResource("29_nmnkj") -ao_enabled = true -texture_filter = 2 - -[sub_resource type="ArrayMesh" id="ArrayMesh_2c02v"] -resource_local_to_scene = true -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), -"format": 34896613399, -"index_count": 84, -"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), -"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], -"material": SubResource("StandardMaterial3D_5o4p5"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 48, -"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_u2hqf") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_0adbo"] -resource_local_to_scene = true -albedo_texture = ExtResource("27_lfacn") -metallic = 1.0 -metallic_texture = ExtResource("28_f0xh4") -roughness_texture = ExtResource("30_u2hqf") -normal_enabled = true -normal_texture = ExtResource("29_nmnkj") -ao_enabled = true -texture_filter = 2 - -[sub_resource type="ArrayMesh" id="ArrayMesh_08djo"] -resource_local_to_scene = true -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), -"format": 34896613399, -"index_count": 84, -"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), -"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], -"material": SubResource("StandardMaterial3D_0adbo"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 48, -"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_u2hqf") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_yf6ob"] -resource_local_to_scene = true -albedo_texture = ExtResource("27_lfacn") -metallic = 1.0 -metallic_texture = ExtResource("28_f0xh4") -roughness_texture = ExtResource("30_u2hqf") -normal_enabled = true -normal_texture = ExtResource("29_nmnkj") -ao_enabled = true -texture_filter = 2 - -[sub_resource type="ArrayMesh" id="ArrayMesh_8rwkc"] -resource_local_to_scene = true -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), -"format": 34896613399, -"index_count": 84, -"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), -"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], -"material": SubResource("StandardMaterial3D_yf6ob"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 48, -"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_u2hqf") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ogcyf"] -resource_local_to_scene = true -albedo_texture = ExtResource("27_lfacn") -metallic = 1.0 -metallic_texture = ExtResource("28_f0xh4") -roughness_texture = ExtResource("30_u2hqf") -normal_enabled = true -normal_texture = ExtResource("29_nmnkj") -ao_enabled = true -texture_filter = 2 - -[sub_resource type="ArrayMesh" id="ArrayMesh_lnif7"] -resource_local_to_scene = true -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), -"format": 34896613399, -"index_count": 84, -"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), -"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], -"material": SubResource("StandardMaterial3D_ogcyf"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 48, -"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_u2hqf") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_gxf7f"] -resource_local_to_scene = true -albedo_texture = ExtResource("27_lfacn") -metallic = 1.0 -metallic_texture = ExtResource("28_f0xh4") -roughness_texture = ExtResource("30_u2hqf") -normal_enabled = true -normal_texture = ExtResource("29_nmnkj") -ao_enabled = true -texture_filter = 2 - -[sub_resource type="ArrayMesh" id="ArrayMesh_08dfj"] -resource_local_to_scene = true -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), -"format": 34896613399, -"index_count": 84, -"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), -"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], -"material": SubResource("StandardMaterial3D_gxf7f"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 48, -"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_u2hqf") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ffr5l"] -resource_local_to_scene = true -albedo_texture = ExtResource("27_lfacn") -metallic = 1.0 -metallic_texture = ExtResource("28_f0xh4") -roughness_texture = ExtResource("30_u2hqf") -normal_enabled = true -normal_texture = ExtResource("29_nmnkj") -ao_enabled = true -texture_filter = 2 - -[sub_resource type="ArrayMesh" id="ArrayMesh_wlbox"] -resource_local_to_scene = true -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), -"format": 34896613399, -"index_count": 84, -"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), -"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], -"material": SubResource("StandardMaterial3D_ffr5l"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 48, -"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_u2hqf") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_1jmu7"] -resource_local_to_scene = true -albedo_texture = ExtResource("27_lfacn") -metallic = 1.0 -metallic_texture = ExtResource("28_f0xh4") -roughness_texture = ExtResource("30_u2hqf") -normal_enabled = true -normal_texture = ExtResource("29_nmnkj") -ao_enabled = true -texture_filter = 2 - -[sub_resource type="ArrayMesh" id="ArrayMesh_c6n8b"] -resource_local_to_scene = true -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), -"format": 34896613399, -"index_count": 84, -"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), -"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], -"material": SubResource("StandardMaterial3D_1jmu7"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 48, -"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_u2hqf") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_wnuyc"] -resource_local_to_scene = true -albedo_texture = ExtResource("27_lfacn") -metallic = 1.0 -metallic_texture = ExtResource("28_f0xh4") -roughness_texture = ExtResource("30_u2hqf") -normal_enabled = true -normal_texture = ExtResource("29_nmnkj") -ao_enabled = true -texture_filter = 2 - -[sub_resource type="ArrayMesh" id="ArrayMesh_8au2u"] -resource_local_to_scene = true -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), -"format": 34896613399, -"index_count": 84, -"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), -"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], -"material": SubResource("StandardMaterial3D_wnuyc"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 48, -"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_u2hqf") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_wvfch"] -resource_local_to_scene = true -albedo_texture = ExtResource("47_1h5r5") -metallic = 1.0 -metallic_texture = ExtResource("48_8r2kq") -roughness_texture = ExtResource("50_ii88q") -normal_enabled = true -normal_texture = ExtResource("49_2qkxu") -uv1_scale = Vector3(3, 1, 1) -texture_filter = 4 - -[sub_resource type="ArrayMesh" id="ArrayMesh_76qng"] -_surfaces = [{ -"aabb": AABB(-4.5, 0, -1.5, 9, 1e-05, 3), -"format": 34896613377, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAgABAAMA"), -"name": "Plane", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("//8AAP//AAAAAAAA//8AAP//AAAAAAAAAAAAAAAAAAA=") -}] -blend_shape_mode = 0 - -[sub_resource type="ArrayMesh" id="ArrayMesh_pifep"] -_surfaces = [{ -"aabb": AABB(-4.5, 0, -1.5, 9, 1e-05, 3), -"attribute_data": PackedByteArray("/////wAA/////wAAAAAAAA=="), -"format": 34896613399, -"index_count": 6, -"index_data": PackedByteArray("AAABAAIAAgABAAMA"), -"material": SubResource("StandardMaterial3D_wvfch"), -"name": "Plane", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 4, -"vertex_data": PackedByteArray("//8AAP///78AAAAA////v///AAAAAP+/AAAAAAAA/7////9/////f////3////9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_76qng") - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_ffr5l"] -data = PackedVector3Array(4.5, 0, 1.5, -4.5, 0, 1.5, 4.5, 0, -1.5, 4.5, 0, -1.5, -4.5, 0, 1.5, -4.5, 0, -1.5) - -[sub_resource type="BoxMesh" id="BoxMesh_8r2kq"] -size = Vector3(0.7, 1.2, 4) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_nomhm"] -data = PackedVector3Array(-0.35, 0.6, 2, 0.35, 0.6, 2, -0.35, -0.6, 2, 0.35, 0.6, 2, 0.35, -0.6, 2, -0.35, -0.6, 2, 0.35, 0.6, -2, -0.35, 0.6, -2, 0.35, -0.6, -2, -0.35, 0.6, -2, -0.35, -0.6, -2, 0.35, -0.6, -2, 0.35, 0.6, 2, 0.35, 0.6, -2, 0.35, -0.6, 2, 0.35, 0.6, -2, 0.35, -0.6, -2, 0.35, -0.6, 2, -0.35, 0.6, -2, -0.35, 0.6, 2, -0.35, -0.6, -2, -0.35, 0.6, 2, -0.35, -0.6, 2, -0.35, -0.6, -2, 0.35, 0.6, 2, -0.35, 0.6, 2, 0.35, 0.6, -2, -0.35, 0.6, 2, -0.35, 0.6, -2, 0.35, 0.6, -2, -0.35, -0.6, 2, 0.35, -0.6, 2, -0.35, -0.6, -2, 0.35, -0.6, 2, 0.35, -0.6, -2, -0.35, -0.6, -2) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_sogkw"] -data = PackedVector3Array(0.35, 0.25, 2, 0.35, -0.25, 2, -0.35, -0.25, 2, 0.35, 0.25, -2, -0.35, -0.25, -2, 0.35, -0.25, -2, 0.35, 0.25, 2, 0.35, 0.25, -2, 0.35, -0.25, 2, 0.35, 0.25, -2, 0.35, -0.25, -2, 0.35, -0.25, 2, 0.35, 0.25, -2, 0.35, 0.25, 2, -0.35, -0.25, -2, 0.35, 0.25, 2, -0.35, -0.25, 2, -0.35, -0.25, -2, -0.35, -0.25, 2, 0.35, -0.25, 2, -0.35, -0.25, -2, 0.35, -0.25, 2, 0.35, -0.25, -2, -0.35, -0.25, -2) - -[sub_resource type="PrismMesh" id="PrismMesh_ojd88"] -left_to_right = 1.0 -size = Vector3(0.7, 0.5, 4) - -[sub_resource type="BoxMesh" id="BoxMesh_2qkxu"] -size = Vector3(0.7, 1.2, 2.2) - -[sub_resource type="PrismMesh" id="PrismMesh_ii88q"] -left_to_right = 1.0 -size = Vector3(0.7, 0.5, 2.2) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_1jmu7"] -data = PackedVector3Array(-0.35, 0.6, 1.1, 0.35, 0.6, 1.1, -0.35, -0.6, 1.1, 0.35, 0.6, 1.1, 0.35, -0.6, 1.1, -0.35, -0.6, 1.1, 0.35, 0.6, -1.1, -0.35, 0.6, -1.1, 0.35, -0.6, -1.1, -0.35, 0.6, -1.1, -0.35, -0.6, -1.1, 0.35, -0.6, -1.1, 0.35, 0.6, 1.1, 0.35, 0.6, -1.1, 0.35, -0.6, 1.1, 0.35, 0.6, -1.1, 0.35, -0.6, -1.1, 0.35, -0.6, 1.1, -0.35, 0.6, -1.1, -0.35, 0.6, 1.1, -0.35, -0.6, -1.1, -0.35, 0.6, 1.1, -0.35, -0.6, 1.1, -0.35, -0.6, -1.1, 0.35, 0.6, 1.1, -0.35, 0.6, 1.1, 0.35, 0.6, -1.1, -0.35, 0.6, 1.1, -0.35, 0.6, -1.1, 0.35, 0.6, -1.1, -0.35, -0.6, 1.1, 0.35, -0.6, 1.1, -0.35, -0.6, -1.1, 0.35, -0.6, 1.1, 0.35, -0.6, -1.1, -0.35, -0.6, -1.1) - -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_c6n8b"] -data = PackedVector3Array(0.35, 0.25, 1.1, 0.35, -0.25, 1.1, -0.35, -0.25, 1.1, 0.35, 0.25, -1.1, -0.35, -0.25, -1.1, 0.35, -0.25, -1.1, 0.35, 0.25, 1.1, 0.35, 0.25, -1.1, 0.35, -0.25, 1.1, 0.35, 0.25, -1.1, 0.35, -0.25, -1.1, 0.35, -0.25, 1.1, 0.35, 0.25, -1.1, 0.35, 0.25, 1.1, -0.35, -0.25, -1.1, 0.35, 0.25, 1.1, -0.35, -0.25, 1.1, -0.35, -0.25, -1.1, -0.35, -0.25, 1.1, 0.35, -0.25, 1.1, -0.35, -0.25, -1.1, 0.35, -0.25, 1.1, 0.35, -0.25, -1.1, -0.35, -0.25, -1.1) - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_fqp5s"] -resource_local_to_scene = true -albedo_texture = ExtResource("27_lfacn") -metallic = 1.0 -metallic_texture = ExtResource("28_f0xh4") -roughness_texture = ExtResource("30_u2hqf") -normal_enabled = true -normal_texture = ExtResource("29_nmnkj") -ao_enabled = true -texture_filter = 2 - -[sub_resource type="ArrayMesh" id="ArrayMesh_714ux"] -resource_local_to_scene = true -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), -"format": 34896613399, -"index_count": 84, -"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), -"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], -"material": SubResource("StandardMaterial3D_fqp5s"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 48, -"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_u2hqf") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_38po5"] -resource_local_to_scene = true -albedo_texture = ExtResource("27_lfacn") -metallic = 1.0 -metallic_texture = ExtResource("28_f0xh4") -roughness_texture = ExtResource("30_u2hqf") -normal_enabled = true -normal_texture = ExtResource("29_nmnkj") -ao_enabled = true -texture_filter = 2 - -[sub_resource type="ArrayMesh" id="ArrayMesh_t3aww"] -resource_local_to_scene = true -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), -"format": 34896613399, -"index_count": 84, -"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), -"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], -"material": SubResource("StandardMaterial3D_38po5"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 48, -"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_u2hqf") - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_t38ly"] -resource_local_to_scene = true -albedo_texture = ExtResource("27_lfacn") -metallic = 1.0 -metallic_texture = ExtResource("28_f0xh4") -roughness_texture = ExtResource("30_u2hqf") -normal_enabled = true -normal_texture = ExtResource("29_nmnkj") -ao_enabled = true -texture_filter = 2 - -[sub_resource type="ArrayMesh" id="ArrayMesh_5xuxy"] -resource_local_to_scene = true -_surfaces = [{ -"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), -"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), -"format": 34896613399, -"index_count": 84, -"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), -"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], -"material": SubResource("StandardMaterial3D_t38ly"), -"name": "Cube", -"primitive": 3, -"uv_scale": Vector4(0, 0, 0, 0), -"vertex_count": 48, -"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") -}] -blend_shape_mode = 0 -shadow_mesh = SubResource("ArrayMesh_u2hqf") - -[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_1h5r5"] -emission_shape = 3 -emission_box_extents = Vector3(9, 3, 4.5) -direction = Vector3(0, -1, 0) -spread = 100.0 -initial_velocity_min = 0.05 -initial_velocity_max = 0.15 -gravity = Vector3(0, 0, 0) -scale_curve = SubResource("CurveTexture_w3xaq") -color_ramp = SubResource("GradientTexture1D_w3xaq") -alpha_curve = SubResource("CurveTexture_ty63v") -turbulence_enabled = true -turbulence_noise_strength = 0.1 -turbulence_noise_scale = 0.3 -turbulence_influence_min = 0.0 - [node name="GhostShipLevel" type="Node3D"] [node name="PlayerShip" parent="." instance=ExtResource("1_2pyr1")] @@ -1495,909 +35,40 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -0.75) unique_name_in_owner = true navigation_mesh = SubResource("NavigationMesh_vt4uw") -[node name="Airlock" type="Node3D" parent="BeastNav"] +[node name="Airlock" parent="BeastNav" instance=ExtResource("2_dxmep")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -12) -[node name="Bounds" type="Node3D" parent="BeastNav/Airlock"] - -[node name="Floor" type="MeshInstance3D" parent="BeastNav/Airlock/Bounds"] -mesh = ExtResource("6_6giaa") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Airlock/Bounds/Floor" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -initial_mask = ExtResource("3_35kna") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Airlock/Bounds/Floor/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_yvipw") - -[node name="Ceiling" type="MeshInstance3D" parent="BeastNav/Airlock/Bounds"] -transform = Transform3D(-1, -7.64274e-15, 8.74228e-08, 0, -1, -8.74228e-08, 8.74228e-08, -8.74228e-08, 1, 0, 3, 0) -mesh = ExtResource("7_otfxe") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Airlock/Bounds/Ceiling" instance=ExtResource("2_2egij")] -initial_mask = ExtResource("3_35kna") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Airlock/Bounds/Ceiling/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_d1yty") - -[node name="SimpleWalls" type="StaticBody3D" parent="BeastNav/Airlock/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) -collision_layer = 5 - -[node name="MeshInstance3D" type="MeshInstance3D" parent="BeastNav/Airlock/Bounds/SimpleWalls"] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -4.5, 0, 0) -mesh = SubResource("QuadMesh_7y0xw") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Airlock/Bounds/SimpleWalls"] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -4.5, 0, 0) -shape = SubResource("ConcavePolygonShape3D_2egij") - -[node name="MeshInstance3D2" type="MeshInstance3D" parent="BeastNav/Airlock/Bounds/SimpleWalls"] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 4.5, 0, 0) -mesh = SubResource("QuadMesh_7y0xw") - -[node name="CollisionShape3D2" type="CollisionShape3D" parent="BeastNav/Airlock/Bounds/SimpleWalls"] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 4.5, 0, 0) -shape = SubResource("ConcavePolygonShape3D_ajjdt") - -[node name="MeshInstance3D3" type="MeshInstance3D" parent="BeastNav/Airlock/Bounds/SimpleWalls"] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 2.75, 0, 4.5) -mesh = SubResource("QuadMesh_kcek3") - -[node name="CollisionShape3D3" type="CollisionShape3D" parent="BeastNav/Airlock/Bounds/SimpleWalls"] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 2.75, 0, 4.5) -shape = SubResource("ConcavePolygonShape3D_gim1e") - -[node name="MeshInstance3D4" type="MeshInstance3D" parent="BeastNav/Airlock/Bounds/SimpleWalls"] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -2.75, 0, 4.5) -mesh = SubResource("QuadMesh_kcek3") - -[node name="CollisionShape3D4" type="CollisionShape3D" parent="BeastNav/Airlock/Bounds/SimpleWalls"] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -2.75, 0, 4.5) -shape = SubResource("ConcavePolygonShape3D_6giaa") - -[node name="MeshInstance3D7" type="MeshInstance3D" parent="BeastNav/Airlock/Bounds/SimpleWalls"] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 1.25, 4.5) -mesh = SubResource("QuadMesh_1njh5") - -[node name="CollisionShape3D5" type="CollisionShape3D" parent="BeastNav/Airlock/Bounds/SimpleWalls"] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 1.25, 4.5) -shape = SubResource("ConcavePolygonShape3D_smvh1") - -[node name="FarWall" type="Node3D" parent="BeastNav/Airlock/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -4.5) - -[node name="LeftWall" type="MeshInstance3D" parent="BeastNav/Airlock/Bounds/FarWall"] -transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, -3, 1.5, 0) -mesh = ExtResource("16_sqa4l") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Airlock/Bounds/FarWall/LeftWall" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Airlock/Bounds/FarWall/LeftWall/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="RightWall" type="MeshInstance3D" parent="BeastNav/Airlock/Bounds/FarWall"] -transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 3, 1.5, 0) -mesh = ExtResource("16_sqa4l") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Airlock/Bounds/FarWall/RightWall" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Airlock/Bounds/FarWall/RightWall/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="SwitchA1" parent="BeastNav/Airlock/Bounds/FarWall" instance=ExtResource("17_0idgf")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.2, 1.3, 0.1) +[node name="SwitchA1" parent="BeastNav/Airlock" instance=ExtResource("17_0idgf")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.2, 1.3, -4.4) label = "SWITCH_BULKHEAD_LABEL" -[node name="Props" type="Node3D" parent="BeastNav/Airlock"] - -[node name="EmptySuitChamber" parent="BeastNav/Airlock/Props" instance=ExtResource("18_wqqoq")] -transform = Transform3D(1, 0, -1.06581e-14, 0, 1, 0, 1.06581e-14, 0, 1, -2.25, 1.5, 4.05) - -[node name="Suit" parent="BeastNav/Airlock/Props/EmptySuitChamber" index="1"] -visible = false - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/Airlock/Props/EmptySuitChamber" groups=["MetalMaterial"]] -collision_layer = 5 -collision_mask = 0 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Airlock/Props/EmptySuitChamber/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_mcskc") - -[node name="EVASuit" parent="BeastNav/Airlock/Props" instance=ExtResource("19_anoak")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -4.05, 1.5, -1.5) - -[node name="EVASuit2" parent="BeastNav/Airlock/Props" instance=ExtResource("19_anoak")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 4.05, 1.5, -1.5) - -[node name="EVASuit3" parent="BeastNav/Airlock/Props" instance=ExtResource("18_wqqoq")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -4.05, 1.5, 1.5) - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/Airlock/Props/EVASuit3" groups=["MetalMaterial"]] -collision_layer = 5 -collision_mask = 0 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Airlock/Props/EVASuit3/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_08px8") - -[node name="CollisionShape3D2" type="CollisionShape3D" parent="BeastNav/Airlock/Props/EVASuit3/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_5ac7v") - -[node name="CollisionShape3D3" type="CollisionShape3D" parent="BeastNav/Airlock/Props/EVASuit3/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_al0j5") - -[node name="CollisionShape3D4" type="CollisionShape3D" parent="BeastNav/Airlock/Props/EVASuit3/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_lny00") - -[node name="EVASuit4" parent="BeastNav/Airlock/Props" instance=ExtResource("18_wqqoq")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 4.05, 1.5, 1.5) - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/Airlock/Props/EVASuit4" groups=["MetalMaterial"]] -collision_layer = 5 -collision_mask = 0 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Airlock/Props/EVASuit4/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_08px8") - -[node name="CollisionShape3D2" type="CollisionShape3D" parent="BeastNav/Airlock/Props/EVASuit4/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_5ac7v") - -[node name="CollisionShape3D3" type="CollisionShape3D" parent="BeastNav/Airlock/Props/EVASuit4/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_al0j5") - -[node name="CollisionShape3D4" type="CollisionShape3D" parent="BeastNav/Airlock/Props/EVASuit4/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_lny00") - -[node name="EVASuit5" parent="BeastNav/Airlock/Props" instance=ExtResource("18_wqqoq")] -transform = Transform3D(1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, 2.25, 1.5, 4.05) - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/Airlock/Props/EVASuit5" groups=["MetalMaterial"]] -collision_layer = 5 -collision_mask = 0 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Airlock/Props/EVASuit5/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_08px8") - -[node name="CollisionShape3D2" type="CollisionShape3D" parent="BeastNav/Airlock/Props/EVASuit5/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_5ac7v") - -[node name="CollisionShape3D3" type="CollisionShape3D" parent="BeastNav/Airlock/Props/EVASuit5/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_al0j5") - -[node name="CollisionShape3D4" type="CollisionShape3D" parent="BeastNav/Airlock/Props/EVASuit5/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_lny00") - -[node name="TarpCrateLogo" type="MeshInstance3D" parent="BeastNav/Airlock/Props"] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -4, 0.8, 4) -mesh = ExtResource("19_np3w4") -surface_material_override/0 = SubResource("StandardMaterial3D_08px8") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/Airlock/Props/TarpCrateLogo"] -collision_layer = 5 -collision_mask = 0 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Airlock/Props/TarpCrateLogo/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_isly2") - -[node name="CrateLong" type="MeshInstance3D" parent="BeastNav/Airlock/Props"] -transform = Transform3D(0.866025, 0, 0.5, 0, 1, 0, -0.5, 0, 0.866025, 3.33603, 0.25, 3.53907) -mesh = ExtResource("24_wms8g") -skeleton = NodePath("") -surface_material_override/0 = SubResource("StandardMaterial3D_2ybo5") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/Airlock/Props/CrateLong"] -collision_layer = 5 -collision_mask = 0 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Airlock/Props/CrateLong/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_1ckgi") - -[node name="CrateLong2" type="MeshInstance3D" parent="BeastNav/Airlock/Props"] -transform = Transform3D(0.612372, 0.612373, 0.5, -0.707107, 0.707106, 1.98952e-13, -0.353553, -0.353553, 0.866025, 3.71304, 0.441942, 2.81688) -mesh = ExtResource("24_wms8g") -skeleton = NodePath("") -surface_material_override/0 = SubResource("StandardMaterial3D_2ybo5") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/Airlock/Props/CrateLong2"] -collision_layer = 5 -collision_mask = 0 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Airlock/Props/CrateLong2/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_1ckgi") - -[node name="GrunkNodule" parent="BeastNav/Airlock" instance=ExtResource("19_ji5cn")] -transform = Transform3D(1, 0, 0, 0, 0.866026, -0.5, 0, 0.5, 0.866026, -2.05, 0.15, -4.5) -chitter = true -value = 4000.0 - -[node name="GrunkNodule2" parent="BeastNav/Airlock" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.5, 0, 0, 0, 0.353553, 0.353554, 0, -0.353554, 0.353553, -1.1, 0.15, -4.3) - -[node name="GrunkNodule3" parent="BeastNav/Airlock" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.5, 0, 0, 0, 0.353553, 0.353554, 0, -0.353554, 0.353553, 1.4, 2.65, -4.3) -chitter = true - -[node name="OverheadLight" parent="BeastNav/Airlock" instance=ExtResource("39_kp5n7")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, 0) - -[node name="FloatingDust" parent="BeastNav/Airlock" instance=ExtResource("25_6giaa")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) -visibility_aabb = AABB(-4.5, -1.5, -4.5, 9, 3, 9) -process_material = SubResource("ParticleProcessMaterial_otfxe") - -[node name="BulkheadA" parent="BeastNav" instance=ExtResource("35_f0xh4")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -16.5) - -[node name="BulkheadY" parent="BeastNav" instance=ExtResource("35_f0xh4")] -transform = Transform3D(1, 0, -1.06581e-14, 0, 1, 0, 1.06581e-14, 0, 1, 0, 0, -31.5) - -[node name="Corridor1" type="Node3D" parent="BeastNav"] +[node name="Corridor1" parent="BeastNav" instance=ExtResource("4_4akax")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -22.5) -[node name="Hallway1" type="MeshInstance3D" parent="BeastNav/Corridor1"] -mesh = ExtResource("25_smvh1") -skeleton = NodePath("Hallway1") - -[node name="Hallway1" parent="BeastNav/Corridor1/Hallway1" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor1/Hallway1/Hallway1"] -shape = SubResource("ConcavePolygonShape3D_ruwlj") - -[node name="CrateLong" parent="BeastNav/Corridor1/Hallway1" instance=ExtResource("26_otfxe")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0.25, -5.9) -mesh = SubResource("ArrayMesh_o1vcx") -skeleton = NodePath("../Hallway1") - -[node name="CrateLong3" parent="BeastNav/Corridor1/Hallway1" instance=ExtResource("26_otfxe")] -transform = Transform3D(0.258819, -0.965926, 0, 0.965926, 0.258819, 0, 0, 0, 1, 1.2, 0.426927, -3.9) -mesh = SubResource("ArrayMesh_qjnm6") -skeleton = NodePath("../Hallway1") - -[node name="CrateLong2" parent="BeastNav/Corridor1/Hallway1" instance=ExtResource("26_otfxe")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0.75, -5.9) -mesh = SubResource("ArrayMesh_cuyy3") -skeleton = NodePath("../Hallway1") - -[node name="FloatingDust" parent="BeastNav/Corridor1/Hallway1" instance=ExtResource("25_6giaa")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) -visibility_aabb = AABB(-1.5, -1.5, -6, 3, 3, 12) -process_material = SubResource("ParticleProcessMaterial_6giaa") - -[node name="SwitchA2" parent="BeastNav/Corridor1/Hallway1" instance=ExtResource("17_0idgf")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -1.4, 1.3, 4.8) -label = "SWITCH_BULKHEAD_LABEL" - -[node name="OverheadLight" parent="BeastNav/Corridor1/Hallway1" instance=ExtResource("39_kp5n7")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, -1.5) - -[node name="AirlockSign" type="MeshInstance3D" parent="BeastNav/Corridor1/Hallway1"] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 3, 4.5) -gi_mode = 2 -mesh = SubResource("ArrayMesh_anoak") - -[node name="GunkBody" parent="BeastNav/Corridor1/Hallway1/AirlockSign" instance=ExtResource("2_2egij")] -mask_dim = 32 -source_gunk_material = ExtResource("34_wms8g") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor1/Hallway1/AirlockSign/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_ojd88") - -[node name="T-Junction1" type="MeshInstance3D" parent="BeastNav/Corridor1"] -transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 0, 0, -7.5) -mesh = ExtResource("27_17ivy") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Corridor1/T-Junction1" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 192 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor1/T-Junction1/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_if0c2") - -[node name="Hallway2" type="MeshInstance3D" parent="BeastNav/Corridor1"] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -7.5, 0, -7.5) -mesh = ExtResource("25_smvh1") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Corridor1/Hallway2" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor1/Hallway2/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_ruwlj") - -[node name="GrunkNodule" parent="BeastNav/Corridor1/Hallway2" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.866025, 0.5, 0, -0.5, 0.866025, 0, 0, 0, 1, -1.35, 0, -1.15) -chitter = true -value = 4000.0 - -[node name="GrunkNodule2" parent="BeastNav/Corridor1/Hallway2" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.519615, 0.3, 0, 2.98023e-08, 2.98023e-08, -0.6, -0.3, 0.519615, 0, -1.35, 0, 0.25) -chitter = true - -[node name="GrunkNodule3" parent="BeastNav/Corridor1/Hallway2" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.129904, 0.375, -0.45, -0.439868, -0.241946, -0.328601, -0.386835, 0.401045, 0.222535, -1.35, 0.5, -0.25) - -[node name="GrunkNodule4" parent="BeastNav/Corridor1/Hallway2" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.34641, 0.2, -8.74228e-09, 0, -1.74846e-08, -0.4, -0.2, 0.34641, -1.51421e-08, -1.5, 1.02511, -1.25) -value = 800.0 - -[node name="GrunkNodule6" parent="BeastNav/Corridor1/Hallway2" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.109602, 0.109602, 0.268468, 0.219203, -0.219203, 9.58262e-10, 0.189835, 0.189835, -0.155, -1.5, 1.52511, -2.25) -chitter = true -value = 800.0 - -[node name="GrunkNodule5" parent="BeastNav/Corridor1/Hallway2" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.0773296, 0.288598, 0.1725, 0.0446463, 0.166622, -0.298779, -0.333244, 0.0892925, -7.54021e-09, -1.5, 1.12511, -1.75) -chitter = true -value = 800.0 - -[node name="FloatingDust" parent="BeastNav/Corridor1/Hallway2" instance=ExtResource("25_6giaa")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) -visibility_aabb = AABB(-1.5, -1.5, -6, 3, 3, 12) -process_material = SubResource("ParticleProcessMaterial_6giaa") - -[node name="BurnoutLight" parent="BeastNav/Corridor1/Hallway2" instance=ExtResource("29_lfacn")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, -1.5) - -[node name="TarpCrateLogo" parent="BeastNav/Corridor1/Hallway2" instance=ExtResource("32_sogkw")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0.8, -11.4) - -[node name="Hallway3" type="MeshInstance3D" parent="BeastNav/Corridor1"] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -19.5, 0, -7.5) -mesh = ExtResource("31_ji5cn") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Corridor1/Hallway3" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor1/Hallway3/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_ruwlj") - -[node name="FloatingDust" parent="BeastNav/Corridor1/Hallway3" instance=ExtResource("25_6giaa")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) -visibility_aabb = AABB(-1.5, -1.5, -6, 3, 3, 12) -process_material = SubResource("ParticleProcessMaterial_6giaa") - -[node name="OverheadLight" parent="BeastNav/Corridor1/Hallway3" instance=ExtResource("39_kp5n7")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, -1.5) - -[node name="CrateLong" parent="BeastNav/Corridor1/Hallway3" instance=ExtResource("26_otfxe")] -transform = Transform3D(-4.37114e-08, -0.965926, 0.258819, 1.77636e-15, 0.258819, 0.965926, -1, 4.2222e-08, -1.13133e-08, 1.06072, 0.789149, 6.6) -mesh = SubResource("ArrayMesh_xofqg") -skeleton = NodePath("../..") - -[node name="T-Junction2" type="MeshInstance3D" parent="BeastNav/Corridor1"] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -27, 0, -7.5) -mesh = ExtResource("28_ji5cn") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Corridor1/T-Junction2" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 192 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor1/T-Junction2/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_if0c2") - -[node name="MessHallMeetSpookSpawner" type="Marker3D" parent="BeastNav/Corridor1/T-Junction2"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) +[node name="MessHallMeetSpookSpawner" type="Marker3D" parent="BeastNav/Corridor1"] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -27, 1.5, -7.5) script = ExtResource("52_4akax") mob_lifespan = 2.2 -[node name="Target" type="Marker3D" parent="BeastNav/Corridor1/T-Junction2/MessHallMeetSpookSpawner"] +[node name="Target" type="Marker3D" parent="BeastNav/Corridor1/MessHallMeetSpookSpawner"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.90735e-06, 0, 21) -[node name="EndCap" type="MeshInstance3D" parent="BeastNav/Corridor1"] -transform = Transform3D(2.98023e-08, 1, 0, 4.37114e-08, -1.3027e-15, -1, -1, 2.98023e-08, -4.37114e-08, -28.5, 1.5, -7.5) -mesh = ExtResource("30_ji5cn") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Corridor1/EndCap" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor1/EndCap/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_17ivy") - -[node name="Hallway4" type="MeshInstance3D" parent="BeastNav/Corridor1"] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -27, 0, -15) -mesh = ExtResource("33_okeuk") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Corridor1/Hallway4" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor1/Hallway4/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_ruwlj") - -[node name="FloatingDust" parent="BeastNav/Corridor1/Hallway4" instance=ExtResource("25_6giaa")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) -visibility_aabb = AABB(-1.5, -1.5, -6, 3, 3, 12) -process_material = SubResource("ParticleProcessMaterial_6giaa") - -[node name="SwitchB1" parent="BeastNav/Corridor1/Hallway4" instance=ExtResource("17_0idgf")] +[node name="SwitchA2" parent="BeastNav/Corridor1" instance=ExtResource("17_0idgf")] transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -1.4, 1.3, 4.8) label = "SWITCH_BULKHEAD_LABEL" -[node name="OverheadLight" parent="BeastNav/Corridor1/Hallway4" instance=ExtResource("39_kp5n7")] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 3, -1.5) +[node name="SwitchB1" parent="BeastNav/Corridor1" instance=ExtResource("17_0idgf")] +transform = Transform3D(1.31134e-07, 0, -1, 0, 1, 0, 1, 0, 1.31134e-07, -25.6, 1.3, -19.8) +label = "SWITCH_BULKHEAD_LABEL" -[node name="MessHallSign" type="MeshInstance3D" parent="BeastNav/Corridor1/Hallway4"] -transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 0, 3, 4.5) -gi_mode = 2 -mesh = ExtResource("45_mcskc") -surface_material_override/0 = ExtResource("36_sogkw") - -[node name="GunkBody" parent="BeastNav/Corridor1/Hallway4/MessHallSign" instance=ExtResource("2_2egij")] -mask_dim = 32 -source_gunk_material = ExtResource("34_wms8g") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor1/Hallway4/MessHallSign/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_mgo71") - -[node name="BulkheadB" parent="BeastNav" instance=ExtResource("35_f0xh4")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -27, 0, -43.5) - -[node name="MessHall" type="Node3D" parent="BeastNav"] +[node name="MessHall" parent="BeastNav" instance=ExtResource("6_mgo71")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -27, 0, -53) -[node name="Walls" type="Node3D" parent="BeastNav/MessHall"] - -[node name="Wall" type="MeshInstance3D" parent="BeastNav/MessHall/Walls"] -transform = Transform3D(-1, 8.74228e-08, -3.82137e-15, 0, -4.37114e-08, -1, -8.74228e-08, -1, 4.37114e-08, 3, 1.5, 9.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/MessHall/Walls/Wall" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/MessHall/Walls/Wall/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall2" type="MeshInstance3D" parent="BeastNav/MessHall/Walls"] -transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91069e-15, 4.5, 1.5, 8) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/MessHall/Walls/Wall2" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/MessHall/Walls/Wall2/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall4" type="MeshInstance3D" parent="BeastNav/MessHall/Walls"] -transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91069e-15, 4.5, 1.5, 5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/MessHall/Walls/Wall4" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/MessHall/Walls/Wall4/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall8" type="MeshInstance3D" parent="BeastNav/MessHall/Walls"] -transform = Transform3D(1, -1.06581e-14, 4.02341e-21, 0, -4.37114e-08, -1, 1.06581e-14, 1, -4.37114e-08, 3, 1.5, 0.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/MessHall/Walls/Wall8" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/MessHall/Walls/Wall8/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall9" type="MeshInstance3D" parent="BeastNav/MessHall/Walls"] -transform = Transform3D(1, -1.06581e-14, 4.02341e-21, 0, -4.37114e-08, -1, 1.06581e-14, 1, -4.37114e-08, 0, 1.5, 0.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/MessHall/Walls/Wall9" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/MessHall/Walls/Wall9/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall10" type="MeshInstance3D" parent="BeastNav/MessHall/Walls"] -transform = Transform3D(1, -1.06581e-14, 4.02341e-21, 0, -4.37114e-08, -1, 1.06581e-14, 1, -4.37114e-08, -3, 1.5, 0.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/MessHall/Walls/Wall10" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/MessHall/Walls/Wall10/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall11" type="MeshInstance3D" parent="BeastNav/MessHall/Walls"] -transform = Transform3D(1, -1.06581e-14, 4.02341e-21, 0, -4.37114e-08, -1, 1.06581e-14, 1, -4.37114e-08, -6, 1.5, 0.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/MessHall/Walls/Wall11" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/MessHall/Walls/Wall11/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall13" type="MeshInstance3D" parent="BeastNav/MessHall/Walls"] -transform = Transform3D(1, -1.06581e-14, 4.02341e-21, 0, -4.37114e-08, -1, 1.06581e-14, 1, -4.37114e-08, -12, 1.5, 0.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/MessHall/Walls/Wall13" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/MessHall/Walls/Wall13/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall17" type="MeshInstance3D" parent="BeastNav/MessHall/Walls"] -transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91068e-15, -13.5, 1.5, 2) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/MessHall/Walls/Wall17" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/MessHall/Walls/Wall17/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall18" type="MeshInstance3D" parent="BeastNav/MessHall/Walls"] -transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91068e-15, -13.5, 1.5, 5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/MessHall/Walls/Wall18" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/MessHall/Walls/Wall18/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall19" type="MeshInstance3D" parent="BeastNav/MessHall/Walls"] -transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91068e-15, -13.5, 1.5, 8) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/MessHall/Walls/Wall19" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/MessHall/Walls/Wall19/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall20" type="MeshInstance3D" parent="BeastNav/MessHall/Walls"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -12, 1.5, 9.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/MessHall/Walls/Wall20" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/MessHall/Walls/Wall20/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall21" type="MeshInstance3D" parent="BeastNav/MessHall/Walls"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -9, 1.5, 9.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/MessHall/Walls/Wall21" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/MessHall/Walls/Wall21/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall22" type="MeshInstance3D" parent="BeastNav/MessHall/Walls"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -6, 1.5, 9.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/MessHall/Walls/Wall22" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/MessHall/Walls/Wall22/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall23" type="MeshInstance3D" parent="BeastNav/MessHall/Walls"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -3, 1.5, 9.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/MessHall/Walls/Wall23" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/MessHall/Walls/Wall23/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Floors" type="Node3D" parent="BeastNav/MessHall"] - -[node name="Floor" type="MeshInstance3D" parent="BeastNav/MessHall/Floors"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 5) -mesh = ExtResource("6_6giaa") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/MessHall/Floors/Floor" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/MessHall/Floors/Floor/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_yvipw") - -[node name="Floor3" type="MeshInstance3D" parent="BeastNav/MessHall/Floors"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9, 0, 5) -mesh = ExtResource("6_6giaa") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/MessHall/Floors/Floor3" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/MessHall/Floors/Floor3/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_yvipw") - -[node name="Ceilings" type="Node3D" parent="BeastNav/MessHall"] - -[node name="Ceiling" type="MeshInstance3D" parent="BeastNav/MessHall/Ceilings"] -transform = Transform3D(-1, -7.64274e-15, 8.74228e-08, 0, -1, -8.74228e-08, 8.74228e-08, -8.74228e-08, 1, 0, 3, 5) -mesh = ExtResource("7_otfxe") - -[node name="GunkBody" parent="BeastNav/MessHall/Ceilings/Ceiling" instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/MessHall/Ceilings/Ceiling/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_d1yty") - -[node name="Ceiling3" type="MeshInstance3D" parent="BeastNav/MessHall/Ceilings"] -transform = Transform3D(-1, -7.64274e-15, 8.74228e-08, 0, -1, -8.74228e-08, 8.74228e-08, -8.74228e-08, 1, -9, 3, 5) -mesh = ExtResource("7_otfxe") - -[node name="GunkBody" parent="BeastNav/MessHall/Ceilings/Ceiling3" instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/MessHall/Ceilings/Ceiling3/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_d1yty") - -[node name="Props" type="Node3D" parent="BeastNav/MessHall"] - -[node name="CafeTable" parent="BeastNav/MessHall/Props" instance=ExtResource("46_rigxx")] -transform = Transform3D(0.866026, 0, -0.5, 0, 1, 0, 0.5, 0, 0.866026, -2.1, 0.4, 6.2) -skeleton = NodePath("") - -[node name="CafeTable2" parent="BeastNav/MessHall/Props" instance=ExtResource("46_rigxx")] -transform = Transform3D(0.866025, 0, -0.5, 0, 1, 0, 0.5, 0, 0.866025, -7.5, 0.4, 4.1) -skeleton = NodePath("") - -[node name="Counter" type="MeshInstance3D" parent="BeastNav/MessHall/Props"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -13, 0.5, 3.5) -mesh = SubResource("BoxMesh_35kna") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/MessHall/Props/Counter" groups=["PlasticMaterial"]] -collision_layer = 5 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/MessHall/Props/Counter/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_okeuk") - -[node name="Cupboard" parent="BeastNav/MessHall/Props" groups=["MetalMaterial"] instance=ExtResource("46_vt4uw")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -13, 2.5, 4.5) -skeleton = NodePath("") - -[node name="Freezer" type="MeshInstance3D" parent="BeastNav/MessHall/Props"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -12.8, 1.3, 7.996) -mesh = SubResource("BoxMesh_d8p6j") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/MessHall/Props/Freezer" groups=["MetalMaterial"]] -collision_layer = 5 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/MessHall/Props/Freezer/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_otfxe") - -[node name="VendingMachine2" parent="BeastNav/MessHall/Props" instance=ExtResource("41_h1nog")] -transform = Transform3D(5.54197e-08, -0.906308, -0.422618, 1.18848e-07, 0.422618, -0.906308, 1, 0, 1.31134e-07, 0.481997, 1.19006, 4.7) -skeleton = NodePath("") -surface_material_override/0 = SubResource("StandardMaterial3D_mdsoq") - -[node name="Trashcan" parent="BeastNav/MessHall/Props" instance=ExtResource("48_0ij5m")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.9, 0.5, 9) - -[node name="SwitchB2" parent="BeastNav/MessHall" instance=ExtResource("17_0idgf")] -transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, -2.4, 1.3, 9.4) -label = "SWITCH_BULKHEAD_LABEL" - -[node name="SwitchC1" parent="BeastNav/MessHall" instance=ExtResource("17_0idgf")] -transform = Transform3D(1, 0, -1.74846e-07, 0, 1, 0, 1.74846e-07, 0, 1, -6.6, 1.3, 0.6) -label = "SWITCH_BULKHEAD_LABEL" - -[node name="FloatingDust" parent="BeastNav/MessHall" instance=ExtResource("25_6giaa")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.5, 1.5, 5) -amount = 64 -visibility_aabb = AABB(-9, -1.5, -4.5, 18, 3, 9) -process_material = SubResource("ParticleProcessMaterial_35kna") - -[node name="OverheadLight" parent="BeastNav/MessHall" instance=ExtResource("39_kp5n7")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9, 3, 5) - -[node name="OverheadLight2" parent="BeastNav/MessHall" instance=ExtResource("39_kp5n7")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, 5) - -[node name="Traps" type="Node3D" parent="BeastNav/MessHall"] - -[node name="Trap1" type="Node3D" parent="BeastNav/MessHall/Traps"] -editor_description = "Introduce the player to the trap mechanics" -transform = Transform3D(0.965926, 0, -0.258819, 0, 1, 0, 0.258819, 0, 0.965926, -2.4, 0.4, 6.2) - -[node name="GunkTrigger" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("38_opukp")] -transform = Transform3D(0.98038, 0.183013, -0.0732233, -0.183013, 0.707107, -0.683013, -0.0732233, 0.683013, 0.726727, 1.39205, 0.3, 0.558758) - -[node name="GunkRelay" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(0.965926, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965926, 1.97159, -0.4, 0.403461) - -[node name="GunkRelay3" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 2.02843, -0.4, -0.543522) - -[node name="GunkRelay4" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 2.9754, -0.4, -0.486691) - -[node name="GunkRelay5" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 3.379, -0.1, -1.3) - -[node name="GunkRelay6" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 3.08922, 0.8, -1.22235) - -[node name="GunkRelay7" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 2.50967, 0.5, -1.06706) - -[node name="GunkRelay8" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 2.50967, 1.4, -1.06706) - -[node name="GunkRelay9" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 1.93011, 1.1, -0.911774) - -[node name="GunkRelay10" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 1.93011, 1.7, -0.911774) - -[node name="GunkRelay2" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 1.15935, 0.4, -0.31078) - -[node name="GunkRelay11" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 0.346855, 0.4, -1.02483) - -[node name="GunkRelay12" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 0.848763, 0.4, -1.46989) - -[node name="GunkRelay13" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 1.16397, 1.3, -1.24377) - -[node name="GunkRelay14" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 1.41693, 1.6, -1.00097) - -[node name="GunkAlarm" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("40_nomhm")] -transform = Transform3D(0.965926, 0.258819, -4.2222e-08, -4.37114e-08, 1.91069e-15, -1, -0.258819, 0.965926, 1.13133e-08, 1.61853, 1.96777, -0.821911) - -[node name="GrunkNodule" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.707107, 0.707107, 0, -0.683013, 0.683013, -0.258819, -0.183013, 0.183013, 0.965926, 0.734844, 0.6, 2.22426) - -[node name="GrunkNodule4" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.0906102, 0.177858, -0.0125001, -0.176454, -0.087442, 0.0348988, 0.0255701, 0.0268393, 0.196535, 1.52652, -2.98023e-08, 1.70155) -durability = 1.5 -value = 500.0 - -[node name="GrunkNodule7" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.214063, 0.323536, -0.0974745, -0.07312, -0.0683013, -0.387283, -0.329895, 0.225076, 0.0225905, 1.44886, 0.3, 1.41177) -chitter = true -durability = 1.5 -value = 500.0 - -[node name="GrunkNodule6" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.0591715, 0.0126822, -0.190625, -0.14699, -0.130496, 0.0369449, -0.122036, 0.15103, 0.0479288, 1.94965, -0.370434, 0.099823) -durability = 1.5 -value = 500.0 - -[node name="GrunkNodule5" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.0656857, 0.167449, 0.0874419, -0.176454, -0.087442, 0.0348988, 0.0674494, -0.0656855, 0.176454, 1.83633, -0.3, 1.17144) -durability = 1.5 -value = 500.0 - -[node name="GrunkNodule2" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.0915064, -0.0915065, -0.482963, -0.341506, 0.341506, -0.12941, 0.353553, 0.353553, -2.98023e-08, 0.403454, 0.6, -0.171608) - -[node name="GrunkNodule3" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.364606, -0.492715, -0.338074, -0.478109, 0.478109, -0.181174, 0.358433, 0.136542, -0.585561, 0.714027, 0.6, 0.987507) - -[node name="GrunkNodule8" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.435211, -0.430994, -0.338873, -0.539981, 0.411872, 0.169653, 0.0949319, 0.366886, -0.588543, -0.0624313, 0.6, -1.91027) -chitter = true - -[node name="GrunkNodule9" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.0703269, 0.693365, 0.0655666, 0.696452, 0.0702819, 0.00378095, -0.00283841, 0.0656149, -0.696912, -0.69883, 0.6, -0.807991) -chitter = true - -[node name="GrunkNodule10" parent="BeastNav/MessHall/Traps/Trap1" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.0233609, -0.207042, -0.45452, 0.497466, 0.0502018, 0.00270045, 0.0445172, -0.452342, 0.208338, -1.04926, 0.348541, 0.528233) - -[node name="Trap2" type="Node3D" parent="BeastNav/MessHall/Traps"] -editor_description = "Teach players traps may not always be obvious" - -[node name="GrunkNodule8" parent="BeastNav/MessHall/Traps/Trap2" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.73038, 0.635646, -0.25, -0.683013, 0.683013, -0.258819, 0.00623576, 0.35979, 0.933013, 2.53411, 0.4, 5.23866) -chitter = true - -[node name="GrunkNodule10" parent="BeastNav/MessHall/Traps/Trap2" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.124128, -0.101968, 0.578096, -0.434356, -0.381517, -0.160559, 0.394876, -0.451716, 0.00511129, 2.23411, 1.3, 4.63866) -value = 600.0 - -[node name="GrunkNodule11" parent="BeastNav/MessHall/Traps/Trap2" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.329227, 0.225053, -0.0309952, 0.21157, 0.32362, 0.10251, 0.0827522, 0.0679784, -0.385397, 1.63411, 1.6, 4.03867) -value = 400.0 - -[node name="GrunkNodule15" parent="BeastNav/MessHall/Traps/Trap2" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.267317, 0.134158, -0.0233058, 0.13544, 0.256664, -0.0760256, -0.0140589, -0.0782649, -0.28927, 0.776453, 1.88525, 4.21688) -value = 300.0 - -[node name="GrunkNodule16" parent="BeastNav/MessHall/Traps/Trap2" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.121483, -0.134858, -0.238862, -0.195351, 0.140856, -0.178879, 0.192561, 0.227976, -0.030777, 1.37645, 1.58525, 4.81688) -chitter = true -value = 300.0 - -[node name="GrunkNodule12" parent="BeastNav/MessHall/Traps/Trap2" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.373106, -0.137833, 0.0423552, -0.127631, 0.261009, -0.274926, 0.0670969, -0.269957, -0.287439, 2.23411, 1.3, 3.73867) -value = 400.0 - -[node name="GrunkNodule14" parent="BeastNav/MessHall/Traps/Trap2" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.373106, -0.137833, 0.0423552, -0.127631, 0.261009, -0.274926, 0.0670969, -0.269957, -0.287439, 2.53411, 0.0999999, 3.73867) -value = 400.0 - -[node name="GrunkNodule13" parent="BeastNav/MessHall/Traps/Trap2" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.186605, 0.294787, -0.19565, -0.203291, 0.0917009, 0.33206, 0.289571, 0.254345, 0.107039, 1.93411, 0.4, 4.44644) -value = 400.0 - -[node name="GrunkNodule9" parent="BeastNav/MessHall/Traps/Trap2" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.503705, 0.00873026, -1.30622, -0.956218, 0.956218, -0.362347, 0.889903, 1.02253, 0.35, 4.33411, 1.3, 6.43866) -durability = 5.0 -value = 4000.0 - -[node name="GunkTrigger" parent="BeastNav/MessHall/Traps/Trap2" instance=ExtResource("38_opukp")] -transform = Transform3D(0.487453, 0.3, 0.17997, -0.109808, 0.424264, -0.409808, -0.332162, 0.3, 0.399585, 1.79999, 0.0796973, 4.10001) - -[node name="GunkAlarm" parent="BeastNav/MessHall/Traps/Trap2" instance=ExtResource("40_nomhm")] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0.300001, 1.5, 3.6) - -[node name="GunkRelay" parent="BeastNav/MessHall/Traps/Trap2" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.97934, 0, 3) - -[node name="GunkRelay3" parent="BeastNav/MessHall/Traps/Trap2" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.06887, 0, 3.21621) - -[node name="GunkRelay10" parent="BeastNav/MessHall/Traps/Trap2" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.6556, 1.05317, 3.5826) - -[node name="GunkRelay5" parent="BeastNav/MessHall/Traps/Trap2" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.27147, 0.490073, 3.5826) - -[node name="GunkRelay7" parent="BeastNav/MessHall/Traps/Trap2" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.861483, 1.45276, 3.5826) - -[node name="GunkRelay9" parent="BeastNav/MessHall/Traps/Trap2" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.418978, 0.860386, 3.5826) - -[node name="GunkRelay2" parent="BeastNav/MessHall/Traps/Trap2" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.02038, 0.918166, 3.76037) - [node name="MessHallMeetSpook" type="Marker3D" parent="BeastNav/MessHall" node_paths=PackedStringArray("spawners") groups=["MeetSpookSource"]] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.5, 1.5, 5.1) script = ExtResource("49_dxmep") mob_scene = ExtResource("56_vt4uw") -spawners = [NodePath("../../Corridor1/T-Junction2/MessHallMeetSpookSpawner"), NodePath("../../Corridor2/T-Junction1/MessHallMeetSpookSpawner"), NodePath("../../Medbay/MessHallMeetSpookSpawner")] +spawners = [NodePath("../../Corridor1/MessHallMeetSpookSpawner"), NodePath("../../Corridor2/MessHallMeetSpookSpawner"), NodePath("../../Medbay/MessHallMeetSpookSpawner")] [node name="MedbayMeetSpookSpawner" type="Marker3D" parent="BeastNav/MessHall"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 1.5, 2.1) @@ -2407,2475 +78,99 @@ mob_lifespan = 2.2 [node name="Target" type="Marker3D" parent="BeastNav/MessHall/MedbayMeetSpookSpawner"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 6) -[node name="BulkheadC" parent="BeastNav" instance=ExtResource("35_f0xh4")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -36, 0, -52.5) +[node name="SwitchB2" parent="BeastNav/MessHall" instance=ExtResource("17_0idgf")] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, -2.4, 1.3, 9.4) +label = "SWITCH_BULKHEAD_LABEL" -[node name="Corridor2" type="Node3D" parent="BeastNav"] +[node name="SwitchC1" parent="BeastNav/MessHall" instance=ExtResource("17_0idgf")] +transform = Transform3D(1, 0, -1.74846e-07, 0, 1, 0, 1.74846e-07, 0, 1, -6.6, 1.3, 0.599998) +label = "SWITCH_BULKHEAD_LABEL" + +[node name="Corridor2" parent="BeastNav" instance=ExtResource("9_uc45a")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -36, 0, -54) -[node name="Hallway1" type="MeshInstance3D" parent="BeastNav/Corridor2"] -transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 0, 0, -4.5) -mesh = ExtResource("33_okeuk") -skeleton = NodePath("Hallway1") - -[node name="Hallway1" parent="BeastNav/Corridor2/Hallway1" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor2/Hallway1/Hallway1"] -shape = SubResource("ConcavePolygonShape3D_ruwlj") - -[node name="FloatingDust" parent="BeastNav/Corridor2/Hallway1" instance=ExtResource("25_6giaa")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) -visibility_aabb = AABB(-1.5, -1.5, -6, 3, 3, 12) -process_material = SubResource("ParticleProcessMaterial_6giaa") - -[node name="SwitchC2" parent="BeastNav/Corridor2/Hallway1" instance=ExtResource("17_0idgf")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 1.4, 1.3, -4.8) -label = "SWITCH_BULKHEAD_LABEL" - -[node name="BurnoutLight" parent="BeastNav/Corridor2/Hallway1" instance=ExtResource("29_lfacn")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, -1.2) - -[node name="MessHallSign" type="MeshInstance3D" parent="BeastNav/Corridor2/Hallway1"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, -4.5) -gi_mode = 2 -mesh = SubResource("ArrayMesh_w13dd") -surface_material_override/0 = SubResource("StandardMaterial3D_lhj8x") - -[node name="GunkBody" parent="BeastNav/Corridor2/Hallway1/MessHallSign" instance=ExtResource("2_2egij")] -mask_dim = 32 -source_gunk_material = ExtResource("34_wms8g") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor2/Hallway1/MessHallSign/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_2ft6k") - -[node name="TarpCrate" parent="BeastNav/Corridor2/Hallway1" instance=ExtResource("43_ojd88")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 0.8, -0.33) - -[node name="Hallway2" type="MeshInstance3D" parent="BeastNav/Corridor2"] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 7.5, 0, -12) -mesh = ExtResource("25_smvh1") -skeleton = NodePath("Hallway1") - -[node name="Hallway1" parent="BeastNav/Corridor2/Hallway2" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor2/Hallway2/Hallway1"] -shape = SubResource("ConcavePolygonShape3D_ruwlj") - -[node name="FloatingDust" parent="BeastNav/Corridor2/Hallway2" instance=ExtResource("25_6giaa")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) -visibility_aabb = AABB(-1.5, -1.5, -6, 3, 3, 12) -process_material = SubResource("ParticleProcessMaterial_6giaa") - -[node name="SwitchD1" parent="BeastNav/Corridor2/Hallway2" instance=ExtResource("17_0idgf")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 1.4, 1.3, -4.8) -label = "SWITCH_BULKHEAD_LABEL" - -[node name="OverheadLight" parent="BeastNav/Corridor2/Hallway2" instance=ExtResource("39_kp5n7")] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 3, -1.5) - -[node name="CrewQuartersSign" type="MeshInstance3D" parent="BeastNav/Corridor2/Hallway2"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, -4.5) -gi_mode = 2 -mesh = SubResource("ArrayMesh_f0psm") - -[node name="GunkBody" parent="BeastNav/Corridor2/Hallway2/CrewQuartersSign" instance=ExtResource("2_2egij")] -mask_dim = 32 -source_gunk_material = ExtResource("34_wms8g") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor2/Hallway2/CrewQuartersSign/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_7ctwk") - -[node name="T-Junction1" type="MeshInstance3D" parent="BeastNav/Corridor2"] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, -12) -mesh = ExtResource("28_ji5cn") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Corridor2/T-Junction1" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 192 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor2/T-Junction1/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_if0c2") - -[node name="CrateLong" parent="BeastNav/Corridor2/T-Junction1" instance=ExtResource("26_otfxe")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -0.6, 0.25, 1) -mesh = SubResource("ArrayMesh_hsrl3") - -[node name="CrateLong2" parent="BeastNav/Corridor2/T-Junction1" instance=ExtResource("26_otfxe")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -0.599998, 0.75, 1) -mesh = SubResource("ArrayMesh_f8ygr") - -[node name="MessHallMeetSpookSpawner" type="Marker3D" parent="BeastNav/Corridor2/T-Junction1"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) +[node name="MessHallMeetSpookSpawner" type="Marker3D" parent="BeastNav/Corridor2"] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 1.5, -12) script = ExtResource("52_4akax") mob_lifespan = 2.2 -[node name="Target" type="Marker3D" parent="BeastNav/Corridor2/T-Junction1/MessHallMeetSpookSpawner"] +[node name="Target" type="Marker3D" parent="BeastNav/Corridor2/MessHallMeetSpookSpawner"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -12) -[node name="CrewQuartersMeetSpookSpawner" type="Marker3D" parent="BeastNav/Corridor2/T-Junction1"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) +[node name="CrewQuartersMeetSpookSpawner" type="Marker3D" parent="BeastNav/Corridor2"] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 1.5, -12) script = ExtResource("52_4akax") mob_lifespan = 2.2 -[node name="Target" type="Marker3D" parent="BeastNav/Corridor2/T-Junction1/CrewQuartersMeetSpookSpawner"] +[node name="Target" type="Marker3D" parent="BeastNav/Corridor2/CrewQuartersMeetSpookSpawner"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 12, 0, 0) -[node name="EndCap" type="MeshInstance3D" parent="BeastNav/Corridor2"] -transform = Transform3D(2.98023e-08, 1, 0, 4.37114e-08, -1.3027e-15, -1, -1, 2.98023e-08, -4.37114e-08, -1.5, 1.5, -12) -mesh = ExtResource("33_4a0u4") -skeleton = NodePath("GunkBody") +[node name="SwitchC2" parent="BeastNav/Corridor2" instance=ExtResource("17_0idgf")] +transform = Transform3D(1.31134e-07, 0, 1, 0, 1, 0, -1, 0, 1.31134e-07, -1.4, 1.3, 0.299999) +label = "SWITCH_BULKHEAD_LABEL" -[node name="GunkBody" parent="BeastNav/Corridor2/EndCap" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") +[node name="SwitchD1" parent="BeastNav/Corridor2" instance=ExtResource("17_0idgf")] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 12.3, 1.3, -10.6) +label = "SWITCH_BULKHEAD_LABEL" -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor2/EndCap/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_17ivy") - -[node name="BulkheadD" parent="BeastNav" instance=ExtResource("35_f0xh4")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -22.5, 0, -66) - -[node name="CrewQuarters" type="Node3D" parent="BeastNav"] +[node name="CrewQuarters" parent="BeastNav" instance=ExtResource("10_p11ap")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -18, 0, -66) -[node name="CommonArea" type="Node3D" parent="BeastNav/CrewQuarters"] - -[node name="Bounds" type="Node3D" parent="BeastNav/CrewQuarters/CommonArea"] - -[node name="Floor" type="MeshInstance3D" parent="BeastNav/CrewQuarters/CommonArea/Bounds"] -mesh = ExtResource("6_6giaa") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/CommonArea/Bounds/Floor" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/CommonArea/Bounds/Floor/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_yvipw") - -[node name="Ceiling" type="MeshInstance3D" parent="BeastNav/CrewQuarters/CommonArea/Bounds"] -transform = Transform3D(-1, -7.64274e-15, 8.74228e-08, 0, -1, -8.74228e-08, 8.74228e-08, -8.74228e-08, 1, 0, 3, 0) -mesh = ExtResource("7_otfxe") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/CommonArea/Bounds/Ceiling" instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/CommonArea/Bounds/Ceiling/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_d1yty") - -[node name="Wall" type="MeshInstance3D" parent="BeastNav/CrewQuarters/CommonArea/Bounds"] -transform = Transform3D(1.31134e-07, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, 1.31134e-07, -5.73206e-15, -4.5, 1.5, 3) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/CommonArea/Bounds/Wall" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/CommonArea/Bounds/Wall/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall2" type="MeshInstance3D" parent="BeastNav/CrewQuarters/CommonArea/Bounds"] -transform = Transform3D(-1, 8.74228e-08, -3.82137e-15, 0, -4.37114e-08, -1, -8.74228e-08, -1, 4.37114e-08, 0, 1.5, 4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/CommonArea/Bounds/Wall2" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/CommonArea/Bounds/Wall2/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall3" type="MeshInstance3D" parent="BeastNav/CrewQuarters/CommonArea/Bounds"] -transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 4.5, 1.5, 3) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/CommonArea/Bounds/Wall3" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/CommonArea/Bounds/Wall3/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall4" type="MeshInstance3D" parent="BeastNav/CrewQuarters/CommonArea/Bounds"] -transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 4.5, 1.5, -3) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/CommonArea/Bounds/Wall4" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/CommonArea/Bounds/Wall4/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall5" type="MeshInstance3D" parent="BeastNav/CrewQuarters/CommonArea/Bounds"] -transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, 0, 1.5, -4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/CommonArea/Bounds/Wall5" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/CommonArea/Bounds/Wall5/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall6" type="MeshInstance3D" parent="BeastNav/CrewQuarters/CommonArea/Bounds"] -transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -4.5, 1.5, -3) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/CommonArea/Bounds/Wall6" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/CommonArea/Bounds/Wall6/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Props" type="Node3D" parent="BeastNav/CrewQuarters/CommonArea"] - -[node name="Sofa" parent="BeastNav/CrewQuarters/CommonArea/Props" instance=ExtResource("70_dwjsf")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, -3.9) -skeleton = NodePath("") - -[node name="CoffeeTable" type="MeshInstance3D" parent="BeastNav/CrewQuarters/CommonArea/Props"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.6, -1.2) -mesh = SubResource("CylinderMesh_48a1a") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/CrewQuarters/CommonArea/Props/CoffeeTable" groups=["PlasticMaterial"]] -collision_layer = 5 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/CommonArea/Props/CoffeeTable/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_drp1h") - -[node name="FloatingDust" parent="BeastNav/CrewQuarters/CommonArea" instance=ExtResource("25_6giaa")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) -visibility_aabb = AABB(-4.5, -1.5, -4.5, 9, 3, 9) -process_material = SubResource("ParticleProcessMaterial_otfxe") - -[node name="SwitchD2" parent="BeastNav/CrewQuarters/CommonArea" instance=ExtResource("17_0idgf")] -transform = Transform3D(1.31134e-07, 0, 1, 0, 1, 0, -1, 0, 1.31134e-07, -4.4, 1.3, -2.5) -label = "SWITCH_BULKHEAD_LABEL" - -[node name="SwitchE1" parent="BeastNav/CrewQuarters/CommonArea" instance=ExtResource("17_0idgf")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 4.4, 1.3, 2.5) -label = "SWITCH_BULKHEAD_LABEL" - -[node name="BurnoutLight" parent="BeastNav/CrewQuarters/CommonArea" instance=ExtResource("29_lfacn")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 3, 0) - -[node name="MiscNodules" type="Node3D" parent="BeastNav/CrewQuarters/CommonArea"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0, -6) - -[node name="GrunkNodule" parent="BeastNav/CrewQuarters/CommonArea/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.51245, 0, 8.94543) - -[node name="GrunkNodule17" parent="BeastNav/CrewQuarters/CommonArea/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(1.86927, 0.661501, -0.261213, 0.33574, -0.173195, 1.964, 0.626972, -1.87947, -0.272921, 4.50952, 1.00356, 1.32706) -durability = 6.0 -value = 4000.0 - -[node name="GrunkNodule12" parent="BeastNav/CrewQuarters/CommonArea/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.3, 0, 0, 0, 0.3, 0, 0, 0, 0.3, 2.51245, 0, 6.94611) -durability = 0.9 -value = 600.0 - -[node name="GrunkNodule13" parent="BeastNav/CrewQuarters/CommonArea/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.0747425, 0.290168, -0.0147072, 0.00111805, 0.0154732, 0.299599, 0.290538, 0.0745877, -0.00493643, 3.20669, 0, 6.75387) -durability = 0.9 -value = 600.0 - -[node name="GrunkNodule14" parent="BeastNav/CrewQuarters/CommonArea/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.0306567, 0.227285, -0.193395, 0.104345, -0.173978, -0.221006, -0.279593, -0.0898504, -0.0612752, 3.38772, 0, 7.17908) -durability = 0.9 -value = 600.0 - -[node name="GrunkNodule15" parent="BeastNav/CrewQuarters/CommonArea/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.0858769, 0.141837, 0.111836, 0.0667336, 0.0901563, -0.165585, -0.167845, 0.108416, -0.00861494, 2.95773, 0, 6.42272) -durability = 0.6 -value = 400.0 - -[node name="GrunkNodule16" parent="BeastNav/CrewQuarters/CommonArea/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.16163, -0.0143849, 0.116913, 0.0651534, 0.176292, -0.0683824, -0.0981361, 0.0933498, 0.147157, 2.80774, 0, 6.66969) -durability = 0.6 -value = 400.0 - -[node name="GrunkNodule2" parent="BeastNav/CrewQuarters/CommonArea/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.236922, 0.751828, 0.136464, -0.718571, -0.267807, 0.227892, 0.259852, -0.0550832, 0.754614, 4.6289, 0, 10.1962) -durability = 2.4 -value = 1600.0 - -[node name="GrunkNodule4" parent="BeastNav/CrewQuarters/CommonArea/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-1.09016, 0.388405, 0.317318, 0.44556, 0.401418, 1.03939, 0.230274, 1.06208, -0.50889, 5.86077, 0, 10.4576) -durability = 3.6 -value = 2400.0 - -[node name="GrunkNodule5" parent="BeastNav/CrewQuarters/CommonArea/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.470357, -0.41821, 0.777087, 0.650656, -0.759229, -0.0147685, 0.596163, 0.49867, 0.62922, 6.96653, 0.176903, 9.6064) - -[node name="GrunkNodule9" parent="BeastNav/CrewQuarters/CommonArea/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.00794332, 0.209435, 0.0131843, 0.0118061, -0.0136188, 0.209225, 0.209517, -0.00717279, -0.0122895, 7.50128, 0.812477, 8.3389) -durability = 0.63 -value = 420.0 - -[node name="GrunkNodule10" parent="BeastNav/CrewQuarters/CommonArea/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.0102661, -0.0161083, -0.199086, -0.196975, -0.0322195, 0.0127642, -0.0331003, 0.196729, -0.0142108, 7.50128, 0.565243, 8.01538) -durability = 0.6 -value = 400.0 - -[node name="GrunkNodule11" parent="BeastNav/CrewQuarters/CommonArea/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.118295, 0.17919, 0.107225, 0.0583387, 0.0899691, -0.214714, -0.200506, 0.131896, 0.000788523, 7.50128, 0.187829, 8.2365) -durability = 0.72 -value = 480.0 - -[node name="GrunkNodule7" parent="BeastNav/CrewQuarters/CommonArea/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.090531, 0.646785, 0.251939, -0.181904, 0.223086, -0.638078, -0.669862, -0.147992, 0.139223, 6.96653, -0.359285, 8.24688) -durability = 2.1 -value = 1400.0 - -[node name="GrunkNodule8" parent="BeastNav/CrewQuarters/CommonArea/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.0725436, -0.160288, -0.242992, -0.0822134, -0.228947, 0.175568, -0.279246, 0.109045, 0.0114361, 6.223, 0, 8.616) -durability = 0.9 -value = 600.0 - -[node name="GrunkNodule6" parent="BeastNav/CrewQuarters/CommonArea/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.804086, -0.864658, 0.925101, 1.03324, 0.185488, 1.07145, -0.732022, 1.21159, 0.496168, 7.6647, 1.90346, 9.46831) -durability = 4.5 -value = 3000.0 - -[node name="GrunkNodule3" parent="BeastNav/CrewQuarters/CommonArea/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.191524, -0.8911, 0.411411, 0.0893523, 0.4016, 0.911446, -0.977412, 0.211324, 0.00270573, -1.2039, 0.43978, 8.88536) - -[node name="ListenerTrap1" type="Node3D" parent="BeastNav/CrewQuarters/CommonArea"] - -[node name="Listener" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("65_np3w4")] -transform = Transform3D(-1, 0, -8.74228e-08, 8.74228e-08, -4.37114e-08, -1, -3.82137e-15, -1, 4.37114e-08, 0, 2.1, 4.5) - -[node name="GunkRelay" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.300001, 1.8, 4.5) - -[node name="GunkRelay2" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.556068, 1.33382, 4.5) - -[node name="GunkRelay3" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.366367, 0.882249, 4.5) - -[node name="GunkRelay4" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0697079, 0.490421, 4.5) - -[node name="GunkRelay5" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.598, 0, 4.5) - -[node name="GunkRelay6" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.14662, 1.19209e-07, 4.16582) - -[node name="GunkRelay7" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.71032, 2.38419e-07, 3.65323) - -[node name="GunkRelay8" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.97505, 2.38419e-07, 3.0793) - -[node name="GunkRelay9" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.95047, 2.38419e-07, 2.36993) - -[node name="GunkRelay10" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.4519, 2.38419e-07, 1.79596) - -[node name="GunkRelay11" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.784485, 2.38419e-07, 1.62703) - -[node name="GunkRelay12" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.175201, 2.38419e-07, 1.80014) - -[node name="GunkRelay13" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.475437, 2.38419e-07, 2.00121) - -[node name="GunkRelay14" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.13213, 2.38419e-07, 1.89597) - -[node name="GunkRelay15" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.61853, 2.38419e-07, 1.58379) - -[node name="GunkRelay16" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.0396, 2.38419e-07, 1.14821) - -[node name="GunkRelay17" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.25014, 2.38419e-07, 0.647285) - -[node name="GunkRelay18" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.28643, 2.38419e-07, 0.0592422) - -[node name="GunkRelay19" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.25739, 2.38419e-07, -0.485237) - -[node name="GunkRelay20" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.15576, 2.38419e-07, -0.942604) - -[node name="GunkRelay21" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.93797, 2.38419e-07, -1.31285) - -[node name="GunkRelay22" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.60402, 2.38419e-07, -1.78474) - -[node name="GunkRelay23" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.18295, 2.38419e-07, -2.1332) - -[node name="GunkRelay24" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.711067, 2.38419e-07, -2.40181) - -[node name="GunkRelay25" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.188364, 2.38419e-07, -2.55427) - -[node name="GunkRelay26" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.435976, 2.38419e-07, -2.59057) - -[node name="GunkRelay27" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.9006, 2.38419e-07, -2.39455) - -[node name="GunkRelay28" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.29263, 2.38419e-07, -2.03883) - -[node name="GunkRelay29" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.44508, 2.38419e-07, -1.53065) - -[node name="GunkRelay30" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.26359, 2.38419e-07, -1.04424) - -[node name="GunkRelay31" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.735319, 1.19209e-07, -0.809753) - -[node name="GunkRelay32" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.745077, 0.6, -0.602982) - -[node name="GunkRelay33" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.153706, 0.65, -0.513359) - -[node name="GunkRelay34" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.340818, 0.65, -0.801064) - -[node name="GunkAlarm" parent="BeastNav/CrewQuarters/CommonArea/ListenerTrap1" instance=ExtResource("40_nomhm")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.67, -1.2) - -[node name="Room1" type="Node3D" parent="BeastNav/CrewQuarters"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0, -6) - -[node name="Bounds" type="Node3D" parent="BeastNav/CrewQuarters/Room1"] - -[node name="Floor" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room1/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0, -1.5) -mesh = ExtResource("35_6giaa") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room1/Bounds/Floor" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room1/Bounds/Floor/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_62grt") - -[node name="Ceiling" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room1/Bounds"] -transform = Transform3D(1, 0, 0, 0, -1, 8.74228e-08, 0, -8.74228e-08, -1, -3, 3, -1.5) -mesh = SubResource("ArrayMesh_6nvhk") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room1/Bounds/Ceiling" instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room1/Bounds/Ceiling/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_62grt") - -[node name="Wall" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room1/Bounds"] -transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 1.5, 1.5, 0) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room1/Bounds/Wall" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room1/Bounds/Wall/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall2" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room1/Bounds"] -transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 1.5, 1.5, -3) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room1/Bounds/Wall2" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room1/Bounds/Wall2/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall3" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room1/Bounds"] -transform = Transform3D(1, -2.13163e-14, -1.90582e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, 0, 1.5, -4.5) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room1/Bounds/Wall3" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room1/Bounds/Wall3/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall4" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room1/Bounds"] -transform = Transform3D(1, -2.13163e-14, -1.90582e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -3, 1.5, -4.5) -mesh = ExtResource("33_4a0u4") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room1/Bounds/Wall4" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room1/Bounds/Wall4/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall5" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room1/Bounds"] -transform = Transform3D(1, -2.13163e-14, -1.90582e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -6, 1.5, -4.5) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room1/Bounds/Wall5" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room1/Bounds/Wall5/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall6" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room1/Bounds"] -transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -7.5, 1.5, -3) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room1/Bounds/Wall6" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room1/Bounds/Wall6/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall7" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room1/Bounds"] -transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -7.5, 1.5, 0) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room1/Bounds/Wall7" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room1/Bounds/Wall7/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall8" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room1/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -6, 1.5, 1.5) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room1/Bounds/Wall8" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room1/Bounds/Wall8/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall9" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room1/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -3, 1.5, 1.5) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room1/Bounds/Wall9" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room1/Bounds/Wall9/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Props" type="Node3D" parent="BeastNav/CrewQuarters/Room1"] - -[node name="Bed" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room1/Props"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6, 0.6, 0.8) -mesh = SubResource("BoxMesh_f0xh4") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/CrewQuarters/Room1/Props/Bed"] -collision_layer = 5 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room1/Props/Bed/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_f0xh4") - -[node name="CrateLong" parent="BeastNav/CrewQuarters/Room1/Props" instance=ExtResource("26_otfxe")] -transform = Transform3D(0.0871557, 0, -0.996195, 0, 1, 0, 0.996195, 0, 0.0871557, -5.7, 0.25, 0.900002) -mesh = SubResource("ArrayMesh_at7tl") - -[node name="FloatingDust" parent="BeastNav/CrewQuarters/Room1" instance=ExtResource("25_6giaa")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 1.5, -1.5) -visibility_aabb = AABB(-4.5, -1.5, -3, 9, 3, 6) -process_material = SubResource("ParticleProcessMaterial_48a1a") - -[node name="OverheadLight" parent="BeastNav/CrewQuarters/Room1" instance=ExtResource("39_kp5n7")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -3, 3, -3) - -[node name="Room2" type="Node3D" parent="BeastNav/CrewQuarters"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 9, 0, -6) - -[node name="Bounds" type="Node3D" parent="BeastNav/CrewQuarters/Room2"] - -[node name="Floor" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room2/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0, -1.5) -mesh = ExtResource("35_6giaa") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room2/Bounds/Floor" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room2/Bounds/Floor/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_62grt") - -[node name="Ceiling" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room2/Bounds"] -transform = Transform3D(1, 0, 0, 0, -1, 8.74228e-08, 0, -8.74228e-08, -1, -3, 3, -1.5) -mesh = SubResource("ArrayMesh_6nvhk") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room2/Bounds/Ceiling" instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room2/Bounds/Ceiling/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_62grt") - -[node name="Wall" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room2/Bounds"] -transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 1.5, 1.5, 0) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room2/Bounds/Wall" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room2/Bounds/Wall/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall2" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room2/Bounds"] -transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 1.5, 1.5, -3) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room2/Bounds/Wall2" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room2/Bounds/Wall2/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall3" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room2/Bounds"] -transform = Transform3D(1, -2.13163e-14, -1.90582e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, 0, 1.5, -4.5) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room2/Bounds/Wall3" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room2/Bounds/Wall3/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall4" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room2/Bounds"] -transform = Transform3D(1, -2.13163e-14, -1.90582e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -3, 1.5, -4.5) -mesh = ExtResource("33_4a0u4") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room2/Bounds/Wall4" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room2/Bounds/Wall4/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall5" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room2/Bounds"] -transform = Transform3D(1, -2.13163e-14, -1.90582e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -6, 1.5, -4.5) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room2/Bounds/Wall5" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room2/Bounds/Wall5/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall6" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room2/Bounds"] -transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -7.5, 1.5, -3) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room2/Bounds/Wall6" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room2/Bounds/Wall6/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall7" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room2/Bounds"] -transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -7.5, 1.5, 0) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room2/Bounds/Wall7" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room2/Bounds/Wall7/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall8" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room2/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 1.5, 1.5) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room2/Bounds/Wall8" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room2/Bounds/Wall8/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall9" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room2/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -3, 1.5, 1.5) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room2/Bounds/Wall9" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room2/Bounds/Wall9/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Props" type="Node3D" parent="BeastNav/CrewQuarters/Room2"] - -[node name="Bed" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room2/Props"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.6, 0.800003) -mesh = SubResource("BoxMesh_f0xh4") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/CrewQuarters/Room2/Props/Bed"] -collision_layer = 5 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room2/Props/Bed/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_f0xh4") - -[node name="FloatingDust" parent="BeastNav/CrewQuarters/Room2" instance=ExtResource("25_6giaa")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 1.5, -1.5) -visibility_aabb = AABB(-4.5, -1.5, -3, 9, 3, 6) -process_material = SubResource("ParticleProcessMaterial_48a1a") - -[node name="BurnoutLight" parent="BeastNav/CrewQuarters/Room2" instance=ExtResource("29_lfacn")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -3, 3, -3) - -[node name="Room3" type="Node3D" parent="BeastNav/CrewQuarters"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 9, 0, 9) - -[node name="Bounds" type="Node3D" parent="BeastNav/CrewQuarters/Room3"] - -[node name="Floor" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room3/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0, -1.5) -mesh = ExtResource("35_6giaa") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room3/Bounds/Floor" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room3/Bounds/Floor/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_62grt") - -[node name="Ceiling" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room3/Bounds"] -transform = Transform3D(1, 0, 0, 0, -1, 8.74228e-08, 0, -8.74228e-08, -1, -3, 3, -1.5) -mesh = SubResource("ArrayMesh_6nvhk") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room3/Bounds/Ceiling" instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room3/Bounds/Ceiling/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_62grt") - -[node name="Wall" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room3/Bounds"] -transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 1.5, 1.5, 0) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room3/Bounds/Wall" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room3/Bounds/Wall/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall2" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room3/Bounds"] -transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 1.5, 1.5, -3) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room3/Bounds/Wall2" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room3/Bounds/Wall2/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall3" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room3/Bounds"] -transform = Transform3D(1, -2.13163e-14, -1.90582e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, 0, 1.5, -4.5) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room3/Bounds/Wall3" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room3/Bounds/Wall3/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall4" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room3/Bounds"] -transform = Transform3D(1, -2.13163e-14, -1.90582e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -3, 1.5, -4.5) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room3/Bounds/Wall4" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room3/Bounds/Wall4/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall5" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room3/Bounds"] -transform = Transform3D(-1, 8.74228e-08, -3.82137e-15, 0, -4.37114e-08, -1, -8.74228e-08, -1, 4.37114e-08, -6, 1.5, 1.5) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room3/Bounds/Wall5" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room3/Bounds/Wall5/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall6" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room3/Bounds"] -transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -7.5, 1.5, -3) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room3/Bounds/Wall6" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room3/Bounds/Wall6/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall7" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room3/Bounds"] -transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -7.5, 1.5, 0) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room3/Bounds/Wall7" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room3/Bounds/Wall7/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall8" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room3/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 1.5, 1.5) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room3/Bounds/Wall8" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room3/Bounds/Wall8/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall9" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room3/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -3, 1.5, 1.5) -mesh = ExtResource("16_sqa4l") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room3/Bounds/Wall9" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room3/Bounds/Wall9/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Props" type="Node3D" parent="BeastNav/CrewQuarters/Room3"] - -[node name="Bed" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room3/Props"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.6, -3.8) -mesh = SubResource("BoxMesh_f0xh4") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/CrewQuarters/Room3/Props/Bed"] -collision_layer = 5 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room3/Props/Bed/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_f0xh4") - -[node name="FloatingDust" parent="BeastNav/CrewQuarters/Room3" instance=ExtResource("25_6giaa")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 1.5, -1.5) -visibility_aabb = AABB(-4.5, -1.5, -3, 9, 3, 6) -process_material = SubResource("ParticleProcessMaterial_48a1a") - -[node name="OverheadLight" parent="BeastNav/CrewQuarters/Room3" instance=ExtResource("39_kp5n7")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -3, 3, 0) - -[node name="Room4" type="Node3D" parent="BeastNav/CrewQuarters"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0, 9) - -[node name="Bounds" type="Node3D" parent="BeastNav/CrewQuarters/Room4"] - -[node name="Floor" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room4/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0, -1.5) -mesh = ExtResource("35_6giaa") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room4/Bounds/Floor" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room4/Bounds/Floor/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_62grt") - -[node name="Ceiling" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room4/Bounds"] -transform = Transform3D(1, 0, 0, 0, -1, 8.74228e-08, 0, -8.74228e-08, -1, -3, 3, -1.5) -mesh = SubResource("ArrayMesh_6nvhk") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room4/Bounds/Ceiling" instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room4/Bounds/Ceiling/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_62grt") - -[node name="Wall" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room4/Bounds"] -transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 1.5, 1.5, 0) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room4/Bounds/Wall" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room4/Bounds/Wall/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall2" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room4/Bounds"] -transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 1.5, 1.5, -3) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room4/Bounds/Wall2" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room4/Bounds/Wall2/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall3" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room4/Bounds"] -transform = Transform3D(1, -2.13163e-14, -1.90582e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -6, 1.5, -4.5) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room4/Bounds/Wall3" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room4/Bounds/Wall3/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall4" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room4/Bounds"] -transform = Transform3D(1, -2.13163e-14, -1.90582e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -3, 1.5, -4.5) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room4/Bounds/Wall4" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room4/Bounds/Wall4/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall5" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room4/Bounds"] -transform = Transform3D(-1, 8.74228e-08, -3.82137e-15, 0, -4.37114e-08, -1, -8.74228e-08, -1, 4.37114e-08, -6, 1.5, 1.5) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room4/Bounds/Wall5" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room4/Bounds/Wall5/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall6" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room4/Bounds"] -transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -7.5, 1.5, -3) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room4/Bounds/Wall6" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room4/Bounds/Wall6/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall7" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room4/Bounds"] -transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -7.5, 1.5, 0) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room4/Bounds/Wall7" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room4/Bounds/Wall7/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall8" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room4/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 1.5, 1.5) -mesh = ExtResource("29_35kna") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room4/Bounds/Wall8" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room4/Bounds/Wall8/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall9" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room4/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -3, 1.5, 1.5) -mesh = ExtResource("16_sqa4l") - -[node name="GunkBody" parent="BeastNav/CrewQuarters/Room4/Bounds/Wall9" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room4/Bounds/Wall9/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Props" type="Node3D" parent="BeastNav/CrewQuarters/Room4"] - -[node name="Bed" type="MeshInstance3D" parent="BeastNav/CrewQuarters/Room4/Props"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6, 0.6, -3.8) -mesh = SubResource("BoxMesh_f0xh4") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/CrewQuarters/Room4/Props/Bed"] -collision_layer = 5 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/CrewQuarters/Room4/Props/Bed/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_f0xh4") - -[node name="FloatingDust" parent="BeastNav/CrewQuarters/Room4" instance=ExtResource("25_6giaa")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 1.5, -1.5) -visibility_aabb = AABB(-4.5, -1.5, -3, 9, 3, 6) -process_material = SubResource("ParticleProcessMaterial_48a1a") - -[node name="OverheadLight" parent="BeastNav/CrewQuarters/Room4" instance=ExtResource("39_kp5n7")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -3, 3, 0) - [node name="CrewQuartersMeetSpook" type="Marker3D" parent="BeastNav/CrewQuarters" node_paths=PackedStringArray("spawners") groups=["MeetSpookSource"]] script = ExtResource("49_dxmep") mob_scene = ExtResource("56_vt4uw") -spawners = [NodePath("../../Corridor2/T-Junction1/CrewQuartersMeetSpookSpawner"), NodePath("../../Corridor3/T-Junction1/CrewQuartersMeetSpookSpawner")] +spawners = [NodePath("../../Corridor2/CrewQuartersMeetSpookSpawner"), NodePath("../../Corridor3/CrewQuartersMeetSpookSpawner")] metadata/_custom_type_script = "uid://cvx514gdjd5ev" -[node name="BulkheadE" parent="BeastNav" instance=ExtResource("35_f0xh4")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -13.5, 0, -66) - -[node name="BulkheadF" parent="BeastNav" instance=ExtResource("35_f0xh4")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -79.5) - -[node name="Corridor3" type="Node3D" parent="BeastNav"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -12, 0, -66) - -[node name="Hallway" type="MeshInstance3D" parent="BeastNav/Corridor3"] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 4.5, 0, 0) -mesh = ExtResource("25_smvh1") -skeleton = NodePath("Hallway1") - -[node name="Hallway1" parent="BeastNav/Corridor3/Hallway" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/Hallway/Hallway1"] -shape = SubResource("ConcavePolygonShape3D_ruwlj") - -[node name="FloatingDust" parent="BeastNav/Corridor3/Hallway" instance=ExtResource("25_6giaa")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) -visibility_aabb = AABB(-1.5, -1.5, -6, 3, 3, 12) -process_material = SubResource("ParticleProcessMaterial_6giaa") - -[node name="SwitchE2" parent="BeastNav/Corridor3/Hallway" instance=ExtResource("17_0idgf")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -1.4, 1.3, 4.8) +[node name="SwitchD2" parent="BeastNav/CrewQuarters" instance=ExtResource("17_0idgf")] +transform = Transform3D(1.31134e-07, 0, 1, 0, 1, 0, -1, 0, 1.31134e-07, -4.4, 1.3, -2.5) label = "SWITCH_BULKHEAD_LABEL" -[node name="BurnoutLight" parent="BeastNav/Corridor3/Hallway" instance=ExtResource("29_lfacn")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, -1.5) +[node name="SwitchE1" parent="BeastNav/CrewQuarters" instance=ExtResource("17_0idgf")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 4.4, 1.3, 2.5) +label = "SWITCH_BULKHEAD_LABEL" -[node name="CrewQuartersSign" type="MeshInstance3D" parent="BeastNav/Corridor3/Hallway"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, 4.5) -gi_mode = 2 -mesh = SubResource("ArrayMesh_v4tkv") +[node name="Corridor3" parent="BeastNav" instance=ExtResource("11_d1yty")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -12, 0, -66) -[node name="GunkBody" parent="BeastNav/Corridor3/Hallway/CrewQuartersSign" instance=ExtResource("2_2egij")] -mask_dim = 32 -source_gunk_material = ExtResource("34_wms8g") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/Hallway/CrewQuartersSign/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_dxmep") - -[node name="Hallway2" type="MeshInstance3D" parent="BeastNav/Corridor3"] -transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 12, 0, -7.5) -mesh = ExtResource("25_smvh1") -skeleton = NodePath("Hallway1") - -[node name="Hallway1" parent="BeastNav/Corridor3/Hallway2" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/Hallway2/Hallway1"] -shape = SubResource("ConcavePolygonShape3D_ruwlj") - -[node name="FloatingDust" parent="BeastNav/Corridor3/Hallway2" instance=ExtResource("25_6giaa")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) -visibility_aabb = AABB(-1.5, -1.5, -6, 3, 3, 12) -process_material = SubResource("ParticleProcessMaterial_6giaa") - -[node name="BurnoutLight" parent="BeastNav/Corridor3/Hallway2" instance=ExtResource("29_lfacn")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.31134e-07, 3, -1.5) - -[node name="RetinalScanner" parent="BeastNav/Corridor3/Hallway2" instance=ExtResource("41_u2hqf")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -1.4, 1.5, 4.8) - -[node name="OpsSign" type="MeshInstance3D" parent="BeastNav/Corridor3/Hallway2"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, 4.5) -gi_mode = 2 -mesh = SubResource("ArrayMesh_v0ki8") - -[node name="GunkBody" parent="BeastNav/Corridor3/Hallway2/OpsSign" instance=ExtResource("2_2egij")] -mask_dim = 32 -source_gunk_material = ExtResource("34_wms8g") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/Hallway2/OpsSign/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_0ij5m") - -[node name="T-Junction1" type="MeshInstance3D" parent="BeastNav/Corridor3"] -transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 12, 0, 0) -mesh = ExtResource("28_ji5cn") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Corridor3/T-Junction1" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 192 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/T-Junction1/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_if0c2") - -[node name="CrewQuartersMeetSpookSpawner" type="Marker3D" parent="BeastNav/Corridor3/T-Junction1"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) +[node name="CrewQuartersMeetSpookSpawner" type="Marker3D" parent="BeastNav/Corridor3"] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 12, 1.5, 0) script = ExtResource("52_4akax") mob_lifespan = 2.2 -[node name="Target" type="Marker3D" parent="BeastNav/Corridor3/T-Junction1/CrewQuartersMeetSpookSpawner"] +[node name="Target" type="Marker3D" parent="BeastNav/Corridor3/CrewQuartersMeetSpookSpawner"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.57361e-06, 0, -18) -[node name="OpsMeetSpookSpawner" type="Marker3D" parent="BeastNav/Corridor3/T-Junction1"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) +[node name="OpsMeetSpookSpawner" type="Marker3D" parent="BeastNav/Corridor3"] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 12, 1.5, 0) script = ExtResource("52_4akax") mob_lifespan = 3.0 -[node name="Target" type="Marker3D" parent="BeastNav/Corridor3/T-Junction1/OpsMeetSpookSpawner"] +[node name="Target" type="Marker3D" parent="BeastNav/Corridor3/OpsMeetSpookSpawner"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 12, 0, 0) -[node name="Hallway3" type="MeshInstance3D" parent="BeastNav/Corridor3"] -transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 12, 0, 7.5) -mesh = ExtResource("25_smvh1") -skeleton = NodePath("Hallway1") - -[node name="Hallway1" parent="BeastNav/Corridor3/Hallway3" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/Hallway3/Hallway1"] -shape = SubResource("ConcavePolygonShape3D_ruwlj") - -[node name="FloatingDust" parent="BeastNav/Corridor3/Hallway3" instance=ExtResource("25_6giaa")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) -visibility_aabb = AABB(-1.5, -1.5, -6, 3, 3, 12) -process_material = SubResource("ParticleProcessMaterial_6giaa") - -[node name="OverheadLight" parent="BeastNav/Corridor3/Hallway3" instance=ExtResource("39_kp5n7")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.31134e-07, 3, -1.5) - -[node name="T-Junction2" type="MeshInstance3D" parent="BeastNav/Corridor3"] -transform = Transform3D(1, 0, -2.13163e-14, 0, 1, 0, 2.13163e-14, 0, 1, 12, 0, 15) -mesh = ExtResource("27_17ivy") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Corridor3/T-Junction2" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 192 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/T-Junction2/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_if0c2") - -[node name="Hallway4" type="MeshInstance3D" parent="BeastNav/Corridor3"] -transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 12, 0, 25.5) -mesh = ExtResource("25_smvh1") -skeleton = NodePath("Hallway1") - -[node name="Hallway1" parent="BeastNav/Corridor3/Hallway4" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/Hallway4/Hallway1"] -shape = SubResource("ConcavePolygonShape3D_ruwlj") - -[node name="FloatingDust" parent="BeastNav/Corridor3/Hallway4" instance=ExtResource("25_6giaa")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) -visibility_aabb = AABB(-1.5, -1.5, -6, 3, 3, 12) -process_material = SubResource("ParticleProcessMaterial_6giaa") - -[node name="BurnoutLight" parent="BeastNav/Corridor3/Hallway4" instance=ExtResource("29_lfacn")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.31134e-07, 3, -1.5) - -[node name="T-Junction3" type="MeshInstance3D" parent="BeastNav/Corridor3"] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 12, 0, 18) -mesh = ExtResource("27_17ivy") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Corridor3/T-Junction3" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 192 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/T-Junction3/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_if0c2") - -[node name="MedbayMeetSpookSpawner" type="Marker3D" parent="BeastNav/Corridor3/T-Junction3"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.38419e-07, 1.5, 0) +[node name="MedbayMeetSpookSpawner" type="Marker3D" parent="BeastNav/Corridor3"] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 12, 1.5, 18) script = ExtResource("52_4akax") mob_lifespan = 2.2 -[node name="Target" type="Marker3D" parent="BeastNav/Corridor3/T-Junction3/MedbayMeetSpookSpawner"] +[node name="Target" type="Marker3D" parent="BeastNav/Corridor3/MedbayMeetSpookSpawner"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.14722e-06, 0, 42) -[node name="ShortHallway" type="Node3D" parent="BeastNav/Corridor3"] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 12, 0, 33) - -[node name="Floor" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway"] -mesh = ExtResource("35_d8p6j") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway/Floor" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway/Floor/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_kp5n7") - -[node name="Ceiling" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway"] -transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 0, 3, 0) -mesh = ExtResource("36_gim1e") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway/Ceiling" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway/Ceiling/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_u2hqf") - -[node name="Wall" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 1.5, 1.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway/Wall" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway/Wall/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_6nvhk") - -[node name="Wall2" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway"] -transform = Transform3D(1, 1.74846e-07, -7.64274e-15, 0, -4.37114e-08, -1, -1.74846e-07, 1, -4.37114e-08, 0, 1.5, -1.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway/Wall2" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway/Wall2/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_ncghj") - -[node name="ShortHallway2" type="Node3D" parent="BeastNav/Corridor3"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 9, 0, 18) - -[node name="Floor" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway2"] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0) -mesh = ExtResource("35_d8p6j") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway2/Floor" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway2/Floor/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_kp5n7") - -[node name="Ceiling" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway2"] -transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 0, 3, 0) -mesh = ExtResource("36_gim1e") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway2/Ceiling" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway2/Ceiling/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_u2hqf") - -[node name="Wall" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway2"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 1.5, 1.5) -mesh = ExtResource("16_sqa4l") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway2/Wall" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway2/Wall/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_6nvhk") - -[node name="Wall2" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway2"] -transform = Transform3D(1, 1.74846e-07, -7.64274e-15, 0, -4.37114e-08, -1, -1.74846e-07, 1, -4.37114e-08, 0, 1.5, -1.5) -mesh = ExtResource("16_sqa4l") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway2/Wall2" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway2/Wall2/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_ncghj") - -[node name="ShortHallway3" type="Node3D" parent="BeastNav/Corridor3"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6, 0, 18) - -[node name="Floor" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway3"] -mesh = ExtResource("35_d8p6j") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway3/Floor" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway3/Floor/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_kp5n7") - -[node name="Ceiling" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway3"] -transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 0, 3, 0) -mesh = ExtResource("36_gim1e") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway3/Ceiling" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway3/Ceiling/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_u2hqf") - -[node name="Wall" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway3"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 1.5, 1.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway3/Wall" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway3/Wall/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_6nvhk") - -[node name="Wall2" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway3"] -transform = Transform3D(1, 1.74846e-07, -7.64274e-15, 0, -4.37114e-08, -1, -1.74846e-07, 1, -4.37114e-08, 0, 1.5, -1.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway3/Wall2" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway3/Wall2/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_ncghj") - -[node name="SwitchH1" parent="BeastNav/Corridor3/ShortHallway3" instance=ExtResource("17_0idgf")] +[node name="SwitchE2" parent="BeastNav/Corridor3" instance=ExtResource("17_0idgf")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.3, 1.3, -1.4) label = "SWITCH_BULKHEAD_LABEL" -[node name="MedbaySign" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway3"] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 3, 0) -gi_mode = 2 -mesh = SubResource("ArrayMesh_dspic") +[node name="RetinalScanner" parent="BeastNav/Corridor3" instance=ExtResource("41_u2hqf")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 13.4, 1.5, -12.3) -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway3/MedbaySign" instance=ExtResource("2_2egij")] -mask_dim = 32 -source_gunk_material = ExtResource("34_wms8g") +[node name="SwitchH1" parent="BeastNav/Corridor3" instance=ExtResource("17_0idgf")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5.7, 1.3, 16.6) +label = "SWITCH_BULKHEAD_LABEL" -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway3/MedbaySign/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_wqqoq") - -[node name="ShortHallway4" type="Node3D" parent="BeastNav/Corridor3"] -transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, -9, 0, 15) - -[node name="Floor" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway4"] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0) -mesh = ExtResource("35_d8p6j") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway4/Floor" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway4/Floor/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_kp5n7") - -[node name="Ceiling" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway4"] -transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 0, 3, 0) -mesh = ExtResource("36_gim1e") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway4/Ceiling" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway4/Ceiling/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_u2hqf") - -[node name="Wall" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway4"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 1.5, 1.5) -mesh = ExtResource("16_sqa4l") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway4/Wall" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway4/Wall/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_6nvhk") - -[node name="Wall2" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway4"] -transform = Transform3D(1, 1.74846e-07, -7.64274e-15, 0, -4.37114e-08, -1, -1.74846e-07, 1, -4.37114e-08, 0, 1.5, -1.5) -mesh = ExtResource("16_sqa4l") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway4/Wall2" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway4/Wall2/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_ncghj") - -[node name="ShortHallway5" type="Node3D" parent="BeastNav/Corridor3"] -transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, -6, 0, 15) - -[node name="Floor" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway5"] -mesh = ExtResource("35_d8p6j") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway5/Floor" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway5/Floor/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_kp5n7") - -[node name="Ceiling" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway5"] -transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 0, 3, 0) -mesh = ExtResource("36_gim1e") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway5/Ceiling" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway5/Ceiling/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_u2hqf") - -[node name="Wall" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway5"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 1.5, 1.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway5/Wall" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway5/Wall/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_6nvhk") - -[node name="Wall2" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway5"] -transform = Transform3D(1, 1.74846e-07, -7.64274e-15, 0, -4.37114e-08, -1, -1.74846e-07, 1, -4.37114e-08, 0, 1.5, -1.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway5/Wall2" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway5/Wall2/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_ncghj") - -[node name="ShortHallway6" type="Node3D" parent="BeastNav/Corridor3"] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 15, 0, 15) - -[node name="Floor" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway6"] -mesh = ExtResource("35_d8p6j") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway6/Floor" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway6/Floor/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_kp5n7") - -[node name="Ceiling" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway6"] -transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 0, 3, 0) -mesh = ExtResource("36_gim1e") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway6/Ceiling" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway6/Ceiling/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_u2hqf") - -[node name="Wall" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway6"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 1.5, 1.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway6/Wall" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway6/Wall/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_6nvhk") - -[node name="Wall2" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway6"] -transform = Transform3D(1, 1.74846e-07, -7.64274e-15, 0, -4.37114e-08, -1, -1.74846e-07, 1, -4.37114e-08, 0, 1.5, -1.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway6/Wall2" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway6/Wall2/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_ncghj") - -[node name="CargoBaySign" type="MeshInstance3D" parent="BeastNav/Corridor3/ShortHallway6"] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 3, 0) -gi_mode = 2 -mesh = SubResource("ArrayMesh_rigxx") - -[node name="GunkBody" parent="BeastNav/Corridor3/ShortHallway6/CargoBaySign" instance=ExtResource("2_2egij")] -mask_dim = 32 -source_gunk_material = ExtResource("34_wms8g") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Corridor3/ShortHallway6/CargoBaySign/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_np3w4") - -[node name="BulkheadG" parent="BeastNav" instance=ExtResource("35_f0xh4")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 4.5, 0, -51) - -[node name="BulkheadH" parent="BeastNav" instance=ExtResource("35_f0xh4")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -7.5, 0, -48) - -[node name="Medbay" type="Node3D" parent="BeastNav"] +[node name="Medbay" parent="BeastNav" instance=ExtResource("13_ruwlj")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -12, 0, -39) -[node name="Bounds" type="Node3D" parent="BeastNav/Medbay"] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, 0) - -[node name="Floor" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -mesh = ExtResource("6_6giaa") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Floor" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Floor/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_yvipw") - -[node name="Floor2" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9, 0, 3.93402e-07) -mesh = ExtResource("6_6giaa") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Floor2" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Floor2/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_yvipw") - -[node name="Ceiling" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(-1, -7.64274e-15, 8.74228e-08, 0, -1, -8.74228e-08, 8.74228e-08, -8.74228e-08, 1, 0, 3, 0) -mesh = ExtResource("7_otfxe") -skeleton = NodePath("") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Ceiling" instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Ceiling/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_d1yty") - -[node name="Ceiling2" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(-1, -7.64274e-15, 8.74228e-08, 0, -1, -8.74228e-08, 8.74228e-08, -8.74228e-08, 1, -9, 3, 3.93402e-07) -mesh = ExtResource("7_otfxe") -skeleton = NodePath("") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Ceiling2" instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Ceiling2/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_d1yty") - -[node name="Wall" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 4.5, 1.5, -3) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Wall" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Wall/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall2" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 4.5, 1.5, 0) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Wall2" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Wall2/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall3" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, 0, 1.5, -4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Wall3" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Wall3/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall4" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -3, 1.5, -4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Wall4" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Wall4/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall5" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -6, 1.5, -4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Wall5" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Wall5/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall6" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, 3, 1.5, -4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Wall6" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Wall6/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall7" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -12, 1.5, -4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Wall7" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Wall7/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall8" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -13.5, 1.5, -3) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Wall8" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Wall8/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall9" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -13.5, 1.5, 3.51685e-07) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Wall9" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Wall9/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall10" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -13.5, 1.5, 3) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Wall10" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Wall10/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall12" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -9, 1.5, 4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Wall12" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Wall12/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall13" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -6, 1.5, 4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Wall13" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Wall13/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall14" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -3, 1.5, 4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Wall14" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Wall14/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall15" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 1.5, 10.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Wall15" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Wall15/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall16" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 3, 1.5, 10.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Wall16" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Wall16/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall17" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(1.31134e-07, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, 1.31134e-07, -5.73206e-15, 4.5, 1.5, 3) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Wall17" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Wall17/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall18" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(1.31134e-07, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, 1.31134e-07, -5.73206e-15, 4.5, 1.5, 6) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Wall18" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Wall18/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall19" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(1.31134e-07, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, 1.31134e-07, -5.73206e-15, 4.5, 1.5, 9) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Wall19" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Wall19/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall20" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(-2.18557e-07, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -2.18557e-07, 9.55343e-15, -1.5, 1.5, 9) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Wall20" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Wall20/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall21" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(-2.18557e-07, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -2.18557e-07, 9.55343e-15, -1.5, 1.5, 6) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Wall21" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Wall21/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Floor3" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 9) -mesh = ExtResource("76_2ybo5") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Floor3" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Floor3/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_kp5n7") - -[node name="Floor4" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 6) -mesh = ExtResource("35_d8p6j") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Floor4" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Floor4/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_kp5n7") - -[node name="Floor5" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 6) -mesh = ExtResource("76_2ybo5") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Floor5" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Floor5/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_kp5n7") - -[node name="Floor6" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 9) -mesh = ExtResource("76_2ybo5") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Floor6" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Floor6/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_kp5n7") - -[node name="Ceiling3" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 0, 3, 9) -mesh = ExtResource("36_gim1e") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Ceiling3" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Ceiling3/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_u2hqf") - -[node name="Ceiling4" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 0, 3, 6) -mesh = ExtResource("36_gim1e") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Ceiling4" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Ceiling4/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_u2hqf") - -[node name="Ceiling5" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 3, 3, 6) -mesh = ExtResource("36_gim1e") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Ceiling5" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Ceiling5/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_u2hqf") - -[node name="Ceiling6" type="MeshInstance3D" parent="BeastNav/Medbay/Bounds"] -transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 3, 3, 9) -mesh = ExtResource("36_gim1e") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/Medbay/Bounds/Ceiling6" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Bounds/Ceiling6/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_u2hqf") - -[node name="Props" type="Node3D" parent="BeastNav/Medbay"] - -[node name="OperatingTable" parent="BeastNav/Medbay/Props" instance=ExtResource("84_isly2")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, -0.368) - -[node name="Desk" type="MeshInstance3D" parent="BeastNav/Medbay/Props"] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -6.3, 0.4, 0) -mesh = SubResource("BoxMesh_ncghj") - -[node name="Desk2" type="MeshInstance3D" parent="BeastNav/Medbay/Props/Desk"] -transform = Transform3D(0.707107, 0, -0.707107, 0, 1, 0, 0.707107, 0, 0.707107, -1.85509, 0, -0.564014) -mesh = SubResource("BoxMesh_1h5r5") -skeleton = NodePath("../..") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/Medbay/Props/Desk" groups=["PlasticMaterial"]] -collision_layer = 5 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Props/Desk/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_8r2kq") - -[node name="CollisionShape3D2" type="CollisionShape3D" parent="BeastNav/Medbay/Props/Desk/StaticBody3D"] -transform = Transform3D(0.707107, 0, -0.707107, 0, 1, 0, 0.707107, 0, 0.707107, -1.85509, 0, -0.564014) -shape = SubResource("ConcavePolygonShape3D_2qkxu") - -[node name="MedCart" parent="BeastNav/Medbay/Props" instance=ExtResource("70_wqqoq")] -transform = Transform3D(-0.24869, 0, 0.968583, 0, 1, 0, -0.968583, 0, -0.24869, -1.8, 0.5, 0) -skeleton = NodePath("") - -[node name="MedCart2" parent="BeastNav/Medbay/Props" instance=ExtResource("70_wqqoq")] -transform = Transform3D(0.00523592, -0.866025, 0.499973, -0.999945, -4.2222e-08, 0.0104718, -0.00906879, -0.5, -0.865978, -5.7, 0.356264, 3.6) -skeleton = NodePath("") - -[node name="MedCart3" parent="BeastNav/Medbay/Props" instance=ExtResource("70_wqqoq")] -transform = Transform3D(0.996195, 0, -0.0871557, 0, 1, 0, 0.0871557, 0, 0.996195, -3.9, 0.5, 3.8) -skeleton = NodePath("") - -[node name="MedCart4" parent="BeastNav/Medbay/Props" instance=ExtResource("70_wqqoq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.4, 0.5, 3.8) -skeleton = NodePath("") - -[node name="MedCart5" parent="BeastNav/Medbay/Props" instance=ExtResource("70_wqqoq")] -transform = Transform3D(0.5, 0, 0.866026, 0, 1, 0, -0.866026, 0, 0.5, -5.1, 0.5, -0.399998) -skeleton = NodePath("") - -[node name="MedCart6" parent="BeastNav/Medbay/Props" instance=ExtResource("70_wqqoq")] -transform = Transform3D(0.965926, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965926, 3.72243, 0.5, -11.3763) -skeleton = NodePath("") - -[node name="MedCart7" parent="BeastNav/Medbay/Props" instance=ExtResource("70_wqqoq")] -transform = Transform3D(-2.53565e-08, -0.965926, -0.258819, 1, -4.2222e-08, 0, -6.85015e-08, -0.258819, 0.965926, 2.22243, 0.35, -11.3763) -skeleton = NodePath("") - -[node name="MonitorCart" type="MeshInstance3D" parent="BeastNav/Medbay/Props"] -transform = Transform3D(0.866025, 0, 0.5, 0, 1, 0, -0.5, 0, 0.866025, 0.9, 0.6, -2.7) -mesh = SubResource("BoxMesh_ii88q") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/Medbay/Props/MonitorCart" groups=["PlasticMaterial"]] -collision_layer = 5 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Props/MonitorCart/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_wvfch") - -[node name="CollisionShape3D2" type="CollisionShape3D" parent="BeastNav/Medbay/Props/MonitorCart/StaticBody3D"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) -shape = SubResource("ConcavePolygonShape3D_1h5r5") - -[node name="MeshInstance3D" type="MeshInstance3D" parent="BeastNav/Medbay/Props/MonitorCart"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) -mesh = SubResource("PrismMesh_8r2kq") - -[node name="MonitorCart2" type="MeshInstance3D" parent="BeastNav/Medbay/Props"] -transform = Transform3D(-0.5, -0.866025, 0, -7.35137e-08, -5.96046e-08, -1, 0.866025, -0.5, -4.47035e-08, 2.4, 0.5, -6) -mesh = SubResource("BoxMesh_ii88q") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/Medbay/Props/MonitorCart2" groups=["PlasticMaterial"]] -collision_layer = 5 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Props/MonitorCart2/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_wvfch") - -[node name="CollisionShape3D2" type="CollisionShape3D" parent="BeastNav/Medbay/Props/MonitorCart2/StaticBody3D"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) -shape = SubResource("ConcavePolygonShape3D_1h5r5") - -[node name="MeshInstance3D" type="MeshInstance3D" parent="BeastNav/Medbay/Props/MonitorCart2"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) -mesh = SubResource("PrismMesh_8r2kq") - -[node name="MonitorCart3" type="MeshInstance3D" parent="BeastNav/Medbay/Props"] -transform = Transform3D(1, 0, -2.98023e-08, 0, 1, 0, 2.98023e-08, 0, 1, 3.9, 0.6, -4.2) -mesh = SubResource("BoxMesh_ii88q") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/Medbay/Props/MonitorCart3" groups=["PlasticMaterial"]] -collision_layer = 5 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Props/MonitorCart3/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_wvfch") - -[node name="CollisionShape3D2" type="CollisionShape3D" parent="BeastNav/Medbay/Props/MonitorCart3/StaticBody3D"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) -shape = SubResource("ConcavePolygonShape3D_1h5r5") - -[node name="MeshInstance3D" type="MeshInstance3D" parent="BeastNav/Medbay/Props/MonitorCart3"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) -mesh = SubResource("PrismMesh_8r2kq") - -[node name="Counter" type="MeshInstance3D" parent="BeastNav/Medbay/Props"] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -10, 0.5, 1.5) -mesh = SubResource("BoxMesh_35kna") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/Medbay/Props/Counter" groups=["PlasticMaterial"]] -collision_layer = 5 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Props/Counter/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_okeuk") - -[node name="Fishtank" type="MeshInstance3D" parent="BeastNav/Medbay/Props"] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -10.1, 1.5, 3.75) -mesh = SubResource("BoxMesh_2ybo5") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/Medbay/Props/Fishtank"] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Props/Fishtank/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_dwjsf") - -[node name="Cupboard2" parent="BeastNav/Medbay/Props" instance=ExtResource("46_vt4uw")] -transform = Transform3D(1, 0, -1.06581e-14, 0, 1, 0, 1.06581e-14, 0, 1, -10, 2.5, 0.5) -skeleton = NodePath("") - -[node name="Counter2" type="MeshInstance3D" parent="BeastNav/Medbay/Props"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 0.5, -7.5) -mesh = SubResource("BoxMesh_35kna") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/Medbay/Props/Counter2" groups=["PlasticMaterial"]] -collision_layer = 5 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Props/Counter2/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_okeuk") - -[node name="Shelves" type="MeshInstance3D" parent="BeastNav/Medbay/Props"] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 2.9, 1.25, -13) -mesh = SubResource("BoxMesh_mcskc") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/Medbay/Props/Shelves"] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Props/Shelves/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_2ybo5") - -[node name="Shelves2" type="MeshInstance3D" parent="BeastNav/Medbay/Props"] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -0.400001, 1.25, -13) -mesh = SubResource("BoxMesh_mcskc") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/Medbay/Props/Shelves2"] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/Medbay/Props/Shelves2/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_2ybo5") - -[node name="Cupboard" parent="BeastNav/Medbay/Props" instance=ExtResource("46_vt4uw")] -transform = Transform3D(1, 0, 0, 0, 0.965926, -0.258819, 0, 0.258819, 0.965926, -4, 2.02276, -8.6) -skeleton = NodePath("") - -[node name="CrateLong" parent="BeastNav/Medbay/Props" instance=ExtResource("26_otfxe")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -0.749907, 0.25, 4.05009) -mesh = SubResource("ArrayMesh_oihux") - -[node name="CrateLong4" parent="BeastNav/Medbay/Props" instance=ExtResource("26_otfxe")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 0.25, -3.6) -mesh = SubResource("ArrayMesh_mdg07") - -[node name="CrateLong2" parent="BeastNav/Medbay/Props" instance=ExtResource("26_otfxe")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -0.749907, 0.75, 4.05009) -mesh = SubResource("ArrayMesh_5ys7s") - -[node name="CrateLong3" parent="BeastNav/Medbay/Props" instance=ExtResource("26_otfxe")] -transform = Transform3D(-4.37114e-08, 0.707107, -0.707107, 0, 0.707107, 0.707107, 1, 3.09086e-08, -3.09086e-08, 0.599813, 0.75, 4.05009) -mesh = SubResource("ArrayMesh_2c02v") - -[node name="CrateLong5" parent="BeastNav/Medbay/Props" instance=ExtResource("26_otfxe")] -transform = Transform3D(1, 0, -7.45058e-08, 0, 1, 0, 7.45058e-08, 0, 1, 3.93256, 0.25, -2.54991) -mesh = SubResource("ArrayMesh_08djo") - -[node name="CrateLong10" parent="BeastNav/Medbay/Props" instance=ExtResource("26_otfxe")] -transform = Transform3D(1, 0, -7.45058e-08, 0, 1, 0, 7.45058e-08, 0, 1, 3.93256, 0.25, -1.04991) -mesh = SubResource("ArrayMesh_8rwkc") - -[node name="CrateLong6" parent="BeastNav/Medbay/Props" instance=ExtResource("26_otfxe")] -transform = Transform3D(1, 0, -1.19209e-07, 0, 1, 0, 1.19209e-07, 0, 1, 3.93256, 0.75, -2.54991) -mesh = SubResource("ArrayMesh_lnif7") - -[node name="CrateLong11" parent="BeastNav/Medbay/Props" instance=ExtResource("26_otfxe")] -transform = Transform3D(1, 0, -1.19209e-07, 0, 1, 0, 1.19209e-07, 0, 1, 3.93256, 0.75, -1.04991) -mesh = SubResource("ArrayMesh_08dfj") - -[node name="CrateLong7" parent="BeastNav/Medbay/Props" instance=ExtResource("26_otfxe")] -transform = Transform3D(1, 0, -1.19209e-07, 0, 1, 0, 1.19209e-07, 0, 1, 3.93256, 1.25, -2.54991) -mesh = SubResource("ArrayMesh_wlbox") - -[node name="CrateLong8" parent="BeastNav/Medbay/Props" instance=ExtResource("26_otfxe")] -transform = Transform3D(1, 0, -1.19209e-07, 0, 1, 0, 1.19209e-07, 0, 1, 3.93256, 1.75, -2.54991) -mesh = SubResource("ArrayMesh_c6n8b") - -[node name="CrateLong9" parent="BeastNav/Medbay/Props" instance=ExtResource("26_otfxe")] -transform = Transform3D(1, 0, -1.19209e-07, 0, 1, 0, 1.19209e-07, 0, 1, 3.93256, 2.25, -2.54991) -mesh = SubResource("ArrayMesh_8au2u") - -[node name="FloatingDust" parent="BeastNav/Medbay" instance=ExtResource("25_6giaa")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 1.5, -4.5) -amount = 64 -visibility_aabb = AABB(-9, -1.5, -4.5, 18, 3, 9) -process_material = SubResource("ParticleProcessMaterial_35kna") - -[node name="SwitchH2" parent="BeastNav/Medbay" instance=ExtResource("17_0idgf")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 4.4, 1.3, -6.6) -label = "SWITCH_BULKHEAD_LABEL" - -[node name="SwitchX" parent="BeastNav/Medbay" instance=ExtResource("17_0idgf")] -transform = Transform3D(1, 0, -1.74846e-07, 0, 1, 0, 1.74846e-07, 0, 1, -9.3, 1.3, -13.4) -label = "SWITCH_BULKHEAD_LABEL" - -[node name="OverheadLight" parent="BeastNav/Medbay" instance=ExtResource("39_kp5n7")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 3, -9) - -[node name="OverheadLight3" parent="BeastNav/Medbay" instance=ExtResource("39_kp5n7")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -7.5, 3, -12) - -[node name="OverheadLight2" parent="BeastNav/Medbay" instance=ExtResource("39_kp5n7")] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -7.5, 3, 1.5) - -[node name="ExamLight" type="CSGCombiner3D" parent="BeastNav/Medbay"] -use_collision = true -collision_layer = 5 - -[node name="CSGCylinder3D" type="CSGCylinder3D" parent="BeastNav/Medbay/ExamLight"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.7, 0) -use_collision = true -radius = 2.5 -height = 0.6 -sides = 16 - -[node name="CSGCylinder3D2" type="CSGCylinder3D" parent="BeastNav/Medbay/ExamLight"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.5, 0) -operation = 2 -use_collision = true -radius = 2.2 -height = 0.6 -sides = 16 - -[node name="HeartbeatNetTrap" type="Node3D" parent="BeastNav/Medbay"] - -[node name="GunkHeart" parent="BeastNav/Medbay/HeartbeatNetTrap" instance=ExtResource("74_rigxx")] -transform = Transform3D(0.155291, -0.289778, -0.50191, 0, 0.519615, -0.3, 0.579555, 0.0776457, 0.134486, 0, 1.10505, 0) -collision_layer = 38 - -[node name="UnderTableGunkAlarm" parent="BeastNav/Medbay/HeartbeatNetTrap" instance=ExtResource("40_nomhm")] -transform = Transform3D(1, 0, 0, 0, -1, 8.74228e-08, 0, -8.74228e-08, -1, -0.6, 0.805052, -1.2) - -[node name="WorldItem" parent="BeastNav/Medbay/HeartbeatNetTrap" instance=ExtResource("43_f0xh4")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.2, 0) -skeleton = NodePath("../..") -item = ExtResource("44_nmnkj") - -[node name="Label3D" type="Label3D" parent="BeastNav/Medbay/HeartbeatNetTrap/WorldItem"] -pixel_size = 0.001 -billboard = 2 -text = "[Eyeballs]" -font_size = 72 -outline_size = 24 - -[node name="ArmL" type="Node3D" parent="BeastNav/Medbay/HeartbeatNetTrap"] - -[node name="GunkRelay" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.7, 1.00505, 0.299999) - -[node name="GunkRelay2" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.9, 0.805052, 0.299999) - -[node name="GunkRelay3" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 0, 0.299999) - -[node name="GunkRelay4" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.6, 0, 0.899998) - -[node name="GunkRelay10" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.67185, 0, 1.44622) - -[node name="GunkRelay11" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.16292, 0, 1.65944) - -[node name="GunkRelay12" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.75835, 0, 2.0522) - -[node name="GunkRelay13" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.19869, 0, 2.59072) - -[node name="GunkRelay14" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.35818, 0, 3.24826) - -[node name="GunkRelay15" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.11738, 0, 3.84989) - -[node name="GunkRelay16" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.76905, 0.456527, 4.29427) - -[node name="GunkRelay5" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.2281, 0, 0.747417) - -[node name="GunkRelay6" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.69377, 0, 0.251274) - -[node name="GunkRelay7" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.77859, 0, -0.423012) - -[node name="GunkRelay8" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.36855, 0, -0.779598) - -[node name="GunkRelay9" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.95077, 0, -0.634808) - -[node name="GunkAlarm" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmL" instance=ExtResource("40_nomhm")] -transform = Transform3D(1, 0, 0, 0, 1, -1.74846e-07, 0, 1.74846e-07, 1, -2.4, 0.72, 3.8) - -[node name="GunkTrigger" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmL" instance=ExtResource("38_opukp")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.900001, 0, 1.8) - -[node name="ArmR" type="Node3D" parent="BeastNav/Medbay/HeartbeatNetTrap"] - -[node name="GunkRelay" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.7, 1.00505, 0.299999) - -[node name="GunkRelay2" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.9, 0.805052, 0.299999) - -[node name="GunkRelay3" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0.3) - -[node name="GunkRelay4" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.1921, 0, -0.126896) - -[node name="GunkRelay5" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.14408, 0, -0.521767) - -[node name="GunkRelay6" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.28815, 0, -0.905968) - -[node name="GunkRelay7" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.62966, 0, -1.03937) - -[node name="GunkRelay8" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.08324, 0, -0.980671) - -[node name="GunkRelay9" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.45143, 0, -0.767223) - -[node name="GunkRelay10" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.88366, 0, -0.58046) - -[node name="GunkRelay11" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.32656, 0, -0.6605) - -[node name="GunkRelay12" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.57325, 0.502809, -0.923176) - -[node name="GunkRelay13" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.76996, 1.00975, -1.33317) - -[node name="GunkRelay14" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.97652, 1.46984, -1.77015) - -[node name="GunkRelay15" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.10544, 1.9782, -1.76857) - -[node name="GunkRelay16" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.48599, 2.29717, -1.33378) - -[node name="GunkAlarm" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmR" instance=ExtResource("40_nomhm")] -transform = Transform3D(0.707107, -0.707107, 6.18173e-08, -0.707107, -0.707107, 6.18173e-08, 0, -8.74228e-08, -1, 4.35967, 2.85967, -0.900002) - -[node name="GrunkNodule" parent="BeastNav/Medbay/HeartbeatNetTrap/ArmR" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.106006, -0.286788, -0.39562, -0.0742262, 0.409576, -0.277016, 0.482963, 0, -0.12941, 4.68326, 3.01698, -0.900002) - -[node name="LegL" type="Node3D" parent="BeastNav/Medbay/HeartbeatNetTrap"] - -[node name="GunkRelay" parent="BeastNav/Medbay/HeartbeatNetTrap/LegL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.4, 1.00505, -0.78323) - -[node name="GunkRelay2" parent="BeastNav/Medbay/HeartbeatNetTrap/LegL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.433558, 1.00505, -1.19078) - -[node name="GunkRelay3" parent="BeastNav/Medbay/HeartbeatNetTrap/LegL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.7, 1.00505, -1.5) - -[node name="GunkRelay4" parent="BeastNav/Medbay/HeartbeatNetTrap/LegL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.854, 0, -1.88456) - -[node name="GunkRelay9" parent="BeastNav/Medbay/HeartbeatNetTrap/LegL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.763285, 0, -2.26876) - -[node name="GunkRelay10" parent="BeastNav/Medbay/HeartbeatNetTrap/LegL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.613873, 0, -2.70098) - -[node name="GunkRelay5" parent="BeastNav/Medbay/HeartbeatNetTrap/LegL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.23287, 0, -2.00195) - -[node name="GunkRelay6" parent="BeastNav/Medbay/HeartbeatNetTrap/LegL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.65976, 0, -1.7885) - -[node name="GunkRelay7" parent="BeastNav/Medbay/HeartbeatNetTrap/LegL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.68644, 0, -1.35627) - -[node name="GunkRelay8" parent="BeastNav/Medbay/HeartbeatNetTrap/LegL" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.60106, 0, -0.918713) - -[node name="LegR" type="Node3D" parent="BeastNav/Medbay/HeartbeatNetTrap"] - -[node name="GunkRelay" parent="BeastNav/Medbay/HeartbeatNetTrap/LegR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.4, 1.00505, -0.78323) - -[node name="GunkRelay2" parent="BeastNav/Medbay/HeartbeatNetTrap/LegR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.595821, 1.00505, -1.13001) - -[node name="GunkRelay3" parent="BeastNav/Medbay/HeartbeatNetTrap/LegR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.7, 1.00505, -1.5) - -[node name="GunkRelay4" parent="BeastNav/Medbay/HeartbeatNetTrap/LegR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.854094, 0, -1.88494) - -[node name="GunkRelay5" parent="BeastNav/Medbay/HeartbeatNetTrap/LegR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.30233, 0, -2.13574) - -[node name="GunkRelay6" parent="BeastNav/Medbay/HeartbeatNetTrap/LegR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.72389, 0, -2.3652) - -[node name="GunkRelay7" parent="BeastNav/Medbay/HeartbeatNetTrap/LegR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.72922, 0, -2.89881) - -[node name="GunkRelay8" parent="BeastNav/Medbay/HeartbeatNetTrap/LegR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.46775, 0, -3.28302) - -[node name="GunkRelay9" parent="BeastNav/Medbay/HeartbeatNetTrap/LegR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.09422, 0, -3.53381) - -[node name="GunkRelay10" parent="BeastNav/Medbay/HeartbeatNetTrap/LegR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.592624, 0, -3.5765) - -[node name="GunkRelay11" parent="BeastNav/Medbay/HeartbeatNetTrap/LegR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.165731, 0, -3.32571) - -[node name="GunkRelay12" parent="BeastNav/Medbay/HeartbeatNetTrap/LegR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.159773, 0, -2.93083) - -[node name="GunkRelay13" parent="BeastNav/Medbay/HeartbeatNetTrap/LegR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0856895, 0, -2.57865) - -[node name="GunkRelay14" parent="BeastNav/Medbay/HeartbeatNetTrap/LegR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.509124, 0.0355746, -2.56025) - -[node name="GunkRelay15" parent="BeastNav/Medbay/HeartbeatNetTrap/LegR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.595093, 0.415062, -2.53362) - -[node name="GunkRelay16" parent="BeastNav/Medbay/HeartbeatNetTrap/LegR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.652988, 0.810808, -2.3668) - -[node name="GunkRelay17" parent="BeastNav/Medbay/HeartbeatNetTrap/LegR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.195274, 0.778825, -1.87455) - -[node name="GunkRelay18" parent="BeastNav/Medbay/HeartbeatNetTrap/LegR" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.22014, 0.778825, -1.59698) - -[node name="Neck" type="Node3D" parent="BeastNav/Medbay/HeartbeatNetTrap"] - -[node name="NeckRelay" parent="BeastNav/Medbay/HeartbeatNetTrap/Neck" instance=ExtResource("39_6glsq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.00505, 0.900002) - -[node name="GunkAlarm4" parent="BeastNav/Medbay/HeartbeatNetTrap/Neck" instance=ExtResource("40_nomhm")] -transform = Transform3D(1, 0, 0, 0, 0.965926, -0.258819, 0, 0.258819, 0.965926, 0, 1.02505, 1.43267) - -[node name="MiscNodules" type="Node3D" parent="BeastNav/Medbay/HeartbeatNetTrap"] - -[node name="GrunkNodule" parent="BeastNav/Medbay/HeartbeatNetTrap/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.312638, 0.131818, -0.940681, 0.489412, 0.871108, -0.0405885, 0.814085, -0.47307, -0.336855, -0.154397, 0, 2.66352) - -[node name="GrunkNodule4" parent="BeastNav/Medbay/HeartbeatNetTrap/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.0241826, 0.958362, -0.284529, -0.0811604, -0.285555, -0.95492, -0.996408, 0, 0.0846865, 0.688672, 0, 1.82874) - -[node name="GrunkNodule13" parent="BeastNav/Medbay/HeartbeatNetTrap/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.0314372, 1.24587, -0.369887, -0.437169, -0.358572, -1.1706, -1.22389, 0.0960792, 0.427638, 4.58867, 1.5, 0.0287399) -durability = 5.0 -value = 8000.0 - -[node name="GrunkNodule14" parent="BeastNav/Medbay/HeartbeatNetTrap/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(1.20484, 0.622764, -0.640718, -0.504426, -0.413737, -1.35069, -0.737501, 1.30038, -0.122899, -4.961, 0.6, -1.42093) -durability = 5.0 -value = 8000.0 - -[node name="GrunkNodule15" parent="BeastNav/Medbay/HeartbeatNetTrap/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.957373, 0.265916, 0.112807, -0.258989, -0.963161, 0.072427, 0.127911, 0.0401239, 0.990973, -6.161, 1.8, -1.42093) - -[node name="GrunkNodule16" parent="BeastNav/Medbay/HeartbeatNetTrap/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.309732, -0.49238, 0.147062, 0.46973, -0.340911, -0.152096, 0.208374, 0.0366174, 0.561462, -7.061, 2.4, -1.42093) -durability = 1.8 -value = 1200.0 - -[node name="GrunkNodule17" parent="BeastNav/Medbay/HeartbeatNetTrap/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.290836, 0.0724309, 0.0129591, -0.0374601, -0.191226, 0.228099, 0.0633318, 0.219514, 0.19443, -7.86234, 2.47733, -1.42093) -durability = 0.9 -value = 600.0 - -[node name="GrunkNodule2" parent="BeastNav/Medbay/HeartbeatNetTrap/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.715717, 0, 0.69839, 0.276066, 0.918557, -0.282915, -0.641511, 0.395289, 0.657427, -0.59962, 0.568961, 3.64091) - -[node name="GrunkNodule3" parent="BeastNav/Medbay/HeartbeatNetTrap/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.548116, 0.579438, 0.603175, -0.389684, 0.815017, -0.428829, -0.740077, 0, 0.672522, -0.315266, 1.34592, 4.21418) - -[node name="GrunkNodule5" parent="BeastNav/Medbay/HeartbeatNetTrap/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.428412, 0.0975373, 0.898304, -0.221991, 0.975049, 0, -0.87589, -0.199415, 0.439375, -1.46076, 2.23091, 4.59684) - -[node name="GrunkNodule6" parent="BeastNav/Medbay/HeartbeatNetTrap/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.0749986, 0.425506, -0.416318, 0.340281, 0.313654, 0.381877, 0.488451, -0.283842, -0.202113, 0.745603, 0, 3.26352) -durability = 0.6 -value = 600.0 - -[node name="GrunkNodule8" parent="BeastNav/Medbay/HeartbeatNetTrap/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.187583, 0.079091, -0.564409, -0.395806, 0.409446, 0.188923, 0.410062, 0.431392, -0.075834, 1.68164, 0, 1.5494) -durability = 0.6 -value = 600.0 - -[node name="GrunkNodule10" parent="BeastNav/Medbay/HeartbeatNetTrap/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.17377, 0.218581, -0.109665, -0.197903, 0.204723, 0.0944616, 0.143661, 0.0176282, 0.262775, 3.47519, -2.38419e-07, 0.791451) -durability = 0.3 -value = 300.0 - -[node name="GrunkNodule11" parent="BeastNav/Medbay/HeartbeatNetTrap/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.17377, -0.218581, 0.109665, -0.197903, 0.204723, 0.0944616, -0.143661, -0.0176282, -0.262775, 3.27664, -2.38419e-07, 0.3731) -durability = 0.3 -value = 300.0 - -[node name="GrunkNodule12" parent="BeastNav/Medbay/HeartbeatNetTrap/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.211299, 0.124557, 0.172737, -0.197903, 0.204723, 0.0944616, -0.0786581, -0.180483, 0.22636, 3.57523, 0.388336, 0.467327) -durability = 0.3 -value = 300.0 - -[node name="GrunkNodule9" parent="BeastNav/Medbay/HeartbeatNetTrap/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(-0.478028, 0.256632, -0.256182, 0.293647, 0.522665, -0.0243531, 0.212746, -0.144781, -0.542013, 0.517486, 0, -0.881176) -durability = 0.6 -value = 600.0 - -[node name="GrunkNodule7" parent="BeastNav/Medbay/HeartbeatNetTrap/MiscNodules" instance=ExtResource("19_ji5cn")] -transform = Transform3D(0.307612, -0.14986, 0.492866, 0.293647, 0.522665, -0.0243531, -0.423257, 0.2537, 0.341306, 1.3456, 0.6, 4.46352) -durability = 0.6 -value = 600.0 - [node name="MessHallMeetSpookSpawner" type="Marker3D" parent="BeastNav/Medbay"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 1.5, -12) script = ExtResource("52_4akax") @@ -4887,917 +182,25 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6, 0, 15) [node name="MedbayMeetSpook" type="Marker3D" parent="BeastNav/Medbay" node_paths=PackedStringArray("spawners") groups=["MeetSpookSource"]] script = ExtResource("49_dxmep") mob_scene = ExtResource("56_vt4uw") -spawners = [NodePath("../../MessHall/MedbayMeetSpookSpawner"), NodePath("../../Corridor3/T-Junction3/MedbayMeetSpookSpawner")] +spawners = [NodePath("../../MessHall/MedbayMeetSpookSpawner"), NodePath("../../Corridor3/MedbayMeetSpookSpawner")] metadata/_custom_type_script = "uid://cvx514gdjd5ev" -[node name="CSGCombiner3D2" type="CSGCombiner3D" parent="BeastNav/Medbay"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.6, 1.5, 3.6) -visible = false -operation = 1 -use_collision = true +[node name="SwitchH2" parent="BeastNav/Medbay" instance=ExtResource("17_0idgf")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 4.4, 1.3, -6.6) +label = "SWITCH_BULKHEAD_LABEL" -[node name="CSGCombiner3D" type="CSGCombiner3D" parent="BeastNav/Medbay/CSGCombiner3D2"] +[node name="SwitchX" parent="BeastNav/Medbay" instance=ExtResource("17_0idgf")] +transform = Transform3D(1, 0, -1.74846e-07, 0, 1, 0, 1.74846e-07, 0, 1, -9.3, 1.3, -13.4) +label = "SWITCH_BULKHEAD_LABEL" -[node name="CSGCylinder3D2" type="CSGCylinder3D" parent="BeastNav/Medbay/CSGCombiner3D2/CSGCombiner3D"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.25, 0) -radius = 1.5 -height = 0.5 - -[node name="CSGCylinder3D3" type="CSGCylinder3D" parent="BeastNav/Medbay/CSGCombiner3D2/CSGCombiner3D"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.25, 0) -radius = 1.5 -height = 0.5 - -[node name="CSGCylinder3D" type="CSGCylinder3D" parent="BeastNav/Medbay/CSGCombiner3D2/CSGCombiner3D"] -radius = 1.3 -height = 2.9 - -[node name="CSGBox3D" type="CSGBox3D" parent="BeastNav/Medbay/CSGCombiner3D2"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.1, 0, -1.1) -operation = 1 -size = Vector3(4, 4, 4) - -[node name="CSGBakedMeshInstance3D" type="MeshInstance3D" parent="BeastNav/Medbay"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.6, 1.5, 3.6) -mesh = ExtResource("87_drp1h") - -[node name="BulkheadX" parent="BeastNav" instance=ExtResource("35_f0xh4")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -22.5, 0, -51) - -[node name="OpsCenter" type="Node3D" parent="BeastNav"] +[node name="OpsCenter" parent="BeastNav" instance=ExtResource("14_0idgf")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -84) -[node name="Bounds" type="Node3D" parent="BeastNav/OpsCenter"] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, 0) - -[node name="Floor" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -3, 0) -mesh = ExtResource("6_6giaa") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Floor" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Floor/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_yvipw") - -[node name="Floor2" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9, -3, 3.93403e-07) -mesh = ExtResource("6_6giaa") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Floor2" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Floor2/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_yvipw") - -[node name="Ceiling" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(-1, -7.64274e-15, 8.74228e-08, 0, -1, -8.74228e-08, 8.74228e-08, -8.74228e-08, 1, 0, 3, 0) -mesh = ExtResource("7_otfxe") -skeleton = NodePath("") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Ceiling" instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Ceiling/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_d1yty") - -[node name="Ceiling2" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(-1, -7.64274e-15, 8.74228e-08, 0, -1, -8.74228e-08, 8.74228e-08, -8.74228e-08, 1, -9, 3, 3.93402e-07) -mesh = ExtResource("7_otfxe") -skeleton = NodePath("") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Ceiling2" instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Ceiling2/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_d1yty") - -[node name="Wall" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 4.5, 1.5, -3) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall18" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 4.5, -1.5, -3) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall18" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall18/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall2" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, 3, 1.5, -4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall2" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall2/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall19" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, 3, -1.5, -4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall19" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall19/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall3" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, 0, 1.5, -4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall3" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall3/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall20" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, 0, -1.5, -4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall20" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall20/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall4" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -3, 1.5, -4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall4" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall4/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall21" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -3, -1.5, -4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall21" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall21/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall5" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -6, 1.5, -4.5) -mesh = ExtResource("33_4a0u4") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall5" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall5/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall22" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -6, -1.5, -4.5) -mesh = ExtResource("33_4a0u4") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall22" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall22/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall6" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -9, 1.5, -4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall6" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall6/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall23" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -9, -1.5, -4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall23" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall23/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall7" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -12, 1.5, -4.5) -mesh = ExtResource("33_4a0u4") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall7" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall7/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall24" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -12, -1.5, -4.5) -mesh = ExtResource("33_4a0u4") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall24" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall24/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall8" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -13.5, 1.5, -3) -mesh = ExtResource("33_4a0u4") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall8" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall8/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall25" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -13.5, -1.5, -3) -mesh = ExtResource("33_4a0u4") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall25" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall25/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall9" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -13.5, 1.5, 3.51685e-07) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall9" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall9/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall26" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -13.5, -1.5, 3.51685e-07) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall26" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall26/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall10" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -13.5, 1.5, 3) -mesh = ExtResource("33_4a0u4") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall10" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall10/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall27" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -13.5, -1.5, 3) -mesh = ExtResource("33_4a0u4") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall27" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall27/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall11" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -12, 1.5, 4.5) -mesh = ExtResource("16_sqa4l") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall11" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall11/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall28" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -12, -1.5, 4.5) -mesh = ExtResource("33_4a0u4") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall28" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall28/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall12" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -9, 1.5, 4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall12" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall12/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall29" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -9, -1.5, 4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall29" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall29/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall13" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -6, 1.5, 4.5) -mesh = ExtResource("33_4a0u4") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall13" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall13/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall30" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -6, -1.5, 4.5) -mesh = ExtResource("33_4a0u4") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall30" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall30/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall14" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -3, 1.5, 4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall14" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall14/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall31" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -3, -1.5, 4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall31" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall31/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall15" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 1.5, 4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall15" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall15/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall32" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, -1.5, 4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall32" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall32/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall16" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 3, 1.5, 4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall16" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall16/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall33" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 3, -1.5, 4.5) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall33" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall33/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall17" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1.31134e-07, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, 1.31134e-07, -5.73206e-15, 4.5, 1.5, 3) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall17" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall17/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall34" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1.31134e-07, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, 1.31134e-07, -5.73206e-15, 4.5, -1.5, 3) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall34" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall34/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Wall35" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1.31134e-07, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, 1.31134e-07, -5.73206e-15, 4.5, -1.5, 2.80136e-07) -mesh = ExtResource("29_35kna") -skeleton = NodePath("GunkBody") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Wall35" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Wall35/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_p11ap") - -[node name="Floor3" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, -1.31134e-07) -mesh = ExtResource("35_d8p6j") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Floor3" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Floor3/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_kp5n7") - -[node name="Floor4" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, -3) -mesh = ExtResource("35_d8p6j") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Floor4" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Floor4/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_kp5n7") - -[node name="Floor5" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -3) -mesh = ExtResource("35_d8p6j") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Floor5" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Floor5/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_kp5n7") - -[node name="Floor6" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0, -3) -mesh = ExtResource("35_d8p6j") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Floor6" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Floor6/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_kp5n7") - -[node name="Floor7" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6, 0, -3) -mesh = ExtResource("35_d8p6j") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Floor7" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Floor7/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_kp5n7") - -[node name="Floor8" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9, 0, -3) -mesh = ExtResource("35_d8p6j") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Floor8" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Floor8/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_kp5n7") - -[node name="Floor9" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -12, 0, -3) -mesh = ExtResource("35_d8p6j") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Floor9" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Floor9/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_kp5n7") - -[node name="Floor10" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -12, 0, 1.23979e-06) -mesh = ExtResource("35_d8p6j") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Floor10" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Floor10/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_kp5n7") - -[node name="Floor11" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -12, 0, 3) -mesh = ExtResource("35_d8p6j") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Floor11" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Floor11/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_kp5n7") - -[node name="Floor12" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 3) -mesh = ExtResource("35_d8p6j") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Floor12" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Floor12/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_kp5n7") - -[node name="Ceiling3" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 3, 0, -1.31134e-07) -mesh = ExtResource("36_gim1e") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Ceiling3" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Ceiling3/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_u2hqf") - -[node name="Ceiling4" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 3, 0, -3) -mesh = ExtResource("36_gim1e") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Ceiling4" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Ceiling4/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_u2hqf") - -[node name="Ceiling5" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 0, 0, -3) -mesh = ExtResource("36_gim1e") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Ceiling5" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Ceiling5/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_u2hqf") - -[node name="Ceiling6" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, -3, 0, -3) -mesh = ExtResource("36_gim1e") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Ceiling6" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Ceiling6/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_u2hqf") - -[node name="Ceiling7" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, -6, 0, -3) -mesh = ExtResource("36_gim1e") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Ceiling7" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Ceiling7/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_u2hqf") - -[node name="Ceiling8" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, -9, 0, -3) -mesh = ExtResource("36_gim1e") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Ceiling8" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Ceiling8/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_u2hqf") - -[node name="Ceiling9" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, -12, 0, -3) -mesh = ExtResource("36_gim1e") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Ceiling9" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Ceiling9/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_u2hqf") - -[node name="Ceiling10" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, -12, 0, 1.23979e-06) -mesh = ExtResource("36_gim1e") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Ceiling10" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Ceiling10/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_u2hqf") - -[node name="Ceiling11" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, -12, 0, 3) -mesh = ExtResource("36_gim1e") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Ceiling11" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Ceiling11/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_u2hqf") - -[node name="Ceiling12" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 3, 0, 3) -mesh = ExtResource("36_gim1e") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Ceiling12" instance=ExtResource("2_2egij")] -mask_dim = 64 -source_gunk_material = ExtResource("15_np3w4") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Ceiling12/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_u2hqf") - -[node name="Ramp" type="Node3D" parent="BeastNav/OpsCenter/Bounds"] -transform = Transform3D(0.942641, -0.333807, 0, 0.333807, 0.942641, 0, 0, 0, 1, 1.5, 0, 3) - -[node name="Floor" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds/Ramp"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.5, 0, 2.38419e-07) -mesh = SubResource("ArrayMesh_pifep") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Ramp/Floor" groups=["MetalMaterial"] instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Ramp/Floor/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_ffr5l") - -[node name="Floor2" type="MeshInstance3D" parent="BeastNav/OpsCenter/Bounds/Ramp"] -transform = Transform3D(1, 0, 0, 0, -1, 8.74228e-08, 0, -8.74228e-08, -1, -4.5, 0, 2.38419e-07) -mesh = SubResource("ArrayMesh_pifep") -skeleton = NodePath("../..") - -[node name="GunkBody" parent="BeastNav/OpsCenter/Bounds/Ramp/Floor2" instance=ExtResource("2_2egij")] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Bounds/Ramp/Floor2/GunkBody"] -shape = SubResource("ConcavePolygonShape3D_ffr5l") - -[node name="Railing" type="Node3D" parent="BeastNav/OpsCenter/Bounds"] - -[node name="Railing" parent="BeastNav/OpsCenter/Bounds/Railing" instance=ExtResource("80_wqqoq")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 1.5, 0.501, -6.55671e-08) -skeleton = NodePath("") - -[node name="Railing2" parent="BeastNav/OpsCenter/Bounds/Railing" instance=ExtResource("80_wqqoq")] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0.501, -1.5) -skeleton = NodePath("") - -[node name="Railing3" parent="BeastNav/OpsCenter/Bounds/Railing" instance=ExtResource("80_wqqoq")] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -3, 0.501, -1.5) -skeleton = NodePath("") - -[node name="Railing4" parent="BeastNav/OpsCenter/Bounds/Railing" instance=ExtResource("80_wqqoq")] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -6, 0.501, -1.5) -skeleton = NodePath("") - -[node name="Railing5" parent="BeastNav/OpsCenter/Bounds/Railing" instance=ExtResource("80_wqqoq")] -transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -9, 0.501, -1.5) -skeleton = NodePath("") - -[node name="Railing6" parent="BeastNav/OpsCenter/Bounds/Railing" instance=ExtResource("80_wqqoq")] -transform = Transform3D(1.31134e-07, 0, -1, 0, 1, 0, 1, 0, 1.31134e-07, -10.5, 0.501, 4.5897e-07) -skeleton = NodePath("") - -[node name="Railing7" parent="BeastNav/OpsCenter/Bounds/Railing" instance=ExtResource("80_wqqoq")] -transform = Transform3D(1.31134e-07, 0, -1, 0, 1, 0, 1, 0, 1.31134e-07, -10.5, 0.501, 3) -skeleton = NodePath("") - -[node name="Props" type="Node3D" parent="BeastNav/OpsCenter"] - -[node name="MonitorDesk" type="MeshInstance3D" parent="BeastNav/OpsCenter/Props"] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0.9, -2.4, 4.1) -mesh = SubResource("BoxMesh_8r2kq") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/OpsCenter/Props/MonitorDesk"] -collision_layer = 5 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Props/MonitorDesk/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_nomhm") - -[node name="CollisionShape3D2" type="CollisionShape3D" parent="BeastNav/OpsCenter/Props/MonitorDesk/StaticBody3D"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) -shape = SubResource("ConcavePolygonShape3D_sogkw") - -[node name="MeshInstance3D" type="MeshInstance3D" parent="BeastNav/OpsCenter/Props/MonitorDesk"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) -mesh = SubResource("PrismMesh_ojd88") - -[node name="MonitorDesk2" type="MeshInstance3D" parent="BeastNav/OpsCenter/Props"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.1, -2.4, 0.9) -mesh = SubResource("BoxMesh_8r2kq") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/OpsCenter/Props/MonitorDesk2"] -collision_layer = 5 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Props/MonitorDesk2/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_nomhm") - -[node name="CollisionShape3D2" type="CollisionShape3D" parent="BeastNav/OpsCenter/Props/MonitorDesk2/StaticBody3D"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) -shape = SubResource("ConcavePolygonShape3D_sogkw") - -[node name="MeshInstance3D" type="MeshInstance3D" parent="BeastNav/OpsCenter/Props/MonitorDesk2"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) -mesh = SubResource("PrismMesh_ojd88") - -[node name="MonitorDesk3" type="MeshInstance3D" parent="BeastNav/OpsCenter/Props"] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 0.601, -13.1) -mesh = SubResource("BoxMesh_8r2kq") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/OpsCenter/Props/MonitorDesk3"] -collision_layer = 5 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Props/MonitorDesk3/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_nomhm") - -[node name="CollisionShape3D2" type="CollisionShape3D" parent="BeastNav/OpsCenter/Props/MonitorDesk3/StaticBody3D"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) -shape = SubResource("ConcavePolygonShape3D_sogkw") - -[node name="MeshInstance3D" type="MeshInstance3D" parent="BeastNav/OpsCenter/Props/MonitorDesk3"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) -mesh = SubResource("PrismMesh_ojd88") - -[node name="MonitorDesk4" type="MeshInstance3D" parent="BeastNav/OpsCenter/Props"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.1, 0.601, 0.1) -mesh = SubResource("BoxMesh_8r2kq") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/OpsCenter/Props/MonitorDesk4"] -collision_layer = 5 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Props/MonitorDesk4/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_nomhm") - -[node name="CollisionShape3D2" type="CollisionShape3D" parent="BeastNav/OpsCenter/Props/MonitorDesk4/StaticBody3D"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) -shape = SubResource("ConcavePolygonShape3D_sogkw") - -[node name="MeshInstance3D" type="MeshInstance3D" parent="BeastNav/OpsCenter/Props/MonitorDesk4"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) -mesh = SubResource("PrismMesh_ojd88") - -[node name="Desk" type="MeshInstance3D" parent="BeastNav/OpsCenter/Props"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.1, -2.4, -3.1) -mesh = SubResource("BoxMesh_8r2kq") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/OpsCenter/Props/Desk"] -collision_layer = 5 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Props/Desk/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_nomhm") - -[node name="CornerMonitorDesk" type="MeshInstance3D" parent="BeastNav/OpsCenter/Props"] -transform = Transform3D(0.707106, 0, -0.707106, 0, 1, 0, 0.707106, 0, 0.707106, 3.425, -2.4, 3.425) -mesh = SubResource("BoxMesh_2qkxu") - -[node name="MeshInstance3D" type="MeshInstance3D" parent="BeastNav/OpsCenter/Props/CornerMonitorDesk"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) -mesh = SubResource("PrismMesh_ii88q") - -[node name="StaticBody3D" type="StaticBody3D" parent="BeastNav/OpsCenter/Props/CornerMonitorDesk"] - -[node name="CollisionShape3D" type="CollisionShape3D" parent="BeastNav/OpsCenter/Props/CornerMonitorDesk/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_1jmu7") - -[node name="CollisionShape3D2" type="CollisionShape3D" parent="BeastNav/OpsCenter/Props/CornerMonitorDesk/StaticBody3D"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) -shape = SubResource("ConcavePolygonShape3D_c6n8b") - -[node name="CrateLong" parent="BeastNav/OpsCenter/Props" instance=ExtResource("26_otfxe")] -transform = Transform3D(0.965926, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965926, 3.50191, -2.75, -12.4451) -mesh = SubResource("ArrayMesh_714ux") -skeleton = NodePath("../..") - -[node name="CrateLong2" parent="BeastNav/OpsCenter/Props" instance=ExtResource("26_otfxe")] -transform = Transform3D(0.965926, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965926, 3.50191, -2.25, -12.4451) -mesh = SubResource("ArrayMesh_t3aww") -skeleton = NodePath("../..") - -[node name="CrateLong3" parent="BeastNav/OpsCenter/Props" instance=ExtResource("26_otfxe")] -transform = Transform3D(0.707107, 0, 0.707107, 0, 1, 0, -0.707107, 0, 0.707107, 2.42044, -2.75, -12.1553) -mesh = SubResource("ArrayMesh_5xuxy") -skeleton = NodePath("../..") +[node name="OpsMeetSpook" type="Marker3D" parent="BeastNav/OpsCenter" groups=["MeetSpookSource"]] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -4.5) +script = ExtResource("49_dxmep") +mob_scene = ExtResource("56_vt4uw") +metadata/_custom_type_script = "uid://cvx514gdjd5ev" [node name="SwitchF2" parent="BeastNav/OpsCenter" instance=ExtResource("17_0idgf")] transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, -2.4, 1.3, 4.4) @@ -5830,27 +233,41 @@ OVERRIDE" font_size = 24 outline_size = 10 -[node name="FloatingDust" parent="BeastNav/OpsCenter" instance=ExtResource("25_6giaa")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, -4.5) -amount = 128 -visibility_aabb = AABB(-9, -3, -4.5, 18, 6, 9) -process_material = SubResource("ParticleProcessMaterial_1h5r5") - -[node name="BurnoutLight" parent="BeastNav/OpsCenter" instance=ExtResource("29_lfacn")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 3, 0) - -[node name="BurnoutLight2" parent="BeastNav/OpsCenter" instance=ExtResource("29_lfacn")] -transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 3, -9) - -[node name="OpsMeetSpook" type="Marker3D" parent="BeastNav/OpsCenter" groups=["MeetSpookSource"]] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -4.5) -script = ExtResource("49_dxmep") -mob_scene = ExtResource("56_vt4uw") -metadata/_custom_type_script = "uid://cvx514gdjd5ev" - [node name="CargoBay" type="Node3D" parent="BeastNav"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 12, -12, -60) +[node name="Bulkheads" type="Node3D" parent="BeastNav"] + +[node name="BulkheadA" parent="BeastNav/Bulkheads" instance=ExtResource("35_f0xh4")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -16.5) + +[node name="BulkheadY" parent="BeastNav/Bulkheads" instance=ExtResource("35_f0xh4")] +transform = Transform3D(1, 0, -1.06581e-14, 0, 1, 0, 1.06581e-14, 0, 1, 0, 0, -31.5) + +[node name="BulkheadB" parent="BeastNav/Bulkheads" instance=ExtResource("35_f0xh4")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -27, 0, -43.5) + +[node name="BulkheadC" parent="BeastNav/Bulkheads" instance=ExtResource("35_f0xh4")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -36, 0, -52.5) + +[node name="BulkheadD" parent="BeastNav/Bulkheads" instance=ExtResource("35_f0xh4")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -22.5, 0, -66) + +[node name="BulkheadE" parent="BeastNav/Bulkheads" instance=ExtResource("35_f0xh4")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -13.5, 0, -66) + +[node name="BulkheadF" parent="BeastNav/Bulkheads" instance=ExtResource("35_f0xh4")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -79.5) + +[node name="BulkheadG" parent="BeastNav/Bulkheads" instance=ExtResource("35_f0xh4")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 4.5, 0, -51) + +[node name="BulkheadH" parent="BeastNav/Bulkheads" instance=ExtResource("35_f0xh4")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -7.5, 0, -48) + +[node name="BulkheadX" parent="BeastNav/Bulkheads" instance=ExtResource("35_f0xh4")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -22.5, 0, -51) + [node name="LurkPoints" type="Node3D" parent="."] [node name="LurkPoint" type="Marker3D" parent="LurkPoints" groups=["LurkPoint"]] @@ -5921,312 +338,51 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -12, 1.5, -45) [node name="BeastSpawnPoint12" type="Marker3D" parent="BeastSpawns" groups=["BeastSpawnPoint"]] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9, 1.5, -57) -[connection signal="activated" from="BeastNav/Airlock/Bounds/FarWall/SwitchA1" to="BeastNav/Airlock/Bounds/FarWall/SwitchA1" method="disable"] -[connection signal="activated" from="BeastNav/Airlock/Bounds/FarWall/SwitchA1" to="BeastNav/BulkheadA" method="open"] -[connection signal="activated" from="BeastNav/Airlock/Bounds/FarWall/SwitchA1" to="BeastNav/Corridor1/Hallway1/SwitchA2" method="disable"] -[connection signal="activated" from="BeastNav/Corridor1/Hallway1/SwitchA2" to="BeastNav/Airlock/Bounds/FarWall/SwitchA1" method="disable"] -[connection signal="activated" from="BeastNav/Corridor1/Hallway1/SwitchA2" to="BeastNav/BulkheadA" method="open"] -[connection signal="activated" from="BeastNav/Corridor1/Hallway1/SwitchA2" to="BeastNav/Corridor1/Hallway1/SwitchA2" method="disable"] -[connection signal="activated" from="BeastNav/Corridor1/Hallway4/SwitchB1" to="BeastNav/Corridor1/Hallway4/SwitchB1" method="disable"] -[connection signal="activated" from="BeastNav/Corridor1/Hallway4/SwitchB1" to="BeastNav/BulkheadB" method="open"] -[connection signal="activated" from="BeastNav/Corridor1/Hallway4/SwitchB1" to="BeastNav/MessHall/SwitchB2" method="disable"] -[connection signal="activated" from="BeastNav/MessHall/SwitchB2" to="BeastNav/Corridor1/Hallway4/SwitchB1" method="disable"] -[connection signal="activated" from="BeastNav/MessHall/SwitchB2" to="BeastNav/BulkheadB" method="open"] +[connection signal="activated" from="BeastNav/Airlock/SwitchA1" to="BeastNav/Airlock/SwitchA1" method="disable"] +[connection signal="activated" from="BeastNav/Airlock/SwitchA1" to="BeastNav/Bulkheads/BulkheadA" method="open"] +[connection signal="activated" from="BeastNav/Airlock/SwitchA1" to="BeastNav/Corridor1/SwitchA2" method="disable"] +[connection signal="activated" from="BeastNav/Corridor1/SwitchA2" to="BeastNav/Airlock/SwitchA1" method="disable"] +[connection signal="activated" from="BeastNav/Corridor1/SwitchA2" to="BeastNav/Bulkheads/BulkheadA" method="open"] +[connection signal="activated" from="BeastNav/Corridor1/SwitchA2" to="BeastNav/Corridor1/SwitchA2" method="disable"] +[connection signal="activated" from="BeastNav/Corridor1/SwitchB1" to="BeastNav/Bulkheads/BulkheadB" method="open"] +[connection signal="activated" from="BeastNav/Corridor1/SwitchB1" to="BeastNav/Corridor1/SwitchB1" method="disable"] +[connection signal="activated" from="BeastNav/Corridor1/SwitchB1" to="BeastNav/MessHall/SwitchB2" method="disable"] +[connection signal="activated" from="BeastNav/MessHall/SwitchB2" to="BeastNav/Bulkheads/BulkheadB" method="open"] +[connection signal="activated" from="BeastNav/MessHall/SwitchB2" to="BeastNav/Corridor1/SwitchB1" method="disable"] [connection signal="activated" from="BeastNav/MessHall/SwitchB2" to="BeastNav/MessHall/SwitchB2" method="disable"] +[connection signal="activated" from="BeastNav/MessHall/SwitchC1" to="BeastNav/Bulkheads/BulkheadC" method="open"] [connection signal="activated" from="BeastNav/MessHall/SwitchC1" to="BeastNav/MessHall/SwitchC1" method="disable"] -[connection signal="activated" from="BeastNav/MessHall/SwitchC1" to="BeastNav/BulkheadC" method="open"] -[connection signal="activated" from="BeastNav/MessHall/SwitchC1" to="BeastNav/Corridor2/Hallway1/SwitchC2" method="disable"] -[connection signal="destroyed" from="BeastNav/MessHall/Traps/Trap1/GunkTrigger" to="BeastNav/MessHall/Traps/Trap1/GunkRelay" method="trigger"] -[connection signal="destroyed" from="BeastNav/MessHall/Traps/Trap1/GunkTrigger" to="BeastNav/MessHall/Traps/Trap1/GunkRelay2" method="trigger"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap1/GunkRelay" to="BeastNav/MessHall/Traps/Trap1/GunkRelay3" method="pulse"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap1/GunkRelay" to="BeastNav/MessHall/Traps/Trap1/GunkRelay4" method="pulse"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap1/GunkRelay" to="BeastNav/MessHall/Traps/Trap1/GunkRelay3" method="trigger"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap1/GunkRelay" to="BeastNav/MessHall/Traps/Trap1/GunkRelay4" method="trigger"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap1/GunkRelay3" to="BeastNav/MessHall/Traps/Trap1/GunkRelay7" method="pulse"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap1/GunkRelay3" to="BeastNav/MessHall/Traps/Trap1/GunkRelay2" method="pulse"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap1/GunkRelay3" to="BeastNav/MessHall/Traps/Trap1/GunkRelay7" method="trigger"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap1/GunkRelay3" to="BeastNav/MessHall/Traps/Trap1/GunkRelay2" method="trigger"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap1/GunkRelay4" to="BeastNav/MessHall/Traps/Trap1/GunkRelay5" method="pulse"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap1/GunkRelay4" to="BeastNav/MessHall/Traps/Trap1/GunkRelay7" method="pulse"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap1/GunkRelay4" to="BeastNav/MessHall/Traps/Trap1/GunkRelay5" method="trigger"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap1/GunkRelay4" to="BeastNav/MessHall/Traps/Trap1/GunkRelay7" method="trigger"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap1/GunkRelay5" to="BeastNav/MessHall/Traps/Trap1/GunkRelay6" method="pulse"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap1/GunkRelay5" to="BeastNav/MessHall/Traps/Trap1/GunkRelay6" method="trigger"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap1/GunkRelay6" to="BeastNav/MessHall/Traps/Trap1/GunkRelay8" method="pulse"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap1/GunkRelay6" to="BeastNav/MessHall/Traps/Trap1/GunkRelay9" method="pulse"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap1/GunkRelay6" to="BeastNav/MessHall/Traps/Trap1/GunkRelay8" method="trigger"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap1/GunkRelay6" to="BeastNav/MessHall/Traps/Trap1/GunkRelay9" method="trigger"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap1/GunkRelay7" to="BeastNav/MessHall/Traps/Trap1/GunkRelay8" method="pulse"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap1/GunkRelay7" to="BeastNav/MessHall/Traps/Trap1/GunkRelay9" method="pulse"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap1/GunkRelay7" to="BeastNav/MessHall/Traps/Trap1/GunkRelay8" method="trigger"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap1/GunkRelay7" to="BeastNav/MessHall/Traps/Trap1/GunkRelay9" method="trigger"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap1/GunkRelay8" to="BeastNav/MessHall/Traps/Trap1/GunkRelay10" method="pulse"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap1/GunkRelay8" to="BeastNav/MessHall/Traps/Trap1/GunkRelay10" method="trigger"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap1/GunkRelay9" to="BeastNav/MessHall/Traps/Trap1/GunkAlarm" method="trigger"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap1/GunkRelay10" to="BeastNav/MessHall/Traps/Trap1/GunkAlarm" method="trigger"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap1/GunkRelay2" to="BeastNav/MessHall/Traps/Trap1/GunkRelay11" method="pulse"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap1/GunkRelay2" to="BeastNav/MessHall/Traps/Trap1/GunkRelay11" method="trigger"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap1/GunkRelay11" to="BeastNav/MessHall/Traps/Trap1/GunkRelay12" method="pulse"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap1/GunkRelay11" to="BeastNav/MessHall/Traps/Trap1/GunkRelay12" method="trigger"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap1/GunkRelay12" to="BeastNav/MessHall/Traps/Trap1/GunkRelay13" method="pulse"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap1/GunkRelay12" to="BeastNav/MessHall/Traps/Trap1/GunkRelay13" method="trigger"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap1/GunkRelay13" to="BeastNav/MessHall/Traps/Trap1/GunkRelay14" method="pulse"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap1/GunkRelay13" to="BeastNav/MessHall/Traps/Trap1/GunkRelay14" method="trigger"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap1/GunkRelay14" to="BeastNav/MessHall/Traps/Trap1/GunkAlarm" method="trigger"] -[connection signal="destroyed" from="BeastNav/MessHall/Traps/Trap2/GunkTrigger" to="BeastNav/MessHall/Traps/Trap2/GunkRelay" method="trigger"] -[connection signal="destroyed" from="BeastNav/MessHall/Traps/Trap2/GunkTrigger" to="BeastNav/MessHall/Traps/Trap2/GunkRelay5" method="trigger"] -[connection signal="destroyed" from="BeastNav/MessHall/Traps/Trap2/GunkTrigger" to="BeastNav/MessHall/Traps/Trap2/GunkRelay2" method="trigger"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap2/GunkRelay" to="BeastNav/MessHall/Traps/Trap2/GunkRelay3" method="pulse"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap2/GunkRelay" to="BeastNav/MessHall/Traps/Trap2/GunkRelay3" method="trigger"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap2/GunkRelay3" to="BeastNav/MessHall/Traps/Trap2/GunkRelay5" method="pulse"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap2/GunkRelay3" to="BeastNav/MessHall/Traps/Trap2/GunkRelay9" method="pulse"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap2/GunkRelay3" to="BeastNav/MessHall/Traps/Trap2/GunkRelay5" method="trigger"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap2/GunkRelay3" to="BeastNav/MessHall/Traps/Trap2/GunkRelay9" method="trigger"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap2/GunkRelay10" to="BeastNav/MessHall/Traps/Trap2/GunkRelay7" method="pulse"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap2/GunkRelay10" to="BeastNav/MessHall/Traps/Trap2/GunkRelay9" method="pulse"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap2/GunkRelay10" to="BeastNav/MessHall/Traps/Trap2/GunkRelay7" method="trigger"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap2/GunkRelay10" to="BeastNav/MessHall/Traps/Trap2/GunkRelay9" method="trigger"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap2/GunkRelay5" to="BeastNav/MessHall/Traps/Trap2/GunkRelay7" method="pulse"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap2/GunkRelay5" to="BeastNav/MessHall/Traps/Trap2/GunkRelay9" method="pulse"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap2/GunkRelay5" to="BeastNav/MessHall/Traps/Trap2/GunkRelay7" method="trigger"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap2/GunkRelay5" to="BeastNav/MessHall/Traps/Trap2/GunkRelay9" method="trigger"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap2/GunkRelay7" to="BeastNav/MessHall/Traps/Trap2/GunkAlarm" method="pulse"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap2/GunkRelay7" to="BeastNav/MessHall/Traps/Trap2/GunkAlarm" method="trigger"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap2/GunkRelay9" to="BeastNav/MessHall/Traps/Trap2/GunkAlarm" method="pulse"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap2/GunkRelay9" to="BeastNav/MessHall/Traps/Trap2/GunkAlarm" method="trigger"] -[connection signal="pulsed" from="BeastNav/MessHall/Traps/Trap2/GunkRelay2" to="BeastNav/MessHall/Traps/Trap2/GunkRelay10" method="pulse"] -[connection signal="triggered" from="BeastNav/MessHall/Traps/Trap2/GunkRelay2" to="BeastNav/MessHall/Traps/Trap2/GunkRelay10" method="trigger"] -[connection signal="activated" from="BeastNav/Corridor2/Hallway1/SwitchC2" to="BeastNav/MessHall/SwitchC1" method="disable"] -[connection signal="activated" from="BeastNav/Corridor2/Hallway1/SwitchC2" to="BeastNav/BulkheadC" method="open"] -[connection signal="activated" from="BeastNav/Corridor2/Hallway1/SwitchC2" to="BeastNav/Corridor2/Hallway1/SwitchC2" method="disable"] -[connection signal="activated" from="BeastNav/Corridor2/Hallway2/SwitchD1" to="BeastNav/Corridor2/Hallway2/SwitchD1" method="disable"] -[connection signal="activated" from="BeastNav/Corridor2/Hallway2/SwitchD1" to="BeastNav/BulkheadD" method="open"] -[connection signal="activated" from="BeastNav/Corridor2/Hallway2/SwitchD1" to="BeastNav/CrewQuarters/CommonArea/SwitchD2" method="disable"] -[connection signal="activated" from="BeastNav/CrewQuarters/CommonArea/SwitchD2" to="BeastNav/Corridor2/Hallway2/SwitchD1" method="disable"] -[connection signal="activated" from="BeastNav/CrewQuarters/CommonArea/SwitchD2" to="BeastNav/BulkheadD" method="open"] -[connection signal="activated" from="BeastNav/CrewQuarters/CommonArea/SwitchD2" to="BeastNav/CrewQuarters/CommonArea/SwitchD2" method="disable"] -[connection signal="activated" from="BeastNav/CrewQuarters/CommonArea/SwitchE1" to="BeastNav/CrewQuarters/CommonArea/SwitchE1" method="disable"] -[connection signal="activated" from="BeastNav/CrewQuarters/CommonArea/SwitchE1" to="BeastNav/BulkheadE" method="open"] -[connection signal="activated" from="BeastNav/CrewQuarters/CommonArea/SwitchE1" to="BeastNav/Corridor3/Hallway/SwitchE2" method="disable"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/Listener" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay2" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay2" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay2" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay3" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay2" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay3" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay3" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay4" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay3" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay4" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay4" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay5" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay4" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay5" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay5" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay6" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay5" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay6" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay6" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay7" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay6" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay7" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay7" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay8" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay7" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay8" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay8" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay9" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay8" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay9" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay9" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay10" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay9" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay10" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay10" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay11" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay10" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay11" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay11" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay12" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay11" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay12" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay12" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay13" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay12" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay13" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay13" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay14" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay13" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay14" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay14" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay15" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay14" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay15" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay15" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay16" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay15" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay16" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay16" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay17" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay16" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay17" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay17" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay18" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay17" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay18" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay18" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay19" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay18" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay19" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay19" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay20" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay19" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay20" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay20" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay21" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay20" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay21" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay21" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay22" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay21" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay22" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay22" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay23" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay22" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay23" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay23" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay24" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay23" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay24" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay24" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay25" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay24" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay25" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay25" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay26" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay25" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay26" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay26" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay27" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay26" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay27" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay27" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay28" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay27" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay28" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay28" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay29" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay28" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay29" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay29" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay30" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay29" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay30" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay30" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay31" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay30" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay31" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay31" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay32" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay31" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay32" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay32" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay33" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay32" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay33" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay33" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay34" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay33" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay34" method="trigger"] -[connection signal="pulsed" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay34" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkAlarm" method="pulse"] -[connection signal="triggered" from="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkRelay34" to="BeastNav/CrewQuarters/CommonArea/ListenerTrap1/GunkAlarm" method="trigger"] -[connection signal="activated" from="BeastNav/Corridor3/Hallway/SwitchE2" to="BeastNav/CrewQuarters/CommonArea/SwitchE1" method="disable"] -[connection signal="activated" from="BeastNav/Corridor3/Hallway/SwitchE2" to="BeastNav/BulkheadE" method="open"] -[connection signal="activated" from="BeastNav/Corridor3/Hallway/SwitchE2" to="BeastNav/Corridor3/Hallway/SwitchE2" method="disable"] -[connection signal="activated" from="BeastNav/Corridor3/Hallway2/RetinalScanner" to="BeastNav/BulkheadF" method="open"] -[connection signal="activated" from="BeastNav/Corridor3/Hallway2/RetinalScanner" to="BeastNav/Corridor3/Hallway2/RetinalScanner" method="disable"] -[connection signal="activated" from="BeastNav/Corridor3/Hallway2/RetinalScanner" to="BeastNav/OpsCenter/SwitchF2" method="disable"] -[connection signal="activated" from="BeastNav/Corridor3/ShortHallway3/SwitchH1" to="BeastNav/Corridor3/ShortHallway3/SwitchH1" method="disable"] -[connection signal="activated" from="BeastNav/Corridor3/ShortHallway3/SwitchH1" to="BeastNav/BulkheadH" method="open"] -[connection signal="activated" from="BeastNav/Corridor3/ShortHallway3/SwitchH1" to="BeastNav/Medbay/SwitchH2" method="disable"] -[connection signal="activated" from="BeastNav/Medbay/SwitchH2" to="BeastNav/Corridor3/ShortHallway3/SwitchH1" method="disable"] -[connection signal="activated" from="BeastNav/Medbay/SwitchH2" to="BeastNav/BulkheadH" method="open"] +[connection signal="activated" from="BeastNav/MessHall/SwitchC1" to="BeastNav/Corridor2/SwitchC2" method="disable"] +[connection signal="activated" from="BeastNav/Corridor2/SwitchC2" to="BeastNav/Bulkheads/BulkheadC" method="open"] +[connection signal="activated" from="BeastNav/Corridor2/SwitchC2" to="BeastNav/MessHall/SwitchC1" method="disable"] +[connection signal="activated" from="BeastNav/Corridor2/SwitchC2" to="BeastNav/Corridor2/SwitchC2" method="disable"] +[connection signal="activated" from="BeastNav/Corridor2/SwitchD1" to="BeastNav/Bulkheads/BulkheadD" method="open"] +[connection signal="activated" from="BeastNav/Corridor2/SwitchD1" to="BeastNav/Corridor2/SwitchD1" method="disable"] +[connection signal="activated" from="BeastNav/Corridor2/SwitchD1" to="BeastNav/CrewQuarters/SwitchD2" method="disable"] +[connection signal="activated" from="BeastNav/CrewQuarters/SwitchD2" to="BeastNav/Bulkheads/BulkheadD" method="open"] +[connection signal="activated" from="BeastNav/CrewQuarters/SwitchD2" to="BeastNav/Corridor2/SwitchD1" method="disable"] +[connection signal="activated" from="BeastNav/CrewQuarters/SwitchD2" to="BeastNav/CrewQuarters/SwitchD2" method="disable"] +[connection signal="activated" from="BeastNav/CrewQuarters/SwitchE1" to="BeastNav/Bulkheads/BulkheadE" method="open"] +[connection signal="activated" from="BeastNav/CrewQuarters/SwitchE1" to="BeastNav/CrewQuarters/SwitchE1" method="disable"] +[connection signal="activated" from="BeastNav/CrewQuarters/SwitchE1" to="BeastNav/Corridor3/SwitchE2" method="disable"] +[connection signal="activated" from="BeastNav/Corridor3/SwitchE2" to="BeastNav/Bulkheads/BulkheadE" method="open"] +[connection signal="activated" from="BeastNav/Corridor3/SwitchE2" to="BeastNav/CrewQuarters/SwitchE1" method="disable"] +[connection signal="activated" from="BeastNav/Corridor3/SwitchE2" to="BeastNav/Corridor3/SwitchE2" method="disable"] +[connection signal="activated" from="BeastNav/Corridor3/RetinalScanner" to="BeastNav/Bulkheads/BulkheadF" method="open"] +[connection signal="activated" from="BeastNav/Corridor3/RetinalScanner" to="BeastNav/Corridor3/RetinalScanner" method="disable"] +[connection signal="activated" from="BeastNav/Corridor3/RetinalScanner" to="BeastNav/OpsCenter/SwitchF2" method="disable"] +[connection signal="activated" from="BeastNav/Corridor3/SwitchH1" to="BeastNav/Bulkheads/BulkheadH" method="open"] +[connection signal="activated" from="BeastNav/Corridor3/SwitchH1" to="BeastNav/Corridor3/SwitchH1" method="disable"] +[connection signal="activated" from="BeastNav/Corridor3/SwitchH1" to="BeastNav/Medbay/SwitchH2" method="disable"] +[connection signal="activated" from="BeastNav/Medbay/SwitchH2" to="BeastNav/Bulkheads/BulkheadH" method="open"] +[connection signal="activated" from="BeastNav/Medbay/SwitchH2" to="BeastNav/Corridor3/SwitchH1" method="disable"] [connection signal="activated" from="BeastNav/Medbay/SwitchH2" to="BeastNav/Medbay/SwitchH2" method="disable"] +[connection signal="activated" from="BeastNav/Medbay/SwitchX" to="BeastNav/Bulkheads/BulkheadX" method="open"] [connection signal="activated" from="BeastNav/Medbay/SwitchX" to="BeastNav/Medbay/SwitchX" method="disable"] -[connection signal="activated" from="BeastNav/Medbay/SwitchX" to="BeastNav/BulkheadX" method="open"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/GunkHeart" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay" method="pulse"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/GunkHeart" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay" method="pulse"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/GunkHeart" to="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay" method="pulse"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/GunkHeart" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay" method="pulse"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/GunkHeart" to="BeastNav/Medbay/HeartbeatNetTrap/Neck/NeckRelay" method="pulse"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay2" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay2" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay2" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay3" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay2" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay3" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay3" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay4" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay3" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay4" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay4" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay10" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay4" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay10" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay10" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay11" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay10" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay11" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay11" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay12" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay11" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay12" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay12" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay13" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay12" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay13" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay13" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay14" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay13" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay14" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay14" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay15" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay14" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay15" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay15" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay16" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay15" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay16" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay16" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkAlarm" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay16" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkAlarm" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay5" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay4" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay5" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay4" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay6" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay5" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay6" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay5" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay7" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay6" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay7" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay6" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay8" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay7" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay8" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay7" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay9" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay8" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay9" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay8" method="trigger"] -[connection signal="destroyed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkTrigger" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay10" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay2" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay2" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay2" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay3" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay2" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay3" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay3" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay4" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay3" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay4" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay4" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay5" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay4" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay5" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay5" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay6" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay5" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay6" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay6" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay7" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay6" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay7" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay7" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay8" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay7" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay8" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay8" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay9" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay8" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay9" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay9" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay10" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay9" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay10" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay10" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay11" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay10" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay11" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay11" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay12" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay11" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay12" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay12" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay13" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay12" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay13" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay13" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay14" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay13" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay14" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay14" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay15" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay14" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay15" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay15" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay16" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay15" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay16" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay16" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkAlarm" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkRelay16" to="BeastNav/Medbay/HeartbeatNetTrap/ArmR/GunkAlarm" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay" to="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay2" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay" to="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay2" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay2" to="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay3" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay2" to="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay3" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay3" to="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay4" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay3" to="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay4" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay4" to="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay9" method="pulse"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay4" to="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay5" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay4" to="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay9" method="trigger"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay4" to="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay5" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay9" to="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay10" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay9" to="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay10" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay10" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay12" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay10" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay12" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay5" to="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay6" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay5" to="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay6" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay6" to="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay7" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay6" to="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay7" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay7" to="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay8" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay7" to="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay8" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay8" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay9" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegL/GunkRelay8" to="BeastNav/Medbay/HeartbeatNetTrap/ArmL/GunkRelay9" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay2" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay2" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay2" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay3" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay2" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay3" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay3" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay4" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay3" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay4" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay4" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay5" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay4" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay5" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay5" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay6" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay5" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay6" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay6" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay7" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay6" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay7" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay7" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay8" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay7" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay8" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay8" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay9" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay8" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay9" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay9" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay10" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay9" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay10" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay10" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay11" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay10" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay11" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay11" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay12" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay11" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay12" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay12" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay13" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay12" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay13" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay13" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay14" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay13" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay14" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay14" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay15" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay14" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay15" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay15" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay16" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay15" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay16" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay16" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay17" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay16" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay17" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay17" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay18" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay17" to="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay18" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay18" to="BeastNav/Medbay/HeartbeatNetTrap/UnderTableGunkAlarm" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/LegR/GunkRelay18" to="BeastNav/Medbay/HeartbeatNetTrap/UnderTableGunkAlarm" method="trigger"] -[connection signal="pulsed" from="BeastNav/Medbay/HeartbeatNetTrap/Neck/NeckRelay" to="BeastNav/Medbay/HeartbeatNetTrap/Neck/GunkAlarm4" method="pulse"] -[connection signal="triggered" from="BeastNav/Medbay/HeartbeatNetTrap/Neck/NeckRelay" to="BeastNav/Medbay/HeartbeatNetTrap/Neck/GunkAlarm4" method="trigger"] -[connection signal="activated" from="BeastNav/OpsCenter/SwitchF2" to="BeastNav/BulkheadF" method="open"] -[connection signal="activated" from="BeastNav/OpsCenter/SwitchF2" to="BeastNav/Corridor3/Hallway2/RetinalScanner" method="disable"] +[connection signal="activated" from="BeastNav/OpsCenter/SwitchF2" to="BeastNav/Bulkheads/BulkheadF" method="open"] +[connection signal="activated" from="BeastNav/OpsCenter/SwitchF2" to="BeastNav/Corridor3/RetinalScanner" method="disable"] [connection signal="activated" from="BeastNav/OpsCenter/SwitchF2" to="BeastNav/OpsCenter/SwitchF2" method="disable"] -[connection signal="activated" from="BeastNav/OpsCenter/SwitchY" to="BeastNav/BulkheadY" method="open"] +[connection signal="activated" from="BeastNav/OpsCenter/SwitchY" to="BeastNav/Bulkheads/BulkheadY" method="open"] [connection signal="activated" from="BeastNav/OpsCenter/SwitchY" to="BeastNav/OpsCenter/SwitchY" method="disable"] -[connection signal="activated" from="BeastNav/OpsCenter/SwitchG" to="BeastNav/BulkheadG" method="open"] +[connection signal="activated" from="BeastNav/OpsCenter/SwitchG" to="BeastNav/Bulkheads/BulkheadG" method="open"] [connection signal="activated" from="BeastNav/OpsCenter/SwitchG" to="BeastNav/OpsCenter/SwitchG" method="disable"] - -[editable path="BeastNav/Airlock/Props/EmptySuitChamber"] diff --git a/levels/ghost_ship/level/airlock/airlock.tscn b/levels/ghost_ship/level/airlock/airlock.tscn new file mode 100644 index 0000000..514cee4 --- /dev/null +++ b/levels/ghost_ship/level/airlock/airlock.tscn @@ -0,0 +1,417 @@ +[gd_scene load_steps=60 format=3 uid="uid://cwhmn3w8hoads"] + +[ext_resource type="ArrayMesh" uid="uid://dpr5cgq743f4s" path="res://assets/level/floor/floor_9x9.mesh" id="1_isxnv"] +[ext_resource type="PackedScene" uid="uid://c2omlx4ptrc01" path="res://src/world/gunk_body/gunk_body.tscn" id="2_on3c1"] +[ext_resource type="Texture2D" uid="uid://dthjo3ymo7say" path="res://levels/ghost_ship/level/airlock/floor_mask.png" id="3_7lojt"] +[ext_resource type="ArrayMesh" uid="uid://bumwpsm42csme" path="res://assets/level/ceiling/ceiling_9x9.mesh" id="4_hgu5g"] +[ext_resource type="Texture2D" uid="uid://bn4nrclcovuej" path="res://assets/level/wall/wall_1_C.png" id="5_oawwh"] +[ext_resource type="Texture2D" uid="uid://da3nqwmiwbu8s" path="res://assets/level/wall/wall_1_M.png" id="6_orm16"] +[ext_resource type="Texture2D" uid="uid://bujelwt4b5d0s" path="res://assets/level/wall/wall_1_N.png" id="7_8qct8"] +[ext_resource type="Texture2D" uid="uid://dwi2opqp2s8ak" path="res://assets/level/wall/wall_1_R.png" id="8_rwtnm"] +[ext_resource type="Texture2D" uid="uid://m2qxenym1otw" path="res://assets/level/wall/wall_2_C.png" id="9_ibcrf"] +[ext_resource type="Texture2D" uid="uid://begn6qloo0m1q" path="res://assets/level/wall/wall_2_M.png" id="10_g25kg"] +[ext_resource type="Texture2D" uid="uid://cpdrvdu3qt62t" path="res://assets/level/wall/wall_2_N.png" id="11_3mk3p"] +[ext_resource type="Texture2D" uid="uid://ba5vvrx730go8" path="res://assets/level/wall/wall_2_R.png" id="12_608qq"] +[ext_resource type="ArrayMesh" uid="uid://bx00qgk2dyjrw" path="res://assets/level/wall/wall_2.mesh" id="13_wvsd4"] +[ext_resource type="Material" uid="uid://c1vy4bkwb1g5m" path="res://assets/materials/gunk_lowrez.material" id="14_asais"] +[ext_resource type="PackedScene" uid="uid://b7ycqk0r7n2t" path="res://assets/props/eva_suit/eva_suit.gltf" id="15_e4f0d"] +[ext_resource type="PackedScene" uid="uid://dl6vekf0joac4" path="res://src/props/eva_suit/eva_suit.tscn" id="16_oacma"] +[ext_resource type="ArrayMesh" uid="uid://c66fwpu8pe7ti" path="res://assets/props/tarp_crate/tarp_crate_2.obj" id="17_4abyn"] +[ext_resource type="Texture2D" uid="uid://bn8jtn1sbfved" path="res://assets/props/tarp_crate/tarp_crate_logo_C.png" id="18_aelpg"] +[ext_resource type="Texture2D" uid="uid://c7txl2h0vpp6n" path="res://assets/props/tarp_crate/tarp_crate_logo_M.png" id="19_dgulu"] +[ext_resource type="Texture2D" uid="uid://b30kaqo2dlgtu" path="res://assets/props/tarp_crate/tarp_crate_logo_N.png" id="20_vttqe"] +[ext_resource type="Texture2D" uid="uid://cv2kg5mgildw6" path="res://assets/props/tarp_crate/tarp_crate_logo_R.png" id="21_wkgx4"] +[ext_resource type="ArrayMesh" uid="uid://cd7vwjss7qytk" path="res://assets/props/crate_long/crate_long.obj" id="22_ug240"] +[ext_resource type="Texture2D" uid="uid://cd0w8eqpount3" path="res://assets/props/crate_long/crate_long_C.png" id="23_r5y3o"] +[ext_resource type="Texture2D" uid="uid://da5p04vbiy3xe" path="res://assets/props/crate_long/crate_long_M.png" id="24_l8hx7"] +[ext_resource type="Texture2D" uid="uid://bsovubygl3go2" path="res://assets/props/crate_long/crate_long_N.png" id="25_fbvpt"] +[ext_resource type="Texture2D" uid="uid://b1m1my5q2vlwi" path="res://assets/props/crate_long/crate_long_R.png" id="26_s0aa0"] +[ext_resource type="PackedScene" uid="uid://2yqi5u5eo025" path="res://src/world/gunk_node/grunk_nodule.tscn" id="27_4jxmw"] +[ext_resource type="PackedScene" uid="uid://d2feet02a603e" path="res://src/props/overhead_light/overhead_light.tscn" id="28_fajl5"] +[ext_resource type="PackedScene" uid="uid://30o8ltnnxpxo" path="res://src/effects/floating_dust.tscn" id="29_ib88w"] + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_yvipw"] +data = PackedVector3Array(4.5, 0, 4.5, -4.5, 0, 4.5, 4.5, 0, -4.5, 4.5, 0, -4.5, -4.5, 0, 4.5, -4.5, 0, -4.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_d1yty"] +data = PackedVector3Array(4.5, 0, 4.5, -4.5, 0, 4.5, 4.5, 0, -4.5, 4.5, 0, -4.5, -4.5, 0, 4.5, -4.5, 0, -4.5) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_48a1a"] +resource_local_to_scene = true +albedo_texture = ExtResource("5_oawwh") +metallic = 1.0 +metallic_texture = ExtResource("6_orm16") +roughness_texture = ExtResource("8_rwtnm") +normal_enabled = true +normal_texture = ExtResource("7_8qct8") +uv1_scale = Vector3(3, 1, 1) +texture_filter = 4 + +[sub_resource type="QuadMesh" id="QuadMesh_7y0xw"] +material = SubResource("StandardMaterial3D_48a1a") +size = Vector2(9, 3) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_2egij"] +data = PackedVector3Array(4.5, -1.5, 0, -4.5, -1.5, 0, 4.5, 1.5, 0, -4.5, -1.5, 0, -4.5, 1.5, 0, 4.5, 1.5, 0) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_ajjdt"] +data = PackedVector3Array(4.5, -1.5, 0, -4.5, -1.5, 0, 4.5, 1.5, 0, -4.5, -1.5, 0, -4.5, 1.5, 0, 4.5, 1.5, 0) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_kp5n7"] +resource_local_to_scene = true +cull_mode = 2 +albedo_texture = ExtResource("9_ibcrf") +metallic = 1.0 +metallic_texture = ExtResource("10_g25kg") +roughness_texture = ExtResource("12_608qq") +normal_enabled = true +normal_texture = ExtResource("11_3mk3p") +uv1_scale = Vector3(1.167, 1, 1) +texture_filter = 4 + +[sub_resource type="QuadMesh" id="QuadMesh_kcek3"] +material = SubResource("StandardMaterial3D_kp5n7") +size = Vector2(3.5, 3) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_gim1e"] +data = PackedVector3Array(1.75, -1.5, 0, -1.75, -1.5, 0, 1.75, 1.5, 0, -1.75, -1.5, 0, -1.75, 1.5, 0, 1.75, 1.5, 0) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_6giaa"] +data = PackedVector3Array(1.75, -1.5, 0, -1.75, -1.5, 0, 1.75, 1.5, 0, -1.75, -1.5, 0, -1.75, 1.5, 0, 1.75, 1.5, 0) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_f0xh4"] +resource_local_to_scene = true +cull_mode = 2 +albedo_texture = ExtResource("5_oawwh") +metallic = 1.0 +metallic_texture = ExtResource("6_orm16") +roughness_texture = ExtResource("8_rwtnm") +normal_enabled = true +normal_texture = ExtResource("7_8qct8") +uv1_scale = Vector3(0.667, 0.167, 1) +texture_filter = 4 + +[sub_resource type="QuadMesh" id="QuadMesh_1njh5"] +material = SubResource("StandardMaterial3D_f0xh4") +size = Vector2(2, 0.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_smvh1"] +data = PackedVector3Array(1, -0.25, 0, -1, -0.25, 0, 1, 0.25, 0, -1, -0.25, 0, -1, 0.25, 0, 1, 0.25, 0) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_p11ap"] +data = PackedVector3Array(1.5, 0, 1.5, -1.5, 0, 1.5, 1.5, 0, -1.5, 1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 0, -1.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_mcskc"] +data = PackedVector3Array(0, -1.3875, -0.45, -0.3, -1.5, -0.3696, 0, -1.5, -0.45, 0, -1.3875, -0.45, -0.3, -1.3875, -0.3696, -0.3, -1.5, -0.3696, -0.3, -1.3875, -0.3696, -0.5196, -1.5, -0.15, -0.3, -1.5, -0.3696, -0.3, -1.3875, -0.3696, -0.5196, -1.3875, -0.15, -0.5196, -1.5, -0.15, 0.5196, -1.3875, -0.15, 0.3, -1.5, -0.3696, 0.5196, -1.5, -0.15, 0.5196, -1.3875, -0.15, 0.3, -1.3875, -0.3696, 0.3, -1.5, -0.3696, 0.3, -1.3875, -0.3696, 0, -1.5, -0.45, 0.3, -1.5, -0.3696, 0.3, -1.3875, -0.3696, 0, -1.3875, -0.45, 0, -1.5, -0.45, 0.3, 0.875, -0.3696, 0, 0.75, -0.45, 0.3, 0.75, -0.3696, 0.3, 0.875, -0.3696, 0, 0.875, -0.45, 0, 0.75, -0.45, 0, 0.875, -0.45, -0.3, 0.75, -0.3696, 0, 0.75, -0.45, 0, 0.875, -0.45, -0.3, 0.875, -0.3696, -0.3, 0.75, -0.3696, -0.4157, 0.75, 0.24, -0.3, 0.75, -0.3696, -0.5196, 0.75, -0.15, 0.4157, 0.75, 0.24, -0.3, 0.75, -0.3696, -0.4157, 0.75, 0.24, -0.3, 0.75, -0.3696, 0.4157, 0.75, 0.24, 0.3, 0.75, -0.3696, 0.3, 0.75, -0.3696, 0.4157, 0.75, 0.24, 0.5196, 0.75, -0.15, -0.3, 0.75, -0.3696, 0.3, 0.75, -0.3696, 0, 0.75, -0.45, 0.6, 1.5, 0.15, 0.5196, -1.5, -0.15, 0.6, -1.5, 0.15, 0.6, 1.5, 0.15, 0.5196, -1.3875, -0.15, 0.5196, -1.5, -0.15, 0.5196, -1.3875, -0.15, 0.6, 1.5, 0.15, 0.5196, 1.5, -0.15, 0.5196, -1.3875, -0.15, 0.5196, 1.5, -0.15, 0.5196, 0.75, -0.15, 0.4157, -1.3875, 0.24, 0.3, -1.3875, -0.3696, 0.5196, -1.3875, -0.15, -0.4157, -1.3875, 0.24, 0.3, -1.3875, -0.3696, 0.4157, -1.3875, 0.24, 0.3, -1.3875, -0.3696, -0.4157, -1.3875, 0.24, -0.3, -1.3875, -0.3696, -0.3, -1.3875, -0.3696, -0.4157, -1.3875, 0.24, -0.5196, -1.3875, -0.15, 0.3, -1.3875, -0.3696, -0.3, -1.3875, -0.3696, 0, -1.3875, -0.45, 0.5196, 0.75, -0.15, 0.4157, -1.3875, 0.24, 0.5196, -1.3875, -0.15, 0.5196, 0.75, -0.15, 0.4157, 0.75, 0.24, 0.4157, -1.3875, 0.24, 0.4157, -1.3875, 0.24, -0.4157, 0.75, 0.24, -0.4157, -1.3875, 0.24, 0.4157, -1.3875, 0.24, 0.4157, 0.75, 0.24, -0.4157, 0.75, 0.24, -0.5196, -1.3875, -0.15, -0.4157, 0.75, 0.24, -0.5196, 0.75, -0.15, -0.5196, -1.3875, -0.15, -0.4157, -1.3875, 0.24, -0.4157, 0.75, 0.24, 0, 1.5, -0.45, -0.3, 1.125, -0.3696, 0, 1.125, -0.45, 0, 1.5, -0.45, -0.3, 1.5, -0.3696, -0.3, 1.125, -0.3696, -0.3, 0.875, -0.3696, 0, 0.875, -0.45, 0.3, 0.875, -0.3696, -0.5196, 0.75, -0.15, -0.5196, -1.5, -0.15, -0.5196, -1.3875, -0.15, -0.5196, -1.5, -0.15, -0.5196, 0.75, -0.15, -0.6, 1.5, 0.15, -0.6, 1.5, 0.15, -0.5196, 0.75, -0.15, -0.5196, 1.5, -0.15, -0.5196, -1.5, -0.15, -0.6, 1.5, 0.15, -0.6, -1.5, 0.15, -0.6, 1.5, 0.45, -0.6, -1.5, 0.15, -0.6, 1.5, 0.15, -0.6, 1.5, 0.45, -0.6, -1.5, 0.45, -0.6, -1.5, 0.15, 0.6, 1.5, 0.15, 0.6, -1.5, 0.45, 0.6, 1.5, 0.45, 0.6, 1.5, 0.15, 0.6, -1.5, 0.15, 0.6, -1.5, 0.45, -0.3, 0.875, -0.3696, -0.5196, 0.75, -0.15, -0.3, 0.75, -0.3696, -0.3, 1.125, -0.3696, -0.5196, 0.75, -0.15, -0.3, 0.875, -0.3696, -0.5196, 0.75, -0.15, -0.3, 1.125, -0.3696, -0.3, 1.5, -0.3696, -0.5196, 0.75, -0.15, -0.3, 1.5, -0.3696, -0.5196, 1.5, -0.15, 0.3, 1.5, -0.3696, 0, 1.125, -0.45, 0.3, 1.125, -0.3696, 0.3, 1.5, -0.3696, 0, 1.5, -0.45, 0, 1.125, -0.45, 0, 1.125, -0.45, -0.3, 1.125, -0.3696, 0.3, 1.125, -0.3696, -0.3, 1.125, -0.3696, 0.3, 0.875, -0.3696, 0.3, 1.125, -0.3696, -0.3, 1.125, -0.3696, -0.3, 0.875, -0.3696, 0.3, 0.875, -0.3696, 0.5196, 1.5, -0.15, 0.3, 0.75, -0.3696, 0.5196, 0.75, -0.15, 0.5196, 1.5, -0.15, 0.3, 0.875, -0.3696, 0.3, 0.75, -0.3696, 0.3, 0.875, -0.3696, 0.5196, 1.5, -0.15, 0.3, 1.125, -0.3696, 0.3, 1.125, -0.3696, 0.5196, 1.5, -0.15, 0.3, 1.5, -0.3696, 0.2188, -0.25, 0.0074, 0.1618, -0.2, -0.1176, 0.177, -0.25, -0.1211, 0.2188, -0.25, 0.0074, 0.2, -0.2, 0, 0.1618, -0.2, -0.1176, 0.2, -0.2, 0, 0.1456, -0.25, -0.1129, 0.1618, -0.2, -0.1176, 0.2, -0.2, 0, 0.18, -0.25, -0.0071, 0.1456, -0.25, -0.1129, 0.18, -0.25, -0.0071, 0.1618, -0.3, -0.1176, 0.1456, -0.25, -0.1129, 0.18, -0.25, -0.0071, 0.2, -0.3, 0, 0.1618, -0.3, -0.1176, 0.2, -0.3, 0, 0.177, -0.25, -0.1211, 0.1618, -0.3, -0.1176, 0.2, -0.3, 0, 0.2188, -0.25, 0.0074, 0.177, -0.25, -0.1211, -0.177, -0.25, -0.1211, -0.1456, -0.25, -0.1129, -0.1618, -0.2, -0.1176, -0.177, -0.25, -0.1211, -0.1618, -0.3, -0.1176, -0.1456, -0.25, -0.1129, 0.177, -0.25, -0.1211, 0.1456, -0.25, -0.1129, 0.1618, -0.3, -0.1176, 0.177, -0.25, -0.1211, 0.1618, -0.2, -0.1176, 0.1456, -0.25, -0.1129, -0.177, -0.25, -0.1211, -0.2, -0.2, 0, -0.2188, -0.25, 0.0074, -0.177, -0.25, -0.1211, -0.1618, -0.2, -0.1176, -0.2, -0.2, 0, -0.1618, -0.2, -0.1176, -0.18, -0.25, -0.0071, -0.2, -0.2, 0, -0.1618, -0.2, -0.1176, -0.1456, -0.25, -0.1129, -0.18, -0.25, -0.0071, -0.1456, -0.25, -0.1129, -0.2, -0.3, 0, -0.18, -0.25, -0.0071, -0.1456, -0.25, -0.1129, -0.1618, -0.3, -0.1176, -0.2, -0.3, 0, -0.1618, -0.3, -0.1176, -0.2188, -0.25, 0.0074, -0.2, -0.3, 0, -0.1618, -0.3, -0.1176, -0.177, -0.25, -0.1211, -0.2188, -0.25, 0.0074, -0.2188, -0.25, 0.0074, -0.1618, -0.2, 0.1176, -0.177, -0.25, 0.136, -0.2188, -0.25, 0.0074, -0.2, -0.2, 0, -0.1618, -0.2, 0.1176, -0.2, -0.2, 0, -0.1456, -0.25, 0.0987, -0.1618, -0.2, 0.1176, -0.2, -0.2, 0, -0.18, -0.25, -0.0071, -0.1456, -0.25, 0.0987, -0.18, -0.25, -0.0071, -0.1618, -0.3, 0.1176, -0.1456, -0.25, 0.0987, -0.18, -0.25, -0.0071, -0.2, -0.3, 0, -0.1618, -0.3, 0.1176, -0.2, -0.3, 0, -0.177, -0.25, 0.136, -0.1618, -0.3, 0.1176, -0.2, -0.3, 0, -0.2188, -0.25, 0.0074, -0.177, -0.25, 0.136, -0.177, -0.25, 0.136, -0.0618, -0.2, 0.1902, -0.0676, -0.25, 0.2155, -0.177, -0.25, 0.136, -0.1618, -0.2, 0.1176, -0.0618, -0.2, 0.1902, -0.1618, -0.2, 0.1176, -0.0556, -0.25, 0.1641, -0.0618, -0.2, 0.1902, -0.1618, -0.2, 0.1176, -0.1456, -0.25, 0.0987, -0.0556, -0.25, 0.1641, -0.1456, -0.25, 0.0987, -0.0618, -0.3, 0.1902, -0.0556, -0.25, 0.1641, -0.1456, -0.25, 0.0987, -0.1618, -0.3, 0.1176, -0.0618, -0.3, 0.1902, -0.1618, -0.3, 0.1176, -0.0676, -0.25, 0.2155, -0.0618, -0.3, 0.1902, -0.1618, -0.3, 0.1176, -0.177, -0.25, 0.136, -0.0676, -0.25, 0.2155, 0.0676, -0.25, 0.2155, 0.0618, -0.18, 0.2416, 0.0618, -0.2, 0.1902, 0.0676, -0.25, 0.2155, 0.0676, -0.23, 0.2668, 0.0618, -0.18, 0.2416, -0.0618, -0.2, 0.1902, 0.0556, -0.25, 0.1641, 0.0618, -0.2, 0.1902, -0.0618, -0.2, 0.1902, -0.0556, -0.25, 0.1641, 0.0556, -0.25, 0.1641, -0.0556, -0.25, 0.1641, 0.0618, -0.3, 0.1902, 0.0556, -0.25, 0.1641, -0.0556, -0.25, 0.1641, -0.0618, -0.3, 0.1902, 0.0618, -0.3, 0.1902, 0.0618, -0.3, 0.1902, 0.0676, -0.23, 0.2668, 0.0676, -0.25, 0.2155, 0.0618, -0.3, 0.1902, 0.0618, -0.28, 0.2416, 0.0676, -0.23, 0.2668, 0.0676, -0.25, 0.2155, 0.1618, -0.2, 0.1176, 0.177, -0.25, 0.136, 0.0676, -0.25, 0.2155, 0.0618, -0.2, 0.1902, 0.1618, -0.2, 0.1176, 0.0618, -0.2, 0.1902, 0.1456, -0.25, 0.0987, 0.1618, -0.2, 0.1176, 0.0618, -0.2, 0.1902, 0.0556, -0.25, 0.1641, 0.1456, -0.25, 0.0987, 0.0556, -0.25, 0.1641, 0.1618, -0.3, 0.1176, 0.1456, -0.25, 0.0987, 0.0556, -0.25, 0.1641, 0.0618, -0.3, 0.1902, 0.1618, -0.3, 0.1176, 0.0618, -0.3, 0.1902, 0.177, -0.25, 0.136, 0.1618, -0.3, 0.1176, 0.0618, -0.3, 0.1902, 0.0676, -0.25, 0.2155, 0.177, -0.25, 0.136, 0.177, -0.25, 0.136, 0.2, -0.2, 0, 0.2188, -0.25, 0.0074, 0.177, -0.25, 0.136, 0.1618, -0.2, 0.1176, 0.2, -0.2, 0, 0.1618, -0.2, 0.1176, 0.18, -0.25, -0.0071, 0.2, -0.2, 0, 0.1618, -0.2, 0.1176, 0.1456, -0.25, 0.0987, 0.18, -0.25, -0.0071, 0.1456, -0.25, 0.0987, 0.2, -0.3, 0, 0.18, -0.25, -0.0071, 0.1456, -0.25, 0.0987, 0.1618, -0.3, 0.1176, 0.2, -0.3, 0, 0.1618, -0.3, 0.1176, 0.2188, -0.25, 0.0074, 0.2, -0.3, 0, 0.1618, -0.3, 0.1176, 0.177, -0.25, 0.136, 0.2188, -0.25, 0.0074, -0.0676, -0.25, 0.2155, -0.0618, -0.28, 0.2416, -0.0618, -0.3, 0.1902, -0.0676, -0.25, 0.2155, -0.0676, -0.23, 0.2668, -0.0618, -0.28, 0.2416, -0.0618, -0.3, 0.1902, 0.0618, -0.28, 0.2416, 0.0618, -0.3, 0.1902, -0.0618, -0.3, 0.1902, -0.0618, -0.28, 0.2416, 0.0618, -0.28, 0.2416, -0.0618, -0.2, 0.1902, -0.0676, -0.23, 0.2668, -0.0676, -0.25, 0.2155, -0.0618, -0.2, 0.1902, -0.0618, -0.18, 0.2416, -0.0676, -0.23, 0.2668, 0.0618, -0.2, 0.1902, -0.0618, -0.18, 0.2416, -0.0618, -0.2, 0.1902, 0.0618, -0.2, 0.1902, 0.0618, -0.18, 0.2416, -0.0618, -0.18, 0.2416) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_08px8"] +data = PackedVector3Array(0, -1.3875, -0.45, -0.3, -1.5, -0.3696, 0, -1.5, -0.45, 0, -1.3875, -0.45, -0.3, -1.3875, -0.3696, -0.3, -1.5, -0.3696, -0.3, -1.3875, -0.3696, -0.5196, -1.5, -0.15, -0.3, -1.5, -0.3696, -0.3, -1.3875, -0.3696, -0.5196, -1.3875, -0.15, -0.5196, -1.5, -0.15, 0.5196, -1.3875, -0.15, 0.3, -1.5, -0.3696, 0.5196, -1.5, -0.15, 0.5196, -1.3875, -0.15, 0.3, -1.3875, -0.3696, 0.3, -1.5, -0.3696, 0.3, -1.3875, -0.3696, 0, -1.5, -0.45, 0.3, -1.5, -0.3696, 0.3, -1.3875, -0.3696, 0, -1.3875, -0.45, 0, -1.5, -0.45, 0.3, 0.875, -0.3696, 0, 0.75, -0.45, 0.3, 0.75, -0.3696, 0.3, 0.875, -0.3696, 0, 0.875, -0.45, 0, 0.75, -0.45, 0, 0.875, -0.45, -0.3, 0.75, -0.3696, 0, 0.75, -0.45, 0, 0.875, -0.45, -0.3, 0.875, -0.3696, -0.3, 0.75, -0.3696, -0.4157, 0.75, 0.24, -0.3, 0.75, -0.3696, -0.5196, 0.75, -0.15, 0.4157, 0.75, 0.24, -0.3, 0.75, -0.3696, -0.4157, 0.75, 0.24, -0.3, 0.75, -0.3696, 0.4157, 0.75, 0.24, 0.3, 0.75, -0.3696, 0.3, 0.75, -0.3696, 0.4157, 0.75, 0.24, 0.5196, 0.75, -0.15, -0.3, 0.75, -0.3696, 0.3, 0.75, -0.3696, 0, 0.75, -0.45, 0.6, 1.5, 0.15, 0.5196, -1.5, -0.15, 0.6, -1.5, 0.15, 0.6, 1.5, 0.15, 0.5196, -1.3875, -0.15, 0.5196, -1.5, -0.15, 0.5196, -1.3875, -0.15, 0.6, 1.5, 0.15, 0.5196, 1.5, -0.15, 0.5196, -1.3875, -0.15, 0.5196, 1.5, -0.15, 0.5196, 0.75, -0.15, 0.4157, -1.3875, 0.24, 0.3, -1.3875, -0.3696, 0.5196, -1.3875, -0.15, -0.4157, -1.3875, 0.24, 0.3, -1.3875, -0.3696, 0.4157, -1.3875, 0.24, 0.3, -1.3875, -0.3696, -0.4157, -1.3875, 0.24, -0.3, -1.3875, -0.3696, -0.3, -1.3875, -0.3696, -0.4157, -1.3875, 0.24, -0.5196, -1.3875, -0.15, 0.3, -1.3875, -0.3696, -0.3, -1.3875, -0.3696, 0, -1.3875, -0.45, 0.5196, 0.75, -0.15, 0.4157, -1.3875, 0.24, 0.5196, -1.3875, -0.15, 0.5196, 0.75, -0.15, 0.4157, 0.75, 0.24, 0.4157, -1.3875, 0.24, 0.4157, -1.3875, 0.24, -0.4157, 0.75, 0.24, -0.4157, -1.3875, 0.24, 0.4157, -1.3875, 0.24, 0.4157, 0.75, 0.24, -0.4157, 0.75, 0.24, -0.5196, -1.3875, -0.15, -0.4157, 0.75, 0.24, -0.5196, 0.75, -0.15, -0.5196, -1.3875, -0.15, -0.4157, -1.3875, 0.24, -0.4157, 0.75, 0.24, 0, 1.5, -0.45, -0.3, 1.125, -0.3696, 0, 1.125, -0.45, 0, 1.5, -0.45, -0.3, 1.5, -0.3696, -0.3, 1.125, -0.3696, -0.3, 0.875, -0.3696, 0, 0.875, -0.45, 0.3, 0.875, -0.3696, -0.5196, 0.75, -0.15, -0.5196, -1.5, -0.15, -0.5196, -1.3875, -0.15, -0.5196, -1.5, -0.15, -0.5196, 0.75, -0.15, -0.6, 1.5, 0.15, -0.6, 1.5, 0.15, -0.5196, 0.75, -0.15, -0.5196, 1.5, -0.15, -0.5196, -1.5, -0.15, -0.6, 1.5, 0.15, -0.6, -1.5, 0.15, -0.6, 1.5, 0.45, -0.6, -1.5, 0.15, -0.6, 1.5, 0.15, -0.6, 1.5, 0.45, -0.6, -1.5, 0.45, -0.6, -1.5, 0.15, 0.6, 1.5, 0.15, 0.6, -1.5, 0.45, 0.6, 1.5, 0.45, 0.6, 1.5, 0.15, 0.6, -1.5, 0.15, 0.6, -1.5, 0.45, -0.3, 0.875, -0.3696, -0.5196, 0.75, -0.15, -0.3, 0.75, -0.3696, -0.3, 1.125, -0.3696, -0.5196, 0.75, -0.15, -0.3, 0.875, -0.3696, -0.5196, 0.75, -0.15, -0.3, 1.125, -0.3696, -0.3, 1.5, -0.3696, -0.5196, 0.75, -0.15, -0.3, 1.5, -0.3696, -0.5196, 1.5, -0.15, 0.3, 1.5, -0.3696, 0, 1.125, -0.45, 0.3, 1.125, -0.3696, 0.3, 1.5, -0.3696, 0, 1.5, -0.45, 0, 1.125, -0.45, 0, 1.125, -0.45, -0.3, 1.125, -0.3696, 0.3, 1.125, -0.3696, -0.3, 1.125, -0.3696, 0.3, 0.875, -0.3696, 0.3, 1.125, -0.3696, -0.3, 1.125, -0.3696, -0.3, 0.875, -0.3696, 0.3, 0.875, -0.3696, 0.5196, 1.5, -0.15, 0.3, 0.75, -0.3696, 0.5196, 0.75, -0.15, 0.5196, 1.5, -0.15, 0.3, 0.875, -0.3696, 0.3, 0.75, -0.3696, 0.3, 0.875, -0.3696, 0.5196, 1.5, -0.15, 0.3, 1.125, -0.3696, 0.3, 1.125, -0.3696, 0.5196, 1.5, -0.15, 0.3, 1.5, -0.3696, 0.2188, -0.25, 0.0074, 0.1618, -0.2, -0.1176, 0.177, -0.25, -0.1211, 0.2188, -0.25, 0.0074, 0.2, -0.2, 0, 0.1618, -0.2, -0.1176, 0.2, -0.2, 0, 0.1456, -0.25, -0.1129, 0.1618, -0.2, -0.1176, 0.2, -0.2, 0, 0.18, -0.25, -0.0071, 0.1456, -0.25, -0.1129, 0.18, -0.25, -0.0071, 0.1618, -0.3, -0.1176, 0.1456, -0.25, -0.1129, 0.18, -0.25, -0.0071, 0.2, -0.3, 0, 0.1618, -0.3, -0.1176, 0.2, -0.3, 0, 0.177, -0.25, -0.1211, 0.1618, -0.3, -0.1176, 0.2, -0.3, 0, 0.2188, -0.25, 0.0074, 0.177, -0.25, -0.1211, -0.177, -0.25, -0.1211, -0.1456, -0.25, -0.1129, -0.1618, -0.2, -0.1176, -0.177, -0.25, -0.1211, -0.1618, -0.3, -0.1176, -0.1456, -0.25, -0.1129, 0.177, -0.25, -0.1211, 0.1456, -0.25, -0.1129, 0.1618, -0.3, -0.1176, 0.177, -0.25, -0.1211, 0.1618, -0.2, -0.1176, 0.1456, -0.25, -0.1129, -0.177, -0.25, -0.1211, -0.2, -0.2, 0, -0.2188, -0.25, 0.0074, -0.177, -0.25, -0.1211, -0.1618, -0.2, -0.1176, -0.2, -0.2, 0, -0.1618, -0.2, -0.1176, -0.18, -0.25, -0.0071, -0.2, -0.2, 0, -0.1618, -0.2, -0.1176, -0.1456, -0.25, -0.1129, -0.18, -0.25, -0.0071, -0.1456, -0.25, -0.1129, -0.2, -0.3, 0, -0.18, -0.25, -0.0071, -0.1456, -0.25, -0.1129, -0.1618, -0.3, -0.1176, -0.2, -0.3, 0, -0.1618, -0.3, -0.1176, -0.2188, -0.25, 0.0074, -0.2, -0.3, 0, -0.1618, -0.3, -0.1176, -0.177, -0.25, -0.1211, -0.2188, -0.25, 0.0074, -0.2188, -0.25, 0.0074, -0.1618, -0.2, 0.1176, -0.177, -0.25, 0.136, -0.2188, -0.25, 0.0074, -0.2, -0.2, 0, -0.1618, -0.2, 0.1176, -0.2, -0.2, 0, -0.1456, -0.25, 0.0987, -0.1618, -0.2, 0.1176, -0.2, -0.2, 0, -0.18, -0.25, -0.0071, -0.1456, -0.25, 0.0987, -0.18, -0.25, -0.0071, -0.1618, -0.3, 0.1176, -0.1456, -0.25, 0.0987, -0.18, -0.25, -0.0071, -0.2, -0.3, 0, -0.1618, -0.3, 0.1176, -0.2, -0.3, 0, -0.177, -0.25, 0.136, -0.1618, -0.3, 0.1176, -0.2, -0.3, 0, -0.2188, -0.25, 0.0074, -0.177, -0.25, 0.136, -0.177, -0.25, 0.136, -0.0618, -0.2, 0.1902, -0.0676, -0.25, 0.2155, -0.177, -0.25, 0.136, -0.1618, -0.2, 0.1176, -0.0618, -0.2, 0.1902, -0.1618, -0.2, 0.1176, -0.0556, -0.25, 0.1641, -0.0618, -0.2, 0.1902, -0.1618, -0.2, 0.1176, -0.1456, -0.25, 0.0987, -0.0556, -0.25, 0.1641, -0.1456, -0.25, 0.0987, -0.0618, -0.3, 0.1902, -0.0556, -0.25, 0.1641, -0.1456, -0.25, 0.0987, -0.1618, -0.3, 0.1176, -0.0618, -0.3, 0.1902, -0.1618, -0.3, 0.1176, -0.0676, -0.25, 0.2155, -0.0618, -0.3, 0.1902, -0.1618, -0.3, 0.1176, -0.177, -0.25, 0.136, -0.0676, -0.25, 0.2155, 0.0676, -0.25, 0.2155, 0.0618, -0.18, 0.2416, 0.0618, -0.2, 0.1902, 0.0676, -0.25, 0.2155, 0.0676, -0.23, 0.2668, 0.0618, -0.18, 0.2416, -0.0618, -0.2, 0.1902, 0.0556, -0.25, 0.1641, 0.0618, -0.2, 0.1902, -0.0618, -0.2, 0.1902, -0.0556, -0.25, 0.1641, 0.0556, -0.25, 0.1641, -0.0556, -0.25, 0.1641, 0.0618, -0.3, 0.1902, 0.0556, -0.25, 0.1641, -0.0556, -0.25, 0.1641, -0.0618, -0.3, 0.1902, 0.0618, -0.3, 0.1902, 0.0618, -0.3, 0.1902, 0.0676, -0.23, 0.2668, 0.0676, -0.25, 0.2155, 0.0618, -0.3, 0.1902, 0.0618, -0.28, 0.2416, 0.0676, -0.23, 0.2668, 0.0676, -0.25, 0.2155, 0.1618, -0.2, 0.1176, 0.177, -0.25, 0.136, 0.0676, -0.25, 0.2155, 0.0618, -0.2, 0.1902, 0.1618, -0.2, 0.1176, 0.0618, -0.2, 0.1902, 0.1456, -0.25, 0.0987, 0.1618, -0.2, 0.1176, 0.0618, -0.2, 0.1902, 0.0556, -0.25, 0.1641, 0.1456, -0.25, 0.0987, 0.0556, -0.25, 0.1641, 0.1618, -0.3, 0.1176, 0.1456, -0.25, 0.0987, 0.0556, -0.25, 0.1641, 0.0618, -0.3, 0.1902, 0.1618, -0.3, 0.1176, 0.0618, -0.3, 0.1902, 0.177, -0.25, 0.136, 0.1618, -0.3, 0.1176, 0.0618, -0.3, 0.1902, 0.0676, -0.25, 0.2155, 0.177, -0.25, 0.136, 0.177, -0.25, 0.136, 0.2, -0.2, 0, 0.2188, -0.25, 0.0074, 0.177, -0.25, 0.136, 0.1618, -0.2, 0.1176, 0.2, -0.2, 0, 0.1618, -0.2, 0.1176, 0.18, -0.25, -0.0071, 0.2, -0.2, 0, 0.1618, -0.2, 0.1176, 0.1456, -0.25, 0.0987, 0.18, -0.25, -0.0071, 0.1456, -0.25, 0.0987, 0.2, -0.3, 0, 0.18, -0.25, -0.0071, 0.1456, -0.25, 0.0987, 0.1618, -0.3, 0.1176, 0.2, -0.3, 0, 0.1618, -0.3, 0.1176, 0.2188, -0.25, 0.0074, 0.2, -0.3, 0, 0.1618, -0.3, 0.1176, 0.177, -0.25, 0.136, 0.2188, -0.25, 0.0074, -0.0676, -0.25, 0.2155, -0.0618, -0.28, 0.2416, -0.0618, -0.3, 0.1902, -0.0676, -0.25, 0.2155, -0.0676, -0.23, 0.2668, -0.0618, -0.28, 0.2416, -0.0618, -0.3, 0.1902, 0.0618, -0.28, 0.2416, 0.0618, -0.3, 0.1902, -0.0618, -0.3, 0.1902, -0.0618, -0.28, 0.2416, 0.0618, -0.28, 0.2416, -0.0618, -0.2, 0.1902, -0.0676, -0.23, 0.2668, -0.0676, -0.25, 0.2155, -0.0618, -0.2, 0.1902, -0.0618, -0.18, 0.2416, -0.0676, -0.23, 0.2668, 0.0618, -0.2, 0.1902, -0.0618, -0.18, 0.2416, -0.0618, -0.2, 0.1902, 0.0618, -0.2, 0.1902, 0.0618, -0.18, 0.2416, -0.0618, -0.18, 0.2416) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_5ac7v"] +data = PackedVector3Array(0.026, -0.172, -0.173, 0.0085, -0.2023, -0.153, 0.026, -0.172, -0.153, 0.026, -0.172, -0.173, 0.0085, -0.2023, -0.173, 0.0085, -0.2023, -0.153, 0.0085, -0.2023, -0.173, -0.0265, -0.2023, -0.153, 0.0085, -0.2023, -0.153, 0.0085, -0.2023, -0.173, -0.0265, -0.2023, -0.173, -0.0265, -0.2023, -0.153, -0.0265, -0.2023, -0.173, -0.044, -0.172, -0.153, -0.0265, -0.2023, -0.153, -0.0265, -0.2023, -0.173, -0.044, -0.172, -0.173, -0.044, -0.172, -0.153, -0.044, -0.172, -0.173, -0.0265, -0.1417, -0.153, -0.044, -0.172, -0.153, -0.044, -0.172, -0.173, -0.0265, -0.1417, -0.173, -0.0265, -0.1417, -0.153, -0.0265, -0.2023, -0.153, 0.026, -0.172, -0.153, 0.0085, -0.2023, -0.153, 0.026, -0.172, -0.153, -0.0265, -0.2023, -0.153, -0.0265, -0.1417, -0.153, -0.0265, -0.1417, -0.153, -0.0265, -0.2023, -0.153, -0.044, -0.172, -0.153, 0.026, -0.172, -0.153, -0.0265, -0.1417, -0.153, 0.0085, -0.1417, -0.153, -0.0265, -0.1417, -0.173, 0.0085, -0.1417, -0.153, -0.0265, -0.1417, -0.153, -0.0265, -0.1417, -0.173, 0.0085, -0.1417, -0.173, 0.0085, -0.1417, -0.153, 0.0085, -0.1417, -0.173, 0.026, -0.172, -0.153, 0.0085, -0.1417, -0.153, 0.0085, -0.1417, -0.173, 0.026, -0.172, -0.173, 0.026, -0.172, -0.153, 0.0085, -0.1417, -0.173, 0.0085, -0.2023, -0.173, 0.026, -0.172, -0.173, 0.0085, -0.2023, -0.173, 0.0085, -0.1417, -0.173, -0.044, -0.172, -0.173, -0.044, -0.172, -0.173, 0.0085, -0.1417, -0.173, -0.0265, -0.1417, -0.173, 0.0085, -0.2023, -0.173, -0.044, -0.172, -0.173, -0.0265, -0.2023, -0.173, 0.1463, 0.1098, -0.1061, 0.1262, 0.0765, -0.0956, 0.1421, 0.1064, -0.0868, 0.1463, 0.1098, -0.1061, 0.1303, 0.0799, -0.1148, 0.1262, 0.0765, -0.0956, 0.1303, 0.0799, -0.1148, 0.092, 0.0764, -0.103, 0.1262, 0.0765, -0.0956, 0.1303, 0.0799, -0.1148, 0.0961, 0.0798, -0.1222, 0.092, 0.0764, -0.103, 0.0961, 0.0798, -0.1222, 0.0737, 0.1062, -0.1016, 0.092, 0.0764, -0.103, 0.0961, 0.0798, -0.1222, 0.0779, 0.1096, -0.1209, 0.0737, 0.1062, -0.1016, 0.0779, 0.1096, -0.1209, 0.0896, 0.1361, -0.0928, 0.0737, 0.1062, -0.1016, 0.0779, 0.1096, -0.1209, 0.0938, 0.1395, -0.1121, 0.0896, 0.1361, -0.0928, 0.092, 0.0764, -0.103, 0.1421, 0.1064, -0.0868, 0.1262, 0.0765, -0.0956, 0.1421, 0.1064, -0.0868, 0.092, 0.0764, -0.103, 0.0896, 0.1361, -0.0928, 0.0896, 0.1361, -0.0928, 0.092, 0.0764, -0.103, 0.0737, 0.1062, -0.1016, 0.1421, 0.1064, -0.0868, 0.0896, 0.1361, -0.0928, 0.1239, 0.1362, -0.0855, 0.0938, 0.1395, -0.1121, 0.1239, 0.1362, -0.0855, 0.0896, 0.1361, -0.0928, 0.0938, 0.1395, -0.1121, 0.128, 0.1396, -0.1047, 0.1239, 0.1362, -0.0855, 0.128, 0.1396, -0.1047, 0.1421, 0.1064, -0.0868, 0.1239, 0.1362, -0.0855, 0.128, 0.1396, -0.1047, 0.1463, 0.1098, -0.1061, 0.1421, 0.1064, -0.0868, 0.128, 0.1396, -0.1047, 0.1303, 0.0799, -0.1148, 0.1463, 0.1098, -0.1061, 0.1303, 0.0799, -0.1148, 0.128, 0.1396, -0.1047, 0.0779, 0.1096, -0.1209, 0.0779, 0.1096, -0.1209, 0.128, 0.1396, -0.1047, 0.0938, 0.1395, -0.1121, 0.1303, 0.0799, -0.1148, 0.0779, 0.1096, -0.1209, 0.0961, 0.0798, -0.1222, 0.1348, 0.1084, -0.1014, 0.1238, 0.0851, -0.1342, 0.123, 0.0869, -0.1061, 0.1348, 0.1084, -0.1014, 0.1373, 0.1018, -0.147, 0.1238, 0.0851, -0.1342, 0.123, 0.0869, -0.1061, 0.0988, 0.086, -0.135, 0.0983, 0.0869, -0.1104, 0.123, 0.0869, -0.1061, 0.1238, 0.0851, -0.1342, 0.0988, 0.086, -0.135, 0.0983, 0.0869, -0.1104, 0.0873, 0.1037, -0.1485, 0.0855, 0.1084, -0.1098, 0.0983, 0.0869, -0.1104, 0.0988, 0.086, -0.135, 0.0873, 0.1037, -0.1485, 0.0855, 0.1084, -0.1098, 0.1009, 0.1204, -0.1613, 0.0974, 0.1298, -0.105, 0.0855, 0.1084, -0.1098, 0.0873, 0.1037, -0.1485, 0.1009, 0.1204, -0.1613, 0.0974, 0.1298, -0.105, 0.1258, 0.1194, -0.1605, 0.122, 0.1298, -0.1008, 0.0974, 0.1298, -0.105, 0.1009, 0.1204, -0.1613, 0.1258, 0.1194, -0.1605, 0.122, 0.1298, -0.1008, 0.1373, 0.1018, -0.147, 0.1348, 0.1084, -0.1014, 0.122, 0.1298, -0.1008, 0.1258, 0.1194, -0.1605, 0.1373, 0.1018, -0.147, 0.1373, 0.1018, -0.147, 0.1217, 0.0558, -0.1439, 0.1238, 0.0851, -0.1342, 0.1373, 0.1018, -0.147, 0.135, 0.0592, -0.1648, 0.1217, 0.0558, -0.1439, 0.1238, 0.0851, -0.1342, 0.0967, 0.0566, -0.1447, 0.0988, 0.086, -0.135, 0.1238, 0.0851, -0.1342, 0.1217, 0.0558, -0.1439, 0.0967, 0.0566, -0.1447, 0.0988, 0.086, -0.135, 0.085, 0.0608, -0.1664, 0.0873, 0.1037, -0.1485, 0.0988, 0.086, -0.135, 0.0967, 0.0566, -0.1447, 0.085, 0.0608, -0.1664, 0.0873, 0.1037, -0.1485, 0.0983, 0.0642, -0.1873, 0.1009, 0.1204, -0.1613, 0.0873, 0.1037, -0.1485, 0.085, 0.0608, -0.1664, 0.0983, 0.0642, -0.1873, 0.1009, 0.1204, -0.1613, 0.1233, 0.0633, -0.1865, 0.1258, 0.1194, -0.1605, 0.1009, 0.1204, -0.1613, 0.0983, 0.0642, -0.1873, 0.1233, 0.0633, -0.1865, 0.1258, 0.1194, -0.1605, 0.135, 0.0592, -0.1648, 0.1373, 0.1018, -0.147, 0.1258, 0.1194, -0.1605, 0.1233, 0.0633, -0.1865, 0.135, 0.0592, -0.1648, 0.135, 0.0592, -0.1648, 0.1214, -0.0319, -0.1396, 0.1217, 0.0558, -0.1439, 0.135, 0.0592, -0.1648, 0.1347, -0.0308, -0.1607, 0.1214, -0.0319, -0.1396, 0.1217, 0.0558, -0.1439, 0.0965, -0.0318, -0.1405, 0.0967, 0.0566, -0.1447, 0.1217, 0.0558, -0.1439, 0.1214, -0.0319, -0.1396, 0.0965, -0.0318, -0.1405, 0.0967, 0.0566, -0.1447, 0.0847, -0.0307, -0.1625, 0.085, 0.0608, -0.1664, 0.0967, 0.0566, -0.1447, 0.0965, -0.0318, -0.1405, 0.0847, -0.0307, -0.1625, 0.085, 0.0608, -0.1664, 0.098, -0.0296, -0.1837, 0.0983, 0.0642, -0.1873, 0.085, 0.0608, -0.1664, 0.0847, -0.0307, -0.1625, 0.098, -0.0296, -0.1837, 0.0983, 0.0642, -0.1873, 0.123, -0.0297, -0.1828, 0.1233, 0.0633, -0.1865, 0.0983, 0.0642, -0.1873, 0.098, -0.0296, -0.1837, 0.123, -0.0297, -0.1828, 0.1233, 0.0633, -0.1865, 0.1347, -0.0308, -0.1607, 0.135, 0.0592, -0.1648, 0.1233, 0.0633, -0.1865, 0.123, -0.0297, -0.1828, 0.1347, -0.0308, -0.1607, 0.1347, -0.0308, -0.1607, 0.1207, -0.1311, -0.1546, 0.1214, -0.0319, -0.1396, 0.1347, -0.0308, -0.1607, 0.1343, -0.1274, -0.1752, 0.1207, -0.1311, -0.1546, 0.1214, -0.0319, -0.1396, 0.0964, -0.1252, -0.1544, 0.0965, -0.0318, -0.1405, 0.1214, -0.0319, -0.1396, 0.1207, -0.1311, -0.1546, 0.0964, -0.1252, -0.1544, 0.0965, -0.0318, -0.1405, 0.0857, -0.1157, -0.1748, 0.0847, -0.0307, -0.1625, 0.0965, -0.0318, -0.1405, 0.0964, -0.1252, -0.1544, 0.0857, -0.1157, -0.1748, 0.0847, -0.0307, -0.1625, 0.0993, -0.112, -0.1955, 0.098, -0.0296, -0.1837, 0.0847, -0.0307, -0.1625, 0.0857, -0.1157, -0.1748, 0.0993, -0.112, -0.1955, 0.098, -0.0296, -0.1837, 0.1236, -0.1178, -0.1957, 0.123, -0.0297, -0.1828, 0.098, -0.0296, -0.1837, 0.0993, -0.112, -0.1955, 0.1236, -0.1178, -0.1957, 0.123, -0.0297, -0.1828, 0.1343, -0.1274, -0.1752, 0.1347, -0.0308, -0.1607, 0.123, -0.0297, -0.1828, 0.1236, -0.1178, -0.1957, 0.1343, -0.1274, -0.1752, 0.1343, -0.1274, -0.1752, 0.0918, -0.1811, -0.1826, 0.1207, -0.1311, -0.1546, 0.1343, -0.1274, -0.1752, 0.1022, -0.182, -0.2053, 0.0918, -0.1811, -0.1826, 0.1207, -0.1311, -0.1546, 0.0762, -0.1625, -0.1768, 0.0964, -0.1252, -0.1544, 0.1207, -0.1311, -0.1546, 0.0918, -0.1811, -0.1826, 0.0762, -0.1625, -0.1768, 0.0964, -0.1252, -0.1544, 0.0709, -0.1448, -0.1937, 0.0857, -0.1157, -0.1748, 0.0964, -0.1252, -0.1544, 0.0762, -0.1625, -0.1768, 0.0709, -0.1448, -0.1937, 0.0857, -0.1157, -0.1748, 0.0813, -0.1458, -0.2164, 0.0993, -0.112, -0.1955, 0.0857, -0.1157, -0.1748, 0.0709, -0.1448, -0.1937, 0.0813, -0.1458, -0.2164, 0.0993, -0.112, -0.1955, 0.097, -0.1644, -0.2222, 0.1236, -0.1178, -0.1957, 0.0993, -0.112, -0.1955, 0.0813, -0.1458, -0.2164, 0.097, -0.1644, -0.2222, 0.1236, -0.1178, -0.1957, 0.1022, -0.182, -0.2053, 0.1343, -0.1274, -0.1752, 0.1236, -0.1178, -0.1957, 0.097, -0.1644, -0.2222, 0.1022, -0.182, -0.2053, 0.1022, -0.182, -0.2053, 0.0514, -0.1906, -0.1889, 0.0918, -0.1811, -0.1826, 0.1022, -0.182, -0.2053, 0.0529, -0.1949, -0.2135, 0.0514, -0.1906, -0.1889, 0.0918, -0.1811, -0.1826, 0.0485, -0.1673, -0.1804, 0.0762, -0.1625, -0.1768, 0.0918, -0.1811, -0.1826, 0.0514, -0.1906, -0.1889, 0.0485, -0.1673, -0.1804, 0.0762, -0.1625, -0.1768, 0.0471, -0.1482, -0.1965, 0.0709, -0.1448, -0.1937, 0.0762, -0.1625, -0.1768, 0.0485, -0.1673, -0.1804, 0.0471, -0.1482, -0.1965, 0.0709, -0.1448, -0.1937, 0.0486, -0.1524, -0.2211, 0.0813, -0.1458, -0.2164, 0.0709, -0.1448, -0.1937, 0.0471, -0.1482, -0.1965, 0.0486, -0.1524, -0.2211, 0.0813, -0.1458, -0.2164, 0.0515, -0.1758, -0.2296, 0.097, -0.1644, -0.2222, 0.0813, -0.1458, -0.2164, 0.0486, -0.1524, -0.2211, 0.0515, -0.1758, -0.2296, 0.097, -0.1644, -0.2222, 0.0529, -0.1949, -0.2135, 0.1022, -0.182, -0.2053, 0.097, -0.1644, -0.2222, 0.0515, -0.1758, -0.2296, 0.0529, -0.1949, -0.2135, 0.0529, -0.1949, -0.2135, 0.0223, -0.1902, -0.1887, 0.0514, -0.1906, -0.1889, 0.0529, -0.1949, -0.2135, 0.0096, -0.1953, -0.2096, 0.0223, -0.1902, -0.1887, 0.0514, -0.1906, -0.1889, 0.0264, -0.1665, -0.182, 0.0485, -0.1673, -0.1804, 0.0514, -0.1906, -0.1889, 0.0223, -0.1902, -0.1887, 0.0264, -0.1665, -0.182, 0.0485, -0.1673, -0.1804, 0.0178, -0.1478, -0.1962, 0.0471, -0.1482, -0.1965, 0.0485, -0.1673, -0.1804, 0.0264, -0.1665, -0.182, 0.0178, -0.1478, -0.1962, 0.0471, -0.1482, -0.1965, 0.005, -0.1529, -0.2171, 0.0486, -0.1524, -0.2211, 0.0471, -0.1482, -0.1965, 0.0178, -0.1478, -0.1962, 0.005, -0.1529, -0.2171, 0.0486, -0.1524, -0.2211, 0.001, -0.1766, -0.2238, 0.0515, -0.1758, -0.2296, 0.0486, -0.1524, -0.2211, 0.005, -0.1529, -0.2171, 0.001, -0.1766, -0.2238, 0.0515, -0.1758, -0.2296, 0.0096, -0.1953, -0.2096, 0.0529, -0.1949, -0.2135, 0.0515, -0.1758, -0.2296, 0.001, -0.1766, -0.2238, 0.0096, -0.1953, -0.2096, 0.0096, -0.1953, -0.2096, 0.0066, -0.1902, -0.1632, 0.0223, -0.1902, -0.1887, 0.0096, -0.1953, -0.2096, -0.0178, -0.1953, -0.1632, 0.0066, -0.1902, -0.1632, 0.0223, -0.1902, -0.1887, 0.0145, -0.1665, -0.1632, 0.0264, -0.1665, -0.182, 0.0223, -0.1902, -0.1887, 0.0066, -0.1902, -0.1632, 0.0145, -0.1665, -0.1632, 0.0264, -0.1665, -0.182, -0.0022, -0.1478, -0.1632, 0.0178, -0.1478, -0.1962, 0.0264, -0.1665, -0.182, 0.0145, -0.1665, -0.1632, -0.0022, -0.1478, -0.1632, 0.0178, -0.1478, -0.1962, -0.0266, -0.1529, -0.1632, 0.005, -0.1529, -0.2171, 0.0178, -0.1478, -0.1962, -0.0022, -0.1478, -0.1632, -0.0266, -0.1529, -0.1632, 0.005, -0.1529, -0.2171, -0.0345, -0.1766, -0.1632, 0.001, -0.1766, -0.2238, 0.005, -0.1529, -0.2171, -0.0266, -0.1529, -0.1632, -0.0345, -0.1766, -0.1632, 0.001, -0.1766, -0.2238, -0.0178, -0.1953, -0.1632, 0.0096, -0.1953, -0.2096, 0.001, -0.1766, -0.2238, -0.0345, -0.1766, -0.1632, -0.0178, -0.1953, -0.1632) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_al0j5"] +data = PackedVector3Array(-0.129, -0.2513, -0.1049, -0.129, -0.1338, -0.163, -0.129, -0.1338, -0.1049, -0.129, -0.2513, -0.1049, -0.129, -0.2513, -0.163, -0.129, -0.1338, -0.163, -0.129, -0.2513, -0.163, 0.0276, -0.1338, -0.163, -0.129, -0.1338, -0.163, -0.129, -0.2513, -0.163, 0.0276, -0.2513, -0.163, 0.0276, -0.1338, -0.163, 0.0276, -0.2513, -0.163, 0.0276, -0.1338, -0.1049, 0.0276, -0.1338, -0.163, 0.0276, -0.2513, -0.163, 0.0276, -0.2513, -0.1049, 0.0276, -0.1338, -0.1049, -0.129, -0.2513, -0.163, 0.0276, -0.2513, -0.1049, 0.0276, -0.2513, -0.163, -0.129, -0.2513, -0.163, -0.129, -0.2513, -0.1049, 0.0276, -0.2513, -0.1049, 0.0276, -0.1338, -0.163, -0.129, -0.1338, -0.1049, -0.129, -0.1338, -0.163, 0.0276, -0.1338, -0.163, 0.0276, -0.1338, -0.1049, -0.129, -0.1338, -0.1049) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_lny00"] +data = PackedVector3Array(0.2683, 0.1393, 0.0996, 0.3136, 0.0844, -0.0003, 0.2845, 0.0815, 0.0996, 0.2683, 0.1393, 0.0996, 0.2896, 0.1542, -0.0003, 0.3136, 0.0844, -0.0003, 0, -0.5954, -0.1522, 0.0333, -0.8545, 0, 0.0741, -0.8675, -0.1201, 0, -0.5954, -0.1522, 0, -0.5954, -0.0031, 0.0333, -0.8545, 0, 0.0333, -0.8545, 0, 0.0483, -0.9845, 0.1591, 0, -1.0055, 0, 0.0333, -0.8545, 0, 0.0776, -0.8301, 0.1201, 0.0483, -0.9845, 0.1591, 0.1853, 0.0307, -0.1059, 0, 0.169, -0.1065, 0, 0.0544, -0.1662, 0, 0.169, -0.1065, 0.1853, 0.0307, -0.1059, 0.2043, 0.187, -0.0866, 0, 0.169, -0.1065, 0.2043, 0.187, -0.0866, 0.1095, 0.2023, -0.0772, 0, -0.5954, -0.0031, 0.0776, -0.8301, 0.1201, 0.0333, -0.8545, 0, 0, -0.5954, -0.0031, 0, -0.5563, 0.1514, 0.0776, -0.8301, 0.1201, 0.1297, 0.222, -0.0001, 0.2043, 0.187, -0.0866, 0.2111, 0.2125, -0.0003, 0.1297, 0.222, -0.0001, 0.1095, 0.2023, -0.0772, 0.2043, 0.187, -0.0866, 0.1866, -1.0587, 0, 0.1759, -1.1783, -0.0372, 0.1811, -1.1698, 0, 0.1866, -1.0587, 0, 0.1799, -1.0671, -0.0502, 0.1759, -1.1783, -0.0372, 0.0483, -0.9845, 0.1591, 0.178, -1.0569, 0.0451, 0.106, -1.0635, 0.059, 0.0483, -0.9845, 0.1591, 0.2179, -0.9761, 0.1333, 0.178, -1.0569, 0.0451, 0.1095, 0.2023, 0.0772, 0.2111, 0.2125, -0.0003, 0.2043, 0.187, 0.0867, 0.1095, 0.2023, 0.0772, 0.1297, 0.222, -0.0001, 0.2111, 0.2125, -0.0003, 0.2148, -0.5193, -0.0031, 0.1272, -0.2075, 0.1103, 0.1838, -0.2155, -0.0031, 0.1272, -0.2075, 0.1103, 0.2148, -0.5193, -0.0031, 0.1743, -0.4996, 0.119, 0.1272, -0.2075, 0.1103, 0.1743, -0.4996, 0.119, 0.1508, -0.3721, 0.1357, 0.0483, -1.0208, -0.157, 0.0878, -1.0652, 0, 0.1078, -1.0737, -0.0642, 0.0483, -1.0208, -0.157, 0, -1.0055, 0, 0.0878, -1.0652, 0, 0.1743, -0.5387, -0.1198, 0.0741, -0.8675, -0.1201, 0.1888, -0.8529, -0.094, 0.1743, -0.5387, -0.1198, 0, -0.5954, -0.1522, 0.0741, -0.8675, -0.1201, 0, -0.2578, -0.1321, 0.1853, 0.0307, -0.1059, 0, 0.0544, -0.1662, 0, -0.2578, -0.1321, 0.131, -0.2403, -0.1165, 0.1853, 0.0307, -0.1059, 0.0878, -1.0652, 0, 0.1206, -1.1729, 0.0424, 0.1079, -1.1746, 0, 0.0878, -1.0652, 0, 0.106, -1.0635, 0.059, 0.1206, -1.1729, 0.0424, 0.1888, -0.8529, -0.094, 0.0483, -1.0208, -0.157, 0.2179, -1.007, -0.1355, 0.1888, -0.8529, -0.094, 0.0741, -0.8675, -0.1201, 0.0483, -1.0208, -0.157, 0.2179, -0.9761, 0.1333, 0.1866, -1.0587, 0, 0.178, -1.0569, 0.0451, 0.2179, -0.9761, 0.1333, 0.248, -0.9886, 0, 0.1866, -1.0587, 0, 0.0776, -0.8301, 0.1201, 0.2179, -0.9761, 0.1333, 0.0483, -0.9845, 0.1591, 0.0776, -0.8301, 0.1201, 0.1674, -0.8155, 0.094, 0.2179, -0.9761, 0.1333, 0, -0.5563, 0.1514, 0.1674, -0.8155, 0.094, 0.0776, -0.8301, 0.1201, 0, -0.5563, 0.1514, 0.1743, -0.4996, 0.119, 0.1674, -0.8155, 0.094, 0.2117, -0.8303, 0, 0.2179, -1.007, -0.1355, 0.248, -0.9886, 0, 0.2117, -0.8303, 0, 0.1888, -0.8529, -0.094, 0.2179, -1.007, -0.1355, 0.1272, -0.2075, 0.1103, 0, 0.0544, 0.16, 0.1853, 0.0307, 0.0991, 0.1272, -0.2075, 0.1103, 0, -0.2578, 0.1259, 0, 0.0544, 0.16, 0, 0.0544, 0.16, 0.2043, 0.187, 0.0867, 0.1853, 0.0307, 0.0991, 0.2043, 0.187, 0.0867, 0, 0.0544, 0.16, 0, 0.2023, 0.138, 0.2043, 0.187, 0.0867, 0, 0.2023, 0.138, 0.1095, 0.2023, 0.0772, 0.1838, -0.2155, -0.0031, 0.1853, 0.0307, 0.0991, 0.1813, -0.1278, 0.0001, 0.1838, -0.2155, -0.0031, 0.1272, -0.2075, 0.1103, 0.1853, 0.0307, 0.0991, 0.131, -0.2403, -0.1165, 0.1813, -0.1278, 0.0001, 0.1853, 0.0307, -0.1059, 0.131, -0.2403, -0.1165, 0.1838, -0.2155, -0.0031, 0.1813, -0.1278, 0.0001, 0.2043, 0.187, -0.0866, 0.2896, 0.1542, -0.0003, 0.2111, 0.2125, -0.0003, 0.2043, 0.187, -0.0866, 0.2683, 0.1393, -0.0995, 0.2896, 0.1542, -0.0003, 0.2148, -0.5193, -0.0031, 0.1888, -0.8529, -0.094, 0.2117, -0.8303, 0, 0.2148, -0.5193, -0.0031, 0.1743, -0.5387, -0.1198, 0.1888, -0.8529, -0.094, 0.1743, -0.4996, 0.119, 0.2117, -0.8303, 0, 0.1674, -0.8155, 0.094, 0.1743, -0.4996, 0.119, 0.2148, -0.5193, -0.0031, 0.2117, -0.8303, 0, 0.1674, -0.8155, 0.094, 0.248, -0.9886, 0, 0.2179, -0.9761, 0.1333, 0.1674, -0.8155, 0.094, 0.2117, -0.8303, 0, 0.248, -0.9886, 0, 0.0741, -0.8675, -0.1201, 0, -1.0055, 0, 0.0483, -1.0208, -0.157, 0.0741, -0.8675, -0.1201, 0.0333, -0.8545, 0, 0, -1.0055, 0, 0.1508, -0.3721, 0.1357, 0, -0.5563, 0.1514, 0, -0.4297, 0.187, 0.1508, -0.3721, 0.1357, 0.1743, -0.4996, 0.119, 0, -0.5563, 0.1514, 0, -0.2578, -0.1321, 0.1743, -0.5387, -0.1198, 0.131, -0.2403, -0.1165, 0, -0.2578, -0.1321, 0, -0.5954, -0.1522, 0.1743, -0.5387, -0.1198, 0.131, -0.2403, -0.1165, 0.2148, -0.5193, -0.0031, 0.1838, -0.2155, -0.0031, 0.131, -0.2403, -0.1165, 0.1743, -0.5387, -0.1198, 0.2148, -0.5193, -0.0031, 0.1853, 0.0307, -0.1059, 0.2683, 0.1393, -0.0995, 0.2043, 0.187, -0.0866, 0.2043, 0.187, 0.0867, 0.2683, 0.1393, 0.0996, 0.1853, 0.0307, 0.0991, 0.2111, 0.2125, -0.0003, 0.2683, 0.1393, 0.0996, 0.2043, 0.187, 0.0867, 0.2111, 0.2125, -0.0003, 0.2896, 0.1542, -0.0003, 0.2683, 0.1393, 0.0996, 0.2896, 0.1542, -0.0003, 0.2845, 0.0815, -0.0995, 0.3136, 0.0844, -0.0003, 0.2896, 0.1542, -0.0003, 0.2683, 0.1393, -0.0995, 0.2845, 0.0815, -0.0995, 0.2845, 0.0815, -0.0995, 0.3568, -0.1453, 0.0225, 0.3136, 0.0844, -0.0003, 0.2845, 0.0815, -0.0995, 0.3177, -0.1519, -0.0505, 0.3568, -0.1453, 0.0225, 0.2845, 0.0815, 0.0996, 0.2401, -0.1662, 0.0954, 0.1853, 0.0307, 0.0991, 0.2845, 0.0815, 0.0996, 0.3177, -0.1519, 0.0954, 0.2401, -0.1662, 0.0954, 0.1853, 0.0307, -0.1059, 0.2845, 0.0815, -0.0995, 0.2683, 0.1393, -0.0995, 0.2683, 0.1393, 0.0996, 0.2845, 0.0815, 0.0996, 0.1853, 0.0307, 0.0991, 0.2401, -0.1662, 0.0954, 0.331, -0.4314, 0.0883, 0.2689, -0.4351, 0.0883, 0.2401, -0.1662, 0.0954, 0.3177, -0.1519, 0.0954, 0.331, -0.4314, 0.0883, 0.3568, -0.1453, 0.0225, 0.331, -0.4314, -0.0434, 0.3701, -0.4248, 0.0225, 0.3568, -0.1453, 0.0225, 0.3177, -0.1519, -0.0505, 0.331, -0.4314, -0.0434, 0.1853, 0.0307, 0.0991, 0.1934, -0.1761, 0.0225, 0.1813, -0.1278, 0.0001, 0.1853, 0.0307, 0.0991, 0.2401, -0.1662, 0.0954, 0.1934, -0.1761, 0.0225, 0.1853, 0.0307, -0.1059, 0.3177, -0.1519, -0.0505, 0.2845, 0.0815, -0.0995, 0.1853, 0.0307, -0.1059, 0.2401, -0.1662, -0.0505, 0.3177, -0.1519, -0.0505, 0.3136, 0.0844, -0.0003, 0.3177, -0.1519, 0.0954, 0.2845, 0.0815, 0.0996, 0.3136, 0.0844, -0.0003, 0.3568, -0.1453, 0.0225, 0.3177, -0.1519, 0.0954, 0.1813, -0.1278, 0.0001, 0.2401, -0.1662, -0.0505, 0.1853, 0.0307, -0.1059, 0.1813, -0.1278, 0.0001, 0.1934, -0.1761, 0.0225, 0.2401, -0.1662, -0.0505, 0.2278, -0.4344, 0.0225, 0.2525, -0.583, 0.1071, 0.2404, -0.6185, 0.0225, 0.2278, -0.4344, 0.0225, 0.2689, -0.4351, 0.0883, 0.2525, -0.583, 0.1071, 0.331, -0.4314, -0.0434, 0.2525, -0.583, -0.0622, 0.313, -0.557, -0.0622, 0.331, -0.4314, -0.0434, 0.2689, -0.4351, -0.0434, 0.2525, -0.583, -0.0622, 0.2401, -0.1662, -0.0505, 0.2278, -0.4344, 0.0225, 0.2689, -0.4351, -0.0434, 0.2401, -0.1662, -0.0505, 0.1934, -0.1761, 0.0225, 0.2278, -0.4344, 0.0225, 0.3177, -0.1519, 0.0954, 0.3701, -0.4248, 0.0225, 0.331, -0.4314, 0.0883, 0.3177, -0.1519, 0.0954, 0.3568, -0.1453, 0.0225, 0.3701, -0.4248, 0.0225, 0.3177, -0.1519, -0.0505, 0.2689, -0.4351, -0.0434, 0.331, -0.4314, -0.0434, 0.3177, -0.1519, -0.0505, 0.2401, -0.1662, -0.0505, 0.2689, -0.4351, -0.0434, 0.1934, -0.1761, 0.0225, 0.2689, -0.4351, 0.0883, 0.2278, -0.4344, 0.0225, 0.1934, -0.1761, 0.0225, 0.2401, -0.1662, 0.0954, 0.2689, -0.4351, 0.0883, 0.3326, -0.5724, 0.0225, 0.2525, -0.583, 0.1071, 0.313, -0.557, 0.1071, 0.3326, -0.5724, 0.0225, 0.2404, -0.6185, 0.0225, 0.2525, -0.583, 0.1071, 0.313, -0.557, -0.0622, 0.2404, -0.6185, 0.0225, 0.3326, -0.5724, 0.0225, 0.313, -0.557, -0.0622, 0.2525, -0.583, -0.0622, 0.2404, -0.6185, 0.0225, 0.3701, -0.4248, 0.0225, 0.313, -0.557, -0.0622, 0.3326, -0.5724, 0.0225, 0.3701, -0.4248, 0.0225, 0.331, -0.4314, -0.0434, 0.313, -0.557, -0.0622, 0.2689, -0.4351, 0.0883, 0.313, -0.557, 0.1071, 0.2525, -0.583, 0.1071, 0.2689, -0.4351, 0.0883, 0.331, -0.4314, 0.0883, 0.313, -0.557, 0.1071, 0.2689, -0.4351, -0.0434, 0.2404, -0.6185, 0.0225, 0.2525, -0.583, -0.0622, 0.2689, -0.4351, -0.0434, 0.2278, -0.4344, 0.0225, 0.2404, -0.6185, 0.0225, 0.331, -0.4314, 0.0883, 0.3326, -0.5724, 0.0225, 0.313, -0.557, 0.1071, 0.331, -0.4314, 0.0883, 0.3701, -0.4248, 0.0225, 0.3326, -0.5724, 0.0225, 0.2179, -1.007, -0.1355, 0.1078, -1.0737, -0.0642, 0.1799, -1.0671, -0.0502, 0.2179, -1.007, -0.1355, 0.0483, -1.0208, -0.157, 0.1078, -1.0737, -0.0642, 0, -1.0055, 0, 0.106, -1.0635, 0.059, 0.0878, -1.0652, 0, 0, -1.0055, 0, 0.0483, -0.9845, 0.1591, 0.106, -1.0635, 0.059, 0.248, -0.9886, 0, 0.1799, -1.0671, -0.0502, 0.1866, -1.0587, 0, 0.248, -0.9886, 0, 0.2179, -1.007, -0.1355, 0.1799, -1.0671, -0.0502, 0.1759, -1.1783, -0.0372, 0.2441, -1.2737, -0.061, 0.1811, -1.1698, 0, 0.2441, -1.2737, -0.061, 0.1759, -1.1783, -0.0372, 0.2551, -1.338, -0.2946, 0.2441, -1.2737, -0.061, 0.2551, -1.338, -0.2946, 0.2693, -1.361, -0.2578, 0.1079, -1.1746, 0, 0.158, -1.3468, -0.3103, 0.1225, -1.1832, -0.0476, 0.158, -1.3468, -0.3103, 0.1079, -1.1746, 0, 0.0973, -1.288, -0.0529, 0.158, -1.3468, -0.3103, 0.0973, -1.288, -0.0529, 0.1485, -1.3737, -0.2788, 0.1799, -1.0671, -0.0502, 0.1225, -1.1832, -0.0476, 0.1759, -1.1783, -0.0372, 0.1799, -1.0671, -0.0502, 0.1078, -1.0737, -0.0642, 0.1225, -1.1832, -0.0476, 0.178, -1.0569, 0.0451, 0.1811, -1.1698, 0, 0.174, -1.1681, 0.0321, 0.178, -1.0569, 0.0451, 0.1866, -1.0587, 0, 0.1811, -1.1698, 0, 0.1078, -1.0737, -0.0642, 0.1079, -1.1746, 0, 0.1225, -1.1832, -0.0476, 0.1078, -1.0737, -0.0642, 0.0878, -1.0652, 0, 0.1079, -1.1746, 0, 0.106, -1.0635, 0.059, 0.174, -1.1681, 0.0321, 0.1206, -1.1729, 0.0424, 0.106, -1.0635, 0.059, 0.178, -1.0569, 0.0451, 0.174, -1.1681, 0.0321, 0.2441, -1.2737, -0.061, 0.1485, -1.3737, -0.2788, 0.0973, -1.288, -0.0529, 0.2441, -1.2737, -0.061, 0.2693, -1.361, -0.2578, 0.1485, -1.3737, -0.2788, 0.203, -1.2313, 0.0594, 0.0973, -1.288, -0.0529, 0.1209, -1.2348, 0.0714, 0.203, -1.2313, 0.0594, 0.2441, -1.2737, -0.061, 0.0973, -1.288, -0.0529, 0.174, -1.1681, 0.0321, 0.2441, -1.2737, -0.061, 0.203, -1.2313, 0.0594, 0.174, -1.1681, 0.0321, 0.1811, -1.1698, 0, 0.2441, -1.2737, -0.061, 0.1079, -1.1746, 0, 0.1209, -1.2348, 0.0714, 0.0973, -1.288, -0.0529, 0.1079, -1.1746, 0, 0.1206, -1.1729, 0.0424, 0.1209, -1.2348, 0.0714, 0.2551, -1.338, -0.2946, 0.1485, -1.3737, -0.2788, 0.2693, -1.361, -0.2578, 0.2551, -1.338, -0.2946, 0.158, -1.3468, -0.3103, 0.1485, -1.3737, -0.2788, 0.1206, -1.1729, 0.0424, 0.203, -1.2313, 0.0594, 0.1209, -1.2348, 0.0714, 0.1206, -1.1729, 0.0424, 0.174, -1.1681, 0.0321, 0.203, -1.2313, 0.0594, 0.1759, -1.1783, -0.0372, 0.158, -1.3468, -0.3103, 0.2551, -1.338, -0.2946, 0.1759, -1.1783, -0.0372, 0.1225, -1.1832, -0.0476, 0.158, -1.3468, -0.3103, 0.1272, -0.2075, 0.1103, 0, -0.4297, 0.187, 0, -0.2578, 0.1259, 0.1272, -0.2075, 0.1103, 0.1508, -0.3721, 0.1357, 0, -0.4297, 0.187, 0, 0.4966, 0.0788, 0, 0.5148, 0.0145, 0.0924, 0.4759, 0.0229, 0.1477, 0.3334, -0.0253, 0.1009, 0.4165, -0.1513, 0.1235, 0.2916, -0.1296, 0.1477, 0.3334, -0.0253, 0.1204, 0.4629, -0.0521, 0.1009, 0.4165, -0.1513, 0, 0.5148, 0.0145, 0.1204, 0.4629, -0.0521, 0.0924, 0.4759, 0.0229, 0, 0.5148, 0.0145, 0, 0.5132, -0.0622, 0.1204, 0.4629, -0.0521, 0, 0.5132, -0.0622, 0.1009, 0.4165, -0.1513, 0.1204, 0.4629, -0.0521, 0, 0.5132, -0.0622, 0, 0.4789, -0.1347, 0.1009, 0.4165, -0.1513, 0.1009, 0.4165, -0.1513, 0, 0.4789, -0.1347, 0, 0.3969, -0.1915, 0.1297, 0.222, -0.0001, 0.1235, 0.2916, -0.1296, 0.1095, 0.2023, -0.0772, 0.1297, 0.222, -0.0001, 0.1477, 0.3334, -0.0253, 0.1235, 0.2916, -0.1296, 0.1282, 0.3746, 0.0865, 0.1204, 0.4629, -0.0521, 0.1477, 0.3334, -0.0253, 0.1282, 0.3746, 0.0865, 0.0924, 0.4759, 0.0229, 0.1204, 0.4629, -0.0521, 0.1095, 0.2023, 0.0772, 0.1477, 0.3334, -0.0253, 0.1297, 0.222, -0.0001, 0.1095, 0.2023, 0.0772, 0.1282, 0.3746, 0.0865, 0.1477, 0.3334, -0.0253, 0.1095, 0.2023, -0.0772, 0, 0.2738, -0.1904, 0, 0.169, -0.1065, 0.1095, 0.2023, -0.0772, 0.1235, 0.2916, -0.1296, 0, 0.2738, -0.1904, 0, 0.2023, 0.138, 0.1282, 0.3746, 0.0865, 0.1095, 0.2023, 0.0772, 0, 0.2023, 0.138, 0, 0.3978, 0.1567, 0.1282, 0.3746, 0.0865, 0, 0.3978, 0.1567, 0.0924, 0.4759, 0.0229, 0.1282, 0.3746, 0.0865, 0, 0.3978, 0.1567, 0, 0.4966, 0.0788, 0.0924, 0.4759, 0.0229, 0, 0.2738, -0.1904, 0.1009, 0.4165, -0.1513, 0, 0.3969, -0.1915, -0.2683, 0.1393, 0.0996, -0.3136, 0.0844, -0.0003, -0.2896, 0.1542, -0.0003, -0.2683, 0.1393, 0.0996, -0.2845, 0.0815, 0.0996, -0.3136, 0.0844, -0.0003, 0, -0.5954, -0.1522, -0.0333, -0.8545, 0, 0, -0.5954, -0.0031, 0, -0.5954, -0.1522, -0.0742, -0.8675, -0.1201, -0.0333, -0.8545, 0, -0.0333, -0.8545, 0, -0.0483, -0.9845, 0.1591, -0.0776, -0.8301, 0.1201, -0.0333, -0.8545, 0, 0, -1.0055, 0, -0.0483, -0.9845, 0.1591, 0, 0.169, -0.1065, -0.1853, 0.0307, -0.1059, 0, 0.0544, -0.1662, -0.1853, 0.0307, -0.1059, 0, 0.169, -0.1065, -0.1095, 0.2023, -0.0772, -0.1853, 0.0307, -0.1059, -0.1095, 0.2023, -0.0772, -0.2043, 0.187, -0.0866, 0, -0.5954, -0.0031, -0.0776, -0.8301, 0.1201, 0, -0.5563, 0.1514, 0, -0.5954, -0.0031, -0.0333, -0.8545, 0, -0.0776, -0.8301, 0.1201, -0.1298, 0.222, -0.0001, -0.2043, 0.187, -0.0866, -0.1095, 0.2023, -0.0772, -0.1298, 0.222, -0.0001, -0.2111, 0.2125, -0.0003, -0.2043, 0.187, -0.0866, -0.1866, -1.0587, 0, -0.1759, -1.1783, -0.0372, -0.1799, -1.0671, -0.0502, -0.1866, -1.0587, 0, -0.1812, -1.1698, 0, -0.1759, -1.1783, -0.0372, -0.0483, -0.9845, 0.1591, -0.1781, -1.0569, 0.0451, -0.2179, -0.9761, 0.1333, -0.0483, -0.9845, 0.1591, -0.106, -1.0635, 0.059, -0.1781, -1.0569, 0.0451, -0.1095, 0.2023, 0.0772, -0.2111, 0.2125, -0.0003, -0.1298, 0.222, -0.0001, -0.1095, 0.2023, 0.0772, -0.2043, 0.187, 0.0867, -0.2111, 0.2125, -0.0003, -0.1272, -0.2075, 0.1103, -0.2148, -0.5193, -0.0031, -0.1838, -0.2155, -0.0031, -0.2148, -0.5193, -0.0031, -0.1272, -0.2075, 0.1103, -0.1508, -0.3721, 0.1357, -0.2148, -0.5193, -0.0031, -0.1508, -0.3721, 0.1357, -0.1743, -0.4996, 0.119, -0.0483, -1.0208, -0.157, -0.0878, -1.0652, 0, 0, -1.0055, 0, -0.0483, -1.0208, -0.157, -0.1078, -1.0737, -0.0642, -0.0878, -1.0652, 0, -0.1743, -0.5387, -0.1198, -0.0742, -0.8675, -0.1201, 0, -0.5954, -0.1522, -0.1743, -0.5387, -0.1198, -0.1889, -0.8529, -0.094, -0.0742, -0.8675, -0.1201, 0, -0.2578, -0.1321, -0.1853, 0.0307, -0.1059, -0.131, -0.2403, -0.1165, 0, -0.2578, -0.1321, 0, 0.0544, -0.1662, -0.1853, 0.0307, -0.1059, -0.0878, -1.0652, 0, -0.1206, -1.1729, 0.0424, -0.106, -1.0635, 0.059, -0.0878, -1.0652, 0, -0.1079, -1.1746, 0, -0.1206, -1.1729, 0.0424, -0.1889, -0.8529, -0.094, -0.0483, -1.0208, -0.157, -0.0742, -0.8675, -0.1201, -0.1889, -0.8529, -0.094, -0.2179, -1.007, -0.1355, -0.0483, -1.0208, -0.157, -0.2179, -0.9761, 0.1333, -0.1866, -1.0587, 0, -0.248, -0.9886, 0, -0.2179, -0.9761, 0.1333, -0.1781, -1.0569, 0.0451, -0.1866, -1.0587, 0, -0.0776, -0.8301, 0.1201, -0.2179, -0.9761, 0.1333, -0.1674, -0.8155, 0.094, -0.0776, -0.8301, 0.1201, -0.0483, -0.9845, 0.1591, -0.2179, -0.9761, 0.1333, 0, -0.5563, 0.1514, -0.1674, -0.8155, 0.094, -0.1743, -0.4996, 0.119, 0, -0.5563, 0.1514, -0.0776, -0.8301, 0.1201, -0.1674, -0.8155, 0.094, -0.2117, -0.8303, 0, -0.2179, -1.007, -0.1355, -0.1889, -0.8529, -0.094, -0.2117, -0.8303, 0, -0.248, -0.9886, 0, -0.2179, -1.007, -0.1355, -0.1272, -0.2075, 0.1103, 0, 0.0544, 0.16, 0, -0.2578, 0.1259, -0.1272, -0.2075, 0.1103, -0.1853, 0.0307, 0.0991, 0, 0.0544, 0.16, -0.2043, 0.187, 0.0867, 0, 0.0544, 0.16, -0.1853, 0.0307, 0.0991, 0, 0.0544, 0.16, -0.2043, 0.187, 0.0867, -0.1095, 0.2023, 0.0772, 0, 0.0544, 0.16, -0.1095, 0.2023, 0.0772, 0, 0.2023, 0.138, -0.1838, -0.2155, -0.0031, -0.1853, 0.0307, 0.0991, -0.1272, -0.2075, 0.1103, -0.1838, -0.2155, -0.0031, -0.1813, -0.1278, 0.0001, -0.1853, 0.0307, 0.0991, -0.131, -0.2403, -0.1165, -0.1813, -0.1278, 0.0001, -0.1838, -0.2155, -0.0031, -0.131, -0.2403, -0.1165, -0.1853, 0.0307, -0.1059, -0.1813, -0.1278, 0.0001, -0.2043, 0.187, -0.0866, -0.2896, 0.1542, -0.0003, -0.2683, 0.1393, -0.0995, -0.2043, 0.187, -0.0866, -0.2111, 0.2125, -0.0003, -0.2896, 0.1542, -0.0003, -0.2148, -0.5193, -0.0031, -0.1889, -0.8529, -0.094, -0.1743, -0.5387, -0.1198, -0.2148, -0.5193, -0.0031, -0.2117, -0.8303, 0, -0.1889, -0.8529, -0.094, -0.1743, -0.4996, 0.119, -0.2117, -0.8303, 0, -0.2148, -0.5193, -0.0031, -0.1743, -0.4996, 0.119, -0.1674, -0.8155, 0.094, -0.2117, -0.8303, 0, -0.1674, -0.8155, 0.094, -0.248, -0.9886, 0, -0.2117, -0.8303, 0, -0.1674, -0.8155, 0.094, -0.2179, -0.9761, 0.1333, -0.248, -0.9886, 0, -0.0742, -0.8675, -0.1201, 0, -1.0055, 0, -0.0333, -0.8545, 0, -0.0742, -0.8675, -0.1201, -0.0483, -1.0208, -0.157, 0, -1.0055, 0, -0.1508, -0.3721, 0.1357, 0, -0.5563, 0.1514, -0.1743, -0.4996, 0.119, -0.1508, -0.3721, 0.1357, 0, -0.4297, 0.187, 0, -0.5563, 0.1514, 0, -0.2578, -0.1321, -0.1743, -0.5387, -0.1198, 0, -0.5954, -0.1522, 0, -0.2578, -0.1321, -0.131, -0.2403, -0.1165, -0.1743, -0.5387, -0.1198, -0.131, -0.2403, -0.1165, -0.2148, -0.5193, -0.0031, -0.1743, -0.5387, -0.1198, -0.131, -0.2403, -0.1165, -0.1838, -0.2155, -0.0031, -0.2148, -0.5193, -0.0031, -0.1853, 0.0307, -0.1059, -0.2043, 0.187, -0.0866, -0.2683, 0.1393, -0.0995, -0.2043, 0.187, 0.0867, -0.1853, 0.0307, 0.0991, -0.2683, 0.1393, 0.0996, -0.2111, 0.2125, -0.0003, -0.2683, 0.1393, 0.0996, -0.2896, 0.1542, -0.0003, -0.2111, 0.2125, -0.0003, -0.2043, 0.187, 0.0867, -0.2683, 0.1393, 0.0996, -0.2896, 0.1542, -0.0003, -0.2845, 0.0815, -0.0995, -0.2683, 0.1393, -0.0995, -0.2896, 0.1542, -0.0003, -0.3136, 0.0844, -0.0003, -0.2845, 0.0815, -0.0995, -0.2845, 0.0815, -0.0995, -0.3568, -0.1453, 0.0225, -0.3177, -0.1519, -0.0505, -0.2845, 0.0815, -0.0995, -0.3136, 0.0844, -0.0003, -0.3568, -0.1453, 0.0225, -0.2845, 0.0815, 0.0996, -0.2402, -0.1662, 0.0954, -0.3177, -0.1519, 0.0954, -0.2845, 0.0815, 0.0996, -0.1853, 0.0307, 0.0991, -0.2402, -0.1662, 0.0954, -0.1853, 0.0307, -0.1059, -0.2683, 0.1393, -0.0995, -0.2845, 0.0815, -0.0995, -0.2683, 0.1393, 0.0996, -0.1853, 0.0307, 0.0991, -0.2845, 0.0815, 0.0996, -0.2402, -0.1662, 0.0954, -0.331, -0.4314, 0.0883, -0.3177, -0.1519, 0.0954, -0.2402, -0.1662, 0.0954, -0.2689, -0.4351, 0.0883, -0.331, -0.4314, 0.0883, -0.3568, -0.1453, 0.0225, -0.331, -0.4314, -0.0434, -0.3177, -0.1519, -0.0505, -0.3568, -0.1453, 0.0225, -0.3701, -0.4248, 0.0225, -0.331, -0.4314, -0.0434, -0.1853, 0.0307, 0.0991, -0.1934, -0.1761, 0.0225, -0.2402, -0.1662, 0.0954, -0.1853, 0.0307, 0.0991, -0.1813, -0.1278, 0.0001, -0.1934, -0.1761, 0.0225, -0.1853, 0.0307, -0.1059, -0.3177, -0.1519, -0.0505, -0.2402, -0.1662, -0.0505, -0.1853, 0.0307, -0.1059, -0.2845, 0.0815, -0.0995, -0.3177, -0.1519, -0.0505, -0.3136, 0.0844, -0.0003, -0.3177, -0.1519, 0.0954, -0.3568, -0.1453, 0.0225, -0.3136, 0.0844, -0.0003, -0.2845, 0.0815, 0.0996, -0.3177, -0.1519, 0.0954, -0.1813, -0.1278, 0.0001, -0.2402, -0.1662, -0.0505, -0.1934, -0.1761, 0.0225, -0.1813, -0.1278, 0.0001, -0.1853, 0.0307, -0.1059, -0.2402, -0.1662, -0.0505, -0.2278, -0.4344, 0.0225, -0.2526, -0.583, 0.1071, -0.2689, -0.4351, 0.0883, -0.2278, -0.4344, 0.0225, -0.2404, -0.6185, 0.0225, -0.2526, -0.583, 0.1071, -0.331, -0.4314, -0.0434, -0.2526, -0.583, -0.0622, -0.2689, -0.4351, -0.0434, -0.331, -0.4314, -0.0434, -0.3131, -0.557, -0.0622, -0.2526, -0.583, -0.0622, -0.2402, -0.1662, -0.0505, -0.2278, -0.4344, 0.0225, -0.1934, -0.1761, 0.0225, -0.2402, -0.1662, -0.0505, -0.2689, -0.4351, -0.0434, -0.2278, -0.4344, 0.0225, -0.3177, -0.1519, 0.0954, -0.3701, -0.4248, 0.0225, -0.3568, -0.1453, 0.0225, -0.3177, -0.1519, 0.0954, -0.331, -0.4314, 0.0883, -0.3701, -0.4248, 0.0225, -0.3177, -0.1519, -0.0505, -0.2689, -0.4351, -0.0434, -0.2402, -0.1662, -0.0505, -0.3177, -0.1519, -0.0505, -0.331, -0.4314, -0.0434, -0.2689, -0.4351, -0.0434, -0.1934, -0.1761, 0.0225, -0.2689, -0.4351, 0.0883, -0.2402, -0.1662, 0.0954, -0.1934, -0.1761, 0.0225, -0.2278, -0.4344, 0.0225, -0.2689, -0.4351, 0.0883, -0.3326, -0.5724, 0.0225, -0.2526, -0.583, 0.1071, -0.2404, -0.6185, 0.0225, -0.3326, -0.5724, 0.0225, -0.3131, -0.557, 0.1071, -0.2526, -0.583, 0.1071, -0.3131, -0.557, -0.0622, -0.2404, -0.6185, 0.0225, -0.2526, -0.583, -0.0622, -0.3131, -0.557, -0.0622, -0.3326, -0.5724, 0.0225, -0.2404, -0.6185, 0.0225, -0.3701, -0.4248, 0.0225, -0.3131, -0.557, -0.0622, -0.331, -0.4314, -0.0434, -0.3701, -0.4248, 0.0225, -0.3326, -0.5724, 0.0225, -0.3131, -0.557, -0.0622, -0.2689, -0.4351, 0.0883, -0.3131, -0.557, 0.1071, -0.331, -0.4314, 0.0883, -0.2689, -0.4351, 0.0883, -0.2526, -0.583, 0.1071, -0.3131, -0.557, 0.1071, -0.2689, -0.4351, -0.0434, -0.2404, -0.6185, 0.0225, -0.2278, -0.4344, 0.0225, -0.2689, -0.4351, -0.0434, -0.2526, -0.583, -0.0622, -0.2404, -0.6185, 0.0225, -0.331, -0.4314, 0.0883, -0.3326, -0.5724, 0.0225, -0.3701, -0.4248, 0.0225, -0.331, -0.4314, 0.0883, -0.3131, -0.557, 0.1071, -0.3326, -0.5724, 0.0225, -0.2179, -1.007, -0.1355, -0.1078, -1.0737, -0.0642, -0.0483, -1.0208, -0.157, -0.2179, -1.007, -0.1355, -0.1799, -1.0671, -0.0502, -0.1078, -1.0737, -0.0642, 0, -1.0055, 0, -0.106, -1.0635, 0.059, -0.0483, -0.9845, 0.1591, 0, -1.0055, 0, -0.0878, -1.0652, 0, -0.106, -1.0635, 0.059, -0.248, -0.9886, 0, -0.1799, -1.0671, -0.0502, -0.2179, -1.007, -0.1355, -0.248, -0.9886, 0, -0.1866, -1.0587, 0, -0.1799, -1.0671, -0.0502, -0.2441, -1.2737, -0.061, -0.1759, -1.1783, -0.0372, -0.1812, -1.1698, 0, -0.1759, -1.1783, -0.0372, -0.2441, -1.2737, -0.061, -0.2694, -1.361, -0.2578, -0.1759, -1.1783, -0.0372, -0.2694, -1.361, -0.2578, -0.2551, -1.338, -0.2946, -0.158, -1.3468, -0.3103, -0.1079, -1.1746, 0, -0.1225, -1.1832, -0.0476, -0.1079, -1.1746, 0, -0.158, -1.3468, -0.3103, -0.1485, -1.3737, -0.2788, -0.1079, -1.1746, 0, -0.1485, -1.3737, -0.2788, -0.0973, -1.288, -0.0529, -0.1799, -1.0671, -0.0502, -0.1225, -1.1832, -0.0476, -0.1078, -1.0737, -0.0642, -0.1799, -1.0671, -0.0502, -0.1759, -1.1783, -0.0372, -0.1225, -1.1832, -0.0476, -0.1781, -1.0569, 0.0451, -0.1812, -1.1698, 0, -0.1866, -1.0587, 0, -0.1781, -1.0569, 0.0451, -0.174, -1.1681, 0.0321, -0.1812, -1.1698, 0, -0.1078, -1.0737, -0.0642, -0.1079, -1.1746, 0, -0.0878, -1.0652, 0, -0.1078, -1.0737, -0.0642, -0.1225, -1.1832, -0.0476, -0.1079, -1.1746, 0, -0.106, -1.0635, 0.059, -0.174, -1.1681, 0.0321, -0.1781, -1.0569, 0.0451, -0.106, -1.0635, 0.059, -0.1206, -1.1729, 0.0424, -0.174, -1.1681, 0.0321, -0.2441, -1.2737, -0.061, -0.1485, -1.3737, -0.2788, -0.2694, -1.361, -0.2578, -0.2441, -1.2737, -0.061, -0.0973, -1.288, -0.0529, -0.1485, -1.3737, -0.2788, -0.203, -1.2313, 0.0594, -0.0973, -1.288, -0.0529, -0.2441, -1.2737, -0.061, -0.203, -1.2313, 0.0594, -0.1209, -1.2348, 0.0714, -0.0973, -1.288, -0.0529, -0.174, -1.1681, 0.0321, -0.2441, -1.2737, -0.061, -0.1812, -1.1698, 0, -0.174, -1.1681, 0.0321, -0.203, -1.2313, 0.0594, -0.2441, -1.2737, -0.061, -0.1079, -1.1746, 0, -0.1209, -1.2348, 0.0714, -0.1206, -1.1729, 0.0424, -0.1079, -1.1746, 0, -0.0973, -1.288, -0.0529, -0.1209, -1.2348, 0.0714, -0.2551, -1.338, -0.2946, -0.1485, -1.3737, -0.2788, -0.158, -1.3468, -0.3103, -0.2551, -1.338, -0.2946, -0.2694, -1.361, -0.2578, -0.1485, -1.3737, -0.2788, -0.1206, -1.1729, 0.0424, -0.203, -1.2313, 0.0594, -0.174, -1.1681, 0.0321, -0.1206, -1.1729, 0.0424, -0.1209, -1.2348, 0.0714, -0.203, -1.2313, 0.0594, -0.1759, -1.1783, -0.0372, -0.158, -1.3468, -0.3103, -0.1225, -1.1832, -0.0476, -0.1759, -1.1783, -0.0372, -0.2551, -1.338, -0.2946, -0.158, -1.3468, -0.3103, -0.1272, -0.2075, 0.1103, 0, -0.4297, 0.187, -0.1508, -0.3721, 0.1357, -0.1272, -0.2075, 0.1103, 0, -0.2578, 0.1259, 0, -0.4297, 0.187, 0, 0.4966, 0.0788, -0.0924, 0.4759, 0.0229, 0, 0.5148, 0.0145, -0.1477, 0.3334, -0.0253, -0.1009, 0.4165, -0.1513, -0.1204, 0.4629, -0.0521, -0.1477, 0.3334, -0.0253, -0.1235, 0.2916, -0.1296, -0.1009, 0.4165, -0.1513, 0, 0.5148, 0.0145, -0.1204, 0.4629, -0.0521, 0, 0.5132, -0.0622, 0, 0.5148, 0.0145, -0.0924, 0.4759, 0.0229, -0.1204, 0.4629, -0.0521, 0, 0.5132, -0.0622, -0.1009, 0.4165, -0.1513, 0, 0.4789, -0.1347, 0, 0.5132, -0.0622, -0.1204, 0.4629, -0.0521, -0.1009, 0.4165, -0.1513, -0.1009, 0.4165, -0.1513, 0, 0.3969, -0.1915, 0, 0.4789, -0.1347, -0.1298, 0.222, -0.0001, -0.1235, 0.2916, -0.1296, -0.1477, 0.3334, -0.0253, -0.1298, 0.222, -0.0001, -0.1095, 0.2023, -0.0772, -0.1235, 0.2916, -0.1296, -0.1282, 0.3746, 0.0865, -0.1204, 0.4629, -0.0521, -0.0924, 0.4759, 0.0229, -0.1282, 0.3746, 0.0865, -0.1477, 0.3334, -0.0253, -0.1204, 0.4629, -0.0521, -0.1095, 0.2023, 0.0772, -0.1477, 0.3334, -0.0253, -0.1282, 0.3746, 0.0865, -0.1095, 0.2023, 0.0772, -0.1298, 0.222, -0.0001, -0.1477, 0.3334, -0.0253, -0.1095, 0.2023, -0.0772, 0, 0.2738, -0.1904, -0.1235, 0.2916, -0.1296, -0.1095, 0.2023, -0.0772, 0, 0.169, -0.1065, 0, 0.2738, -0.1904, 0, 0.2023, 0.138, -0.1282, 0.3746, 0.0865, 0, 0.3978, 0.1567, 0, 0.2023, 0.138, -0.1095, 0.2023, 0.0772, -0.1282, 0.3746, 0.0865, 0, 0.3978, 0.1567, -0.0924, 0.4759, 0.0229, 0, 0.4966, 0.0788, 0, 0.3978, 0.1567, -0.1282, 0.3746, 0.0865, -0.0924, 0.4759, 0.0229, -0.1009, 0.4165, -0.1513, 0, 0.2738, -0.1904, 0, 0.3969, -0.1915, 0.1235, 0.2916, -0.1296, 0.1009, 0.4165, -0.1513, 0, 0.2738, -0.1904, -0.1235, 0.2916, -0.1296, 0, 0.2738, -0.1904, -0.1009, 0.4165, -0.1513) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_08px8"] +transparency = 2 +alpha_scissor_threshold = 0.5 +alpha_antialiasing_mode = 0 +albedo_texture = ExtResource("18_aelpg") +metallic = 1.0 +metallic_texture = ExtResource("19_dgulu") +roughness_texture = ExtResource("21_wkgx4") +normal_enabled = true +normal_texture = ExtResource("20_vttqe") +texture_filter = 2 + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_isly2"] +data = PackedVector3Array(-0.485, 0.637, 0.443, -0.485, -0.637, 0.443, -0.485, 0.637, -0.443, -0.485, 0.637, -0.443, -0.485, -0.637, 0.443, -0.485, -0.637, -0.443, -0.5, 0.7, -0.5, -0.5, -0.7, -0.5, 0.5, 0.7, -0.5, 0.5, 0.7, -0.5, -0.5, -0.7, -0.5, 0.5, -0.7, -0.5, 0.485, 0.637, -0.443, 0.485, -0.637, -0.443, 0.485, 0.637, 0.443, 0.485, 0.637, 0.443, 0.485, -0.637, -0.443, 0.485, -0.637, 0.443, 0.443, 0.637, 0.485, 0.443, -0.637, 0.485, -0.443, 0.637, 0.485, -0.443, 0.637, 0.485, 0.443, -0.637, 0.485, -0.443, -0.637, 0.485, -0.5, 0.7, -0.5, 0.5, 0.7, -0.5, -0.5, 0.7, 0.5, -0.5, 0.7, 0.5, 0.5, 0.7, -0.5, 0.5, 0.7, 0.5, 0.5, -0.7, 1.118, 0.5, -0.7, 0.5, 0.5, -0.8, 1.118, 0.5, -0.8, 1.118, 0.5, -0.7, 0.5, 0.5, -0.8, -0.5, 0.5, -0.8, -0.5, 0.5, -0.7, 0.5, 0.5, -0.7, -0.5, 0.5, -0.7, -0.5, -0.5, -0.7, -0.5, 0.5, -0.8, -0.5, 0.5, -0.8, -0.5, -0.5, -0.7, -0.5, -0.5, -0.8, -0.5, 0.5, -0.8, -0.5, -0.5, -0.8, -0.5, 0.5, -0.8, 1.118, 0.5, -0.8, 1.118, -0.5, -0.8, -0.5, -0.5, -0.8, 1.118, -0.5, -0.7, 1.118, 0.5, -0.7, 1.118, -0.5, -0.8, 1.118, -0.5, -0.8, 1.118, 0.5, -0.7, 1.118, 0.5, -0.8, 1.118, -0.5, -0.7, 0.5, 0.5, -0.7, 0.5, -0.5, -0.7, 1.118, -0.5, -0.7, 1.118, 0.5, -0.7, 0.5, 0.5, -0.7, 1.118, -0.5, 0.7, 0.5, 0.5, 0.7, 0.5, -0.5, -0.7, 1.118, -0.5, -0.7, 1.118, 0.5, 0.7, 0.5, 0.5, -0.7, 1.118, -0.5, -0.7, -0.5, -0.5, -0.7, 0.5, -0.5, -0.8, -0.5, -0.5, -0.8, -0.5, -0.5, -0.7, 0.5, -0.5, -0.8, 1.118, -0.5, -0.8, 1.118, -0.5, -0.7, 0.5, -0.5, -0.7, 1.118, 0.5, -0.7, 1.118, 0.5, 0.7, 0.5, -0.5, -0.7, 1.118, -0.5, -0.7, 1.118, 0.5, 0.7, 0.5, -0.5, 0.7, 0.5, -0.5, 0.7, 0.5, -0.5, -0.7, 0.5, -0.5, 0.6667, 0.4667, -0.5, 0.6667, 0.4667, -0.5, -0.7, 0.5, -0.5, -0.6667, 0.4667, -0.5, 0.6667, -0.4667, -0.5, 0.7, 0.5, -0.5, 0.6667, 0.4667, -0.5, -0.7, 0.5, -0.5, -0.7, -0.5, -0.5, -0.6667, 0.4667, -0.5, 0.7, -0.5, -0.5, 0.7, 0.5, -0.5, 0.6667, -0.4667, -0.5, -0.6667, 0.4667, -0.5, -0.7, -0.5, -0.5, -0.6667, -0.4667, -0.5, -0.7, -0.5, -0.5, 0.7, -0.5, -0.5, -0.6667, -0.4667, -0.5, -0.6667, -0.4667, -0.5, 0.7, -0.5, -0.5, 0.6667, -0.4667, 0.5, 0.7, -0.5, 0.5, -0.7, -0.5, 0.5, 0.6667, -0.4667, 0.5, 0.6667, -0.4667, 0.5, -0.7, -0.5, 0.5, -0.6667, -0.4667, 0.5, 0.6667, 0.4667, 0.5, 0.7, -0.5, 0.5, 0.6667, -0.4667, 0.5, -0.7, -0.5, 0.5, -0.7, 0.5, 0.5, -0.6667, -0.4667, 0.5, 0.7, 0.5, 0.5, 0.7, -0.5, 0.5, 0.6667, 0.4667, 0.5, -0.6667, -0.4667, 0.5, -0.7, 0.5, 0.5, -0.6667, 0.4667, 0.5, -0.7, 0.5, 0.5, 0.7, 0.5, 0.5, -0.6667, 0.4667, 0.5, -0.6667, 0.4667, 0.5, 0.7, 0.5, 0.5, 0.6667, 0.4667, 0.5, 0.7, 0.5, 0.5, -0.7, 0.5, 0.4667, 0.6667, 0.5, 0.4667, 0.6667, 0.5, 0.5, -0.7, 0.5, 0.4667, -0.6667, 0.5, -0.4667, 0.6667, 0.5, 0.5, 0.7, 0.5, 0.4667, 0.6667, 0.5, 0.5, -0.7, 0.5, -0.5, -0.7, 0.5, 0.4667, -0.6667, 0.5, -0.5, 0.7, 0.5, 0.5, 0.7, 0.5, -0.4667, 0.6667, 0.5, 0.4667, -0.6667, 0.5, -0.5, -0.7, 0.5, -0.4667, -0.6667, 0.5, -0.5, -0.7, 0.5, -0.5, 0.7, 0.5, -0.4667, -0.6667, 0.5, -0.4667, -0.6667, 0.5, -0.5, 0.7, 0.5, -0.4667, 0.6667, 0.5, -0.5, 0.6667, 0.4667, -0.5, -0.6667, 0.4667, -0.485, 0.637, 0.443, -0.485, 0.637, 0.443, -0.5, -0.6667, 0.4667, -0.485, -0.637, 0.443, -0.5, 0.6667, -0.4667, -0.5, 0.6667, 0.4667, -0.485, 0.637, -0.443, -0.485, 0.637, -0.443, -0.5, 0.6667, 0.4667, -0.485, 0.637, 0.443, -0.5, -0.6667, -0.4667, -0.5, 0.6667, -0.4667, -0.485, -0.637, -0.443, -0.485, -0.637, -0.443, -0.5, 0.6667, -0.4667, -0.485, 0.637, -0.443, -0.5, -0.6667, 0.4667, -0.5, -0.6667, -0.4667, -0.485, -0.637, 0.443, -0.485, -0.637, 0.443, -0.5, -0.6667, -0.4667, -0.485, -0.637, -0.443, 0.5, 0.6667, -0.4667, 0.5, -0.6667, -0.4667, 0.485, 0.637, -0.443, 0.485, 0.637, -0.443, 0.5, -0.6667, -0.4667, 0.485, -0.637, -0.443, 0.5, 0.6667, 0.4667, 0.5, 0.6667, -0.4667, 0.485, 0.637, 0.443, 0.485, 0.637, 0.443, 0.5, 0.6667, -0.4667, 0.485, 0.637, -0.443, 0.5, -0.6667, 0.4667, 0.5, 0.6667, 0.4667, 0.485, -0.637, 0.443, 0.485, -0.637, 0.443, 0.5, 0.6667, 0.4667, 0.485, 0.637, 0.443, 0.5, -0.6667, -0.4667, 0.5, -0.6667, 0.4667, 0.485, -0.637, -0.443, 0.485, -0.637, -0.443, 0.5, -0.6667, 0.4667, 0.485, -0.637, 0.443, 0.4667, 0.6667, 0.5, 0.4667, -0.6667, 0.5, 0.443, 0.637, 0.485, 0.443, 0.637, 0.485, 0.4667, -0.6667, 0.5, 0.443, -0.637, 0.485, -0.4667, 0.6667, 0.5, 0.4667, 0.6667, 0.5, -0.443, 0.637, 0.485, -0.443, 0.637, 0.485, 0.4667, 0.6667, 0.5, 0.443, 0.637, 0.485, -0.4667, -0.6667, 0.5, -0.4667, 0.6667, 0.5, -0.443, -0.637, 0.485, -0.443, -0.637, 0.485, -0.4667, 0.6667, 0.5, -0.443, 0.637, 0.485, 0.4667, -0.6667, 0.5, -0.4667, -0.6667, 0.5, 0.443, -0.637, 0.485, 0.443, -0.637, 0.485, -0.4667, -0.6667, 0.5, -0.443, -0.637, 0.485) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_2ybo5"] +albedo_texture = ExtResource("23_r5y3o") +metallic = 1.0 +metallic_texture = ExtResource("24_l8hx7") +roughness_texture = ExtResource("26_s0aa0") +normal_enabled = true +normal_texture = ExtResource("25_fbvpt") +ao_enabled = true +texture_filter = 2 + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_1ckgi"] +data = PackedVector3Array(0.375, -0.15, 0.75, 0.275, -0.25, 0.75, 0.375, 0.15, 0.75, 0.375, 0.15, 0.75, 0.275, -0.25, 0.75, 0.275, 0.25, 0.75, 0.275, 0.25, 0.75, 0.275, -0.25, 0.75, -0.275, 0.25, 0.75, -0.275, 0.25, 0.75, 0.275, -0.25, 0.75, -0.375, 0.15, 0.75, -0.375, 0.15, 0.75, 0.275, -0.25, 0.75, -0.375, -0.15, 0.75, -0.375, -0.15, 0.75, 0.275, -0.25, 0.75, -0.275, -0.25, 0.75, 0.375, 0.15, -0.75, 0.375, -0.15, -0.75, 0.375, 0.15, 0.75, 0.375, 0.15, 0.75, 0.375, -0.15, -0.75, 0.375, -0.15, 0.75, -0.275, 0.25, -0.75, 0.275, 0.25, -0.75, -0.275, 0.25, 0.75, -0.275, 0.25, 0.75, 0.275, 0.25, -0.75, 0.275, 0.25, 0.75, -0.375, 0.15, 0.75, -0.375, -0.15, 0.75, -0.375, 0.15, -0.75, -0.375, 0.15, -0.75, -0.375, -0.15, 0.75, -0.375, -0.15, -0.75, -0.375, -0.15, -0.75, -0.275, -0.25, -0.75, -0.375, 0.15, -0.75, -0.375, 0.15, -0.75, -0.275, -0.25, -0.75, -0.275, 0.25, -0.75, -0.275, 0.25, -0.75, -0.275, -0.25, -0.75, 0.275, 0.25, -0.75, 0.275, 0.25, -0.75, -0.275, -0.25, -0.75, 0.375, 0.15, -0.75, 0.375, 0.15, -0.75, -0.275, -0.25, -0.75, 0.375, -0.15, -0.75, 0.375, -0.15, -0.75, -0.275, -0.25, -0.75, 0.275, -0.25, -0.75, -0.275, -0.25, 0.75, -0.275, -0.25, -0.75, -0.375, -0.15, 0.75, -0.375, -0.15, 0.75, -0.275, -0.25, -0.75, -0.375, -0.15, -0.75, -0.275, 0.25, -0.75, -0.275, 0.25, 0.75, -0.375, 0.15, -0.75, -0.375, 0.15, -0.75, -0.275, 0.25, 0.75, -0.375, 0.15, 0.75, 0.275, -0.25, -0.75, 0.275, -0.25, 0.75, 0.375, -0.15, -0.75, 0.375, -0.15, -0.75, 0.275, -0.25, 0.75, 0.375, -0.15, 0.75, 0.275, 0.25, 0.75, 0.275, 0.25, -0.75, 0.375, 0.15, 0.75, 0.375, 0.15, 0.75, 0.275, 0.25, -0.75, 0.375, 0.15, -0.75, 0.275, -0.25, -0.75, -0.275, -0.25, -0.75, 0.275, -0.25, 0.75, 0.275, -0.25, 0.75, -0.275, -0.25, -0.75, -0.275, -0.25, 0.75) + +[sub_resource type="Curve" id="Curve_2ldv4"] +_limits = [0.0, 0.4, 0.0, 1.0] +_data = [Vector2(0, 0), 0.0, 0.0, 0, 0, Vector2(0.3, 0.4), 0.0, 0.0, 0, 0, Vector2(0.7, 0.4), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] +point_count = 4 + +[sub_resource type="CurveTexture" id="CurveTexture_ty63v"] +curve = SubResource("Curve_2ldv4") + +[sub_resource type="Gradient" id="Gradient_sg1jh"] +offsets = PackedFloat32Array(0, 0.1, 0.4, 0.6, 1) +colors = PackedColorArray(0.15, 0.15, 0.15, 1, 0.355313, 0.355314, 0.355313, 1, 0.356863, 0.356863, 0.356863, 1, 0.647059, 0.647059, 0.647059, 1, 0.15, 0.15, 0.15, 1) + +[sub_resource type="GradientTexture1D" id="GradientTexture1D_w3xaq"] +gradient = SubResource("Gradient_sg1jh") + +[sub_resource type="Curve" id="Curve_iy2ht"] +_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(0.746094, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] +point_count = 3 + +[sub_resource type="CurveTexture" id="CurveTexture_w3xaq"] +curve = SubResource("Curve_iy2ht") + +[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_otfxe"] +emission_shape = 3 +emission_box_extents = Vector3(4.5, 1.5, 4.5) +direction = Vector3(0, -1, 0) +spread = 100.0 +initial_velocity_min = 0.05 +initial_velocity_max = 0.15 +gravity = Vector3(0, 0, 0) +scale_curve = SubResource("CurveTexture_w3xaq") +color_ramp = SubResource("GradientTexture1D_w3xaq") +alpha_curve = SubResource("CurveTexture_ty63v") +turbulence_enabled = true +turbulence_noise_strength = 0.1 +turbulence_noise_scale = 0.3 +turbulence_influence_min = 0.0 + +[node name="Airlock" type="Node3D"] + +[node name="Bounds" type="Node3D" parent="."] + +[node name="Floor" type="MeshInstance3D" parent="Bounds"] +mesh = ExtResource("1_isxnv") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Floor" groups=["MetalMaterial"] instance=ExtResource("2_on3c1")] +initial_mask = ExtResource("3_7lojt") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Floor/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_yvipw") + +[node name="Ceiling" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-1, -7.64274e-15, 8.74228e-08, 0, -1, -8.74228e-08, 8.74228e-08, -8.74228e-08, 1, 0, 3, 0) +mesh = ExtResource("4_hgu5g") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Ceiling" instance=ExtResource("2_on3c1")] +initial_mask = ExtResource("3_7lojt") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Ceiling/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_d1yty") + +[node name="SimpleWalls" type="StaticBody3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) +collision_layer = 5 + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Bounds/SimpleWalls"] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -4.5, 0, 0) +mesh = SubResource("QuadMesh_7y0xw") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/SimpleWalls"] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -4.5, 0, 0) +shape = SubResource("ConcavePolygonShape3D_2egij") + +[node name="MeshInstance3D2" type="MeshInstance3D" parent="Bounds/SimpleWalls"] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 4.5, 0, 0) +mesh = SubResource("QuadMesh_7y0xw") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="Bounds/SimpleWalls"] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 4.5, 0, 0) +shape = SubResource("ConcavePolygonShape3D_ajjdt") + +[node name="MeshInstance3D3" type="MeshInstance3D" parent="Bounds/SimpleWalls"] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 2.75, 0, 4.5) +mesh = SubResource("QuadMesh_kcek3") + +[node name="CollisionShape3D3" type="CollisionShape3D" parent="Bounds/SimpleWalls"] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 2.75, 0, 4.5) +shape = SubResource("ConcavePolygonShape3D_gim1e") + +[node name="MeshInstance3D4" type="MeshInstance3D" parent="Bounds/SimpleWalls"] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -2.75, 0, 4.5) +mesh = SubResource("QuadMesh_kcek3") + +[node name="CollisionShape3D4" type="CollisionShape3D" parent="Bounds/SimpleWalls"] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -2.75, 0, 4.5) +shape = SubResource("ConcavePolygonShape3D_6giaa") + +[node name="MeshInstance3D7" type="MeshInstance3D" parent="Bounds/SimpleWalls"] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 1.25, 4.5) +mesh = SubResource("QuadMesh_1njh5") + +[node name="CollisionShape3D5" type="CollisionShape3D" parent="Bounds/SimpleWalls"] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 1.25, 4.5) +shape = SubResource("ConcavePolygonShape3D_smvh1") + +[node name="FarWall" type="Node3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -4.5) + +[node name="LeftWall" type="MeshInstance3D" parent="Bounds/FarWall"] +transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, -3, 1.5, 0) +mesh = ExtResource("13_wvsd4") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/FarWall/LeftWall" instance=ExtResource("2_on3c1")] +mask_dim = 64 +source_gunk_material = ExtResource("14_asais") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/FarWall/LeftWall/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="RightWall" type="MeshInstance3D" parent="Bounds/FarWall"] +transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 3, 1.5, 0) +mesh = ExtResource("13_wvsd4") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/FarWall/RightWall" instance=ExtResource("2_on3c1")] +mask_dim = 64 +source_gunk_material = ExtResource("14_asais") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/FarWall/RightWall/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Props" type="Node3D" parent="."] + +[node name="EmptySuitChamber" parent="Props" instance=ExtResource("15_e4f0d")] +transform = Transform3D(1, 0, -1.06581e-14, 0, 1, 0, 1.06581e-14, 0, 1, -2.25, 1.5, 4.05) + +[node name="Suit" parent="Props/EmptySuitChamber" index="1"] +visible = false + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/EmptySuitChamber" groups=["MetalMaterial"]] +collision_layer = 5 +collision_mask = 0 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/EmptySuitChamber/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_mcskc") + +[node name="EVASuit" parent="Props" instance=ExtResource("16_oacma")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -4.05, 1.5, -1.5) + +[node name="EVASuit2" parent="Props" instance=ExtResource("16_oacma")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 4.05, 1.5, -1.5) + +[node name="EVASuit3" parent="Props" instance=ExtResource("15_e4f0d")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -4.05, 1.5, 1.5) + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/EVASuit3" groups=["MetalMaterial"]] +collision_layer = 5 +collision_mask = 0 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/EVASuit3/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_08px8") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="Props/EVASuit3/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_5ac7v") + +[node name="CollisionShape3D3" type="CollisionShape3D" parent="Props/EVASuit3/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_al0j5") + +[node name="CollisionShape3D4" type="CollisionShape3D" parent="Props/EVASuit3/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_lny00") + +[node name="EVASuit4" parent="Props" instance=ExtResource("15_e4f0d")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 4.05, 1.5, 1.5) + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/EVASuit4" groups=["MetalMaterial"]] +collision_layer = 5 +collision_mask = 0 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/EVASuit4/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_08px8") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="Props/EVASuit4/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_5ac7v") + +[node name="CollisionShape3D3" type="CollisionShape3D" parent="Props/EVASuit4/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_al0j5") + +[node name="CollisionShape3D4" type="CollisionShape3D" parent="Props/EVASuit4/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_lny00") + +[node name="EVASuit5" parent="Props" instance=ExtResource("15_e4f0d")] +transform = Transform3D(1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, 2.25, 1.5, 4.05) + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/EVASuit5" groups=["MetalMaterial"]] +collision_layer = 5 +collision_mask = 0 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/EVASuit5/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_08px8") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="Props/EVASuit5/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_5ac7v") + +[node name="CollisionShape3D3" type="CollisionShape3D" parent="Props/EVASuit5/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_al0j5") + +[node name="CollisionShape3D4" type="CollisionShape3D" parent="Props/EVASuit5/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_lny00") + +[node name="TarpCrateLogo" type="MeshInstance3D" parent="Props"] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -4, 0.8, 4) +mesh = ExtResource("17_4abyn") +surface_material_override/0 = SubResource("StandardMaterial3D_08px8") + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/TarpCrateLogo"] +collision_layer = 5 +collision_mask = 0 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/TarpCrateLogo/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_isly2") + +[node name="CrateLong" type="MeshInstance3D" parent="Props"] +transform = Transform3D(0.866025, 0, 0.5, 0, 1, 0, -0.5, 0, 0.866025, 3.33603, 0.25, 3.53907) +mesh = ExtResource("22_ug240") +skeleton = NodePath("") +surface_material_override/0 = SubResource("StandardMaterial3D_2ybo5") + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/CrateLong"] +collision_layer = 5 +collision_mask = 0 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/CrateLong/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_1ckgi") + +[node name="CrateLong2" type="MeshInstance3D" parent="Props"] +transform = Transform3D(0.612372, 0.612373, 0.5, -0.707107, 0.707106, 1.98952e-13, -0.353553, -0.353553, 0.866025, 3.71304, 0.441942, 2.81688) +mesh = ExtResource("22_ug240") +skeleton = NodePath("") +surface_material_override/0 = SubResource("StandardMaterial3D_2ybo5") + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/CrateLong2"] +collision_layer = 5 +collision_mask = 0 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/CrateLong2/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_1ckgi") + +[node name="GrunkNodule" parent="." instance=ExtResource("27_4jxmw")] +transform = Transform3D(1, 0, 0, 0, 0.866026, -0.5, 0, 0.5, 0.866026, -2.05, 0.15, -4.5) +chitter = true +value = 4000.0 + +[node name="GrunkNodule2" parent="." instance=ExtResource("27_4jxmw")] +transform = Transform3D(0.5, 0, 0, 0, 0.353553, 0.353554, 0, -0.353554, 0.353553, -1.1, 0.15, -4.3) + +[node name="GrunkNodule3" parent="." instance=ExtResource("27_4jxmw")] +transform = Transform3D(0.5, 0, 0, 0, 0.353553, 0.353554, 0, -0.353554, 0.353553, 1.4, 2.65, -4.3) +chitter = true + +[node name="OverheadLight" parent="." instance=ExtResource("28_fajl5")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, 0) + +[node name="FloatingDust" parent="." instance=ExtResource("29_ib88w")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) +visibility_aabb = AABB(-4.5, -1.5, -4.5, 9, 3, 9) +process_material = SubResource("ParticleProcessMaterial_otfxe") + +[editable path="Props/EmptySuitChamber"] diff --git a/levels/ghost_ship/airlock/floor_mask.png b/levels/ghost_ship/level/airlock/floor_mask.png similarity index 100% rename from levels/ghost_ship/airlock/floor_mask.png rename to levels/ghost_ship/level/airlock/floor_mask.png diff --git a/levels/ghost_ship/airlock/floor_mask.png.import b/levels/ghost_ship/level/airlock/floor_mask.png.import similarity index 58% rename from levels/ghost_ship/airlock/floor_mask.png.import rename to levels/ghost_ship/level/airlock/floor_mask.png.import index 8847699..bef3f31 100644 --- a/levels/ghost_ship/airlock/floor_mask.png.import +++ b/levels/ghost_ship/level/airlock/floor_mask.png.import @@ -3,8 +3,8 @@ importer="texture" type="CompressedTexture2D" uid="uid://dthjo3ymo7say" -path.s3tc="res://.godot/imported/floor_mask.png-1a0b0eeca154b970656cd809641fb147.s3tc.ctex" -path.etc2="res://.godot/imported/floor_mask.png-1a0b0eeca154b970656cd809641fb147.etc2.ctex" +path.s3tc="res://.godot/imported/floor_mask.png-07e71257ad46622316c91d82fa20783e.s3tc.ctex" +path.etc2="res://.godot/imported/floor_mask.png-07e71257ad46622316c91d82fa20783e.etc2.ctex" metadata={ "imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true @@ -12,8 +12,8 @@ metadata={ [deps] -source_file="res://levels/ghost_ship/airlock/floor_mask.png" -dest_files=["res://.godot/imported/floor_mask.png-1a0b0eeca154b970656cd809641fb147.s3tc.ctex", "res://.godot/imported/floor_mask.png-1a0b0eeca154b970656cd809641fb147.etc2.ctex"] +source_file="res://levels/ghost_ship/level/airlock/floor_mask.png" +dest_files=["res://.godot/imported/floor_mask.png-07e71257ad46622316c91d82fa20783e.s3tc.ctex", "res://.godot/imported/floor_mask.png-07e71257ad46622316c91d82fa20783e.etc2.ctex"] [params] diff --git a/levels/ghost_ship/level/corridor_1/corridor_1.tscn b/levels/ghost_ship/level/corridor_1/corridor_1.tscn new file mode 100644 index 0000000..ca86312 --- /dev/null +++ b/levels/ghost_ship/level/corridor_1/corridor_1.tscn @@ -0,0 +1,441 @@ +[gd_scene load_steps=47 format=4 uid="uid://ddmgqfhiv3aag"] + +[ext_resource type="ArrayMesh" uid="uid://cqd0a7ousx01n" path="res://assets/level/hallway/hallway_1.mesh" id="1_ckpmb"] +[ext_resource type="PackedScene" uid="uid://c2omlx4ptrc01" path="res://src/world/gunk_body/gunk_body.tscn" id="2_a8b6q"] +[ext_resource type="PackedScene" uid="uid://cppd3scvxf3eg" path="res://src/props/crate_long/crate_long.tscn" id="3_8umoc"] +[ext_resource type="Texture2D" uid="uid://cd0w8eqpount3" path="res://assets/props/crate_long/crate_long_C.png" id="4_s4vba"] +[ext_resource type="Texture2D" uid="uid://da5p04vbiy3xe" path="res://assets/props/crate_long/crate_long_M.png" id="5_n7a6q"] +[ext_resource type="Texture2D" uid="uid://bsovubygl3go2" path="res://assets/props/crate_long/crate_long_N.png" id="6_hwbyh"] +[ext_resource type="Texture2D" uid="uid://b1m1my5q2vlwi" path="res://assets/props/crate_long/crate_long_R.png" id="7_bt0ip"] +[ext_resource type="PackedScene" uid="uid://30o8ltnnxpxo" path="res://src/effects/floating_dust.tscn" id="8_t14hf"] +[ext_resource type="PackedScene" uid="uid://d2feet02a603e" path="res://src/props/overhead_light/overhead_light.tscn" id="9_vwa0l"] +[ext_resource type="Material" uid="uid://dmolqtdktqdsl" path="res://levels/ghost_ship/guide_sign/airlock_sign.material" id="10_5qwf5"] +[ext_resource type="Material" uid="uid://dutkfm4ek0ysh" path="res://assets/materials/gunk_bright.material" id="11_i2ry3"] +[ext_resource type="ArrayMesh" uid="uid://bm0ryb1t7ha7e" path="res://assets/level/t-junction/t-junction_1.mesh" id="12_3ls22"] +[ext_resource type="Material" uid="uid://c1vy4bkwb1g5m" path="res://assets/materials/gunk_lowrez.material" id="13_qaol8"] +[ext_resource type="PackedScene" uid="uid://2yqi5u5eo025" path="res://src/world/gunk_node/grunk_nodule.tscn" id="14_bfrms"] +[ext_resource type="PackedScene" uid="uid://rykf34p8n8x6" path="res://src/props/overhead_light/burnout_light.tscn" id="15_rjmc1"] +[ext_resource type="PackedScene" uid="uid://cjqayfrj2oxyr" path="res://src/props/tarp_crate/tarp_crate_logo.tscn" id="16_c1bv0"] +[ext_resource type="ArrayMesh" uid="uid://5jt7xxr05lw3" path="res://assets/level/hallway/hallway_2.mesh" id="17_qhrg0"] +[ext_resource type="ArrayMesh" uid="uid://b3f5p4o7qr1mf" path="res://assets/level/t-junction/t-junction_2.mesh" id="18_xuoub"] +[ext_resource type="ArrayMesh" uid="uid://xn5nceqby4wd" path="res://assets/level/wall/wall_3.mesh" id="19_unrww"] +[ext_resource type="ArrayMesh" uid="uid://c4klxlj1oop7t" path="res://assets/level/hallway/hallway_4.mesh" id="20_kkj02"] +[ext_resource type="ArrayMesh" uid="uid://cojfnrek4kgbb" path="res://assets/props/guide_sign/guide_sign.obj" id="21_mh2f3"] +[ext_resource type="Material" uid="uid://b8xdnogrfefvf" path="res://levels/ghost_ship/guide_sign/mess_hall_sign.material" id="22_d4b87"] + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_ruwlj"] +data = PackedVector3Array(-1.5, 0, -6, -1.5, 0, 6, -1.5, 3, -6, -1.5, 3, -6, -1.5, 0, 6, -1.5, 3, 6, 1.5, 0, 6, 1.5, 0, -6, 1.5, 3, 6, 1.5, 3, 6, 1.5, 0, -6, 1.5, 3, -6, -1.5, 0, 6, -1.5, 0, -6, 1.5, 0, 6, 1.5, 0, 6, -1.5, 0, -6, 1.5, 0, -6, 1.5, 3, 6, 1.5, 3, -6, -1.5, 3, 6, -1.5, 3, 6, 1.5, 3, -6, -1.5, 3, -6) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_3mstk"] +resource_local_to_scene = true +albedo_texture = ExtResource("4_s4vba") +metallic = 1.0 +metallic_texture = ExtResource("5_n7a6q") +roughness_texture = ExtResource("7_bt0ip") +normal_enabled = true +normal_texture = ExtResource("6_hwbyh") +ao_enabled = true +texture_filter = 2 + +[sub_resource type="ArrayMesh" id="ArrayMesh_2ybo5"] +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"format": 34896613377, +"index_count": 84, +"index_data": PackedByteArray("CgAGAAIAAgAEAAoABAAGAAoACwAEAAIADAAGAAQABAAIAAwACwAIAAQADAAIAAYAAgABAAsAAQAIAAsADQABAAIAAgAGAA0ABwABAA0ADQAGAAcACQABAAcACQAIAAEABwAGAA4ACQAHAAUABQAHAA4ABQAIAAkABgAIAA8AAwAIAAUADgAGAAAAAAAGAA8ADgAAAAUADwAIAAAABQAAAAMAAAAIAAMA"), +"lods": [0.108952, PackedByteArray("AgAGAAcABAAGAAIAAgABAAQABwABAAIABAAIAAYAAQAIAAQACQABAAcACQAIAAEACQAHAAUABQAIAAkABwAGAAAABwAAAAUABgAIAAAAAwAIAAUAAAAIAAMABQAAAAMA"), 0.261829, PackedByteArray("AAABAAIAAgABAAQAAQAAAAUABAADAAIAAQADAAQAAgADAAAABQADAAEABQAAAAMA"), 0.524037, PackedByteArray("AAABAAIAAgABAAMAAQAAAAMAAgADAAAA")], +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 16, +"vertex_data": PackedByteArray("AAAyM///AADc3f//AAAAAP//zMz//wAAAAAyMwAAAAD//zIzAAAAAAAAzMwAAAAA3N0AAP//AAAhIv////8AACEiAAAAAAAAISL//wAAAAD//zIz//8AAP//zMwAAAAA3N0AAAAAAADc3f////8AAAAAzMz//wAAISIAAP//AAA=") +}] +blend_shape_mode = 0 + +[sub_resource type="ArrayMesh" id="ArrayMesh_myq0n"] +resource_local_to_scene = true +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), +"format": 34896613399, +"index_count": 84, +"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), +"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], +"material": SubResource("StandardMaterial3D_3mstk"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 48, +"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_2ybo5") + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_2iatw"] +resource_local_to_scene = true +albedo_texture = ExtResource("4_s4vba") +metallic = 1.0 +metallic_texture = ExtResource("5_n7a6q") +roughness_texture = ExtResource("7_bt0ip") +normal_enabled = true +normal_texture = ExtResource("6_hwbyh") +ao_enabled = true +texture_filter = 2 + +[sub_resource type="ArrayMesh" id="ArrayMesh_7t6p1"] +resource_local_to_scene = true +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), +"format": 34896613399, +"index_count": 84, +"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), +"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], +"material": SubResource("StandardMaterial3D_2iatw"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 48, +"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_2ybo5") + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_nxpdv"] +resource_local_to_scene = true +albedo_texture = ExtResource("4_s4vba") +metallic = 1.0 +metallic_texture = ExtResource("5_n7a6q") +roughness_texture = ExtResource("7_bt0ip") +normal_enabled = true +normal_texture = ExtResource("6_hwbyh") +ao_enabled = true +texture_filter = 2 + +[sub_resource type="ArrayMesh" id="ArrayMesh_ks8vt"] +resource_local_to_scene = true +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), +"format": 34896613399, +"index_count": 84, +"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), +"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], +"material": SubResource("StandardMaterial3D_nxpdv"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 48, +"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_2ybo5") + +[sub_resource type="Curve" id="Curve_w3xaq"] +_limits = [0.0, 0.4, 0.0, 1.0] +_data = [Vector2(0, 0), 0.0, 0.0, 0, 0, Vector2(0.3, 0.4), 0.0, 0.0, 0, 0, Vector2(0.7, 0.4), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] +point_count = 4 + +[sub_resource type="CurveTexture" id="CurveTexture_mcskc"] +curve = SubResource("Curve_w3xaq") + +[sub_resource type="Gradient" id="Gradient_yfel2"] +offsets = PackedFloat32Array(0, 0.1, 0.4, 0.6, 1) +colors = PackedColorArray(0.15, 0.15, 0.15, 1, 0.355313, 0.355314, 0.355313, 1, 0.356863, 0.356863, 0.356863, 1, 0.647059, 0.647059, 0.647059, 1, 0.15, 0.15, 0.15, 1) + +[sub_resource type="GradientTexture1D" id="GradientTexture1D_08px8"] +gradient = SubResource("Gradient_yfel2") + +[sub_resource type="Curve" id="Curve_yfel2"] +_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(0.746094, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] +point_count = 3 + +[sub_resource type="CurveTexture" id="CurveTexture_5ac7v"] +curve = SubResource("Curve_yfel2") + +[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_6giaa"] +emission_shape = 3 +emission_box_extents = Vector3(1.5, 1.5, 6) +direction = Vector3(0, -1, 0) +spread = 100.0 +initial_velocity_min = 0.05 +initial_velocity_max = 0.15 +gravity = Vector3(0, 0, 0) +scale_curve = SubResource("CurveTexture_5ac7v") +color_ramp = SubResource("GradientTexture1D_08px8") +alpha_curve = SubResource("CurveTexture_mcskc") +turbulence_enabled = true +turbulence_noise_strength = 0.1 +turbulence_noise_scale = 0.3 +turbulence_influence_min = 0.0 + +[sub_resource type="ArrayMesh" id="ArrayMesh_al0j5"] +_surfaces = [{ +"aabb": AABB(-1, -0.4, -0.2, 2, 0.4, 0.4), +"format": 34896613377, +"index_count": 24, +"index_data": PackedByteArray("AAABAAIAAAADAAEAAgABAAQAAgAEAAAABAABAAMABQADAAAABAADAAUAAAAEAAUA"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 6, +"vertex_data": PackedByteArray("AAD/////AAAAAAAA/38AAAAA//8AAAAA//8AAP9/AAD/////AAAAAP///////wAA") +}] +blend_shape_mode = 0 + +[sub_resource type="ArrayMesh" id="ArrayMesh_anoak"] +_surfaces = [{ +"aabb": AABB(-1, -0.4, -0.2, 2, 0.4, 0.4), +"attribute_data": PackedByteArray("AAD/I/8RAAD/I/8j/yP/I/9N/yP/I//b/03/2/8j/9v/Ef//AAD/2/93/9v/Tf/b/3f/I/9N/yP/I/8j/yP/2wAA/yMAAP/b"), +"format": 34896613399, +"index_count": 24, +"index_data": PackedByteArray("AAABAAIAAwAEAAUABQAEAAYABwAIAAkACgALAAwADAALAA0ADgAPABAAEAAPABEA"), +"material": ExtResource("10_5qwf5"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 18, +"vertex_data": PackedByteArray("AAD///////8AAAAA/3///wAA//8AAP//AAD//wAAsvIAAAAA/3+y8v////8AALLy//8AAP9/svL/////AAD/v///AAD/f/+//////////7////////8mwv//AAD/fybCAAD/////JsIAAAAA/38mwgAA//8AAFTV/////wAAVNUAAP////9U1f///////1TV/z//f/8//3//P/9/PjnAxj45wMY+OcDGPjnAxv9/AAD/fwAA/38AAIYUeOuGFHjrhhR464YUeOtU1aoqVNWqKlTVqipU1aoq") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_al0j5") + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_ojd88"] +data = PackedVector3Array(-1, 0, 0.2, -1, -0.4, 0, -1, 0, -0.2, -1, 0, -0.2, -1, -0.4, 0, 1, 0, -0.2, 1, 0, -0.2, -1, -0.4, 0, 1, -0.4, 0, 1, 0, -0.2, 1, -0.4, 0, 1, 0, 0.2, 1, 0, 0.2, 1, -0.4, 0, -1, 0, 0.2, -1, 0, 0.2, 1, -0.4, 0, -1, -0.4, 0, -1, 0, -0.2, 1, 0, -0.2, -1, 0, 0.2, -1, 0, 0.2, 1, 0, -0.2, 1, 0, 0.2) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_if0c2"] +data = PackedVector3Array(-1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 3, -1.5, -1.5, 3, -1.5, -1.5, 0, 1.5, -1.5, 3, 1.5, -1.5, 0, 1.5, -1.5, 0, -1.5, 1.5, 0, 1.5, 1.5, 0, 1.5, -1.5, 0, -1.5, 1.5, 0, -1.5, 1.5, 3, 1.5, 1.5, 3, -1.5, -1.5, 3, 1.5, -1.5, 3, 1.5, 1.5, 3, -1.5, -1.5, 3, -1.5) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_fsx6r"] +resource_local_to_scene = true +albedo_texture = ExtResource("4_s4vba") +metallic = 1.0 +metallic_texture = ExtResource("5_n7a6q") +roughness_texture = ExtResource("7_bt0ip") +normal_enabled = true +normal_texture = ExtResource("6_hwbyh") +ao_enabled = true +texture_filter = 2 + +[sub_resource type="ArrayMesh" id="ArrayMesh_lny00"] +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"format": 34896613377, +"index_count": 84, +"index_data": PackedByteArray("CgAGAAIAAgAEAAoABAAGAAoACwAEAAIADAAGAAQABAAIAAwACwAIAAQADAAIAAYAAgABAAsAAQAIAAsADQABAAIAAgAGAA0ABwABAA0ADQAGAAcACQABAAcACQAIAAEABwAGAA4ACQAHAAUABQAHAA4ABQAIAAkABgAIAA8AAwAIAAUADgAGAAAAAAAGAA8ADgAAAAUADwAIAAAABQAAAAMAAAAIAAMA"), +"lods": [0.108952, PackedByteArray("AgAGAAcABAAGAAIAAgABAAQABwABAAIABAAIAAYAAQAIAAQACQABAAcACQAIAAEACQAHAAUABQAIAAkABwAGAAAABwAAAAUABgAIAAAAAwAIAAUAAAAIAAMABQAAAAMA"), 0.261829, PackedByteArray("AAABAAIAAgABAAQAAQAAAAUABAADAAIAAQADAAQAAgADAAAABQADAAEABQAAAAMA"), 0.524037, PackedByteArray("AAABAAIAAgABAAMAAQAAAAMAAgADAAAA")], +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 16, +"vertex_data": PackedByteArray("AAAyM///AADc3f//AAAAAP//zMz//wAAAAAyMwAAAAD//zIzAAAAAAAAzMwAAAAA3N0AAP//AAAhIv////8AACEiAAAAAAAAISL//wAAAAD//zIz//8AAP//zMwAAAAA3N0AAAAAAADc3f////8AAAAAzMz//wAAISIAAP//AAA=") +}] +blend_shape_mode = 0 + +[sub_resource type="ArrayMesh" id="ArrayMesh_c6sdr"] +resource_local_to_scene = true +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), +"format": 34896613399, +"index_count": 84, +"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), +"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], +"material": SubResource("StandardMaterial3D_fsx6r"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 48, +"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_lny00") + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_17ivy"] +data = PackedVector3Array(1.5, 0, 1.5, -1.5, 0, 1.5, 1.5, 0, -1.5, 1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 0, -1.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_mgo71"] +data = PackedVector3Array(-0.7, 0, 0.14, -0.7, -0.28, 0, -0.7, 0, -0.14, -0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, -0.28, 0, 0.7, 0, 0.14, 0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, -0.28, 0, -0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, 0, -0.14, 0.7, 0, 0.14) + +[node name="Corridor1" type="Node3D"] + +[node name="Hallway1" type="MeshInstance3D" parent="."] +mesh = ExtResource("1_ckpmb") +skeleton = NodePath("Hallway1") + +[node name="Hallway1" parent="Hallway1" groups=["MetalMaterial"] instance=ExtResource("2_a8b6q")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Hallway1/Hallway1"] +shape = SubResource("ConcavePolygonShape3D_ruwlj") + +[node name="CrateLong" parent="Hallway1" instance=ExtResource("3_8umoc")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0.25, -5.9) +mesh = SubResource("ArrayMesh_myq0n") +skeleton = NodePath("../Hallway1") + +[node name="CrateLong3" parent="Hallway1" instance=ExtResource("3_8umoc")] +transform = Transform3D(0.258819, -0.965926, 0, 0.965926, 0.258819, 0, 0, 0, 1, 1.2, 0.426927, -3.9) +mesh = SubResource("ArrayMesh_7t6p1") +skeleton = NodePath("../Hallway1") + +[node name="CrateLong2" parent="Hallway1" instance=ExtResource("3_8umoc")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0.75, -5.9) +mesh = SubResource("ArrayMesh_ks8vt") +skeleton = NodePath("../Hallway1") + +[node name="FloatingDust" parent="Hallway1" instance=ExtResource("8_t14hf")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) +visibility_aabb = AABB(-1.5, -1.5, -6, 3, 3, 12) +process_material = SubResource("ParticleProcessMaterial_6giaa") + +[node name="OverheadLight" parent="Hallway1" instance=ExtResource("9_vwa0l")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, -1.5) + +[node name="AirlockSign" type="MeshInstance3D" parent="Hallway1"] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 3, 4.5) +gi_mode = 2 +mesh = SubResource("ArrayMesh_anoak") + +[node name="GunkBody" parent="Hallway1/AirlockSign" instance=ExtResource("2_a8b6q")] +mask_dim = 32 +source_gunk_material = ExtResource("11_i2ry3") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Hallway1/AirlockSign/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_ojd88") + +[node name="T-Junction1" type="MeshInstance3D" parent="."] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 0, 0, -7.5) +mesh = ExtResource("12_3ls22") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="T-Junction1" groups=["MetalMaterial"] instance=ExtResource("2_a8b6q")] +mask_dim = 192 +source_gunk_material = ExtResource("13_qaol8") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="T-Junction1/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_if0c2") + +[node name="Hallway2" type="MeshInstance3D" parent="."] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -7.5, 0, -7.5) +mesh = ExtResource("1_ckpmb") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Hallway2" groups=["MetalMaterial"] instance=ExtResource("2_a8b6q")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Hallway2/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_ruwlj") + +[node name="GrunkNodule" parent="Hallway2" instance=ExtResource("14_bfrms")] +transform = Transform3D(0.866025, 0.5, 0, -0.5, 0.866025, 0, 0, 0, 1, -1.35, 0, -1.15) +chitter = true +value = 4000.0 + +[node name="GrunkNodule2" parent="Hallway2" instance=ExtResource("14_bfrms")] +transform = Transform3D(0.519615, 0.3, 0, 2.98023e-08, 2.98023e-08, -0.6, -0.3, 0.519615, 0, -1.35, 0, 0.25) +chitter = true + +[node name="GrunkNodule3" parent="Hallway2" instance=ExtResource("14_bfrms")] +transform = Transform3D(0.129904, 0.375, -0.45, -0.439868, -0.241946, -0.328601, -0.386835, 0.401045, 0.222535, -1.35, 0.5, -0.25) + +[node name="GrunkNodule4" parent="Hallway2" instance=ExtResource("14_bfrms")] +transform = Transform3D(0.34641, 0.2, -8.74228e-09, 0, -1.74846e-08, -0.4, -0.2, 0.34641, -1.51421e-08, -1.5, 1.02511, -1.25) +value = 800.0 + +[node name="GrunkNodule6" parent="Hallway2" instance=ExtResource("14_bfrms")] +transform = Transform3D(0.109602, 0.109602, 0.268468, 0.219203, -0.219203, 9.58262e-10, 0.189835, 0.189835, -0.155, -1.5, 1.52511, -2.25) +chitter = true +value = 800.0 + +[node name="GrunkNodule5" parent="Hallway2" instance=ExtResource("14_bfrms")] +transform = Transform3D(0.0773296, 0.288598, 0.1725, 0.0446463, 0.166622, -0.298779, -0.333244, 0.0892925, -7.54021e-09, -1.5, 1.12511, -1.75) +chitter = true +value = 800.0 + +[node name="FloatingDust" parent="Hallway2" instance=ExtResource("8_t14hf")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) +visibility_aabb = AABB(-1.5, -1.5, -6, 3, 3, 12) +process_material = SubResource("ParticleProcessMaterial_6giaa") + +[node name="BurnoutLight" parent="Hallway2" instance=ExtResource("15_rjmc1")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, -1.5) + +[node name="TarpCrateLogo" parent="Hallway2" instance=ExtResource("16_c1bv0")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0.8, -11.4) + +[node name="Hallway3" type="MeshInstance3D" parent="."] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -19.5, 0, -7.5) +mesh = ExtResource("17_qhrg0") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Hallway3" groups=["MetalMaterial"] instance=ExtResource("2_a8b6q")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Hallway3/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_ruwlj") + +[node name="FloatingDust" parent="Hallway3" instance=ExtResource("8_t14hf")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) +visibility_aabb = AABB(-1.5, -1.5, -6, 3, 3, 12) +process_material = SubResource("ParticleProcessMaterial_6giaa") + +[node name="OverheadLight" parent="Hallway3" instance=ExtResource("9_vwa0l")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, -1.5) + +[node name="CrateLong" parent="Hallway3" instance=ExtResource("3_8umoc")] +transform = Transform3D(-4.37114e-08, -0.965926, 0.258819, 1.77636e-15, 0.258819, 0.965926, -1, 4.2222e-08, -1.13133e-08, 1.06072, 0.789149, 6.6) +mesh = SubResource("ArrayMesh_c6sdr") +skeleton = NodePath("../..") + +[node name="T-Junction2" type="MeshInstance3D" parent="."] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -27, 0, -7.5) +mesh = ExtResource("18_xuoub") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="T-Junction2" groups=["MetalMaterial"] instance=ExtResource("2_a8b6q")] +mask_dim = 192 +source_gunk_material = ExtResource("13_qaol8") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="T-Junction2/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_if0c2") + +[node name="EndCap" type="MeshInstance3D" parent="."] +transform = Transform3D(2.98023e-08, 1, 0, 4.37114e-08, -1.3027e-15, -1, -1, 2.98023e-08, -4.37114e-08, -28.5, 1.5, -7.5) +mesh = ExtResource("19_unrww") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="EndCap" instance=ExtResource("2_a8b6q")] +mask_dim = 64 +source_gunk_material = ExtResource("13_qaol8") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="EndCap/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_17ivy") + +[node name="Hallway4" type="MeshInstance3D" parent="."] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -27, 0, -15) +mesh = ExtResource("20_kkj02") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Hallway4" groups=["MetalMaterial"] instance=ExtResource("2_a8b6q")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Hallway4/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_ruwlj") + +[node name="FloatingDust" parent="Hallway4" instance=ExtResource("8_t14hf")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) +visibility_aabb = AABB(-1.5, -1.5, -6, 3, 3, 12) +process_material = SubResource("ParticleProcessMaterial_6giaa") + +[node name="OverheadLight" parent="Hallway4" instance=ExtResource("9_vwa0l")] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 3, -1.5) + +[node name="MessHallSign" type="MeshInstance3D" parent="Hallway4"] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 0, 3, 4.5) +gi_mode = 2 +mesh = ExtResource("21_mh2f3") +surface_material_override/0 = ExtResource("22_d4b87") + +[node name="GunkBody" parent="Hallway4/MessHallSign" instance=ExtResource("2_a8b6q")] +mask_dim = 32 +source_gunk_material = ExtResource("11_i2ry3") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Hallway4/MessHallSign/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_mgo71") diff --git a/levels/ghost_ship/level/corridor_2/corridor_2.tscn b/levels/ghost_ship/level/corridor_2/corridor_2.tscn new file mode 100644 index 0000000..7b1e336 --- /dev/null +++ b/levels/ghost_ship/level/corridor_2/corridor_2.tscn @@ -0,0 +1,325 @@ +[gd_scene load_steps=46 format=4 uid="uid://6mggsi84ok1n"] + +[ext_resource type="ArrayMesh" uid="uid://c4klxlj1oop7t" path="res://assets/level/hallway/hallway_4.mesh" id="1_ka7sa"] +[ext_resource type="PackedScene" uid="uid://c2omlx4ptrc01" path="res://src/world/gunk_body/gunk_body.tscn" id="2_arxka"] +[ext_resource type="PackedScene" uid="uid://30o8ltnnxpxo" path="res://src/effects/floating_dust.tscn" id="3_osdhu"] +[ext_resource type="PackedScene" uid="uid://rykf34p8n8x6" path="res://src/props/overhead_light/burnout_light.tscn" id="4_6qtqj"] +[ext_resource type="Material" uid="uid://b8xdnogrfefvf" path="res://levels/ghost_ship/guide_sign/mess_hall_sign.material" id="5_650i1"] +[ext_resource type="Texture2D" uid="uid://duvfb656uahuu" path="res://assets/level/guide_signs/guide_sign_mess_hall_C.png" id="6_o070x"] +[ext_resource type="Texture2D" uid="uid://dm50ac5enanm6" path="res://assets/level/guide_signs/guide_sign_mess_hall_E.png" id="7_bmovs"] +[ext_resource type="Texture2D" uid="uid://7qbnrtjmvl57" path="res://assets/props/guide_sign/guide_sign_M.png" id="8_f8vhe"] +[ext_resource type="Texture2D" uid="uid://d2h6ec1a0jm7c" path="res://assets/props/guide_sign/guide_sign_N.png" id="9_fsxgt"] +[ext_resource type="Texture2D" uid="uid://cjm8vlxnejx3w" path="res://assets/props/guide_sign/guide_sign_R.png" id="10_ikww0"] +[ext_resource type="Material" uid="uid://dutkfm4ek0ysh" path="res://assets/materials/gunk_bright.material" id="11_iefrw"] +[ext_resource type="PackedScene" uid="uid://bpsiwx1517pk1" path="res://src/props/tarp_crate/tarp_crate.tscn" id="12_vtfca"] +[ext_resource type="ArrayMesh" uid="uid://cqd0a7ousx01n" path="res://assets/level/hallway/hallway_1.mesh" id="13_q6b8v"] +[ext_resource type="PackedScene" uid="uid://d2feet02a603e" path="res://src/props/overhead_light/overhead_light.tscn" id="14_tgb37"] +[ext_resource type="Material" uid="uid://dt73a25l7h8if" path="res://levels/ghost_ship/guide_sign/crew_quarters_sign.material" id="15_ygcwo"] +[ext_resource type="ArrayMesh" uid="uid://b3f5p4o7qr1mf" path="res://assets/level/t-junction/t-junction_2.mesh" id="16_0fxnd"] +[ext_resource type="Material" uid="uid://c1vy4bkwb1g5m" path="res://assets/materials/gunk_lowrez.material" id="17_wqkax"] +[ext_resource type="PackedScene" uid="uid://cppd3scvxf3eg" path="res://src/props/crate_long/crate_long.tscn" id="18_ew4hm"] +[ext_resource type="Texture2D" uid="uid://cd0w8eqpount3" path="res://assets/props/crate_long/crate_long_C.png" id="19_0xbp3"] +[ext_resource type="Texture2D" uid="uid://da5p04vbiy3xe" path="res://assets/props/crate_long/crate_long_M.png" id="20_wp8cq"] +[ext_resource type="Texture2D" uid="uid://bsovubygl3go2" path="res://assets/props/crate_long/crate_long_N.png" id="21_opjmq"] +[ext_resource type="Texture2D" uid="uid://b1m1my5q2vlwi" path="res://assets/props/crate_long/crate_long_R.png" id="22_sor6x"] +[ext_resource type="ArrayMesh" uid="uid://d0sdsir1hqnbu" path="res://assets/level/wall/wall_4.mesh" id="23_7ox1u"] + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_ruwlj"] +data = PackedVector3Array(-1.5, 0, -6, -1.5, 0, 6, -1.5, 3, -6, -1.5, 3, -6, -1.5, 0, 6, -1.5, 3, 6, 1.5, 0, 6, 1.5, 0, -6, 1.5, 3, 6, 1.5, 3, 6, 1.5, 0, -6, 1.5, 3, -6, -1.5, 0, 6, -1.5, 0, -6, 1.5, 0, 6, 1.5, 0, 6, -1.5, 0, -6, 1.5, 0, -6, 1.5, 3, 6, 1.5, 3, -6, -1.5, 3, 6, -1.5, 3, 6, 1.5, 3, -6, -1.5, 3, -6) + +[sub_resource type="Curve" id="Curve_w3xaq"] +_limits = [0.0, 0.4, 0.0, 1.0] +_data = [Vector2(0, 0), 0.0, 0.0, 0, 0, Vector2(0.3, 0.4), 0.0, 0.0, 0, 0, Vector2(0.7, 0.4), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] +point_count = 4 + +[sub_resource type="CurveTexture" id="CurveTexture_mcskc"] +curve = SubResource("Curve_w3xaq") + +[sub_resource type="Gradient" id="Gradient_yfel2"] +offsets = PackedFloat32Array(0, 0.1, 0.4, 0.6, 1) +colors = PackedColorArray(0.15, 0.15, 0.15, 1, 0.355313, 0.355314, 0.355313, 1, 0.356863, 0.356863, 0.356863, 1, 0.647059, 0.647059, 0.647059, 1, 0.15, 0.15, 0.15, 1) + +[sub_resource type="GradientTexture1D" id="GradientTexture1D_08px8"] +gradient = SubResource("Gradient_yfel2") + +[sub_resource type="Curve" id="Curve_yfel2"] +_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(0.746094, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] +point_count = 3 + +[sub_resource type="CurveTexture" id="CurveTexture_5ac7v"] +curve = SubResource("Curve_yfel2") + +[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_6giaa"] +emission_shape = 3 +emission_box_extents = Vector3(1.5, 1.5, 6) +direction = Vector3(0, -1, 0) +spread = 100.0 +initial_velocity_min = 0.05 +initial_velocity_max = 0.15 +gravity = Vector3(0, 0, 0) +scale_curve = SubResource("CurveTexture_5ac7v") +color_ramp = SubResource("GradientTexture1D_08px8") +alpha_curve = SubResource("CurveTexture_mcskc") +turbulence_enabled = true +turbulence_noise_strength = 0.1 +turbulence_noise_scale = 0.3 +turbulence_influence_min = 0.0 + +[sub_resource type="ArrayMesh" id="ArrayMesh_h1nog"] +_surfaces = [{ +"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), +"format": 34896613377, +"index_count": 24, +"index_data": PackedByteArray("AAABAAIAAAADAAEAAgABAAQAAgAEAAAABAABAAMABQADAAAABAADAAUAAAAEAAUA"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 6, +"vertex_data": PackedByteArray("AAD/////AAAAAAAA/38AAAAA//8AAAAA//8AAP9/AAD/////AAAAAP///////wAA") +}] +blend_shape_mode = 0 + +[sub_resource type="ArrayMesh" id="ArrayMesh_w13dd"] +_surfaces = [{ +"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), +"attribute_data": PackedByteArray("AAD/I/8RAAD/I/8j/yP/I/9N/yP/I//b/03/2/8j/9v/Ef//AAD/2/93/9v/Tf/b/3f/I/9N/yP/I/8j/yP/2wAA/yMAAP/b"), +"format": 34896613399, +"index_count": 24, +"index_data": PackedByteArray("AAABAAIAAwAEAAUABQAEAAYABwAIAAkACgALAAwADAALAA0ADgAPABAAEAAPABEA"), +"material": ExtResource("5_650i1"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 18, +"vertex_data": PackedByteArray("AAD///////8AAAAA/3///wAA//8AAP//AAD//wAAsvIAAAAA/3+y8v////8AALLy//8AAP9/svL/////AAD/v///AAD/f/+//////////7////////8mwv//AAD/fybCAAD/////JsIAAAAA/38mwgAA//8AAFTV/////wAAVNUAAP////9U1f///////1TV/z//f/8//3//P/9/PjnAxj45wMY+OcDGPjnAxv9/AAD/fwAA/38AAIYUeOuGFHjrhhR464YUeOtU1aoqVNWqKlTVqipU1aoq") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_h1nog") + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_lhj8x"] +albedo_texture = ExtResource("6_o070x") +metallic = 1.0 +metallic_texture = ExtResource("8_f8vhe") +roughness_texture = ExtResource("10_ikww0") +emission_enabled = true +emission_energy_multiplier = 3.6 +emission_texture = ExtResource("7_bmovs") +normal_enabled = true +normal_texture = ExtResource("9_fsxgt") +texture_filter = 4 + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_2ft6k"] +data = PackedVector3Array(-0.7, 0, 0.14, -0.7, -0.28, 0, -0.7, 0, -0.14, -0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, -0.28, 0, 0.7, 0, 0.14, 0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, -0.28, 0, -0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, 0, -0.14, 0.7, 0, 0.14) + +[sub_resource type="ArrayMesh" id="ArrayMesh_fkhf3"] +_surfaces = [{ +"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), +"format": 34896613377, +"index_count": 24, +"index_data": PackedByteArray("AAABAAIAAAADAAEAAgABAAQAAgAEAAAABAABAAMABQADAAAABAADAAUAAAAEAAUA"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 6, +"vertex_data": PackedByteArray("AAD/////AAAAAAAA/38AAAAA//8AAAAA//8AAP9/AAD/////AAAAAP///////wAA") +}] +blend_shape_mode = 0 + +[sub_resource type="ArrayMesh" id="ArrayMesh_f0psm"] +_surfaces = [{ +"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), +"attribute_data": PackedByteArray("AAD/I/8RAAD/I/8j/yP/I/9N/yP/I//b/03/2/8j/9v/Ef//AAD/2/93/9v/Tf/b/3f/I/9N/yP/I/8j/yP/2wAA/yMAAP/b"), +"format": 34896613399, +"index_count": 24, +"index_data": PackedByteArray("AAABAAIAAwAEAAUABQAEAAYABwAIAAkACgALAAwADAALAA0ADgAPABAAEAAPABEA"), +"material": ExtResource("15_ygcwo"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 18, +"vertex_data": PackedByteArray("AAD///////8AAAAA/3///wAA//8AAP//AAD//wAAsvIAAAAA/3+y8v////8AALLy//8AAP9/svL/////AAD/v///AAD/f/+//////////7////////8mwv//AAD/fybCAAD/////JsIAAAAA/38mwgAA//8AAFTV/////wAAVNUAAP////9U1f///////1TV/z//f/8//3//P/9/PjnAxj45wMY+OcDGPjnAxv9/AAD/fwAA/38AAIYUeOuGFHjrhhR464YUeOtU1aoqVNWqKlTVqipU1aoq") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_fkhf3") + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_7ctwk"] +data = PackedVector3Array(-0.7, 0, 0.14, -0.7, -0.28, 0, -0.7, 0, -0.14, -0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, -0.28, 0, 0.7, 0, 0.14, 0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, -0.28, 0, -0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, 0, -0.14, 0.7, 0, 0.14) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_if0c2"] +data = PackedVector3Array(-1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 3, -1.5, -1.5, 3, -1.5, -1.5, 0, 1.5, -1.5, 3, 1.5, -1.5, 0, 1.5, -1.5, 0, -1.5, 1.5, 0, 1.5, 1.5, 0, 1.5, -1.5, 0, -1.5, 1.5, 0, -1.5, 1.5, 3, 1.5, 1.5, 3, -1.5, -1.5, 3, 1.5, -1.5, 3, 1.5, 1.5, 3, -1.5, -1.5, 3, -1.5) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_w13dd"] +resource_local_to_scene = true +albedo_texture = ExtResource("19_0xbp3") +metallic = 1.0 +metallic_texture = ExtResource("20_wp8cq") +roughness_texture = ExtResource("22_sor6x") +normal_enabled = true +normal_texture = ExtResource("21_opjmq") +ao_enabled = true +texture_filter = 2 + +[sub_resource type="ArrayMesh" id="ArrayMesh_f0xh4"] +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"format": 34896613377, +"index_count": 84, +"index_data": PackedByteArray("CgAGAAIAAgAEAAoABAAGAAoACwAEAAIADAAGAAQABAAIAAwACwAIAAQADAAIAAYAAgABAAsAAQAIAAsADQABAAIAAgAGAA0ABwABAA0ADQAGAAcACQABAAcACQAIAAEABwAGAA4ACQAHAAUABQAHAA4ABQAIAAkABgAIAA8AAwAIAAUADgAGAAAAAAAGAA8ADgAAAAUADwAIAAAABQAAAAMAAAAIAAMA"), +"lods": [0.108952, PackedByteArray("AgAGAAcABAAGAAIAAgABAAQABwABAAIABAAIAAYAAQAIAAQACQABAAcACQAIAAEACQAHAAUABQAIAAkABwAGAAAABwAAAAUABgAIAAAAAwAIAAUAAAAIAAMABQAAAAMA"), 0.261829, PackedByteArray("AAABAAIAAgABAAQAAQAAAAUABAADAAIAAQADAAQAAgADAAAABQADAAEABQAAAAMA"), 0.524037, PackedByteArray("AAABAAIAAgABAAMAAQAAAAMAAgADAAAA")], +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 16, +"vertex_data": PackedByteArray("AAAyM///AADc3f//AAAAAP//zMz//wAAAAAyMwAAAAD//zIzAAAAAAAAzMwAAAAA3N0AAP//AAAhIv////8AACEiAAAAAAAAISL//wAAAAD//zIz//8AAP//zMwAAAAA3N0AAAAAAADc3f////8AAAAAzMz//wAAISIAAP//AAA=") +}] +blend_shape_mode = 0 + +[sub_resource type="ArrayMesh" id="ArrayMesh_2ft6k"] +resource_local_to_scene = true +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), +"format": 34896613399, +"index_count": 84, +"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), +"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], +"material": SubResource("StandardMaterial3D_w13dd"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 48, +"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_f0xh4") + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_fkhf3"] +resource_local_to_scene = true +albedo_texture = ExtResource("19_0xbp3") +metallic = 1.0 +metallic_texture = ExtResource("20_wp8cq") +roughness_texture = ExtResource("22_sor6x") +normal_enabled = true +normal_texture = ExtResource("21_opjmq") +ao_enabled = true +texture_filter = 2 + +[sub_resource type="ArrayMesh" id="ArrayMesh_7ctwk"] +resource_local_to_scene = true +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), +"format": 34896613399, +"index_count": 84, +"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), +"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], +"material": SubResource("StandardMaterial3D_fkhf3"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 48, +"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_f0xh4") + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_17ivy"] +data = PackedVector3Array(1.5, 0, 1.5, -1.5, 0, 1.5, 1.5, 0, -1.5, 1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 0, -1.5) + +[node name="Corridor2" type="Node3D"] + +[node name="Hallway1" type="MeshInstance3D" parent="."] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 0, 0, -4.5) +mesh = ExtResource("1_ka7sa") +skeleton = NodePath("Hallway1") + +[node name="Hallway1" parent="Hallway1" groups=["MetalMaterial"] instance=ExtResource("2_arxka")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Hallway1/Hallway1"] +shape = SubResource("ConcavePolygonShape3D_ruwlj") + +[node name="FloatingDust" parent="Hallway1" instance=ExtResource("3_osdhu")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) +visibility_aabb = AABB(-1.5, -1.5, -6, 3, 3, 12) +process_material = SubResource("ParticleProcessMaterial_6giaa") + +[node name="BurnoutLight" parent="Hallway1" instance=ExtResource("4_6qtqj")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, -1.2) + +[node name="MessHallSign" type="MeshInstance3D" parent="Hallway1"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, -4.5) +gi_mode = 2 +mesh = SubResource("ArrayMesh_w13dd") +surface_material_override/0 = SubResource("StandardMaterial3D_lhj8x") + +[node name="GunkBody" parent="Hallway1/MessHallSign" instance=ExtResource("2_arxka")] +mask_dim = 32 +source_gunk_material = ExtResource("11_iefrw") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Hallway1/MessHallSign/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_2ft6k") + +[node name="TarpCrate" parent="Hallway1" instance=ExtResource("12_vtfca")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 0.8, -0.33) + +[node name="Hallway2" type="MeshInstance3D" parent="."] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 7.5, 0, -12) +mesh = ExtResource("13_q6b8v") +skeleton = NodePath("Hallway1") + +[node name="Hallway1" parent="Hallway2" groups=["MetalMaterial"] instance=ExtResource("2_arxka")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Hallway2/Hallway1"] +shape = SubResource("ConcavePolygonShape3D_ruwlj") + +[node name="FloatingDust" parent="Hallway2" instance=ExtResource("3_osdhu")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) +visibility_aabb = AABB(-1.5, -1.5, -6, 3, 3, 12) +process_material = SubResource("ParticleProcessMaterial_6giaa") + +[node name="OverheadLight" parent="Hallway2" instance=ExtResource("14_tgb37")] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 3, -1.5) + +[node name="CrewQuartersSign" type="MeshInstance3D" parent="Hallway2"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, -4.5) +gi_mode = 2 +mesh = SubResource("ArrayMesh_f0psm") + +[node name="GunkBody" parent="Hallway2/CrewQuartersSign" instance=ExtResource("2_arxka")] +mask_dim = 32 +source_gunk_material = ExtResource("11_iefrw") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Hallway2/CrewQuartersSign/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_7ctwk") + +[node name="T-Junction1" type="MeshInstance3D" parent="."] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, -12) +mesh = ExtResource("16_0fxnd") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="T-Junction1" groups=["MetalMaterial"] instance=ExtResource("2_arxka")] +mask_dim = 192 +source_gunk_material = ExtResource("17_wqkax") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="T-Junction1/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_if0c2") + +[node name="CrateLong" parent="T-Junction1" instance=ExtResource("18_ew4hm")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -0.6, 0.25, 1) +mesh = SubResource("ArrayMesh_2ft6k") + +[node name="CrateLong2" parent="T-Junction1" instance=ExtResource("18_ew4hm")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -0.599998, 0.75, 1) +mesh = SubResource("ArrayMesh_7ctwk") + +[node name="EndCap" type="MeshInstance3D" parent="."] +transform = Transform3D(2.98023e-08, 1, 0, 4.37114e-08, -1.3027e-15, -1, -1, 2.98023e-08, -4.37114e-08, -1.5, 1.5, -12) +mesh = ExtResource("23_7ox1u") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="EndCap" instance=ExtResource("2_arxka")] +mask_dim = 64 +source_gunk_material = ExtResource("17_wqkax") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="EndCap/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_17ivy") diff --git a/levels/ghost_ship/level/corridor_3/corridor_3.tscn b/levels/ghost_ship/level/corridor_3/corridor_3.tscn new file mode 100644 index 0000000..b0ece58 --- /dev/null +++ b/levels/ghost_ship/level/corridor_3/corridor_3.tscn @@ -0,0 +1,671 @@ +[gd_scene load_steps=43 format=4 uid="uid://cnqvb6q8tyxmd"] + +[ext_resource type="ArrayMesh" uid="uid://cqd0a7ousx01n" path="res://assets/level/hallway/hallway_1.mesh" id="1_ediv7"] +[ext_resource type="PackedScene" uid="uid://c2omlx4ptrc01" path="res://src/world/gunk_body/gunk_body.tscn" id="2_02oi7"] +[ext_resource type="PackedScene" uid="uid://30o8ltnnxpxo" path="res://src/effects/floating_dust.tscn" id="3_rvc24"] +[ext_resource type="PackedScene" uid="uid://rykf34p8n8x6" path="res://src/props/overhead_light/burnout_light.tscn" id="4_8y1ya"] +[ext_resource type="Material" uid="uid://dt73a25l7h8if" path="res://levels/ghost_ship/guide_sign/crew_quarters_sign.material" id="5_yqi6h"] +[ext_resource type="Material" uid="uid://dutkfm4ek0ysh" path="res://assets/materials/gunk_bright.material" id="6_8pwhd"] +[ext_resource type="Material" uid="uid://lp1osos3aqdl" path="res://levels/ghost_ship/guide_sign/ops_sign.material" id="7_h1n2n"] +[ext_resource type="ArrayMesh" uid="uid://b3f5p4o7qr1mf" path="res://assets/level/t-junction/t-junction_2.mesh" id="8_1goqq"] +[ext_resource type="Material" uid="uid://c1vy4bkwb1g5m" path="res://assets/materials/gunk_lowrez.material" id="9_57qp5"] +[ext_resource type="PackedScene" uid="uid://d2feet02a603e" path="res://src/props/overhead_light/overhead_light.tscn" id="10_f0kmn"] +[ext_resource type="ArrayMesh" uid="uid://bm0ryb1t7ha7e" path="res://assets/level/t-junction/t-junction_1.mesh" id="11_s3mtr"] +[ext_resource type="ArrayMesh" uid="uid://dkh2r61ydupb7" path="res://assets/level/floor/floor_2.mesh" id="12_i8gqp"] +[ext_resource type="ArrayMesh" uid="uid://dbgk0kdg1vufk" path="res://assets/level/ceiling/ceiling_1.mesh" id="13_ieqou"] +[ext_resource type="ArrayMesh" uid="uid://c785n3j3aq4sf" path="res://assets/level/wall/wall_1.mesh" id="14_x3ljk"] +[ext_resource type="ArrayMesh" uid="uid://bx00qgk2dyjrw" path="res://assets/level/wall/wall_2.mesh" id="15_l3gxc"] +[ext_resource type="Material" uid="uid://dva6ivs2hap53" path="res://levels/ghost_ship/guide_sign/medbay_sign.material" id="16_rn74a"] +[ext_resource type="Material" uid="uid://bo81yn72cb0bq" path="res://levels/ghost_ship/guide_sign/cargo_bay_sign.material" id="17_13shf"] + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_ruwlj"] +data = PackedVector3Array(-1.5, 0, -6, -1.5, 0, 6, -1.5, 3, -6, -1.5, 3, -6, -1.5, 0, 6, -1.5, 3, 6, 1.5, 0, 6, 1.5, 0, -6, 1.5, 3, 6, 1.5, 3, 6, 1.5, 0, -6, 1.5, 3, -6, -1.5, 0, 6, -1.5, 0, -6, 1.5, 0, 6, 1.5, 0, 6, -1.5, 0, -6, 1.5, 0, -6, 1.5, 3, 6, 1.5, 3, -6, -1.5, 3, 6, -1.5, 3, 6, 1.5, 3, -6, -1.5, 3, -6) + +[sub_resource type="Curve" id="Curve_w3xaq"] +_limits = [0.0, 0.4, 0.0, 1.0] +_data = [Vector2(0, 0), 0.0, 0.0, 0, 0, Vector2(0.3, 0.4), 0.0, 0.0, 0, 0, Vector2(0.7, 0.4), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] +point_count = 4 + +[sub_resource type="CurveTexture" id="CurveTexture_mcskc"] +curve = SubResource("Curve_w3xaq") + +[sub_resource type="Gradient" id="Gradient_yfel2"] +offsets = PackedFloat32Array(0, 0.1, 0.4, 0.6, 1) +colors = PackedColorArray(0.15, 0.15, 0.15, 1, 0.355313, 0.355314, 0.355313, 1, 0.356863, 0.356863, 0.356863, 1, 0.647059, 0.647059, 0.647059, 1, 0.15, 0.15, 0.15, 1) + +[sub_resource type="GradientTexture1D" id="GradientTexture1D_08px8"] +gradient = SubResource("Gradient_yfel2") + +[sub_resource type="Curve" id="Curve_yfel2"] +_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(0.746094, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] +point_count = 3 + +[sub_resource type="CurveTexture" id="CurveTexture_5ac7v"] +curve = SubResource("Curve_yfel2") + +[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_6giaa"] +emission_shape = 3 +emission_box_extents = Vector3(1.5, 1.5, 6) +direction = Vector3(0, -1, 0) +spread = 100.0 +initial_velocity_min = 0.05 +initial_velocity_max = 0.15 +gravity = Vector3(0, 0, 0) +scale_curve = SubResource("CurveTexture_5ac7v") +color_ramp = SubResource("GradientTexture1D_08px8") +alpha_curve = SubResource("CurveTexture_mcskc") +turbulence_enabled = true +turbulence_noise_strength = 0.1 +turbulence_noise_scale = 0.3 +turbulence_influence_min = 0.0 + +[sub_resource type="ArrayMesh" id="ArrayMesh_fkhf3"] +_surfaces = [{ +"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), +"format": 34896613377, +"index_count": 24, +"index_data": PackedByteArray("AAABAAIAAAADAAEAAgABAAQAAgAEAAAABAABAAMABQADAAAABAADAAUAAAAEAAUA"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 6, +"vertex_data": PackedByteArray("AAD/////AAAAAAAA/38AAAAA//8AAAAA//8AAP9/AAD/////AAAAAP///////wAA") +}] +blend_shape_mode = 0 + +[sub_resource type="ArrayMesh" id="ArrayMesh_v4tkv"] +_surfaces = [{ +"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), +"attribute_data": PackedByteArray("AAD/I/8RAAD/I/8j/yP/I/9N/yP/I//b/03/2/8j/9v/Ef//AAD/2/93/9v/Tf/b/3f/I/9N/yP/I/8j/yP/2wAA/yMAAP/b"), +"format": 34896613399, +"index_count": 24, +"index_data": PackedByteArray("AAABAAIAAwAEAAUABQAEAAYABwAIAAkACgALAAwADAALAA0ADgAPABAAEAAPABEA"), +"material": ExtResource("5_yqi6h"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 18, +"vertex_data": PackedByteArray("AAD///////8AAAAA/3///wAA//8AAP//AAD//wAAsvIAAAAA/3+y8v////8AALLy//8AAP9/svL/////AAD/v///AAD/f/+//////////7////////8mwv//AAD/fybCAAD/////JsIAAAAA/38mwgAA//8AAFTV/////wAAVNUAAP////9U1f///////1TV/z//f/8//3//P/9/PjnAxj45wMY+OcDGPjnAxv9/AAD/fwAA/38AAIYUeOuGFHjrhhR464YUeOtU1aoqVNWqKlTVqipU1aoq") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_fkhf3") + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_dxmep"] +data = PackedVector3Array(-0.7, 0, 0.14, -0.7, -0.28, 0, -0.7, 0, -0.14, -0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, -0.28, 0, 0.7, 0, 0.14, 0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, -0.28, 0, -0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, 0, -0.14, 0.7, 0, 0.14) + +[sub_resource type="ArrayMesh" id="ArrayMesh_4akax"] +_surfaces = [{ +"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), +"format": 34896613377, +"index_count": 24, +"index_data": PackedByteArray("AAABAAIAAAADAAEAAgABAAQAAgAEAAAABAABAAMABQADAAAABAADAAUAAAAEAAUA"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 6, +"vertex_data": PackedByteArray("AAD/////AAAAAAAA/38AAAAA//8AAAAA//8AAP9/AAD/////AAAAAP///////wAA") +}] +blend_shape_mode = 0 + +[sub_resource type="ArrayMesh" id="ArrayMesh_v0ki8"] +_surfaces = [{ +"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), +"attribute_data": PackedByteArray("AAD/I/8RAAD/I/8j/yP/I/9N/yP/I//b/03/2/8j/9v/Ef//AAD/2/93/9v/Tf/b/3f/I/9N/yP/I/8j/yP/2wAA/yMAAP/b"), +"format": 34896613399, +"index_count": 24, +"index_data": PackedByteArray("AAABAAIAAwAEAAUABQAEAAYABwAIAAkACgALAAwADAALAA0ADgAPABAAEAAPABEA"), +"material": ExtResource("7_h1n2n"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 18, +"vertex_data": PackedByteArray("AAD///////8AAAAA/3///wAA//8AAP//AAD//wAAsvIAAAAA/3+y8v////8AALLy//8AAP9/svL/////AAD/v///AAD/f/+//////////7////////8mwv//AAD/fybCAAD/////JsIAAAAA/38mwgAA//8AAFTV/////wAAVNUAAP////9U1f///////1TV/z//f/8//3//P/9/PjnAxj45wMY+OcDGPjnAxv9/AAD/fwAA/38AAIYUeOuGFHjrhhR464YUeOtU1aoqVNWqKlTVqipU1aoq") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_4akax") + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_0ij5m"] +data = PackedVector3Array(-0.7, 0, 0.14, -0.7, -0.28, 0, -0.7, 0, -0.14, -0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, -0.28, 0, 0.7, 0, 0.14, 0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, -0.28, 0, -0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, 0, -0.14, 0.7, 0, 0.14) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_if0c2"] +data = PackedVector3Array(-1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 3, -1.5, -1.5, 3, -1.5, -1.5, 0, 1.5, -1.5, 3, 1.5, -1.5, 0, 1.5, -1.5, 0, -1.5, 1.5, 0, 1.5, 1.5, 0, 1.5, -1.5, 0, -1.5, 1.5, 0, -1.5, 1.5, 3, 1.5, 1.5, 3, -1.5, -1.5, 3, 1.5, -1.5, 3, 1.5, 1.5, 3, -1.5, -1.5, 3, -1.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_kp5n7"] +data = PackedVector3Array(1.5, 0, 1.5, -1.5, 0, 1.5, 1.5, 0, -1.5, 1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 0, -1.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_u2hqf"] +data = PackedVector3Array(1.5, 0, 1.5, -1.5, 0, 1.5, 1.5, 0, -1.5, 1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 0, -1.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_6nvhk"] +data = PackedVector3Array(1.5, 0, 1.5, -1.5, 0, 1.5, 1.5, 0, -1.5, 1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 0, -1.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_ncghj"] +data = PackedVector3Array(1.5, 0, 1.5, -1.5, 0, 1.5, 1.5, 0, -1.5, 1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 0, -1.5) + +[sub_resource type="ArrayMesh" id="ArrayMesh_eaq62"] +_surfaces = [{ +"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), +"format": 34896613377, +"index_count": 24, +"index_data": PackedByteArray("AAABAAIAAAADAAEAAgABAAQAAgAEAAAABAABAAMABQADAAAABAADAAUAAAAEAAUA"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 6, +"vertex_data": PackedByteArray("AAD/////AAAAAAAA/38AAAAA//8AAAAA//8AAP9/AAD/////AAAAAP///////wAA") +}] +blend_shape_mode = 0 + +[sub_resource type="ArrayMesh" id="ArrayMesh_dspic"] +_surfaces = [{ +"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), +"attribute_data": PackedByteArray("AAD/I/8RAAD/I/8j/yP/I/9N/yP/I//b/03/2/8j/9v/Ef//AAD/2/93/9v/Tf/b/3f/I/9N/yP/I/8j/yP/2wAA/yMAAP/b"), +"format": 34896613399, +"index_count": 24, +"index_data": PackedByteArray("AAABAAIAAwAEAAUABQAEAAYABwAIAAkACgALAAwADAALAA0ADgAPABAAEAAPABEA"), +"material": ExtResource("16_rn74a"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 18, +"vertex_data": PackedByteArray("AAD///////8AAAAA/3///wAA//8AAP//AAD//wAAsvIAAAAA/3+y8v////8AALLy//8AAP9/svL/////AAD/v///AAD/f/+//////////7////////8mwv//AAD/fybCAAD/////JsIAAAAA/38mwgAA//8AAFTV/////wAAVNUAAP////9U1f///////1TV/z//f/8//3//P/9/PjnAxj45wMY+OcDGPjnAxv9/AAD/fwAA/38AAIYUeOuGFHjrhhR464YUeOtU1aoqVNWqKlTVqipU1aoq") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_eaq62") + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_wqqoq"] +data = PackedVector3Array(-0.7, 0, 0.14, -0.7, -0.28, 0, -0.7, 0, -0.14, -0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, -0.28, 0, 0.7, 0, 0.14, 0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, -0.28, 0, -0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, 0, -0.14, 0.7, 0, 0.14) + +[sub_resource type="ArrayMesh" id="ArrayMesh_vt4uw"] +_surfaces = [{ +"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), +"format": 34896613377, +"index_count": 24, +"index_data": PackedByteArray("AAABAAIAAAADAAEAAgABAAQAAgAEAAAABAABAAMABQADAAAABAADAAUAAAAEAAUA"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 6, +"vertex_data": PackedByteArray("AAD/////AAAAAAAA/38AAAAA//8AAAAA//8AAP9/AAD/////AAAAAP///////wAA") +}] +blend_shape_mode = 0 + +[sub_resource type="ArrayMesh" id="ArrayMesh_rigxx"] +_surfaces = [{ +"aabb": AABB(-0.7, -0.28, -0.14, 1.4, 0.28, 0.28), +"attribute_data": PackedByteArray("AAD/I/8RAAD/I/8j/yP/I/9N/yP/I//b/03/2/8j/9v/Ef//AAD/2/93/9v/Tf/b/3f/I/9N/yP/I/8j/yP/2wAA/yMAAP/b"), +"format": 34896613399, +"index_count": 24, +"index_data": PackedByteArray("AAABAAIAAwAEAAUABQAEAAYABwAIAAkACgALAAwADAALAA0ADgAPABAAEAAPABEA"), +"material": ExtResource("17_13shf"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 18, +"vertex_data": PackedByteArray("AAD///////8AAAAA/3///wAA//8AAP//AAD//wAAsvIAAAAA/3+y8v////8AALLy//8AAP9/svL/////AAD/v///AAD/f/+//////////7////////8mwv//AAD/fybCAAD/////JsIAAAAA/38mwgAA//8AAFTV/////wAAVNUAAP////9U1f///////1TV/z//f/8//3//P/9/PjnAxj45wMY+OcDGPjnAxv9/AAD/fwAA/38AAIYUeOuGFHjrhhR464YUeOtU1aoqVNWqKlTVqipU1aoq") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_vt4uw") + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_np3w4"] +data = PackedVector3Array(-0.7, 0, 0.14, -0.7, -0.28, 0, -0.7, 0, -0.14, -0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, -0.28, 0, 0.7, -0.28, 0, 0.7, 0, -0.14, 0.7, -0.28, 0, 0.7, 0, 0.14, 0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, -0.28, 0, -0.7, -0.28, 0, -0.7, 0, -0.14, 0.7, 0, -0.14, -0.7, 0, 0.14, -0.7, 0, 0.14, 0.7, 0, -0.14, 0.7, 0, 0.14) + +[node name="Corridor3" type="Node3D"] + +[node name="Hallway" type="MeshInstance3D" parent="."] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 4.5, 0, 0) +mesh = ExtResource("1_ediv7") +skeleton = NodePath("Hallway1") + +[node name="Hallway1" parent="Hallway" groups=["MetalMaterial"] instance=ExtResource("2_02oi7")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Hallway/Hallway1"] +shape = SubResource("ConcavePolygonShape3D_ruwlj") + +[node name="FloatingDust" parent="Hallway" instance=ExtResource("3_rvc24")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) +visibility_aabb = AABB(-1.5, -1.5, -6, 3, 3, 12) +process_material = SubResource("ParticleProcessMaterial_6giaa") + +[node name="BurnoutLight" parent="Hallway" instance=ExtResource("4_8y1ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, -1.5) + +[node name="CrewQuartersSign" type="MeshInstance3D" parent="Hallway"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, 4.5) +gi_mode = 2 +mesh = SubResource("ArrayMesh_v4tkv") + +[node name="GunkBody" parent="Hallway/CrewQuartersSign" instance=ExtResource("2_02oi7")] +mask_dim = 32 +source_gunk_material = ExtResource("6_8pwhd") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Hallway/CrewQuartersSign/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_dxmep") + +[node name="Hallway2" type="MeshInstance3D" parent="."] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 12, 0, -7.5) +mesh = ExtResource("1_ediv7") +skeleton = NodePath("Hallway1") + +[node name="Hallway1" parent="Hallway2" groups=["MetalMaterial"] instance=ExtResource("2_02oi7")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Hallway2/Hallway1"] +shape = SubResource("ConcavePolygonShape3D_ruwlj") + +[node name="FloatingDust" parent="Hallway2" instance=ExtResource("3_rvc24")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) +visibility_aabb = AABB(-1.5, -1.5, -6, 3, 3, 12) +process_material = SubResource("ParticleProcessMaterial_6giaa") + +[node name="BurnoutLight" parent="Hallway2" instance=ExtResource("4_8y1ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.31134e-07, 3, -1.5) + +[node name="OpsSign" type="MeshInstance3D" parent="Hallway2"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, 4.5) +gi_mode = 2 +mesh = SubResource("ArrayMesh_v0ki8") + +[node name="GunkBody" parent="Hallway2/OpsSign" instance=ExtResource("2_02oi7")] +mask_dim = 32 +source_gunk_material = ExtResource("6_8pwhd") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Hallway2/OpsSign/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_0ij5m") + +[node name="T-Junction1" type="MeshInstance3D" parent="."] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 12, 0, 0) +mesh = ExtResource("8_1goqq") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="T-Junction1" groups=["MetalMaterial"] instance=ExtResource("2_02oi7")] +mask_dim = 192 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="T-Junction1/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_if0c2") + +[node name="Hallway3" type="MeshInstance3D" parent="."] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 12, 0, 7.5) +mesh = ExtResource("1_ediv7") +skeleton = NodePath("Hallway1") + +[node name="Hallway1" parent="Hallway3" groups=["MetalMaterial"] instance=ExtResource("2_02oi7")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Hallway3/Hallway1"] +shape = SubResource("ConcavePolygonShape3D_ruwlj") + +[node name="FloatingDust" parent="Hallway3" instance=ExtResource("3_rvc24")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) +visibility_aabb = AABB(-1.5, -1.5, -6, 3, 3, 12) +process_material = SubResource("ParticleProcessMaterial_6giaa") + +[node name="OverheadLight" parent="Hallway3" instance=ExtResource("10_f0kmn")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.31134e-07, 3, -1.5) + +[node name="T-Junction2" type="MeshInstance3D" parent="."] +transform = Transform3D(1, 0, -2.13163e-14, 0, 1, 0, 2.13163e-14, 0, 1, 12, 0, 15) +mesh = ExtResource("11_s3mtr") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="T-Junction2" groups=["MetalMaterial"] instance=ExtResource("2_02oi7")] +mask_dim = 192 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="T-Junction2/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_if0c2") + +[node name="Hallway4" type="MeshInstance3D" parent="."] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 12, 0, 25.5) +mesh = ExtResource("1_ediv7") +skeleton = NodePath("Hallway1") + +[node name="Hallway1" parent="Hallway4" groups=["MetalMaterial"] instance=ExtResource("2_02oi7")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Hallway4/Hallway1"] +shape = SubResource("ConcavePolygonShape3D_ruwlj") + +[node name="FloatingDust" parent="Hallway4" instance=ExtResource("3_rvc24")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) +visibility_aabb = AABB(-1.5, -1.5, -6, 3, 3, 12) +process_material = SubResource("ParticleProcessMaterial_6giaa") + +[node name="BurnoutLight" parent="Hallway4" instance=ExtResource("4_8y1ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.31134e-07, 3, -1.5) + +[node name="T-Junction3" type="MeshInstance3D" parent="."] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 12, 0, 18) +mesh = ExtResource("11_s3mtr") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="T-Junction3" groups=["MetalMaterial"] instance=ExtResource("2_02oi7")] +mask_dim = 192 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="T-Junction3/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_if0c2") + +[node name="ShortHallway" type="Node3D" parent="."] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 12, 0, 33) + +[node name="Floor" type="MeshInstance3D" parent="ShortHallway"] +mesh = ExtResource("12_i8gqp") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway/Floor" groups=["MetalMaterial"] instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway/Floor/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_kp5n7") + +[node name="Ceiling" type="MeshInstance3D" parent="ShortHallway"] +transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 0, 3, 0) +mesh = ExtResource("13_ieqou") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway/Ceiling" instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway/Ceiling/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_u2hqf") + +[node name="Wall" type="MeshInstance3D" parent="ShortHallway"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 1.5, 1.5) +mesh = ExtResource("14_x3ljk") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway/Wall" instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway/Wall/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_6nvhk") + +[node name="Wall2" type="MeshInstance3D" parent="ShortHallway"] +transform = Transform3D(1, 1.74846e-07, -7.64274e-15, 0, -4.37114e-08, -1, -1.74846e-07, 1, -4.37114e-08, 0, 1.5, -1.5) +mesh = ExtResource("14_x3ljk") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway/Wall2" instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway/Wall2/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_ncghj") + +[node name="ShortHallway2" type="Node3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 9, 0, 18) + +[node name="Floor" type="MeshInstance3D" parent="ShortHallway2"] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0) +mesh = ExtResource("12_i8gqp") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway2/Floor" groups=["MetalMaterial"] instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway2/Floor/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_kp5n7") + +[node name="Ceiling" type="MeshInstance3D" parent="ShortHallway2"] +transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 0, 3, 0) +mesh = ExtResource("13_ieqou") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway2/Ceiling" instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway2/Ceiling/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_u2hqf") + +[node name="Wall" type="MeshInstance3D" parent="ShortHallway2"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 1.5, 1.5) +mesh = ExtResource("15_l3gxc") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway2/Wall" instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway2/Wall/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_6nvhk") + +[node name="Wall2" type="MeshInstance3D" parent="ShortHallway2"] +transform = Transform3D(1, 1.74846e-07, -7.64274e-15, 0, -4.37114e-08, -1, -1.74846e-07, 1, -4.37114e-08, 0, 1.5, -1.5) +mesh = ExtResource("15_l3gxc") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway2/Wall2" instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway2/Wall2/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_ncghj") + +[node name="ShortHallway3" type="Node3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6, 0, 18) + +[node name="Floor" type="MeshInstance3D" parent="ShortHallway3"] +mesh = ExtResource("12_i8gqp") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway3/Floor" groups=["MetalMaterial"] instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway3/Floor/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_kp5n7") + +[node name="Ceiling" type="MeshInstance3D" parent="ShortHallway3"] +transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 0, 3, 0) +mesh = ExtResource("13_ieqou") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway3/Ceiling" instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway3/Ceiling/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_u2hqf") + +[node name="Wall" type="MeshInstance3D" parent="ShortHallway3"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 1.5, 1.5) +mesh = ExtResource("14_x3ljk") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway3/Wall" instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway3/Wall/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_6nvhk") + +[node name="Wall2" type="MeshInstance3D" parent="ShortHallway3"] +transform = Transform3D(1, 1.74846e-07, -7.64274e-15, 0, -4.37114e-08, -1, -1.74846e-07, 1, -4.37114e-08, 0, 1.5, -1.5) +mesh = ExtResource("14_x3ljk") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway3/Wall2" instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway3/Wall2/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_ncghj") + +[node name="MedbaySign" type="MeshInstance3D" parent="ShortHallway3"] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 3, 0) +gi_mode = 2 +mesh = SubResource("ArrayMesh_dspic") + +[node name="GunkBody" parent="ShortHallway3/MedbaySign" instance=ExtResource("2_02oi7")] +mask_dim = 32 +source_gunk_material = ExtResource("6_8pwhd") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway3/MedbaySign/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_wqqoq") + +[node name="ShortHallway4" type="Node3D" parent="."] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, -9, 0, 15) + +[node name="Floor" type="MeshInstance3D" parent="ShortHallway4"] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0) +mesh = ExtResource("12_i8gqp") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway4/Floor" groups=["MetalMaterial"] instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway4/Floor/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_kp5n7") + +[node name="Ceiling" type="MeshInstance3D" parent="ShortHallway4"] +transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 0, 3, 0) +mesh = ExtResource("13_ieqou") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway4/Ceiling" instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway4/Ceiling/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_u2hqf") + +[node name="Wall" type="MeshInstance3D" parent="ShortHallway4"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 1.5, 1.5) +mesh = ExtResource("15_l3gxc") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway4/Wall" instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway4/Wall/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_6nvhk") + +[node name="Wall2" type="MeshInstance3D" parent="ShortHallway4"] +transform = Transform3D(1, 1.74846e-07, -7.64274e-15, 0, -4.37114e-08, -1, -1.74846e-07, 1, -4.37114e-08, 0, 1.5, -1.5) +mesh = ExtResource("15_l3gxc") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway4/Wall2" instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway4/Wall2/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_ncghj") + +[node name="ShortHallway5" type="Node3D" parent="."] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, -6, 0, 15) + +[node name="Floor" type="MeshInstance3D" parent="ShortHallway5"] +mesh = ExtResource("12_i8gqp") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway5/Floor" groups=["MetalMaterial"] instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway5/Floor/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_kp5n7") + +[node name="Ceiling" type="MeshInstance3D" parent="ShortHallway5"] +transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 0, 3, 0) +mesh = ExtResource("13_ieqou") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway5/Ceiling" instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway5/Ceiling/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_u2hqf") + +[node name="Wall" type="MeshInstance3D" parent="ShortHallway5"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 1.5, 1.5) +mesh = ExtResource("14_x3ljk") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway5/Wall" instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway5/Wall/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_6nvhk") + +[node name="Wall2" type="MeshInstance3D" parent="ShortHallway5"] +transform = Transform3D(1, 1.74846e-07, -7.64274e-15, 0, -4.37114e-08, -1, -1.74846e-07, 1, -4.37114e-08, 0, 1.5, -1.5) +mesh = ExtResource("14_x3ljk") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway5/Wall2" instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway5/Wall2/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_ncghj") + +[node name="ShortHallway6" type="Node3D" parent="."] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 15, 0, 15) + +[node name="Floor" type="MeshInstance3D" parent="ShortHallway6"] +mesh = ExtResource("12_i8gqp") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway6/Floor" groups=["MetalMaterial"] instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway6/Floor/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_kp5n7") + +[node name="Ceiling" type="MeshInstance3D" parent="ShortHallway6"] +transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 0, 3, 0) +mesh = ExtResource("13_ieqou") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway6/Ceiling" instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway6/Ceiling/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_u2hqf") + +[node name="Wall" type="MeshInstance3D" parent="ShortHallway6"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 1.5, 1.5) +mesh = ExtResource("14_x3ljk") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway6/Wall" instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway6/Wall/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_6nvhk") + +[node name="Wall2" type="MeshInstance3D" parent="ShortHallway6"] +transform = Transform3D(1, 1.74846e-07, -7.64274e-15, 0, -4.37114e-08, -1, -1.74846e-07, 1, -4.37114e-08, 0, 1.5, -1.5) +mesh = ExtResource("14_x3ljk") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="ShortHallway6/Wall2" instance=ExtResource("2_02oi7")] +mask_dim = 64 +source_gunk_material = ExtResource("9_57qp5") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway6/Wall2/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_ncghj") + +[node name="CargoBaySign" type="MeshInstance3D" parent="ShortHallway6"] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 3, 0) +gi_mode = 2 +mesh = SubResource("ArrayMesh_rigxx") + +[node name="GunkBody" parent="ShortHallway6/CargoBaySign" instance=ExtResource("2_02oi7")] +mask_dim = 32 +source_gunk_material = ExtResource("6_8pwhd") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="ShortHallway6/CargoBaySign/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_np3w4") diff --git a/levels/ghost_ship/level/crew_quarters/crew_quarters.tscn b/levels/ghost_ship/level/crew_quarters/crew_quarters.tscn new file mode 100644 index 0000000..2705cb0 --- /dev/null +++ b/levels/ghost_ship/level/crew_quarters/crew_quarters.tscn @@ -0,0 +1,1150 @@ +[gd_scene load_steps=48 format=4 uid="uid://dsh8cjxq75d03"] + +[ext_resource type="ArrayMesh" uid="uid://dpr5cgq743f4s" path="res://assets/level/floor/floor_9x9.mesh" id="1_5rwfs"] +[ext_resource type="PackedScene" uid="uid://c2omlx4ptrc01" path="res://src/world/gunk_body/gunk_body.tscn" id="2_gwhoh"] +[ext_resource type="ArrayMesh" uid="uid://bumwpsm42csme" path="res://assets/level/ceiling/ceiling_9x9.mesh" id="3_xbtal"] +[ext_resource type="ArrayMesh" uid="uid://c785n3j3aq4sf" path="res://assets/level/wall/wall_1.mesh" id="4_mxi1m"] +[ext_resource type="Material" uid="uid://c1vy4bkwb1g5m" path="res://assets/materials/gunk_lowrez.material" id="5_rcrnx"] +[ext_resource type="PackedScene" uid="uid://cvx5u0ttmri4q" path="res://src/props/sofa/sofa.tscn" id="6_j6dp1"] +[ext_resource type="PackedScene" uid="uid://30o8ltnnxpxo" path="res://src/effects/floating_dust.tscn" id="7_smsfc"] +[ext_resource type="PackedScene" uid="uid://rykf34p8n8x6" path="res://src/props/overhead_light/burnout_light.tscn" id="8_xwa5b"] +[ext_resource type="PackedScene" uid="uid://2yqi5u5eo025" path="res://src/world/gunk_node/grunk_nodule.tscn" id="9_bcse0"] +[ext_resource type="PackedScene" uid="uid://kctp5erogwcb" path="res://src/world/mechanics/listener/listener.tscn" id="10_4ybca"] +[ext_resource type="PackedScene" uid="uid://bttust5ohud8e" path="res://src/world/mechanics/relay/gunk_relay.tscn" id="11_ct7ya"] +[ext_resource type="PackedScene" uid="uid://dgeg3kkogm71m" path="res://src/world/mechanics/alarm/gunk_alarm.tscn" id="12_6n12m"] +[ext_resource type="ArrayMesh" uid="uid://c2pruwilyqs07" path="res://assets/level/floor/floor_6x9.mesh" id="13_txbaw"] +[ext_resource type="Texture2D" uid="uid://ddjth5slpjrcd" path="res://assets/level/ceiling/ceiling_1_C.png" id="14_5f6s4"] +[ext_resource type="Texture2D" uid="uid://bs1fx1h0tddde" path="res://assets/level/ceiling/ceiling_1_M.png" id="15_t8llt"] +[ext_resource type="Texture2D" uid="uid://bmwmajwul60ti" path="res://assets/level/ceiling/ceiling_1_N.png" id="16_jbppi"] +[ext_resource type="Texture2D" uid="uid://8hav47a84uk" path="res://assets/level/ceiling/ceiling_1_R.png" id="17_ddwoq"] +[ext_resource type="ArrayMesh" uid="uid://d0sdsir1hqnbu" path="res://assets/level/wall/wall_4.mesh" id="18_rwb8f"] +[ext_resource type="PackedScene" uid="uid://cppd3scvxf3eg" path="res://src/props/crate_long/crate_long.tscn" id="19_hpoqx"] +[ext_resource type="Texture2D" uid="uid://cd0w8eqpount3" path="res://assets/props/crate_long/crate_long_C.png" id="20_77h2o"] +[ext_resource type="Texture2D" uid="uid://da5p04vbiy3xe" path="res://assets/props/crate_long/crate_long_M.png" id="21_j4f2j"] +[ext_resource type="Texture2D" uid="uid://bsovubygl3go2" path="res://assets/props/crate_long/crate_long_N.png" id="22_4q4f8"] +[ext_resource type="Texture2D" uid="uid://b1m1my5q2vlwi" path="res://assets/props/crate_long/crate_long_R.png" id="23_1gqtc"] +[ext_resource type="PackedScene" uid="uid://d2feet02a603e" path="res://src/props/overhead_light/overhead_light.tscn" id="24_or2wh"] +[ext_resource type="ArrayMesh" uid="uid://bx00qgk2dyjrw" path="res://assets/level/wall/wall_2.mesh" id="25_1o6wp"] + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_yvipw"] +data = PackedVector3Array(4.5, 0, 4.5, -4.5, 0, 4.5, 4.5, 0, -4.5, 4.5, 0, -4.5, -4.5, 0, 4.5, -4.5, 0, -4.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_d1yty"] +data = PackedVector3Array(4.5, 0, 4.5, -4.5, 0, 4.5, 4.5, 0, -4.5, 4.5, 0, -4.5, -4.5, 0, 4.5, -4.5, 0, -4.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_p11ap"] +data = PackedVector3Array(1.5, 0, 1.5, -1.5, 0, 1.5, 1.5, 0, -1.5, 1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 0, -1.5) + +[sub_resource type="CylinderMesh" id="CylinderMesh_48a1a"] +top_radius = 1.0 +bottom_radius = 1.0 +height = 0.1 +rings = 0 + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_drp1h"] +data = PackedVector3Array(0, 0.05, 1, 0.098, 0.05, 0.9952, 0, -0.05, 1, 0.098, 0.05, 0.9952, 0.098, -0.05, 0.9952, 0, -0.05, 1, 0.098, 0.05, 0.9952, 0.1951, 0.05, 0.9808, 0.098, -0.05, 0.9952, 0.1951, 0.05, 0.9808, 0.1951, -0.05, 0.9808, 0.098, -0.05, 0.9952, 0.1951, 0.05, 0.9808, 0.2903, 0.05, 0.9569, 0.1951, -0.05, 0.9808, 0.2903, 0.05, 0.9569, 0.2903, -0.05, 0.9569, 0.1951, -0.05, 0.9808, 0.2903, 0.05, 0.9569, 0.3827, 0.05, 0.9239, 0.2903, -0.05, 0.9569, 0.3827, 0.05, 0.9239, 0.3827, -0.05, 0.9239, 0.2903, -0.05, 0.9569, 0.3827, 0.05, 0.9239, 0.4714, 0.05, 0.8819, 0.3827, -0.05, 0.9239, 0.4714, 0.05, 0.8819, 0.4714, -0.05, 0.8819, 0.3827, -0.05, 0.9239, 0.4714, 0.05, 0.8819, 0.5556, 0.05, 0.8315, 0.4714, -0.05, 0.8819, 0.5556, 0.05, 0.8315, 0.5556, -0.05, 0.8315, 0.4714, -0.05, 0.8819, 0.5556, 0.05, 0.8315, 0.6344, 0.05, 0.773, 0.5556, -0.05, 0.8315, 0.6344, 0.05, 0.773, 0.6344, -0.05, 0.773, 0.5556, -0.05, 0.8315, 0.6344, 0.05, 0.773, 0.7071, 0.05, 0.7071, 0.6344, -0.05, 0.773, 0.7071, 0.05, 0.7071, 0.7071, -0.05, 0.7071, 0.6344, -0.05, 0.773, 0.7071, 0.05, 0.7071, 0.773, 0.05, 0.6344, 0.7071, -0.05, 0.7071, 0.773, 0.05, 0.6344, 0.773, -0.05, 0.6344, 0.7071, -0.05, 0.7071, 0.773, 0.05, 0.6344, 0.8315, 0.05, 0.5556, 0.773, -0.05, 0.6344, 0.8315, 0.05, 0.5556, 0.8315, -0.05, 0.5556, 0.773, -0.05, 0.6344, 0.8315, 0.05, 0.5556, 0.8819, 0.05, 0.4714, 0.8315, -0.05, 0.5556, 0.8819, 0.05, 0.4714, 0.8819, -0.05, 0.4714, 0.8315, -0.05, 0.5556, 0.8819, 0.05, 0.4714, 0.9239, 0.05, 0.3827, 0.8819, -0.05, 0.4714, 0.9239, 0.05, 0.3827, 0.9239, -0.05, 0.3827, 0.8819, -0.05, 0.4714, 0.9239, 0.05, 0.3827, 0.9569, 0.05, 0.2903, 0.9239, -0.05, 0.3827, 0.9569, 0.05, 0.2903, 0.9569, -0.05, 0.2903, 0.9239, -0.05, 0.3827, 0.9569, 0.05, 0.2903, 0.9808, 0.05, 0.1951, 0.9569, -0.05, 0.2903, 0.9808, 0.05, 0.1951, 0.9808, -0.05, 0.1951, 0.9569, -0.05, 0.2903, 0.9808, 0.05, 0.1951, 0.9952, 0.05, 0.098, 0.9808, -0.05, 0.1951, 0.9952, 0.05, 0.098, 0.9952, -0.05, 0.098, 0.9808, -0.05, 0.1951, 0.9952, 0.05, 0.098, 1, 0.05, 0, 0.9952, -0.05, 0.098, 1, 0.05, 0, 1, -0.05, 0, 0.9952, -0.05, 0.098, 1, 0.05, 0, 0.9952, 0.05, -0.098, 1, -0.05, 0, 0.9952, 0.05, -0.098, 0.9952, -0.05, -0.098, 1, -0.05, 0, 0.9952, 0.05, -0.098, 0.9808, 0.05, -0.1951, 0.9952, -0.05, -0.098, 0.9808, 0.05, -0.1951, 0.9808, -0.05, -0.1951, 0.9952, -0.05, -0.098, 0.9808, 0.05, -0.1951, 0.9569, 0.05, -0.2903, 0.9808, -0.05, -0.1951, 0.9569, 0.05, -0.2903, 0.9569, -0.05, -0.2903, 0.9808, -0.05, -0.1951, 0.9569, 0.05, -0.2903, 0.9239, 0.05, -0.3827, 0.9569, -0.05, -0.2903, 0.9239, 0.05, -0.3827, 0.9239, -0.05, -0.3827, 0.9569, -0.05, -0.2903, 0.9239, 0.05, -0.3827, 0.8819, 0.05, -0.4714, 0.9239, -0.05, -0.3827, 0.8819, 0.05, -0.4714, 0.8819, -0.05, -0.4714, 0.9239, -0.05, -0.3827, 0.8819, 0.05, -0.4714, 0.8315, 0.05, -0.5556, 0.8819, -0.05, -0.4714, 0.8315, 0.05, -0.5556, 0.8315, -0.05, -0.5556, 0.8819, -0.05, -0.4714, 0.8315, 0.05, -0.5556, 0.773, 0.05, -0.6344, 0.8315, -0.05, -0.5556, 0.773, 0.05, -0.6344, 0.773, -0.05, -0.6344, 0.8315, -0.05, -0.5556, 0.773, 0.05, -0.6344, 0.7071, 0.05, -0.7071, 0.773, -0.05, -0.6344, 0.7071, 0.05, -0.7071, 0.7071, -0.05, -0.7071, 0.773, -0.05, -0.6344, 0.7071, 0.05, -0.7071, 0.6344, 0.05, -0.773, 0.7071, -0.05, -0.7071, 0.6344, 0.05, -0.773, 0.6344, -0.05, -0.773, 0.7071, -0.05, -0.7071, 0.6344, 0.05, -0.773, 0.5556, 0.05, -0.8315, 0.6344, -0.05, -0.773, 0.5556, 0.05, -0.8315, 0.5556, -0.05, -0.8315, 0.6344, -0.05, -0.773, 0.5556, 0.05, -0.8315, 0.4714, 0.05, -0.8819, 0.5556, -0.05, -0.8315, 0.4714, 0.05, -0.8819, 0.4714, -0.05, -0.8819, 0.5556, -0.05, -0.8315, 0.4714, 0.05, -0.8819, 0.3827, 0.05, -0.9239, 0.4714, -0.05, -0.8819, 0.3827, 0.05, -0.9239, 0.3827, -0.05, -0.9239, 0.4714, -0.05, -0.8819, 0.3827, 0.05, -0.9239, 0.2903, 0.05, -0.9569, 0.3827, -0.05, -0.9239, 0.2903, 0.05, -0.9569, 0.2903, -0.05, -0.9569, 0.3827, -0.05, -0.9239, 0.2903, 0.05, -0.9569, 0.1951, 0.05, -0.9808, 0.2903, -0.05, -0.9569, 0.1951, 0.05, -0.9808, 0.1951, -0.05, -0.9808, 0.2903, -0.05, -0.9569, 0.1951, 0.05, -0.9808, 0.098, 0.05, -0.9952, 0.1951, -0.05, -0.9808, 0.098, 0.05, -0.9952, 0.098, -0.05, -0.9952, 0.1951, -0.05, -0.9808, 0.098, 0.05, -0.9952, 0, 0.05, -1, 0.098, -0.05, -0.9952, 0, 0.05, -1, 0, -0.05, -1, 0.098, -0.05, -0.9952, 0, 0.05, -1, -0.098, 0.05, -0.9952, 0, -0.05, -1, -0.098, 0.05, -0.9952, -0.098, -0.05, -0.9952, 0, -0.05, -1, -0.098, 0.05, -0.9952, -0.1951, 0.05, -0.9808, -0.098, -0.05, -0.9952, -0.1951, 0.05, -0.9808, -0.1951, -0.05, -0.9808, -0.098, -0.05, -0.9952, -0.1951, 0.05, -0.9808, -0.2903, 0.05, -0.9569, -0.1951, -0.05, -0.9808, -0.2903, 0.05, -0.9569, -0.2903, -0.05, -0.9569, -0.1951, -0.05, -0.9808, -0.2903, 0.05, -0.9569, -0.3827, 0.05, -0.9239, -0.2903, -0.05, -0.9569, -0.3827, 0.05, -0.9239, -0.3827, -0.05, -0.9239, -0.2903, -0.05, -0.9569, -0.3827, 0.05, -0.9239, -0.4714, 0.05, -0.8819, -0.3827, -0.05, -0.9239, -0.4714, 0.05, -0.8819, -0.4714, -0.05, -0.8819, -0.3827, -0.05, -0.9239, -0.4714, 0.05, -0.8819, -0.5556, 0.05, -0.8315, -0.4714, -0.05, -0.8819, -0.5556, 0.05, -0.8315, -0.5556, -0.05, -0.8315, -0.4714, -0.05, -0.8819, -0.5556, 0.05, -0.8315, -0.6344, 0.05, -0.773, -0.5556, -0.05, -0.8315, -0.6344, 0.05, -0.773, -0.6344, -0.05, -0.773, -0.5556, -0.05, -0.8315, -0.6344, 0.05, -0.773, -0.7071, 0.05, -0.7071, -0.6344, -0.05, -0.773, -0.7071, 0.05, -0.7071, -0.7071, -0.05, -0.7071, -0.6344, -0.05, -0.773, -0.7071, 0.05, -0.7071, -0.773, 0.05, -0.6344, -0.7071, -0.05, -0.7071, -0.773, 0.05, -0.6344, -0.773, -0.05, -0.6344, -0.7071, -0.05, -0.7071, -0.773, 0.05, -0.6344, -0.8315, 0.05, -0.5556, -0.773, -0.05, -0.6344, -0.8315, 0.05, -0.5556, -0.8315, -0.05, -0.5556, -0.773, -0.05, -0.6344, -0.8315, 0.05, -0.5556, -0.8819, 0.05, -0.4714, -0.8315, -0.05, -0.5556, -0.8819, 0.05, -0.4714, -0.8819, -0.05, -0.4714, -0.8315, -0.05, -0.5556, -0.8819, 0.05, -0.4714, -0.9239, 0.05, -0.3827, -0.8819, -0.05, -0.4714, -0.9239, 0.05, -0.3827, -0.9239, -0.05, -0.3827, -0.8819, -0.05, -0.4714, -0.9239, 0.05, -0.3827, -0.9569, 0.05, -0.2903, -0.9239, -0.05, -0.3827, -0.9569, 0.05, -0.2903, -0.9569, -0.05, -0.2903, -0.9239, -0.05, -0.3827, -0.9569, 0.05, -0.2903, -0.9808, 0.05, -0.1951, -0.9569, -0.05, -0.2903, -0.9808, 0.05, -0.1951, -0.9808, -0.05, -0.1951, -0.9569, -0.05, -0.2903, -0.9808, 0.05, -0.1951, -0.9952, 0.05, -0.098, -0.9808, -0.05, -0.1951, -0.9952, 0.05, -0.098, -0.9952, -0.05, -0.098, -0.9808, -0.05, -0.1951, -0.9952, 0.05, -0.098, -1, 0.05, 0, -0.9952, -0.05, -0.098, -1, 0.05, 0, -1, -0.05, 0, -0.9952, -0.05, -0.098, -1, 0.05, 0, -0.9952, 0.05, 0.098, -1, -0.05, 0, -0.9952, 0.05, 0.098, -0.9952, -0.05, 0.098, -1, -0.05, 0, -0.9952, 0.05, 0.098, -0.9808, 0.05, 0.1951, -0.9952, -0.05, 0.098, -0.9808, 0.05, 0.1951, -0.9808, -0.05, 0.1951, -0.9952, -0.05, 0.098, -0.9808, 0.05, 0.1951, -0.9569, 0.05, 0.2903, -0.9808, -0.05, 0.1951, -0.9569, 0.05, 0.2903, -0.9569, -0.05, 0.2903, -0.9808, -0.05, 0.1951, -0.9569, 0.05, 0.2903, -0.9239, 0.05, 0.3827, -0.9569, -0.05, 0.2903, -0.9239, 0.05, 0.3827, -0.9239, -0.05, 0.3827, -0.9569, -0.05, 0.2903, -0.9239, 0.05, 0.3827, -0.8819, 0.05, 0.4714, -0.9239, -0.05, 0.3827, -0.8819, 0.05, 0.4714, -0.8819, -0.05, 0.4714, -0.9239, -0.05, 0.3827, -0.8819, 0.05, 0.4714, -0.8315, 0.05, 0.5556, -0.8819, -0.05, 0.4714, -0.8315, 0.05, 0.5556, -0.8315, -0.05, 0.5556, -0.8819, -0.05, 0.4714, -0.8315, 0.05, 0.5556, -0.773, 0.05, 0.6344, -0.8315, -0.05, 0.5556, -0.773, 0.05, 0.6344, -0.773, -0.05, 0.6344, -0.8315, -0.05, 0.5556, -0.773, 0.05, 0.6344, -0.7071, 0.05, 0.7071, -0.773, -0.05, 0.6344, -0.7071, 0.05, 0.7071, -0.7071, -0.05, 0.7071, -0.773, -0.05, 0.6344, -0.7071, 0.05, 0.7071, -0.6344, 0.05, 0.773, -0.7071, -0.05, 0.7071, -0.6344, 0.05, 0.773, -0.6344, -0.05, 0.773, -0.7071, -0.05, 0.7071, -0.6344, 0.05, 0.773, -0.5556, 0.05, 0.8315, -0.6344, -0.05, 0.773, -0.5556, 0.05, 0.8315, -0.5556, -0.05, 0.8315, -0.6344, -0.05, 0.773, -0.5556, 0.05, 0.8315, -0.4714, 0.05, 0.8819, -0.5556, -0.05, 0.8315, -0.4714, 0.05, 0.8819, -0.4714, -0.05, 0.8819, -0.5556, -0.05, 0.8315, -0.4714, 0.05, 0.8819, -0.3827, 0.05, 0.9239, -0.4714, -0.05, 0.8819, -0.3827, 0.05, 0.9239, -0.3827, -0.05, 0.9239, -0.4714, -0.05, 0.8819, -0.3827, 0.05, 0.9239, -0.2903, 0.05, 0.9569, -0.3827, -0.05, 0.9239, -0.2903, 0.05, 0.9569, -0.2903, -0.05, 0.9569, -0.3827, -0.05, 0.9239, -0.2903, 0.05, 0.9569, -0.1951, 0.05, 0.9808, -0.2903, -0.05, 0.9569, -0.1951, 0.05, 0.9808, -0.1951, -0.05, 0.9808, -0.2903, -0.05, 0.9569, -0.1951, 0.05, 0.9808, -0.098, 0.05, 0.9952, -0.1951, -0.05, 0.9808, -0.098, 0.05, 0.9952, -0.098, -0.05, 0.9952, -0.1951, -0.05, 0.9808, -0.098, 0.05, 0.9952, 0, 0.05, 1, -0.098, -0.05, 0.9952, 0, 0.05, 1, 0, -0.05, 1, -0.098, -0.05, 0.9952, 0, 0.05, 0, 0.098, 0.05, 0.9952, 0, 0.05, 1, 0, 0.05, 0, 0.1951, 0.05, 0.9808, 0.098, 0.05, 0.9952, 0, 0.05, 0, 0.2903, 0.05, 0.9569, 0.1951, 0.05, 0.9808, 0, 0.05, 0, 0.3827, 0.05, 0.9239, 0.2903, 0.05, 0.9569, 0, 0.05, 0, 0.4714, 0.05, 0.8819, 0.3827, 0.05, 0.9239, 0, 0.05, 0, 0.5556, 0.05, 0.8315, 0.4714, 0.05, 0.8819, 0, 0.05, 0, 0.6344, 0.05, 0.773, 0.5556, 0.05, 0.8315, 0, 0.05, 0, 0.7071, 0.05, 0.7071, 0.6344, 0.05, 0.773, 0, 0.05, 0, 0.773, 0.05, 0.6344, 0.7071, 0.05, 0.7071, 0, 0.05, 0, 0.8315, 0.05, 0.5556, 0.773, 0.05, 0.6344, 0, 0.05, 0, 0.8819, 0.05, 0.4714, 0.8315, 0.05, 0.5556, 0, 0.05, 0, 0.9239, 0.05, 0.3827, 0.8819, 0.05, 0.4714, 0, 0.05, 0, 0.9569, 0.05, 0.2903, 0.9239, 0.05, 0.3827, 0, 0.05, 0, 0.9808, 0.05, 0.1951, 0.9569, 0.05, 0.2903, 0, 0.05, 0, 0.9952, 0.05, 0.098, 0.9808, 0.05, 0.1951, 0, 0.05, 0, 1, 0.05, 0, 0.9952, 0.05, 0.098, 0, 0.05, 0, 0.9952, 0.05, -0.098, 1, 0.05, 0, 0, 0.05, 0, 0.9808, 0.05, -0.1951, 0.9952, 0.05, -0.098, 0, 0.05, 0, 0.9569, 0.05, -0.2903, 0.9808, 0.05, -0.1951, 0, 0.05, 0, 0.9239, 0.05, -0.3827, 0.9569, 0.05, -0.2903, 0, 0.05, 0, 0.8819, 0.05, -0.4714, 0.9239, 0.05, -0.3827, 0, 0.05, 0, 0.8315, 0.05, -0.5556, 0.8819, 0.05, -0.4714, 0, 0.05, 0, 0.773, 0.05, -0.6344, 0.8315, 0.05, -0.5556, 0, 0.05, 0, 0.7071, 0.05, -0.7071, 0.773, 0.05, -0.6344, 0, 0.05, 0, 0.6344, 0.05, -0.773, 0.7071, 0.05, -0.7071, 0, 0.05, 0, 0.5556, 0.05, -0.8315, 0.6344, 0.05, -0.773, 0, 0.05, 0, 0.4714, 0.05, -0.8819, 0.5556, 0.05, -0.8315, 0, 0.05, 0, 0.3827, 0.05, -0.9239, 0.4714, 0.05, -0.8819, 0, 0.05, 0, 0.2903, 0.05, -0.9569, 0.3827, 0.05, -0.9239, 0, 0.05, 0, 0.1951, 0.05, -0.9808, 0.2903, 0.05, -0.9569, 0, 0.05, 0, 0.098, 0.05, -0.9952, 0.1951, 0.05, -0.9808, 0, 0.05, 0, 0, 0.05, -1, 0.098, 0.05, -0.9952, 0, 0.05, 0, -0.098, 0.05, -0.9952, 0, 0.05, -1, 0, 0.05, 0, -0.1951, 0.05, -0.9808, -0.098, 0.05, -0.9952, 0, 0.05, 0, -0.2903, 0.05, -0.9569, -0.1951, 0.05, -0.9808, 0, 0.05, 0, -0.3827, 0.05, -0.9239, -0.2903, 0.05, -0.9569, 0, 0.05, 0, -0.4714, 0.05, -0.8819, -0.3827, 0.05, -0.9239, 0, 0.05, 0, -0.5556, 0.05, -0.8315, -0.4714, 0.05, -0.8819, 0, 0.05, 0, -0.6344, 0.05, -0.773, -0.5556, 0.05, -0.8315, 0, 0.05, 0, -0.7071, 0.05, -0.7071, -0.6344, 0.05, -0.773, 0, 0.05, 0, -0.773, 0.05, -0.6344, -0.7071, 0.05, -0.7071, 0, 0.05, 0, -0.8315, 0.05, -0.5556, -0.773, 0.05, -0.6344, 0, 0.05, 0, -0.8819, 0.05, -0.4714, -0.8315, 0.05, -0.5556, 0, 0.05, 0, -0.9239, 0.05, -0.3827, -0.8819, 0.05, -0.4714, 0, 0.05, 0, -0.9569, 0.05, -0.2903, -0.9239, 0.05, -0.3827, 0, 0.05, 0, -0.9808, 0.05, -0.1951, -0.9569, 0.05, -0.2903, 0, 0.05, 0, -0.9952, 0.05, -0.098, -0.9808, 0.05, -0.1951, 0, 0.05, 0, -1, 0.05, 0, -0.9952, 0.05, -0.098, 0, 0.05, 0, -0.9952, 0.05, 0.098, -1, 0.05, 0, 0, 0.05, 0, -0.9808, 0.05, 0.1951, -0.9952, 0.05, 0.098, 0, 0.05, 0, -0.9569, 0.05, 0.2903, -0.9808, 0.05, 0.1951, 0, 0.05, 0, -0.9239, 0.05, 0.3827, -0.9569, 0.05, 0.2903, 0, 0.05, 0, -0.8819, 0.05, 0.4714, -0.9239, 0.05, 0.3827, 0, 0.05, 0, -0.8315, 0.05, 0.5556, -0.8819, 0.05, 0.4714, 0, 0.05, 0, -0.773, 0.05, 0.6344, -0.8315, 0.05, 0.5556, 0, 0.05, 0, -0.7071, 0.05, 0.7071, -0.773, 0.05, 0.6344, 0, 0.05, 0, -0.6344, 0.05, 0.773, -0.7071, 0.05, 0.7071, 0, 0.05, 0, -0.5556, 0.05, 0.8315, -0.6344, 0.05, 0.773, 0, 0.05, 0, -0.4714, 0.05, 0.8819, -0.5556, 0.05, 0.8315, 0, 0.05, 0, -0.3827, 0.05, 0.9239, -0.4714, 0.05, 0.8819, 0, 0.05, 0, -0.2903, 0.05, 0.9569, -0.3827, 0.05, 0.9239, 0, 0.05, 0, -0.1951, 0.05, 0.9808, -0.2903, 0.05, 0.9569, 0, 0.05, 0, -0.098, 0.05, 0.9952, -0.1951, 0.05, 0.9808, 0, 0.05, 0, 0, 0.05, 1, -0.098, 0.05, 0.9952, 0, -0.05, 0, 0, -0.05, 1, 0.098, -0.05, 0.9952, 0, -0.05, 0, 0.098, -0.05, 0.9952, 0.1951, -0.05, 0.9808, 0, -0.05, 0, 0.1951, -0.05, 0.9808, 0.2903, -0.05, 0.9569, 0, -0.05, 0, 0.2903, -0.05, 0.9569, 0.3827, -0.05, 0.9239, 0, -0.05, 0, 0.3827, -0.05, 0.9239, 0.4714, -0.05, 0.8819, 0, -0.05, 0, 0.4714, -0.05, 0.8819, 0.5556, -0.05, 0.8315, 0, -0.05, 0, 0.5556, -0.05, 0.8315, 0.6344, -0.05, 0.773, 0, -0.05, 0, 0.6344, -0.05, 0.773, 0.7071, -0.05, 0.7071, 0, -0.05, 0, 0.7071, -0.05, 0.7071, 0.773, -0.05, 0.6344, 0, -0.05, 0, 0.773, -0.05, 0.6344, 0.8315, -0.05, 0.5556, 0, -0.05, 0, 0.8315, -0.05, 0.5556, 0.8819, -0.05, 0.4714, 0, -0.05, 0, 0.8819, -0.05, 0.4714, 0.9239, -0.05, 0.3827, 0, -0.05, 0, 0.9239, -0.05, 0.3827, 0.9569, -0.05, 0.2903, 0, -0.05, 0, 0.9569, -0.05, 0.2903, 0.9808, -0.05, 0.1951, 0, -0.05, 0, 0.9808, -0.05, 0.1951, 0.9952, -0.05, 0.098, 0, -0.05, 0, 0.9952, -0.05, 0.098, 1, -0.05, 0, 0, -0.05, 0, 1, -0.05, 0, 0.9952, -0.05, -0.098, 0, -0.05, 0, 0.9952, -0.05, -0.098, 0.9808, -0.05, -0.1951, 0, -0.05, 0, 0.9808, -0.05, -0.1951, 0.9569, -0.05, -0.2903, 0, -0.05, 0, 0.9569, -0.05, -0.2903, 0.9239, -0.05, -0.3827, 0, -0.05, 0, 0.9239, -0.05, -0.3827, 0.8819, -0.05, -0.4714, 0, -0.05, 0, 0.8819, -0.05, -0.4714, 0.8315, -0.05, -0.5556, 0, -0.05, 0, 0.8315, -0.05, -0.5556, 0.773, -0.05, -0.6344, 0, -0.05, 0, 0.773, -0.05, -0.6344, 0.7071, -0.05, -0.7071, 0, -0.05, 0, 0.7071, -0.05, -0.7071, 0.6344, -0.05, -0.773, 0, -0.05, 0, 0.6344, -0.05, -0.773, 0.5556, -0.05, -0.8315, 0, -0.05, 0, 0.5556, -0.05, -0.8315, 0.4714, -0.05, -0.8819, 0, -0.05, 0, 0.4714, -0.05, -0.8819, 0.3827, -0.05, -0.9239, 0, -0.05, 0, 0.3827, -0.05, -0.9239, 0.2903, -0.05, -0.9569, 0, -0.05, 0, 0.2903, -0.05, -0.9569, 0.1951, -0.05, -0.9808, 0, -0.05, 0, 0.1951, -0.05, -0.9808, 0.098, -0.05, -0.9952, 0, -0.05, 0, 0.098, -0.05, -0.9952, 0, -0.05, -1, 0, -0.05, 0, 0, -0.05, -1, -0.098, -0.05, -0.9952, 0, -0.05, 0, -0.098, -0.05, -0.9952, -0.1951, -0.05, -0.9808, 0, -0.05, 0, -0.1951, -0.05, -0.9808, -0.2903, -0.05, -0.9569, 0, -0.05, 0, -0.2903, -0.05, -0.9569, -0.3827, -0.05, -0.9239, 0, -0.05, 0, -0.3827, -0.05, -0.9239, -0.4714, -0.05, -0.8819, 0, -0.05, 0, -0.4714, -0.05, -0.8819, -0.5556, -0.05, -0.8315, 0, -0.05, 0, -0.5556, -0.05, -0.8315, -0.6344, -0.05, -0.773, 0, -0.05, 0, -0.6344, -0.05, -0.773, -0.7071, -0.05, -0.7071, 0, -0.05, 0, -0.7071, -0.05, -0.7071, -0.773, -0.05, -0.6344, 0, -0.05, 0, -0.773, -0.05, -0.6344, -0.8315, -0.05, -0.5556, 0, -0.05, 0, -0.8315, -0.05, -0.5556, -0.8819, -0.05, -0.4714, 0, -0.05, 0, -0.8819, -0.05, -0.4714, -0.9239, -0.05, -0.3827, 0, -0.05, 0, -0.9239, -0.05, -0.3827, -0.9569, -0.05, -0.2903, 0, -0.05, 0, -0.9569, -0.05, -0.2903, -0.9808, -0.05, -0.1951, 0, -0.05, 0, -0.9808, -0.05, -0.1951, -0.9952, -0.05, -0.098, 0, -0.05, 0, -0.9952, -0.05, -0.098, -1, -0.05, 0, 0, -0.05, 0, -1, -0.05, 0, -0.9952, -0.05, 0.098, 0, -0.05, 0, -0.9952, -0.05, 0.098, -0.9808, -0.05, 0.1951, 0, -0.05, 0, -0.9808, -0.05, 0.1951, -0.9569, -0.05, 0.2903, 0, -0.05, 0, -0.9569, -0.05, 0.2903, -0.9239, -0.05, 0.3827, 0, -0.05, 0, -0.9239, -0.05, 0.3827, -0.8819, -0.05, 0.4714, 0, -0.05, 0, -0.8819, -0.05, 0.4714, -0.8315, -0.05, 0.5556, 0, -0.05, 0, -0.8315, -0.05, 0.5556, -0.773, -0.05, 0.6344, 0, -0.05, 0, -0.773, -0.05, 0.6344, -0.7071, -0.05, 0.7071, 0, -0.05, 0, -0.7071, -0.05, 0.7071, -0.6344, -0.05, 0.773, 0, -0.05, 0, -0.6344, -0.05, 0.773, -0.5556, -0.05, 0.8315, 0, -0.05, 0, -0.5556, -0.05, 0.8315, -0.4714, -0.05, 0.8819, 0, -0.05, 0, -0.4714, -0.05, 0.8819, -0.3827, -0.05, 0.9239, 0, -0.05, 0, -0.3827, -0.05, 0.9239, -0.2903, -0.05, 0.9569, 0, -0.05, 0, -0.2903, -0.05, 0.9569, -0.1951, -0.05, 0.9808, 0, -0.05, 0, -0.1951, -0.05, 0.9808, -0.098, -0.05, 0.9952, 0, -0.05, 0, -0.098, -0.05, 0.9952, 0, -0.05, 1) + +[sub_resource type="Curve" id="Curve_2ldv4"] +_limits = [0.0, 0.4, 0.0, 1.0] +_data = [Vector2(0, 0), 0.0, 0.0, 0, 0, Vector2(0.3, 0.4), 0.0, 0.0, 0, 0, Vector2(0.7, 0.4), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] +point_count = 4 + +[sub_resource type="CurveTexture" id="CurveTexture_ty63v"] +curve = SubResource("Curve_2ldv4") + +[sub_resource type="Gradient" id="Gradient_sg1jh"] +offsets = PackedFloat32Array(0, 0.1, 0.4, 0.6, 1) +colors = PackedColorArray(0.15, 0.15, 0.15, 1, 0.355313, 0.355314, 0.355313, 1, 0.356863, 0.356863, 0.356863, 1, 0.647059, 0.647059, 0.647059, 1, 0.15, 0.15, 0.15, 1) + +[sub_resource type="GradientTexture1D" id="GradientTexture1D_w3xaq"] +gradient = SubResource("Gradient_sg1jh") + +[sub_resource type="Curve" id="Curve_iy2ht"] +_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(0.746094, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] +point_count = 3 + +[sub_resource type="CurveTexture" id="CurveTexture_w3xaq"] +curve = SubResource("Curve_iy2ht") + +[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_otfxe"] +emission_shape = 3 +emission_box_extents = Vector3(4.5, 1.5, 4.5) +direction = Vector3(0, -1, 0) +spread = 100.0 +initial_velocity_min = 0.05 +initial_velocity_max = 0.15 +gravity = Vector3(0, 0, 0) +scale_curve = SubResource("CurveTexture_w3xaq") +color_ramp = SubResource("GradientTexture1D_w3xaq") +alpha_curve = SubResource("CurveTexture_ty63v") +turbulence_enabled = true +turbulence_noise_strength = 0.1 +turbulence_noise_scale = 0.3 +turbulence_influence_min = 0.0 + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_62grt"] +data = PackedVector3Array(4.5, 0, 3, -4.5, 0, 3, 4.5, 0, -3, 4.5, 0, -3, -4.5, 0, 3, -4.5, 0, -3) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_u2hqf"] +resource_local_to_scene = true +albedo_texture = ExtResource("14_5f6s4") +metallic = 1.0 +metallic_texture = ExtResource("15_t8llt") +roughness_texture = ExtResource("17_ddwoq") +normal_enabled = true +normal_texture = ExtResource("16_jbppi") +uv1_scale = Vector3(3, 2, 1) +texture_filter = 4 + +[sub_resource type="ArrayMesh" id="ArrayMesh_62grt"] +_surfaces = [{ +"aabb": AABB(-4.5, 0, -3, 9, 1e-05, 6), +"format": 34896613377, +"index_count": 6, +"index_data": PackedByteArray("AAABAAIAAgABAAMA"), +"name": "Plane", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 4, +"vertex_data": PackedByteArray("//8AAP//AAAAAAAA//8AAP//AAAAAAAAAAAAAAAAAAA=") +}] +blend_shape_mode = 0 + +[sub_resource type="ArrayMesh" id="ArrayMesh_6nvhk"] +_surfaces = [{ +"aabb": AABB(-4.5, 0, -3, 9, 1e-05, 6), +"attribute_data": PackedByteArray("/////wAA/////wAAAAAAAA=="), +"format": 34896613399, +"index_count": 6, +"index_data": PackedByteArray("AAABAAIAAgABAAMA"), +"material": SubResource("StandardMaterial3D_u2hqf"), +"name": "Plane", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 4, +"vertex_data": PackedByteArray("//8AAP///78AAAAA////v///AAAAAP+/AAAAAAAA/7////9/////f////3////9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_62grt") + +[sub_resource type="BoxMesh" id="BoxMesh_f0xh4"] +size = Vector3(3, 0.2, 1.4) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_f0xh4"] +data = PackedVector3Array(-1.5, 0.1, 0.7, 1.5, 0.1, 0.7, -1.5, -0.1, 0.7, 1.5, 0.1, 0.7, 1.5, -0.1, 0.7, -1.5, -0.1, 0.7, 1.5, 0.1, -0.7, -1.5, 0.1, -0.7, 1.5, -0.1, -0.7, -1.5, 0.1, -0.7, -1.5, -0.1, -0.7, 1.5, -0.1, -0.7, 1.5, 0.1, 0.7, 1.5, 0.1, -0.7, 1.5, -0.1, 0.7, 1.5, 0.1, -0.7, 1.5, -0.1, -0.7, 1.5, -0.1, 0.7, -1.5, 0.1, -0.7, -1.5, 0.1, 0.7, -1.5, -0.1, -0.7, -1.5, 0.1, 0.7, -1.5, -0.1, 0.7, -1.5, -0.1, -0.7, 1.5, 0.1, 0.7, -1.5, 0.1, 0.7, 1.5, 0.1, -0.7, -1.5, 0.1, 0.7, -1.5, 0.1, -0.7, 1.5, 0.1, -0.7, -1.5, -0.1, 0.7, 1.5, -0.1, 0.7, -1.5, -0.1, -0.7, 1.5, -0.1, 0.7, 1.5, -0.1, -0.7, -1.5, -0.1, -0.7) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_v4tkv"] +resource_local_to_scene = true +albedo_texture = ExtResource("20_77h2o") +metallic = 1.0 +metallic_texture = ExtResource("21_j4f2j") +roughness_texture = ExtResource("23_1gqtc") +normal_enabled = true +normal_texture = ExtResource("22_4q4f8") +ao_enabled = true +texture_filter = 2 + +[sub_resource type="ArrayMesh" id="ArrayMesh_u2hqf"] +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"format": 34896613377, +"index_count": 84, +"index_data": PackedByteArray("CgAGAAIAAgAEAAoABAAGAAoACwAEAAIADAAGAAQABAAIAAwACwAIAAQADAAIAAYAAgABAAsAAQAIAAsADQABAAIAAgAGAA0ABwABAA0ADQAGAAcACQABAAcACQAIAAEABwAGAA4ACQAHAAUABQAHAA4ABQAIAAkABgAIAA8AAwAIAAUADgAGAAAAAAAGAA8ADgAAAAUADwAIAAAABQAAAAMAAAAIAAMA"), +"lods": [0.108952, PackedByteArray("AgAGAAcABAAGAAIAAgABAAQABwABAAIABAAIAAYAAQAIAAQACQABAAcACQAIAAEACQAHAAUABQAIAAkABwAGAAAABwAAAAUABgAIAAAAAwAIAAUAAAAIAAMABQAAAAMA"), 0.261829, PackedByteArray("AAABAAIAAgABAAQAAQAAAAUABAADAAIAAQADAAQAAgADAAAABQADAAEABQAAAAMA"), 0.524037, PackedByteArray("AAABAAIAAgABAAMAAQAAAAMAAgADAAAA")], +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 16, +"vertex_data": PackedByteArray("AAAyM///AADc3f//AAAAAP//zMz//wAAAAAyMwAAAAD//zIzAAAAAAAAzMwAAAAA3N0AAP//AAAhIv////8AACEiAAAAAAAAISL//wAAAAD//zIz//8AAP//zMwAAAAA3N0AAAAAAADc3f////8AAAAAzMz//wAAISIAAP//AAA=") +}] +blend_shape_mode = 0 + +[sub_resource type="ArrayMesh" id="ArrayMesh_dxmep"] +resource_local_to_scene = true +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), +"format": 34896613399, +"index_count": 84, +"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), +"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], +"material": SubResource("StandardMaterial3D_v4tkv"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 48, +"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_u2hqf") + +[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_48a1a"] +emission_shape = 3 +emission_box_extents = Vector3(4.5, 1.5, 3) +direction = Vector3(0, -1, 0) +spread = 100.0 +initial_velocity_min = 0.05 +initial_velocity_max = 0.15 +gravity = Vector3(0, 0, 0) +scale_curve = SubResource("CurveTexture_w3xaq") +color_ramp = SubResource("GradientTexture1D_w3xaq") +alpha_curve = SubResource("CurveTexture_ty63v") +turbulence_enabled = true +turbulence_noise_strength = 0.1 +turbulence_noise_scale = 0.3 +turbulence_influence_min = 0.0 + +[node name="CrewQuarters" type="Node3D"] + +[node name="CommonArea" type="Node3D" parent="."] + +[node name="Bounds" type="Node3D" parent="CommonArea"] + +[node name="Floor" type="MeshInstance3D" parent="CommonArea/Bounds"] +mesh = ExtResource("1_5rwfs") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="CommonArea/Bounds/Floor" groups=["MetalMaterial"] instance=ExtResource("2_gwhoh")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="CommonArea/Bounds/Floor/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_yvipw") + +[node name="Ceiling" type="MeshInstance3D" parent="CommonArea/Bounds"] +transform = Transform3D(-1, -7.64274e-15, 8.74228e-08, 0, -1, -8.74228e-08, 8.74228e-08, -8.74228e-08, 1, 0, 3, 0) +mesh = ExtResource("3_xbtal") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="CommonArea/Bounds/Ceiling" instance=ExtResource("2_gwhoh")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="CommonArea/Bounds/Ceiling/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_d1yty") + +[node name="Wall" type="MeshInstance3D" parent="CommonArea/Bounds"] +transform = Transform3D(1.31134e-07, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, 1.31134e-07, -5.73206e-15, -4.5, 1.5, 3) +mesh = ExtResource("4_mxi1m") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="CommonArea/Bounds/Wall" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="CommonArea/Bounds/Wall/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall2" type="MeshInstance3D" parent="CommonArea/Bounds"] +transform = Transform3D(-1, 8.74228e-08, -3.82137e-15, 0, -4.37114e-08, -1, -8.74228e-08, -1, 4.37114e-08, 0, 1.5, 4.5) +mesh = ExtResource("4_mxi1m") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="CommonArea/Bounds/Wall2" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="CommonArea/Bounds/Wall2/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall3" type="MeshInstance3D" parent="CommonArea/Bounds"] +transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 4.5, 1.5, 3) +mesh = ExtResource("4_mxi1m") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="CommonArea/Bounds/Wall3" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="CommonArea/Bounds/Wall3/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall4" type="MeshInstance3D" parent="CommonArea/Bounds"] +transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 4.5, 1.5, -3) +mesh = ExtResource("4_mxi1m") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="CommonArea/Bounds/Wall4" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="CommonArea/Bounds/Wall4/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall5" type="MeshInstance3D" parent="CommonArea/Bounds"] +transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, 0, 1.5, -4.5) +mesh = ExtResource("4_mxi1m") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="CommonArea/Bounds/Wall5" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="CommonArea/Bounds/Wall5/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall6" type="MeshInstance3D" parent="CommonArea/Bounds"] +transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -4.5, 1.5, -3) +mesh = ExtResource("4_mxi1m") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="CommonArea/Bounds/Wall6" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="CommonArea/Bounds/Wall6/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Props" type="Node3D" parent="CommonArea"] + +[node name="Sofa" parent="CommonArea/Props" instance=ExtResource("6_j6dp1")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, -3.9) +skeleton = NodePath("") + +[node name="CoffeeTable" type="MeshInstance3D" parent="CommonArea/Props"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.6, -1.2) +mesh = SubResource("CylinderMesh_48a1a") + +[node name="StaticBody3D" type="StaticBody3D" parent="CommonArea/Props/CoffeeTable" groups=["PlasticMaterial"]] +collision_layer = 5 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="CommonArea/Props/CoffeeTable/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_drp1h") + +[node name="FloatingDust" parent="CommonArea" instance=ExtResource("7_smsfc")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) +visibility_aabb = AABB(-4.5, -1.5, -4.5, 9, 3, 9) +process_material = SubResource("ParticleProcessMaterial_otfxe") + +[node name="BurnoutLight" parent="CommonArea" instance=ExtResource("8_xwa5b")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 3, 0) + +[node name="MiscNodules" type="Node3D" parent="CommonArea"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0, -6) + +[node name="GrunkNodule" parent="CommonArea/MiscNodules" instance=ExtResource("9_bcse0")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.51245, 0, 8.94543) + +[node name="GrunkNodule17" parent="CommonArea/MiscNodules" instance=ExtResource("9_bcse0")] +transform = Transform3D(1.86927, 0.661501, -0.261213, 0.33574, -0.173195, 1.964, 0.626972, -1.87947, -0.272921, 4.50952, 1.00356, 1.32706) +durability = 6.0 +value = 4000.0 + +[node name="GrunkNodule12" parent="CommonArea/MiscNodules" instance=ExtResource("9_bcse0")] +transform = Transform3D(0.3, 0, 0, 0, 0.3, 0, 0, 0, 0.3, 2.51245, 0, 6.94611) +durability = 0.9 +value = 600.0 + +[node name="GrunkNodule13" parent="CommonArea/MiscNodules" instance=ExtResource("9_bcse0")] +transform = Transform3D(-0.0747425, 0.290168, -0.0147072, 0.00111805, 0.0154732, 0.299599, 0.290538, 0.0745877, -0.00493643, 3.20669, 0, 6.75387) +durability = 0.9 +value = 600.0 + +[node name="GrunkNodule14" parent="CommonArea/MiscNodules" instance=ExtResource("9_bcse0")] +transform = Transform3D(-0.0306567, 0.227285, -0.193395, 0.104345, -0.173978, -0.221006, -0.279593, -0.0898504, -0.0612752, 3.38772, 0, 7.17908) +durability = 0.9 +value = 600.0 + +[node name="GrunkNodule15" parent="CommonArea/MiscNodules" instance=ExtResource("9_bcse0")] +transform = Transform3D(0.0858769, 0.141837, 0.111836, 0.0667336, 0.0901563, -0.165585, -0.167845, 0.108416, -0.00861494, 2.95773, 0, 6.42272) +durability = 0.6 +value = 400.0 + +[node name="GrunkNodule16" parent="CommonArea/MiscNodules" instance=ExtResource("9_bcse0")] +transform = Transform3D(0.16163, -0.0143849, 0.116913, 0.0651534, 0.176292, -0.0683824, -0.0981361, 0.0933498, 0.147157, 2.80774, 0, 6.66969) +durability = 0.6 +value = 400.0 + +[node name="GrunkNodule2" parent="CommonArea/MiscNodules" instance=ExtResource("9_bcse0")] +transform = Transform3D(-0.236922, 0.751828, 0.136464, -0.718571, -0.267807, 0.227892, 0.259852, -0.0550832, 0.754614, 4.6289, 0, 10.1962) +durability = 2.4 +value = 1600.0 + +[node name="GrunkNodule4" parent="CommonArea/MiscNodules" instance=ExtResource("9_bcse0")] +transform = Transform3D(-1.09016, 0.388405, 0.317318, 0.44556, 0.401418, 1.03939, 0.230274, 1.06208, -0.50889, 5.86077, 0, 10.4576) +durability = 3.6 +value = 2400.0 + +[node name="GrunkNodule5" parent="CommonArea/MiscNodules" instance=ExtResource("9_bcse0")] +transform = Transform3D(-0.470357, -0.41821, 0.777087, 0.650656, -0.759229, -0.0147685, 0.596163, 0.49867, 0.62922, 6.96653, 0.176903, 9.6064) + +[node name="GrunkNodule9" parent="CommonArea/MiscNodules" instance=ExtResource("9_bcse0")] +transform = Transform3D(0.00794332, 0.209435, 0.0131843, 0.0118061, -0.0136188, 0.209225, 0.209517, -0.00717279, -0.0122895, 7.50128, 0.812477, 8.3389) +durability = 0.63 +value = 420.0 + +[node name="GrunkNodule10" parent="CommonArea/MiscNodules" instance=ExtResource("9_bcse0")] +transform = Transform3D(-0.0102661, -0.0161083, -0.199086, -0.196975, -0.0322195, 0.0127642, -0.0331003, 0.196729, -0.0142108, 7.50128, 0.565243, 8.01538) +durability = 0.6 +value = 400.0 + +[node name="GrunkNodule11" parent="CommonArea/MiscNodules" instance=ExtResource("9_bcse0")] +transform = Transform3D(0.118295, 0.17919, 0.107225, 0.0583387, 0.0899691, -0.214714, -0.200506, 0.131896, 0.000788523, 7.50128, 0.187829, 8.2365) +durability = 0.72 +value = 480.0 + +[node name="GrunkNodule7" parent="CommonArea/MiscNodules" instance=ExtResource("9_bcse0")] +transform = Transform3D(-0.090531, 0.646785, 0.251939, -0.181904, 0.223086, -0.638078, -0.669862, -0.147992, 0.139223, 6.96653, -0.359285, 8.24688) +durability = 2.1 +value = 1400.0 + +[node name="GrunkNodule8" parent="CommonArea/MiscNodules" instance=ExtResource("9_bcse0")] +transform = Transform3D(-0.0725436, -0.160288, -0.242992, -0.0822134, -0.228947, 0.175568, -0.279246, 0.109045, 0.0114361, 6.223, 0, 8.616) +durability = 0.9 +value = 600.0 + +[node name="GrunkNodule6" parent="CommonArea/MiscNodules" instance=ExtResource("9_bcse0")] +transform = Transform3D(-0.804086, -0.864658, 0.925101, 1.03324, 0.185488, 1.07145, -0.732022, 1.21159, 0.496168, 7.6647, 1.90346, 9.46831) +durability = 4.5 +value = 3000.0 + +[node name="GrunkNodule3" parent="CommonArea/MiscNodules" instance=ExtResource("9_bcse0")] +transform = Transform3D(-0.191524, -0.8911, 0.411411, 0.0893523, 0.4016, 0.911446, -0.977412, 0.211324, 0.00270573, -1.2039, 0.43978, 8.88536) + +[node name="ListenerTrap1" type="Node3D" parent="CommonArea"] + +[node name="Listener" parent="CommonArea/ListenerTrap1" instance=ExtResource("10_4ybca")] +transform = Transform3D(-1, 0, -8.74228e-08, 8.74228e-08, -4.37114e-08, -1, -3.82137e-15, -1, 4.37114e-08, 0, 2.1, 4.5) + +[node name="GunkRelay" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.300001, 1.8, 4.5) + +[node name="GunkRelay2" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.556068, 1.33382, 4.5) + +[node name="GunkRelay3" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.366367, 0.882249, 4.5) + +[node name="GunkRelay4" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0697079, 0.490421, 4.5) + +[node name="GunkRelay5" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.598, 0, 4.5) + +[node name="GunkRelay6" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.14662, 1.19209e-07, 4.16582) + +[node name="GunkRelay7" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.71032, 2.38419e-07, 3.65323) + +[node name="GunkRelay8" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.97505, 2.38419e-07, 3.0793) + +[node name="GunkRelay9" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.95047, 2.38419e-07, 2.36993) + +[node name="GunkRelay10" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.4519, 2.38419e-07, 1.79596) + +[node name="GunkRelay11" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.784485, 2.38419e-07, 1.62703) + +[node name="GunkRelay12" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.175201, 2.38419e-07, 1.80014) + +[node name="GunkRelay13" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.475437, 2.38419e-07, 2.00121) + +[node name="GunkRelay14" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.13213, 2.38419e-07, 1.89597) + +[node name="GunkRelay15" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.61853, 2.38419e-07, 1.58379) + +[node name="GunkRelay16" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.0396, 2.38419e-07, 1.14821) + +[node name="GunkRelay17" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.25014, 2.38419e-07, 0.647285) + +[node name="GunkRelay18" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.28643, 2.38419e-07, 0.0592422) + +[node name="GunkRelay19" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.25739, 2.38419e-07, -0.485237) + +[node name="GunkRelay20" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.15576, 2.38419e-07, -0.942604) + +[node name="GunkRelay21" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.93797, 2.38419e-07, -1.31285) + +[node name="GunkRelay22" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.60402, 2.38419e-07, -1.78474) + +[node name="GunkRelay23" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.18295, 2.38419e-07, -2.1332) + +[node name="GunkRelay24" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.711067, 2.38419e-07, -2.40181) + +[node name="GunkRelay25" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.188364, 2.38419e-07, -2.55427) + +[node name="GunkRelay26" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.435976, 2.38419e-07, -2.59057) + +[node name="GunkRelay27" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.9006, 2.38419e-07, -2.39455) + +[node name="GunkRelay28" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.29263, 2.38419e-07, -2.03883) + +[node name="GunkRelay29" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.44508, 2.38419e-07, -1.53065) + +[node name="GunkRelay30" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.26359, 2.38419e-07, -1.04424) + +[node name="GunkRelay31" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.735319, 1.19209e-07, -0.809753) + +[node name="GunkRelay32" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.745077, 0.6, -0.602982) + +[node name="GunkRelay33" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.153706, 0.65, -0.513359) + +[node name="GunkRelay34" parent="CommonArea/ListenerTrap1" instance=ExtResource("11_ct7ya")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.340818, 0.65, -0.801064) + +[node name="GunkAlarm" parent="CommonArea/ListenerTrap1" instance=ExtResource("12_6n12m")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.67, -1.2) + +[node name="Room1" type="Node3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0, -6) + +[node name="Bounds" type="Node3D" parent="Room1"] + +[node name="Floor" type="MeshInstance3D" parent="Room1/Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0, -1.5) +mesh = ExtResource("13_txbaw") + +[node name="GunkBody" parent="Room1/Bounds/Floor" groups=["MetalMaterial"] instance=ExtResource("2_gwhoh")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room1/Bounds/Floor/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_62grt") + +[node name="Ceiling" type="MeshInstance3D" parent="Room1/Bounds"] +transform = Transform3D(1, 0, 0, 0, -1, 8.74228e-08, 0, -8.74228e-08, -1, -3, 3, -1.5) +mesh = SubResource("ArrayMesh_6nvhk") + +[node name="GunkBody" parent="Room1/Bounds/Ceiling" instance=ExtResource("2_gwhoh")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room1/Bounds/Ceiling/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_62grt") + +[node name="Wall" type="MeshInstance3D" parent="Room1/Bounds"] +transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 1.5, 1.5, 0) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room1/Bounds/Wall" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room1/Bounds/Wall/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall2" type="MeshInstance3D" parent="Room1/Bounds"] +transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 1.5, 1.5, -3) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room1/Bounds/Wall2" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room1/Bounds/Wall2/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall3" type="MeshInstance3D" parent="Room1/Bounds"] +transform = Transform3D(1, -2.13163e-14, -1.90582e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, 0, 1.5, -4.5) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room1/Bounds/Wall3" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room1/Bounds/Wall3/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall4" type="MeshInstance3D" parent="Room1/Bounds"] +transform = Transform3D(1, -2.13163e-14, -1.90582e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -3, 1.5, -4.5) +mesh = ExtResource("18_rwb8f") + +[node name="GunkBody" parent="Room1/Bounds/Wall4" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room1/Bounds/Wall4/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall5" type="MeshInstance3D" parent="Room1/Bounds"] +transform = Transform3D(1, -2.13163e-14, -1.90582e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -6, 1.5, -4.5) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room1/Bounds/Wall5" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room1/Bounds/Wall5/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall6" type="MeshInstance3D" parent="Room1/Bounds"] +transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -7.5, 1.5, -3) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room1/Bounds/Wall6" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room1/Bounds/Wall6/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall7" type="MeshInstance3D" parent="Room1/Bounds"] +transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -7.5, 1.5, 0) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room1/Bounds/Wall7" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room1/Bounds/Wall7/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall8" type="MeshInstance3D" parent="Room1/Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -6, 1.5, 1.5) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room1/Bounds/Wall8" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room1/Bounds/Wall8/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall9" type="MeshInstance3D" parent="Room1/Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -3, 1.5, 1.5) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room1/Bounds/Wall9" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room1/Bounds/Wall9/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Props" type="Node3D" parent="Room1"] + +[node name="Bed" type="MeshInstance3D" parent="Room1/Props"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6, 0.6, 0.8) +mesh = SubResource("BoxMesh_f0xh4") + +[node name="StaticBody3D" type="StaticBody3D" parent="Room1/Props/Bed"] +collision_layer = 5 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room1/Props/Bed/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_f0xh4") + +[node name="CrateLong" parent="Room1/Props" instance=ExtResource("19_hpoqx")] +transform = Transform3D(0.0871557, 0, -0.996195, 0, 1, 0, 0.996195, 0, 0.0871557, -5.7, 0.25, 0.900002) +mesh = SubResource("ArrayMesh_dxmep") + +[node name="FloatingDust" parent="Room1" instance=ExtResource("7_smsfc")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 1.5, -1.5) +visibility_aabb = AABB(-4.5, -1.5, -3, 9, 3, 6) +process_material = SubResource("ParticleProcessMaterial_48a1a") + +[node name="OverheadLight" parent="Room1" instance=ExtResource("24_or2wh")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -3, 3, -3) + +[node name="Room2" type="Node3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 9, 0, -6) + +[node name="Bounds" type="Node3D" parent="Room2"] + +[node name="Floor" type="MeshInstance3D" parent="Room2/Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0, -1.5) +mesh = ExtResource("13_txbaw") + +[node name="GunkBody" parent="Room2/Bounds/Floor" groups=["MetalMaterial"] instance=ExtResource("2_gwhoh")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room2/Bounds/Floor/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_62grt") + +[node name="Ceiling" type="MeshInstance3D" parent="Room2/Bounds"] +transform = Transform3D(1, 0, 0, 0, -1, 8.74228e-08, 0, -8.74228e-08, -1, -3, 3, -1.5) +mesh = SubResource("ArrayMesh_6nvhk") + +[node name="GunkBody" parent="Room2/Bounds/Ceiling" instance=ExtResource("2_gwhoh")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room2/Bounds/Ceiling/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_62grt") + +[node name="Wall" type="MeshInstance3D" parent="Room2/Bounds"] +transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 1.5, 1.5, 0) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room2/Bounds/Wall" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room2/Bounds/Wall/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall2" type="MeshInstance3D" parent="Room2/Bounds"] +transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 1.5, 1.5, -3) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room2/Bounds/Wall2" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room2/Bounds/Wall2/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall3" type="MeshInstance3D" parent="Room2/Bounds"] +transform = Transform3D(1, -2.13163e-14, -1.90582e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, 0, 1.5, -4.5) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room2/Bounds/Wall3" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room2/Bounds/Wall3/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall4" type="MeshInstance3D" parent="Room2/Bounds"] +transform = Transform3D(1, -2.13163e-14, -1.90582e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -3, 1.5, -4.5) +mesh = ExtResource("18_rwb8f") + +[node name="GunkBody" parent="Room2/Bounds/Wall4" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room2/Bounds/Wall4/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall5" type="MeshInstance3D" parent="Room2/Bounds"] +transform = Transform3D(1, -2.13163e-14, -1.90582e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -6, 1.5, -4.5) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room2/Bounds/Wall5" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room2/Bounds/Wall5/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall6" type="MeshInstance3D" parent="Room2/Bounds"] +transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -7.5, 1.5, -3) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room2/Bounds/Wall6" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room2/Bounds/Wall6/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall7" type="MeshInstance3D" parent="Room2/Bounds"] +transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -7.5, 1.5, 0) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room2/Bounds/Wall7" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room2/Bounds/Wall7/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall8" type="MeshInstance3D" parent="Room2/Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 1.5, 1.5) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room2/Bounds/Wall8" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room2/Bounds/Wall8/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall9" type="MeshInstance3D" parent="Room2/Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -3, 1.5, 1.5) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room2/Bounds/Wall9" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room2/Bounds/Wall9/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Props" type="Node3D" parent="Room2"] + +[node name="Bed" type="MeshInstance3D" parent="Room2/Props"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.6, 0.800003) +mesh = SubResource("BoxMesh_f0xh4") + +[node name="StaticBody3D" type="StaticBody3D" parent="Room2/Props/Bed"] +collision_layer = 5 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room2/Props/Bed/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_f0xh4") + +[node name="FloatingDust" parent="Room2" instance=ExtResource("7_smsfc")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 1.5, -1.5) +visibility_aabb = AABB(-4.5, -1.5, -3, 9, 3, 6) +process_material = SubResource("ParticleProcessMaterial_48a1a") + +[node name="BurnoutLight" parent="Room2" instance=ExtResource("8_xwa5b")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -3, 3, -3) + +[node name="Room3" type="Node3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 9, 0, 9) + +[node name="Bounds" type="Node3D" parent="Room3"] + +[node name="Floor" type="MeshInstance3D" parent="Room3/Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0, -1.5) +mesh = ExtResource("13_txbaw") + +[node name="GunkBody" parent="Room3/Bounds/Floor" groups=["MetalMaterial"] instance=ExtResource("2_gwhoh")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room3/Bounds/Floor/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_62grt") + +[node name="Ceiling" type="MeshInstance3D" parent="Room3/Bounds"] +transform = Transform3D(1, 0, 0, 0, -1, 8.74228e-08, 0, -8.74228e-08, -1, -3, 3, -1.5) +mesh = SubResource("ArrayMesh_6nvhk") + +[node name="GunkBody" parent="Room3/Bounds/Ceiling" instance=ExtResource("2_gwhoh")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room3/Bounds/Ceiling/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_62grt") + +[node name="Wall" type="MeshInstance3D" parent="Room3/Bounds"] +transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 1.5, 1.5, 0) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room3/Bounds/Wall" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room3/Bounds/Wall/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall2" type="MeshInstance3D" parent="Room3/Bounds"] +transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 1.5, 1.5, -3) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room3/Bounds/Wall2" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room3/Bounds/Wall2/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall3" type="MeshInstance3D" parent="Room3/Bounds"] +transform = Transform3D(1, -2.13163e-14, -1.90582e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, 0, 1.5, -4.5) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room3/Bounds/Wall3" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room3/Bounds/Wall3/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall4" type="MeshInstance3D" parent="Room3/Bounds"] +transform = Transform3D(1, -2.13163e-14, -1.90582e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -3, 1.5, -4.5) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room3/Bounds/Wall4" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room3/Bounds/Wall4/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall5" type="MeshInstance3D" parent="Room3/Bounds"] +transform = Transform3D(-1, 8.74228e-08, -3.82137e-15, 0, -4.37114e-08, -1, -8.74228e-08, -1, 4.37114e-08, -6, 1.5, 1.5) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room3/Bounds/Wall5" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room3/Bounds/Wall5/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall6" type="MeshInstance3D" parent="Room3/Bounds"] +transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -7.5, 1.5, -3) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room3/Bounds/Wall6" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room3/Bounds/Wall6/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall7" type="MeshInstance3D" parent="Room3/Bounds"] +transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -7.5, 1.5, 0) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room3/Bounds/Wall7" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room3/Bounds/Wall7/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall8" type="MeshInstance3D" parent="Room3/Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 1.5, 1.5) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room3/Bounds/Wall8" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room3/Bounds/Wall8/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall9" type="MeshInstance3D" parent="Room3/Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -3, 1.5, 1.5) +mesh = ExtResource("25_1o6wp") + +[node name="GunkBody" parent="Room3/Bounds/Wall9" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room3/Bounds/Wall9/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Props" type="Node3D" parent="Room3"] + +[node name="Bed" type="MeshInstance3D" parent="Room3/Props"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.6, -3.8) +mesh = SubResource("BoxMesh_f0xh4") + +[node name="StaticBody3D" type="StaticBody3D" parent="Room3/Props/Bed"] +collision_layer = 5 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room3/Props/Bed/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_f0xh4") + +[node name="FloatingDust" parent="Room3" instance=ExtResource("7_smsfc")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 1.5, -1.5) +visibility_aabb = AABB(-4.5, -1.5, -3, 9, 3, 6) +process_material = SubResource("ParticleProcessMaterial_48a1a") + +[node name="OverheadLight" parent="Room3" instance=ExtResource("24_or2wh")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -3, 3, 0) + +[node name="Room4" type="Node3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0, 9) + +[node name="Bounds" type="Node3D" parent="Room4"] + +[node name="Floor" type="MeshInstance3D" parent="Room4/Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0, -1.5) +mesh = ExtResource("13_txbaw") + +[node name="GunkBody" parent="Room4/Bounds/Floor" groups=["MetalMaterial"] instance=ExtResource("2_gwhoh")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room4/Bounds/Floor/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_62grt") + +[node name="Ceiling" type="MeshInstance3D" parent="Room4/Bounds"] +transform = Transform3D(1, 0, 0, 0, -1, 8.74228e-08, 0, -8.74228e-08, -1, -3, 3, -1.5) +mesh = SubResource("ArrayMesh_6nvhk") + +[node name="GunkBody" parent="Room4/Bounds/Ceiling" instance=ExtResource("2_gwhoh")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room4/Bounds/Ceiling/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_62grt") + +[node name="Wall" type="MeshInstance3D" parent="Room4/Bounds"] +transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 1.5, 1.5, 0) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room4/Bounds/Wall" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room4/Bounds/Wall/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall2" type="MeshInstance3D" parent="Room4/Bounds"] +transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 1.5, 1.5, -3) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room4/Bounds/Wall2" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room4/Bounds/Wall2/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall3" type="MeshInstance3D" parent="Room4/Bounds"] +transform = Transform3D(1, -2.13163e-14, -1.90582e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -6, 1.5, -4.5) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room4/Bounds/Wall3" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room4/Bounds/Wall3/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall4" type="MeshInstance3D" parent="Room4/Bounds"] +transform = Transform3D(1, -2.13163e-14, -1.90582e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -3, 1.5, -4.5) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room4/Bounds/Wall4" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room4/Bounds/Wall4/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall5" type="MeshInstance3D" parent="Room4/Bounds"] +transform = Transform3D(-1, 8.74228e-08, -3.82137e-15, 0, -4.37114e-08, -1, -8.74228e-08, -1, 4.37114e-08, -6, 1.5, 1.5) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room4/Bounds/Wall5" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room4/Bounds/Wall5/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall6" type="MeshInstance3D" parent="Room4/Bounds"] +transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -7.5, 1.5, -3) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room4/Bounds/Wall6" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room4/Bounds/Wall6/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall7" type="MeshInstance3D" parent="Room4/Bounds"] +transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -7.5, 1.5, 0) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room4/Bounds/Wall7" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room4/Bounds/Wall7/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall8" type="MeshInstance3D" parent="Room4/Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 1.5, 1.5) +mesh = ExtResource("4_mxi1m") + +[node name="GunkBody" parent="Room4/Bounds/Wall8" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room4/Bounds/Wall8/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall9" type="MeshInstance3D" parent="Room4/Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -3, 1.5, 1.5) +mesh = ExtResource("25_1o6wp") + +[node name="GunkBody" parent="Room4/Bounds/Wall9" instance=ExtResource("2_gwhoh")] +mask_dim = 64 +source_gunk_material = ExtResource("5_rcrnx") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room4/Bounds/Wall9/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Props" type="Node3D" parent="Room4"] + +[node name="Bed" type="MeshInstance3D" parent="Room4/Props"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6, 0.6, -3.8) +mesh = SubResource("BoxMesh_f0xh4") + +[node name="StaticBody3D" type="StaticBody3D" parent="Room4/Props/Bed"] +collision_layer = 5 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Room4/Props/Bed/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_f0xh4") + +[node name="FloatingDust" parent="Room4" instance=ExtResource("7_smsfc")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 1.5, -1.5) +visibility_aabb = AABB(-4.5, -1.5, -3, 9, 3, 6) +process_material = SubResource("ParticleProcessMaterial_48a1a") + +[node name="OverheadLight" parent="Room4" instance=ExtResource("24_or2wh")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -3, 3, 0) + +[connection signal="triggered" from="CommonArea/ListenerTrap1/Listener" to="CommonArea/ListenerTrap1/GunkRelay" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay" to="CommonArea/ListenerTrap1/GunkRelay2" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay" to="CommonArea/ListenerTrap1/GunkRelay2" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay2" to="CommonArea/ListenerTrap1/GunkRelay3" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay2" to="CommonArea/ListenerTrap1/GunkRelay3" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay3" to="CommonArea/ListenerTrap1/GunkRelay4" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay3" to="CommonArea/ListenerTrap1/GunkRelay4" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay4" to="CommonArea/ListenerTrap1/GunkRelay5" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay4" to="CommonArea/ListenerTrap1/GunkRelay5" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay5" to="CommonArea/ListenerTrap1/GunkRelay6" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay5" to="CommonArea/ListenerTrap1/GunkRelay6" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay6" to="CommonArea/ListenerTrap1/GunkRelay7" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay6" to="CommonArea/ListenerTrap1/GunkRelay7" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay7" to="CommonArea/ListenerTrap1/GunkRelay8" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay7" to="CommonArea/ListenerTrap1/GunkRelay8" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay8" to="CommonArea/ListenerTrap1/GunkRelay9" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay8" to="CommonArea/ListenerTrap1/GunkRelay9" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay9" to="CommonArea/ListenerTrap1/GunkRelay10" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay9" to="CommonArea/ListenerTrap1/GunkRelay10" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay10" to="CommonArea/ListenerTrap1/GunkRelay11" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay10" to="CommonArea/ListenerTrap1/GunkRelay11" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay11" to="CommonArea/ListenerTrap1/GunkRelay12" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay11" to="CommonArea/ListenerTrap1/GunkRelay12" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay12" to="CommonArea/ListenerTrap1/GunkRelay13" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay12" to="CommonArea/ListenerTrap1/GunkRelay13" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay13" to="CommonArea/ListenerTrap1/GunkRelay14" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay13" to="CommonArea/ListenerTrap1/GunkRelay14" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay14" to="CommonArea/ListenerTrap1/GunkRelay15" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay14" to="CommonArea/ListenerTrap1/GunkRelay15" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay15" to="CommonArea/ListenerTrap1/GunkRelay16" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay15" to="CommonArea/ListenerTrap1/GunkRelay16" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay16" to="CommonArea/ListenerTrap1/GunkRelay17" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay16" to="CommonArea/ListenerTrap1/GunkRelay17" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay17" to="CommonArea/ListenerTrap1/GunkRelay18" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay17" to="CommonArea/ListenerTrap1/GunkRelay18" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay18" to="CommonArea/ListenerTrap1/GunkRelay19" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay18" to="CommonArea/ListenerTrap1/GunkRelay19" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay19" to="CommonArea/ListenerTrap1/GunkRelay20" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay19" to="CommonArea/ListenerTrap1/GunkRelay20" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay20" to="CommonArea/ListenerTrap1/GunkRelay21" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay20" to="CommonArea/ListenerTrap1/GunkRelay21" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay21" to="CommonArea/ListenerTrap1/GunkRelay22" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay21" to="CommonArea/ListenerTrap1/GunkRelay22" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay22" to="CommonArea/ListenerTrap1/GunkRelay23" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay22" to="CommonArea/ListenerTrap1/GunkRelay23" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay23" to="CommonArea/ListenerTrap1/GunkRelay24" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay23" to="CommonArea/ListenerTrap1/GunkRelay24" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay24" to="CommonArea/ListenerTrap1/GunkRelay25" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay24" to="CommonArea/ListenerTrap1/GunkRelay25" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay25" to="CommonArea/ListenerTrap1/GunkRelay26" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay25" to="CommonArea/ListenerTrap1/GunkRelay26" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay26" to="CommonArea/ListenerTrap1/GunkRelay27" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay26" to="CommonArea/ListenerTrap1/GunkRelay27" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay27" to="CommonArea/ListenerTrap1/GunkRelay28" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay27" to="CommonArea/ListenerTrap1/GunkRelay28" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay28" to="CommonArea/ListenerTrap1/GunkRelay29" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay28" to="CommonArea/ListenerTrap1/GunkRelay29" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay29" to="CommonArea/ListenerTrap1/GunkRelay30" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay29" to="CommonArea/ListenerTrap1/GunkRelay30" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay30" to="CommonArea/ListenerTrap1/GunkRelay31" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay30" to="CommonArea/ListenerTrap1/GunkRelay31" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay31" to="CommonArea/ListenerTrap1/GunkRelay32" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay31" to="CommonArea/ListenerTrap1/GunkRelay32" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay32" to="CommonArea/ListenerTrap1/GunkRelay33" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay32" to="CommonArea/ListenerTrap1/GunkRelay33" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay33" to="CommonArea/ListenerTrap1/GunkRelay34" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay33" to="CommonArea/ListenerTrap1/GunkRelay34" method="trigger"] +[connection signal="pulsed" from="CommonArea/ListenerTrap1/GunkRelay34" to="CommonArea/ListenerTrap1/GunkAlarm" method="pulse"] +[connection signal="triggered" from="CommonArea/ListenerTrap1/GunkRelay34" to="CommonArea/ListenerTrap1/GunkAlarm" method="trigger"] diff --git a/levels/ghost_ship/level/medbay/medbay.tscn b/levels/ghost_ship/level/medbay/medbay.tscn new file mode 100644 index 0000000..49810fe --- /dev/null +++ b/levels/ghost_ship/level/medbay/medbay.tscn @@ -0,0 +1,1554 @@ +[gd_scene load_steps=76 format=4 uid="uid://b3h2ldhluwco"] + +[ext_resource type="ArrayMesh" uid="uid://dpr5cgq743f4s" path="res://assets/level/floor/floor_9x9.mesh" id="1_l8xpm"] +[ext_resource type="PackedScene" uid="uid://c2omlx4ptrc01" path="res://src/world/gunk_body/gunk_body.tscn" id="2_gan50"] +[ext_resource type="ArrayMesh" uid="uid://bumwpsm42csme" path="res://assets/level/ceiling/ceiling_9x9.mesh" id="3_lknyg"] +[ext_resource type="ArrayMesh" uid="uid://c785n3j3aq4sf" path="res://assets/level/wall/wall_1.mesh" id="4_g8qvw"] +[ext_resource type="Material" uid="uid://c1vy4bkwb1g5m" path="res://assets/materials/gunk_lowrez.material" id="5_yvs0w"] +[ext_resource type="ArrayMesh" uid="uid://b17naqcl4ie21" path="res://assets/level/floor/floor_1.mesh" id="6_jnjru"] +[ext_resource type="ArrayMesh" uid="uid://dkh2r61ydupb7" path="res://assets/level/floor/floor_2.mesh" id="7_bnexv"] +[ext_resource type="ArrayMesh" uid="uid://dbgk0kdg1vufk" path="res://assets/level/ceiling/ceiling_1.mesh" id="8_p5an5"] +[ext_resource type="PackedScene" uid="uid://oipf3w7hm5gf" path="res://src/props/operating_table/operating_table.tscn" id="9_1syyw"] +[ext_resource type="PackedScene" uid="uid://h2gswdcxyotk" path="res://src/props/med_cart/med_cart.tscn" id="10_loej8"] +[ext_resource type="PackedScene" uid="uid://c8pkhw0b47xdd" path="res://src/props/cupboard/cupboard.tscn" id="11_5abrm"] +[ext_resource type="PackedScene" uid="uid://cppd3scvxf3eg" path="res://src/props/crate_long/crate_long.tscn" id="12_t0ymk"] +[ext_resource type="Texture2D" uid="uid://cd0w8eqpount3" path="res://assets/props/crate_long/crate_long_C.png" id="13_glbip"] +[ext_resource type="Texture2D" uid="uid://da5p04vbiy3xe" path="res://assets/props/crate_long/crate_long_M.png" id="14_nqwfe"] +[ext_resource type="Texture2D" uid="uid://bsovubygl3go2" path="res://assets/props/crate_long/crate_long_N.png" id="15_h56f5"] +[ext_resource type="Texture2D" uid="uid://b1m1my5q2vlwi" path="res://assets/props/crate_long/crate_long_R.png" id="16_gem8k"] +[ext_resource type="PackedScene" uid="uid://30o8ltnnxpxo" path="res://src/effects/floating_dust.tscn" id="17_wr3ux"] +[ext_resource type="PackedScene" uid="uid://d2feet02a603e" path="res://src/props/overhead_light/overhead_light.tscn" id="18_a7woh"] +[ext_resource type="PackedScene" uid="uid://d0j20q65wnqsr" path="res://src/world/mechanics/heart/gunk_heart.tscn" id="19_l1qst"] +[ext_resource type="PackedScene" uid="uid://dgeg3kkogm71m" path="res://src/world/mechanics/alarm/gunk_alarm.tscn" id="20_8ifew"] +[ext_resource type="PackedScene" uid="uid://bn8fdu4houoo2" path="res://src/world/world_item/world_item.tscn" id="21_klyoq"] +[ext_resource type="Resource" uid="uid://c6ynovu3h6twl" path="res://levels/ghost_ship/item_data/eyeballs.tres" id="22_jmnef"] +[ext_resource type="PackedScene" uid="uid://bttust5ohud8e" path="res://src/world/mechanics/relay/gunk_relay.tscn" id="23_7ip0j"] +[ext_resource type="PackedScene" uid="uid://dgqx1h4dtkwma" path="res://src/world/mechanics/trigger/gunk_trigger.tscn" id="24_w6w82"] +[ext_resource type="PackedScene" uid="uid://2yqi5u5eo025" path="res://src/world/gunk_node/grunk_nodule.tscn" id="25_eorl6"] +[ext_resource type="ArrayMesh" uid="uid://bwyjukdclxjm5" path="res://assets/props/cryo_tank/cryo_tank.mesh" id="26_ckuu8"] + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_yvipw"] +data = PackedVector3Array(4.5, 0, 4.5, -4.5, 0, 4.5, 4.5, 0, -4.5, 4.5, 0, -4.5, -4.5, 0, 4.5, -4.5, 0, -4.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_d1yty"] +data = PackedVector3Array(4.5, 0, 4.5, -4.5, 0, 4.5, 4.5, 0, -4.5, 4.5, 0, -4.5, -4.5, 0, 4.5, -4.5, 0, -4.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_p11ap"] +data = PackedVector3Array(1.5, 0, 1.5, -1.5, 0, 1.5, 1.5, 0, -1.5, 1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 0, -1.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_kp5n7"] +data = PackedVector3Array(1.5, 0, 1.5, -1.5, 0, 1.5, 1.5, 0, -1.5, 1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 0, -1.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_u2hqf"] +data = PackedVector3Array(1.5, 0, 1.5, -1.5, 0, 1.5, 1.5, 0, -1.5, 1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 0, -1.5) + +[sub_resource type="BoxMesh" id="BoxMesh_ncghj"] +size = Vector3(3, 0.8, 1) + +[sub_resource type="BoxMesh" id="BoxMesh_1h5r5"] +size = Vector3(2, 0.8, 1) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_8r2kq"] +data = PackedVector3Array(-1.5, 0.4, 0.5, 1.5, 0.4, 0.5, -1.5, -0.4, 0.5, 1.5, 0.4, 0.5, 1.5, -0.4, 0.5, -1.5, -0.4, 0.5, 1.5, 0.4, -0.5, -1.5, 0.4, -0.5, 1.5, -0.4, -0.5, -1.5, 0.4, -0.5, -1.5, -0.4, -0.5, 1.5, -0.4, -0.5, 1.5, 0.4, 0.5, 1.5, 0.4, -0.5, 1.5, -0.4, 0.5, 1.5, 0.4, -0.5, 1.5, -0.4, -0.5, 1.5, -0.4, 0.5, -1.5, 0.4, -0.5, -1.5, 0.4, 0.5, -1.5, -0.4, -0.5, -1.5, 0.4, 0.5, -1.5, -0.4, 0.5, -1.5, -0.4, -0.5, 1.5, 0.4, 0.5, -1.5, 0.4, 0.5, 1.5, 0.4, -0.5, -1.5, 0.4, 0.5, -1.5, 0.4, -0.5, 1.5, 0.4, -0.5, -1.5, -0.4, 0.5, 1.5, -0.4, 0.5, -1.5, -0.4, -0.5, 1.5, -0.4, 0.5, 1.5, -0.4, -0.5, -1.5, -0.4, -0.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_2qkxu"] +data = PackedVector3Array(-1, 0.4, 0.5, 1, 0.4, 0.5, -1, -0.4, 0.5, 1, 0.4, 0.5, 1, -0.4, 0.5, -1, -0.4, 0.5, 1, 0.4, -0.5, -1, 0.4, -0.5, 1, -0.4, -0.5, -1, 0.4, -0.5, -1, -0.4, -0.5, 1, -0.4, -0.5, 1, 0.4, 0.5, 1, 0.4, -0.5, 1, -0.4, 0.5, 1, 0.4, -0.5, 1, -0.4, -0.5, 1, -0.4, 0.5, -1, 0.4, -0.5, -1, 0.4, 0.5, -1, -0.4, -0.5, -1, 0.4, 0.5, -1, -0.4, 0.5, -1, -0.4, -0.5, 1, 0.4, 0.5, -1, 0.4, 0.5, 1, 0.4, -0.5, -1, 0.4, 0.5, -1, 0.4, -0.5, 1, 0.4, -0.5, -1, -0.4, 0.5, 1, -0.4, 0.5, -1, -0.4, -0.5, 1, -0.4, 0.5, 1, -0.4, -0.5, -1, -0.4, -0.5) + +[sub_resource type="BoxMesh" id="BoxMesh_ii88q"] +size = Vector3(0.7, 1.2, 1) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_wvfch"] +data = PackedVector3Array(-0.35, 0.6, 0.5, 0.35, 0.6, 0.5, -0.35, -0.6, 0.5, 0.35, 0.6, 0.5, 0.35, -0.6, 0.5, -0.35, -0.6, 0.5, 0.35, 0.6, -0.5, -0.35, 0.6, -0.5, 0.35, -0.6, -0.5, -0.35, 0.6, -0.5, -0.35, -0.6, -0.5, 0.35, -0.6, -0.5, 0.35, 0.6, 0.5, 0.35, 0.6, -0.5, 0.35, -0.6, 0.5, 0.35, 0.6, -0.5, 0.35, -0.6, -0.5, 0.35, -0.6, 0.5, -0.35, 0.6, -0.5, -0.35, 0.6, 0.5, -0.35, -0.6, -0.5, -0.35, 0.6, 0.5, -0.35, -0.6, 0.5, -0.35, -0.6, -0.5, 0.35, 0.6, 0.5, -0.35, 0.6, 0.5, 0.35, 0.6, -0.5, -0.35, 0.6, 0.5, -0.35, 0.6, -0.5, 0.35, 0.6, -0.5, -0.35, -0.6, 0.5, 0.35, -0.6, 0.5, -0.35, -0.6, -0.5, 0.35, -0.6, 0.5, 0.35, -0.6, -0.5, -0.35, -0.6, -0.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_1h5r5"] +data = PackedVector3Array(0.35, 0.25, 0.5, 0.35, -0.25, 0.5, -0.35, -0.25, 0.5, 0.35, 0.25, -0.5, -0.35, -0.25, -0.5, 0.35, -0.25, -0.5, 0.35, 0.25, 0.5, 0.35, 0.25, -0.5, 0.35, -0.25, 0.5, 0.35, 0.25, -0.5, 0.35, -0.25, -0.5, 0.35, -0.25, 0.5, 0.35, 0.25, -0.5, 0.35, 0.25, 0.5, -0.35, -0.25, -0.5, 0.35, 0.25, 0.5, -0.35, -0.25, 0.5, -0.35, -0.25, -0.5, -0.35, -0.25, 0.5, 0.35, -0.25, 0.5, -0.35, -0.25, -0.5, 0.35, -0.25, 0.5, 0.35, -0.25, -0.5, -0.35, -0.25, -0.5) + +[sub_resource type="PrismMesh" id="PrismMesh_8r2kq"] +left_to_right = 1.0 +size = Vector3(0.7, 0.5, 1) + +[sub_resource type="BoxMesh" id="BoxMesh_35kna"] +size = Vector3(1, 1, 6) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_okeuk"] +data = PackedVector3Array(-0.5, 0.5, 3, 0.5, 0.5, 3, -0.5, -0.5, 3, 0.5, 0.5, 3, 0.5, -0.5, 3, -0.5, -0.5, 3, 0.5, 0.5, -3, -0.5, 0.5, -3, 0.5, -0.5, -3, -0.5, 0.5, -3, -0.5, -0.5, -3, 0.5, -0.5, -3, 0.5, 0.5, 3, 0.5, 0.5, -3, 0.5, -0.5, 3, 0.5, 0.5, -3, 0.5, -0.5, -3, 0.5, -0.5, 3, -0.5, 0.5, -3, -0.5, 0.5, 3, -0.5, -0.5, -3, -0.5, 0.5, 3, -0.5, -0.5, 3, -0.5, -0.5, -3, 0.5, 0.5, 3, -0.5, 0.5, 3, 0.5, 0.5, -3, -0.5, 0.5, 3, -0.5, 0.5, -3, 0.5, 0.5, -3, -0.5, -0.5, 3, 0.5, -0.5, 3, -0.5, -0.5, -3, 0.5, -0.5, 3, 0.5, -0.5, -3, -0.5, -0.5, -3) + +[sub_resource type="BoxMesh" id="BoxMesh_2ybo5"] +size = Vector3(0.8, 1, 1.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_dwjsf"] +data = PackedVector3Array(-0.4, 0.5, 0.75, 0.4, 0.5, 0.75, -0.4, -0.5, 0.75, 0.4, 0.5, 0.75, 0.4, -0.5, 0.75, -0.4, -0.5, 0.75, 0.4, 0.5, -0.75, -0.4, 0.5, -0.75, 0.4, -0.5, -0.75, -0.4, 0.5, -0.75, -0.4, -0.5, -0.75, 0.4, -0.5, -0.75, 0.4, 0.5, 0.75, 0.4, 0.5, -0.75, 0.4, -0.5, 0.75, 0.4, 0.5, -0.75, 0.4, -0.5, -0.75, 0.4, -0.5, 0.75, -0.4, 0.5, -0.75, -0.4, 0.5, 0.75, -0.4, -0.5, -0.75, -0.4, 0.5, 0.75, -0.4, -0.5, 0.75, -0.4, -0.5, -0.75, 0.4, 0.5, 0.75, -0.4, 0.5, 0.75, 0.4, 0.5, -0.75, -0.4, 0.5, 0.75, -0.4, 0.5, -0.75, 0.4, 0.5, -0.75, -0.4, -0.5, 0.75, 0.4, -0.5, 0.75, -0.4, -0.5, -0.75, 0.4, -0.5, 0.75, 0.4, -0.5, -0.75, -0.4, -0.5, -0.75) + +[sub_resource type="BoxMesh" id="BoxMesh_mcskc"] +size = Vector3(0.8, 2.5, 3) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_2ybo5"] +data = PackedVector3Array(-0.4, 1.25, 1.5, 0.4, 1.25, 1.5, -0.4, -1.25, 1.5, 0.4, 1.25, 1.5, 0.4, -1.25, 1.5, -0.4, -1.25, 1.5, 0.4, 1.25, -1.5, -0.4, 1.25, -1.5, 0.4, -1.25, -1.5, -0.4, 1.25, -1.5, -0.4, -1.25, -1.5, 0.4, -1.25, -1.5, 0.4, 1.25, 1.5, 0.4, 1.25, -1.5, 0.4, -1.25, 1.5, 0.4, 1.25, -1.5, 0.4, -1.25, -1.5, 0.4, -1.25, 1.5, -0.4, 1.25, -1.5, -0.4, 1.25, 1.5, -0.4, -1.25, -1.5, -0.4, 1.25, 1.5, -0.4, -1.25, 1.5, -0.4, -1.25, -1.5, 0.4, 1.25, 1.5, -0.4, 1.25, 1.5, 0.4, 1.25, -1.5, -0.4, 1.25, 1.5, -0.4, 1.25, -1.5, 0.4, 1.25, -1.5, -0.4, -1.25, 1.5, 0.4, -1.25, 1.5, -0.4, -1.25, -1.5, 0.4, -1.25, 1.5, 0.4, -1.25, -1.5, -0.4, -1.25, -1.5) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_4akax"] +resource_local_to_scene = true +albedo_texture = ExtResource("13_glbip") +metallic = 1.0 +metallic_texture = ExtResource("14_nqwfe") +roughness_texture = ExtResource("16_gem8k") +normal_enabled = true +normal_texture = ExtResource("15_h56f5") +ao_enabled = true +texture_filter = 2 + +[sub_resource type="ArrayMesh" id="ArrayMesh_u2hqf"] +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"format": 34896613377, +"index_count": 84, +"index_data": PackedByteArray("CgAGAAIAAgAEAAoABAAGAAoACwAEAAIADAAGAAQABAAIAAwACwAIAAQADAAIAAYAAgABAAsAAQAIAAsADQABAAIAAgAGAA0ABwABAA0ADQAGAAcACQABAAcACQAIAAEABwAGAA4ACQAHAAUABQAHAA4ABQAIAAkABgAIAA8AAwAIAAUADgAGAAAAAAAGAA8ADgAAAAUADwAIAAAABQAAAAMAAAAIAAMA"), +"lods": [0.108952, PackedByteArray("AgAGAAcABAAGAAIAAgABAAQABwABAAIABAAIAAYAAQAIAAQACQABAAcACQAIAAEACQAHAAUABQAIAAkABwAGAAAABwAAAAUABgAIAAAAAwAIAAUAAAAIAAMABQAAAAMA"), 0.261829, PackedByteArray("AAABAAIAAgABAAQAAQAAAAUABAADAAIAAQADAAQAAgADAAAABQADAAEABQAAAAMA"), 0.524037, PackedByteArray("AAABAAIAAgABAAMAAQAAAAMAAgADAAAA")], +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 16, +"vertex_data": PackedByteArray("AAAyM///AADc3f//AAAAAP//zMz//wAAAAAyMwAAAAD//zIzAAAAAAAAzMwAAAAA3N0AAP//AAAhIv////8AACEiAAAAAAAAISL//wAAAAD//zIz//8AAP//zMwAAAAA3N0AAAAAAADc3f////8AAAAAzMz//wAAISIAAP//AAA=") +}] +blend_shape_mode = 0 + +[sub_resource type="ArrayMesh" id="ArrayMesh_0ij5m"] +resource_local_to_scene = true +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), +"format": 34896613399, +"index_count": 84, +"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), +"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], +"material": SubResource("StandardMaterial3D_4akax"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 48, +"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_u2hqf") + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_eaq62"] +resource_local_to_scene = true +albedo_texture = ExtResource("13_glbip") +metallic = 1.0 +metallic_texture = ExtResource("14_nqwfe") +roughness_texture = ExtResource("16_gem8k") +normal_enabled = true +normal_texture = ExtResource("15_h56f5") +ao_enabled = true +texture_filter = 2 + +[sub_resource type="ArrayMesh" id="ArrayMesh_wqqoq"] +resource_local_to_scene = true +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), +"format": 34896613399, +"index_count": 84, +"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), +"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], +"material": SubResource("StandardMaterial3D_eaq62"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 48, +"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_u2hqf") + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_vt4uw"] +resource_local_to_scene = true +albedo_texture = ExtResource("13_glbip") +metallic = 1.0 +metallic_texture = ExtResource("14_nqwfe") +roughness_texture = ExtResource("16_gem8k") +normal_enabled = true +normal_texture = ExtResource("15_h56f5") +ao_enabled = true +texture_filter = 2 + +[sub_resource type="ArrayMesh" id="ArrayMesh_np3w4"] +resource_local_to_scene = true +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), +"format": 34896613399, +"index_count": 84, +"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), +"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], +"material": SubResource("StandardMaterial3D_vt4uw"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 48, +"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_u2hqf") + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_wms8g"] +resource_local_to_scene = true +albedo_texture = ExtResource("13_glbip") +metallic = 1.0 +metallic_texture = ExtResource("14_nqwfe") +roughness_texture = ExtResource("16_gem8k") +normal_enabled = true +normal_texture = ExtResource("15_h56f5") +ao_enabled = true +texture_filter = 2 + +[sub_resource type="ArrayMesh" id="ArrayMesh_2ybo5"] +resource_local_to_scene = true +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), +"format": 34896613399, +"index_count": 84, +"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), +"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], +"material": SubResource("StandardMaterial3D_wms8g"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 48, +"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_u2hqf") + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_mcskc"] +resource_local_to_scene = true +albedo_texture = ExtResource("13_glbip") +metallic = 1.0 +metallic_texture = ExtResource("14_nqwfe") +roughness_texture = ExtResource("16_gem8k") +normal_enabled = true +normal_texture = ExtResource("15_h56f5") +ao_enabled = true +texture_filter = 2 + +[sub_resource type="ArrayMesh" id="ArrayMesh_08px8"] +resource_local_to_scene = true +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), +"format": 34896613399, +"index_count": 84, +"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), +"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], +"material": SubResource("StandardMaterial3D_mcskc"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 48, +"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_u2hqf") + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_5ac7v"] +resource_local_to_scene = true +albedo_texture = ExtResource("13_glbip") +metallic = 1.0 +metallic_texture = ExtResource("14_nqwfe") +roughness_texture = ExtResource("16_gem8k") +normal_enabled = true +normal_texture = ExtResource("15_h56f5") +ao_enabled = true +texture_filter = 2 + +[sub_resource type="ArrayMesh" id="ArrayMesh_al0j5"] +resource_local_to_scene = true +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), +"format": 34896613399, +"index_count": 84, +"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), +"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], +"material": SubResource("StandardMaterial3D_5ac7v"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 48, +"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_u2hqf") + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_lny00"] +resource_local_to_scene = true +albedo_texture = ExtResource("13_glbip") +metallic = 1.0 +metallic_texture = ExtResource("14_nqwfe") +roughness_texture = ExtResource("16_gem8k") +normal_enabled = true +normal_texture = ExtResource("15_h56f5") +ao_enabled = true +texture_filter = 2 + +[sub_resource type="ArrayMesh" id="ArrayMesh_1ckgi"] +resource_local_to_scene = true +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), +"format": 34896613399, +"index_count": 84, +"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), +"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], +"material": SubResource("StandardMaterial3D_lny00"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 48, +"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_u2hqf") + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_drp1h"] +resource_local_to_scene = true +albedo_texture = ExtResource("13_glbip") +metallic = 1.0 +metallic_texture = ExtResource("14_nqwfe") +roughness_texture = ExtResource("16_gem8k") +normal_enabled = true +normal_texture = ExtResource("15_h56f5") +ao_enabled = true +texture_filter = 2 + +[sub_resource type="ArrayMesh" id="ArrayMesh_dwjsf"] +resource_local_to_scene = true +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), +"format": 34896613399, +"index_count": 84, +"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), +"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], +"material": SubResource("StandardMaterial3D_drp1h"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 48, +"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_u2hqf") + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_isly2"] +resource_local_to_scene = true +albedo_texture = ExtResource("13_glbip") +metallic = 1.0 +metallic_texture = ExtResource("14_nqwfe") +roughness_texture = ExtResource("16_gem8k") +normal_enabled = true +normal_texture = ExtResource("15_h56f5") +ao_enabled = true +texture_filter = 2 + +[sub_resource type="ArrayMesh" id="ArrayMesh_o1vcx"] +resource_local_to_scene = true +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), +"format": 34896613399, +"index_count": 84, +"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), +"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], +"material": SubResource("StandardMaterial3D_isly2"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 48, +"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_u2hqf") + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_qvi5w"] +resource_local_to_scene = true +albedo_texture = ExtResource("13_glbip") +metallic = 1.0 +metallic_texture = ExtResource("14_nqwfe") +roughness_texture = ExtResource("16_gem8k") +normal_enabled = true +normal_texture = ExtResource("15_h56f5") +ao_enabled = true +texture_filter = 2 + +[sub_resource type="ArrayMesh" id="ArrayMesh_qjnm6"] +resource_local_to_scene = true +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), +"format": 34896613399, +"index_count": 84, +"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), +"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], +"material": SubResource("StandardMaterial3D_qvi5w"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 48, +"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_u2hqf") + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_uk6v3"] +resource_local_to_scene = true +albedo_texture = ExtResource("13_glbip") +metallic = 1.0 +metallic_texture = ExtResource("14_nqwfe") +roughness_texture = ExtResource("16_gem8k") +normal_enabled = true +normal_texture = ExtResource("15_h56f5") +ao_enabled = true +texture_filter = 2 + +[sub_resource type="ArrayMesh" id="ArrayMesh_cuyy3"] +resource_local_to_scene = true +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), +"format": 34896613399, +"index_count": 84, +"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), +"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], +"material": SubResource("StandardMaterial3D_uk6v3"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 48, +"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_u2hqf") + +[sub_resource type="Curve" id="Curve_2ldv4"] +_limits = [0.0, 0.4, 0.0, 1.0] +_data = [Vector2(0, 0), 0.0, 0.0, 0, 0, Vector2(0.3, 0.4), 0.0, 0.0, 0, 0, Vector2(0.7, 0.4), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] +point_count = 4 + +[sub_resource type="CurveTexture" id="CurveTexture_ty63v"] +curve = SubResource("Curve_2ldv4") + +[sub_resource type="Gradient" id="Gradient_sg1jh"] +offsets = PackedFloat32Array(0, 0.1, 0.4, 0.6, 1) +colors = PackedColorArray(0.15, 0.15, 0.15, 1, 0.355313, 0.355314, 0.355313, 1, 0.356863, 0.356863, 0.356863, 1, 0.647059, 0.647059, 0.647059, 1, 0.15, 0.15, 0.15, 1) + +[sub_resource type="GradientTexture1D" id="GradientTexture1D_w3xaq"] +gradient = SubResource("Gradient_sg1jh") + +[sub_resource type="Curve" id="Curve_iy2ht"] +_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(0.746094, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] +point_count = 3 + +[sub_resource type="CurveTexture" id="CurveTexture_w3xaq"] +curve = SubResource("Curve_iy2ht") + +[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_35kna"] +emission_shape = 3 +emission_box_extents = Vector3(9, 1.5, 4.5) +direction = Vector3(0, -1, 0) +spread = 100.0 +initial_velocity_min = 0.05 +initial_velocity_max = 0.15 +gravity = Vector3(0, 0, 0) +scale_curve = SubResource("CurveTexture_w3xaq") +color_ramp = SubResource("GradientTexture1D_w3xaq") +alpha_curve = SubResource("CurveTexture_ty63v") +turbulence_enabled = true +turbulence_noise_strength = 0.1 +turbulence_noise_scale = 0.3 +turbulence_influence_min = 0.0 + +[node name="Medbay" type="Node3D"] + +[node name="Bounds" type="Node3D" parent="."] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, 0) + +[node name="Floor" type="MeshInstance3D" parent="Bounds"] +mesh = ExtResource("1_l8xpm") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Floor" groups=["MetalMaterial"] instance=ExtResource("2_gan50")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Floor/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_yvipw") + +[node name="Floor2" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9, 0, 3.93402e-07) +mesh = ExtResource("1_l8xpm") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Floor2" groups=["MetalMaterial"] instance=ExtResource("2_gan50")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Floor2/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_yvipw") + +[node name="Ceiling" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-1, -7.64274e-15, 8.74228e-08, 0, -1, -8.74228e-08, 8.74228e-08, -8.74228e-08, 1, 0, 3, 0) +mesh = ExtResource("3_lknyg") +skeleton = NodePath("") + +[node name="GunkBody" parent="Bounds/Ceiling" instance=ExtResource("2_gan50")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Ceiling/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_d1yty") + +[node name="Ceiling2" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-1, -7.64274e-15, 8.74228e-08, 0, -1, -8.74228e-08, 8.74228e-08, -8.74228e-08, 1, -9, 3, 3.93402e-07) +mesh = ExtResource("3_lknyg") +skeleton = NodePath("") + +[node name="GunkBody" parent="Bounds/Ceiling2" instance=ExtResource("2_gan50")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Ceiling2/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_d1yty") + +[node name="Wall" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 4.5, 1.5, -3) +mesh = ExtResource("4_g8qvw") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall2" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 4.5, 1.5, 0) +mesh = ExtResource("4_g8qvw") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall2" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall2/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall3" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, 0, 1.5, -4.5) +mesh = ExtResource("4_g8qvw") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall3" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall3/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall4" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -3, 1.5, -4.5) +mesh = ExtResource("4_g8qvw") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall4" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall4/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall5" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -6, 1.5, -4.5) +mesh = ExtResource("4_g8qvw") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall5" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall5/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall6" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, 3, 1.5, -4.5) +mesh = ExtResource("4_g8qvw") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall6" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall6/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall7" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -12, 1.5, -4.5) +mesh = ExtResource("4_g8qvw") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall7" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall7/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall8" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -13.5, 1.5, -3) +mesh = ExtResource("4_g8qvw") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall8" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall8/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall9" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -13.5, 1.5, 3.51685e-07) +mesh = ExtResource("4_g8qvw") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall9" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall9/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall10" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -13.5, 1.5, 3) +mesh = ExtResource("4_g8qvw") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall10" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall10/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall12" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -9, 1.5, 4.5) +mesh = ExtResource("4_g8qvw") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall12" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall12/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall13" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -6, 1.5, 4.5) +mesh = ExtResource("4_g8qvw") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall13" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall13/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall14" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -3, 1.5, 4.5) +mesh = ExtResource("4_g8qvw") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall14" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall14/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall15" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 1.5, 10.5) +mesh = ExtResource("4_g8qvw") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall15" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall15/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall16" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 3, 1.5, 10.5) +mesh = ExtResource("4_g8qvw") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall16" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall16/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall17" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1.31134e-07, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, 1.31134e-07, -5.73206e-15, 4.5, 1.5, 3) +mesh = ExtResource("4_g8qvw") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall17" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall17/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall18" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1.31134e-07, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, 1.31134e-07, -5.73206e-15, 4.5, 1.5, 6) +mesh = ExtResource("4_g8qvw") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall18" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall18/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall19" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1.31134e-07, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, 1.31134e-07, -5.73206e-15, 4.5, 1.5, 9) +mesh = ExtResource("4_g8qvw") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall19" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall19/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall20" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-2.18557e-07, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -2.18557e-07, 9.55343e-15, -1.5, 1.5, 9) +mesh = ExtResource("4_g8qvw") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall20" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall20/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall21" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-2.18557e-07, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -2.18557e-07, 9.55343e-15, -1.5, 1.5, 6) +mesh = ExtResource("4_g8qvw") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall21" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall21/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Floor3" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 9) +mesh = ExtResource("6_jnjru") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Floor3" groups=["MetalMaterial"] instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Floor3/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_kp5n7") + +[node name="Floor4" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 6) +mesh = ExtResource("7_bnexv") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Floor4" groups=["MetalMaterial"] instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Floor4/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_kp5n7") + +[node name="Floor5" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 6) +mesh = ExtResource("6_jnjru") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Floor5" groups=["MetalMaterial"] instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Floor5/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_kp5n7") + +[node name="Floor6" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 9) +mesh = ExtResource("6_jnjru") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Floor6" groups=["MetalMaterial"] instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Floor6/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_kp5n7") + +[node name="Ceiling3" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 0, 3, 9) +mesh = ExtResource("8_p5an5") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Ceiling3" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Ceiling3/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_u2hqf") + +[node name="Ceiling4" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 0, 3, 6) +mesh = ExtResource("8_p5an5") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Ceiling4" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Ceiling4/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_u2hqf") + +[node name="Ceiling5" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 3, 3, 6) +mesh = ExtResource("8_p5an5") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Ceiling5" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Ceiling5/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_u2hqf") + +[node name="Ceiling6" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 3, 3, 9) +mesh = ExtResource("8_p5an5") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Ceiling6" instance=ExtResource("2_gan50")] +mask_dim = 64 +source_gunk_material = ExtResource("5_yvs0w") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Ceiling6/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_u2hqf") + +[node name="Props" type="Node3D" parent="."] + +[node name="OperatingTable" parent="Props" instance=ExtResource("9_1syyw")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, -0.368) + +[node name="Desk" type="MeshInstance3D" parent="Props"] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -6.3, 0.4, 0) +mesh = SubResource("BoxMesh_ncghj") + +[node name="Desk2" type="MeshInstance3D" parent="Props/Desk"] +transform = Transform3D(0.707107, 0, -0.707107, 0, 1, 0, 0.707107, 0, 0.707107, -1.85509, 0, -0.564014) +mesh = SubResource("BoxMesh_1h5r5") +skeleton = NodePath("../..") + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/Desk" groups=["PlasticMaterial"]] +collision_layer = 5 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/Desk/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_8r2kq") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="Props/Desk/StaticBody3D"] +transform = Transform3D(0.707107, 0, -0.707107, 0, 1, 0, 0.707107, 0, 0.707107, -1.85509, 0, -0.564014) +shape = SubResource("ConcavePolygonShape3D_2qkxu") + +[node name="MedCart" parent="Props" instance=ExtResource("10_loej8")] +transform = Transform3D(-0.24869, 0, 0.968583, 0, 1, 0, -0.968583, 0, -0.24869, -1.8, 0.5, 0) +skeleton = NodePath("") + +[node name="MedCart2" parent="Props" instance=ExtResource("10_loej8")] +transform = Transform3D(0.00523592, -0.866025, 0.499973, -0.999945, -4.2222e-08, 0.0104718, -0.00906879, -0.5, -0.865978, -5.7, 0.356264, 3.6) +skeleton = NodePath("") + +[node name="MedCart3" parent="Props" instance=ExtResource("10_loej8")] +transform = Transform3D(0.996195, 0, -0.0871557, 0, 1, 0, 0.0871557, 0, 0.996195, -3.9, 0.5, 3.8) +skeleton = NodePath("") + +[node name="MedCart4" parent="Props" instance=ExtResource("10_loej8")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.4, 0.5, 3.8) +skeleton = NodePath("") + +[node name="MedCart5" parent="Props" instance=ExtResource("10_loej8")] +transform = Transform3D(0.5, 0, 0.866026, 0, 1, 0, -0.866026, 0, 0.5, -5.1, 0.5, -0.399998) +skeleton = NodePath("") + +[node name="MedCart6" parent="Props" instance=ExtResource("10_loej8")] +transform = Transform3D(0.965926, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965926, 3.72243, 0.5, -11.3763) +skeleton = NodePath("") + +[node name="MedCart7" parent="Props" instance=ExtResource("10_loej8")] +transform = Transform3D(-2.53565e-08, -0.965926, -0.258819, 1, -4.2222e-08, 0, -6.85015e-08, -0.258819, 0.965926, 2.22243, 0.35, -11.3763) +skeleton = NodePath("") + +[node name="MonitorCart" type="MeshInstance3D" parent="Props"] +transform = Transform3D(0.866025, 0, 0.5, 0, 1, 0, -0.5, 0, 0.866025, 0.9, 0.6, -2.7) +mesh = SubResource("BoxMesh_ii88q") + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/MonitorCart" groups=["PlasticMaterial"]] +collision_layer = 5 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/MonitorCart/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_wvfch") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="Props/MonitorCart/StaticBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) +shape = SubResource("ConcavePolygonShape3D_1h5r5") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Props/MonitorCart"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) +mesh = SubResource("PrismMesh_8r2kq") + +[node name="MonitorCart2" type="MeshInstance3D" parent="Props"] +transform = Transform3D(-0.5, -0.866025, 0, -7.35137e-08, -5.96046e-08, -1, 0.866025, -0.5, -4.47035e-08, 2.4, 0.5, -6) +mesh = SubResource("BoxMesh_ii88q") + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/MonitorCart2" groups=["PlasticMaterial"]] +collision_layer = 5 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/MonitorCart2/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_wvfch") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="Props/MonitorCart2/StaticBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) +shape = SubResource("ConcavePolygonShape3D_1h5r5") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Props/MonitorCart2"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) +mesh = SubResource("PrismMesh_8r2kq") + +[node name="MonitorCart3" type="MeshInstance3D" parent="Props"] +transform = Transform3D(1, 0, -2.98023e-08, 0, 1, 0, 2.98023e-08, 0, 1, 3.9, 0.6, -4.2) +mesh = SubResource("BoxMesh_ii88q") + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/MonitorCart3" groups=["PlasticMaterial"]] +collision_layer = 5 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/MonitorCart3/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_wvfch") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="Props/MonitorCart3/StaticBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) +shape = SubResource("ConcavePolygonShape3D_1h5r5") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Props/MonitorCart3"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) +mesh = SubResource("PrismMesh_8r2kq") + +[node name="Counter" type="MeshInstance3D" parent="Props"] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -10, 0.5, 1.5) +mesh = SubResource("BoxMesh_35kna") + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/Counter" groups=["PlasticMaterial"]] +collision_layer = 5 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/Counter/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_okeuk") + +[node name="Fishtank" type="MeshInstance3D" parent="Props"] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -10.1, 1.5, 3.75) +mesh = SubResource("BoxMesh_2ybo5") + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/Fishtank"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/Fishtank/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_dwjsf") + +[node name="Cupboard2" parent="Props" instance=ExtResource("11_5abrm")] +transform = Transform3D(1, 0, -1.06581e-14, 0, 1, 0, 1.06581e-14, 0, 1, -10, 2.5, 0.5) +skeleton = NodePath("") + +[node name="Counter2" type="MeshInstance3D" parent="Props"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 0.5, -7.5) +mesh = SubResource("BoxMesh_35kna") + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/Counter2" groups=["PlasticMaterial"]] +collision_layer = 5 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/Counter2/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_okeuk") + +[node name="Shelves" type="MeshInstance3D" parent="Props"] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 2.9, 1.25, -13) +mesh = SubResource("BoxMesh_mcskc") + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/Shelves"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/Shelves/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_2ybo5") + +[node name="Shelves2" type="MeshInstance3D" parent="Props"] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -0.400001, 1.25, -13) +mesh = SubResource("BoxMesh_mcskc") + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/Shelves2"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/Shelves2/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_2ybo5") + +[node name="Cupboard" parent="Props" instance=ExtResource("11_5abrm")] +transform = Transform3D(1, 0, 0, 0, 0.965926, -0.258819, 0, 0.258819, 0.965926, -4, 2.02276, -8.6) +skeleton = NodePath("") + +[node name="CrateLong" parent="Props" instance=ExtResource("12_t0ymk")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -0.749907, 0.25, 4.05009) +mesh = SubResource("ArrayMesh_0ij5m") + +[node name="CrateLong4" parent="Props" instance=ExtResource("12_t0ymk")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 0.25, -3.6) +mesh = SubResource("ArrayMesh_wqqoq") + +[node name="CrateLong2" parent="Props" instance=ExtResource("12_t0ymk")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -0.749907, 0.75, 4.05009) +mesh = SubResource("ArrayMesh_np3w4") + +[node name="CrateLong3" parent="Props" instance=ExtResource("12_t0ymk")] +transform = Transform3D(-4.37114e-08, 0.707107, -0.707107, 0, 0.707107, 0.707107, 1, 3.09086e-08, -3.09086e-08, 0.599813, 0.75, 4.05009) +mesh = SubResource("ArrayMesh_2ybo5") + +[node name="CrateLong5" parent="Props" instance=ExtResource("12_t0ymk")] +transform = Transform3D(1, 0, -7.45058e-08, 0, 1, 0, 7.45058e-08, 0, 1, 3.93256, 0.25, -2.54991) +mesh = SubResource("ArrayMesh_08px8") + +[node name="CrateLong10" parent="Props" instance=ExtResource("12_t0ymk")] +transform = Transform3D(1, 0, -7.45058e-08, 0, 1, 0, 7.45058e-08, 0, 1, 3.93256, 0.25, -1.04991) +mesh = SubResource("ArrayMesh_al0j5") + +[node name="CrateLong6" parent="Props" instance=ExtResource("12_t0ymk")] +transform = Transform3D(1, 0, -1.19209e-07, 0, 1, 0, 1.19209e-07, 0, 1, 3.93256, 0.75, -2.54991) +mesh = SubResource("ArrayMesh_1ckgi") + +[node name="CrateLong11" parent="Props" instance=ExtResource("12_t0ymk")] +transform = Transform3D(1, 0, -1.19209e-07, 0, 1, 0, 1.19209e-07, 0, 1, 3.93256, 0.75, -1.04991) +mesh = SubResource("ArrayMesh_dwjsf") + +[node name="CrateLong7" parent="Props" instance=ExtResource("12_t0ymk")] +transform = Transform3D(1, 0, -1.19209e-07, 0, 1, 0, 1.19209e-07, 0, 1, 3.93256, 1.25, -2.54991) +mesh = SubResource("ArrayMesh_o1vcx") + +[node name="CrateLong8" parent="Props" instance=ExtResource("12_t0ymk")] +transform = Transform3D(1, 0, -1.19209e-07, 0, 1, 0, 1.19209e-07, 0, 1, 3.93256, 1.75, -2.54991) +mesh = SubResource("ArrayMesh_qjnm6") + +[node name="CrateLong9" parent="Props" instance=ExtResource("12_t0ymk")] +transform = Transform3D(1, 0, -1.19209e-07, 0, 1, 0, 1.19209e-07, 0, 1, 3.93256, 2.25, -2.54991) +mesh = SubResource("ArrayMesh_cuyy3") + +[node name="FloatingDust" parent="." instance=ExtResource("17_wr3ux")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 1.5, -4.5) +amount = 64 +visibility_aabb = AABB(-9, -1.5, -4.5, 18, 3, 9) +process_material = SubResource("ParticleProcessMaterial_35kna") + +[node name="OverheadLight" parent="." instance=ExtResource("18_a7woh")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 3, -9) + +[node name="OverheadLight3" parent="." instance=ExtResource("18_a7woh")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -7.5, 3, -12) + +[node name="OverheadLight2" parent="." instance=ExtResource("18_a7woh")] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -7.5, 3, 1.5) + +[node name="ExamLight" type="CSGCombiner3D" parent="."] +use_collision = true +collision_layer = 5 + +[node name="CSGCylinder3D" type="CSGCylinder3D" parent="ExamLight"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.7, 0) +use_collision = true +radius = 2.5 +height = 0.6 +sides = 16 + +[node name="CSGCylinder3D2" type="CSGCylinder3D" parent="ExamLight"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.5, 0) +operation = 2 +use_collision = true +radius = 2.2 +height = 0.6 +sides = 16 + +[node name="HeartbeatNetTrap" type="Node3D" parent="."] + +[node name="GunkHeart" parent="HeartbeatNetTrap" instance=ExtResource("19_l1qst")] +transform = Transform3D(0.155291, -0.289778, -0.50191, 0, 0.519615, -0.3, 0.579555, 0.0776457, 0.134486, 0, 1.10505, 0) +collision_layer = 38 + +[node name="UnderTableGunkAlarm" parent="HeartbeatNetTrap" instance=ExtResource("20_8ifew")] +transform = Transform3D(1, 0, 0, 0, -1, 8.74228e-08, 0, -8.74228e-08, -1, -0.6, 0.805052, -1.2) + +[node name="WorldItem" parent="HeartbeatNetTrap" instance=ExtResource("21_klyoq")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.2, 0) +skeleton = NodePath("../..") +item = ExtResource("22_jmnef") + +[node name="Label3D" type="Label3D" parent="HeartbeatNetTrap/WorldItem"] +pixel_size = 0.001 +billboard = 2 +text = "[Eyeballs]" +font_size = 72 +outline_size = 24 + +[node name="ArmL" type="Node3D" parent="HeartbeatNetTrap"] + +[node name="GunkRelay" parent="HeartbeatNetTrap/ArmL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.7, 1.00505, 0.299999) + +[node name="GunkRelay2" parent="HeartbeatNetTrap/ArmL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.9, 0.805052, 0.299999) + +[node name="GunkRelay3" parent="HeartbeatNetTrap/ArmL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 0, 0.299999) + +[node name="GunkRelay4" parent="HeartbeatNetTrap/ArmL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.6, 0, 0.899998) + +[node name="GunkRelay10" parent="HeartbeatNetTrap/ArmL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.67185, 0, 1.44622) + +[node name="GunkRelay11" parent="HeartbeatNetTrap/ArmL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.16292, 0, 1.65944) + +[node name="GunkRelay12" parent="HeartbeatNetTrap/ArmL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.75835, 0, 2.0522) + +[node name="GunkRelay13" parent="HeartbeatNetTrap/ArmL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.19869, 0, 2.59072) + +[node name="GunkRelay14" parent="HeartbeatNetTrap/ArmL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.35818, 0, 3.24826) + +[node name="GunkRelay15" parent="HeartbeatNetTrap/ArmL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.11738, 0, 3.84989) + +[node name="GunkRelay16" parent="HeartbeatNetTrap/ArmL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.76905, 0.456527, 4.29427) + +[node name="GunkRelay5" parent="HeartbeatNetTrap/ArmL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.2281, 0, 0.747417) + +[node name="GunkRelay6" parent="HeartbeatNetTrap/ArmL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.69377, 0, 0.251274) + +[node name="GunkRelay7" parent="HeartbeatNetTrap/ArmL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.77859, 0, -0.423012) + +[node name="GunkRelay8" parent="HeartbeatNetTrap/ArmL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.36855, 0, -0.779598) + +[node name="GunkRelay9" parent="HeartbeatNetTrap/ArmL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.95077, 0, -0.634808) + +[node name="GunkAlarm" parent="HeartbeatNetTrap/ArmL" instance=ExtResource("20_8ifew")] +transform = Transform3D(1, 0, 0, 0, 1, -1.74846e-07, 0, 1.74846e-07, 1, -2.4, 0.72, 3.8) + +[node name="GunkTrigger" parent="HeartbeatNetTrap/ArmL" instance=ExtResource("24_w6w82")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.900001, 0, 1.8) + +[node name="ArmR" type="Node3D" parent="HeartbeatNetTrap"] + +[node name="GunkRelay" parent="HeartbeatNetTrap/ArmR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.7, 1.00505, 0.299999) + +[node name="GunkRelay2" parent="HeartbeatNetTrap/ArmR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.9, 0.805052, 0.299999) + +[node name="GunkRelay3" parent="HeartbeatNetTrap/ArmR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0.3) + +[node name="GunkRelay4" parent="HeartbeatNetTrap/ArmR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.1921, 0, -0.126896) + +[node name="GunkRelay5" parent="HeartbeatNetTrap/ArmR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.14408, 0, -0.521767) + +[node name="GunkRelay6" parent="HeartbeatNetTrap/ArmR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.28815, 0, -0.905968) + +[node name="GunkRelay7" parent="HeartbeatNetTrap/ArmR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.62966, 0, -1.03937) + +[node name="GunkRelay8" parent="HeartbeatNetTrap/ArmR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.08324, 0, -0.980671) + +[node name="GunkRelay9" parent="HeartbeatNetTrap/ArmR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.45143, 0, -0.767223) + +[node name="GunkRelay10" parent="HeartbeatNetTrap/ArmR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.88366, 0, -0.58046) + +[node name="GunkRelay11" parent="HeartbeatNetTrap/ArmR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.32656, 0, -0.6605) + +[node name="GunkRelay12" parent="HeartbeatNetTrap/ArmR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.57325, 0.502809, -0.923176) + +[node name="GunkRelay13" parent="HeartbeatNetTrap/ArmR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.76996, 1.00975, -1.33317) + +[node name="GunkRelay14" parent="HeartbeatNetTrap/ArmR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.97652, 1.46984, -1.77015) + +[node name="GunkRelay15" parent="HeartbeatNetTrap/ArmR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.10544, 1.9782, -1.76857) + +[node name="GunkRelay16" parent="HeartbeatNetTrap/ArmR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.48599, 2.29717, -1.33378) + +[node name="GunkAlarm" parent="HeartbeatNetTrap/ArmR" instance=ExtResource("20_8ifew")] +transform = Transform3D(0.707107, -0.707107, 6.18173e-08, -0.707107, -0.707107, 6.18173e-08, 0, -8.74228e-08, -1, 4.35967, 2.85967, -0.900002) + +[node name="GrunkNodule" parent="HeartbeatNetTrap/ArmR" instance=ExtResource("25_eorl6")] +transform = Transform3D(-0.106006, -0.286788, -0.39562, -0.0742262, 0.409576, -0.277016, 0.482963, 0, -0.12941, 4.68326, 3.01698, -0.900002) + +[node name="LegL" type="Node3D" parent="HeartbeatNetTrap"] + +[node name="GunkRelay" parent="HeartbeatNetTrap/LegL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.4, 1.00505, -0.78323) + +[node name="GunkRelay2" parent="HeartbeatNetTrap/LegL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.433558, 1.00505, -1.19078) + +[node name="GunkRelay3" parent="HeartbeatNetTrap/LegL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.7, 1.00505, -1.5) + +[node name="GunkRelay4" parent="HeartbeatNetTrap/LegL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.854, 0, -1.88456) + +[node name="GunkRelay9" parent="HeartbeatNetTrap/LegL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.763285, 0, -2.26876) + +[node name="GunkRelay10" parent="HeartbeatNetTrap/LegL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.613873, 0, -2.70098) + +[node name="GunkRelay5" parent="HeartbeatNetTrap/LegL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.23287, 0, -2.00195) + +[node name="GunkRelay6" parent="HeartbeatNetTrap/LegL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.65976, 0, -1.7885) + +[node name="GunkRelay7" parent="HeartbeatNetTrap/LegL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.68644, 0, -1.35627) + +[node name="GunkRelay8" parent="HeartbeatNetTrap/LegL" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.60106, 0, -0.918713) + +[node name="LegR" type="Node3D" parent="HeartbeatNetTrap"] + +[node name="GunkRelay" parent="HeartbeatNetTrap/LegR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.4, 1.00505, -0.78323) + +[node name="GunkRelay2" parent="HeartbeatNetTrap/LegR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.595821, 1.00505, -1.13001) + +[node name="GunkRelay3" parent="HeartbeatNetTrap/LegR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.7, 1.00505, -1.5) + +[node name="GunkRelay4" parent="HeartbeatNetTrap/LegR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.854094, 0, -1.88494) + +[node name="GunkRelay5" parent="HeartbeatNetTrap/LegR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.30233, 0, -2.13574) + +[node name="GunkRelay6" parent="HeartbeatNetTrap/LegR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.72389, 0, -2.3652) + +[node name="GunkRelay7" parent="HeartbeatNetTrap/LegR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.72922, 0, -2.89881) + +[node name="GunkRelay8" parent="HeartbeatNetTrap/LegR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.46775, 0, -3.28302) + +[node name="GunkRelay9" parent="HeartbeatNetTrap/LegR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.09422, 0, -3.53381) + +[node name="GunkRelay10" parent="HeartbeatNetTrap/LegR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.592624, 0, -3.5765) + +[node name="GunkRelay11" parent="HeartbeatNetTrap/LegR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.165731, 0, -3.32571) + +[node name="GunkRelay12" parent="HeartbeatNetTrap/LegR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.159773, 0, -2.93083) + +[node name="GunkRelay13" parent="HeartbeatNetTrap/LegR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0856895, 0, -2.57865) + +[node name="GunkRelay14" parent="HeartbeatNetTrap/LegR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.509124, 0.0355746, -2.56025) + +[node name="GunkRelay15" parent="HeartbeatNetTrap/LegR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.595093, 0.415062, -2.53362) + +[node name="GunkRelay16" parent="HeartbeatNetTrap/LegR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.652988, 0.810808, -2.3668) + +[node name="GunkRelay17" parent="HeartbeatNetTrap/LegR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.195274, 0.778825, -1.87455) + +[node name="GunkRelay18" parent="HeartbeatNetTrap/LegR" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.22014, 0.778825, -1.59698) + +[node name="Neck" type="Node3D" parent="HeartbeatNetTrap"] + +[node name="NeckRelay" parent="HeartbeatNetTrap/Neck" instance=ExtResource("23_7ip0j")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.00505, 0.900002) + +[node name="GunkAlarm4" parent="HeartbeatNetTrap/Neck" instance=ExtResource("20_8ifew")] +transform = Transform3D(1, 0, 0, 0, 0.965926, -0.258819, 0, 0.258819, 0.965926, 0, 1.02505, 1.43267) + +[node name="MiscNodules" type="Node3D" parent="HeartbeatNetTrap"] + +[node name="GrunkNodule" parent="HeartbeatNetTrap/MiscNodules" instance=ExtResource("25_eorl6")] +transform = Transform3D(-0.312638, 0.131818, -0.940681, 0.489412, 0.871108, -0.0405885, 0.814085, -0.47307, -0.336855, -0.154397, 0, 2.66352) + +[node name="GrunkNodule4" parent="HeartbeatNetTrap/MiscNodules" instance=ExtResource("25_eorl6")] +transform = Transform3D(-0.0241826, 0.958362, -0.284529, -0.0811604, -0.285555, -0.95492, -0.996408, 0, 0.0846865, 0.688672, 0, 1.82874) + +[node name="GrunkNodule13" parent="HeartbeatNetTrap/MiscNodules" instance=ExtResource("25_eorl6")] +transform = Transform3D(-0.0314372, 1.24587, -0.369887, -0.437169, -0.358572, -1.1706, -1.22389, 0.0960792, 0.427638, 4.58867, 1.5, 0.0287399) +durability = 5.0 +value = 8000.0 + +[node name="GrunkNodule14" parent="HeartbeatNetTrap/MiscNodules" instance=ExtResource("25_eorl6")] +transform = Transform3D(1.20484, 0.622764, -0.640718, -0.504426, -0.413737, -1.35069, -0.737501, 1.30038, -0.122899, -4.961, 0.6, -1.42093) +durability = 5.0 +value = 8000.0 + +[node name="GrunkNodule15" parent="HeartbeatNetTrap/MiscNodules" instance=ExtResource("25_eorl6")] +transform = Transform3D(-0.957373, 0.265916, 0.112807, -0.258989, -0.963161, 0.072427, 0.127911, 0.0401239, 0.990973, -6.161, 1.8, -1.42093) + +[node name="GrunkNodule16" parent="HeartbeatNetTrap/MiscNodules" instance=ExtResource("25_eorl6")] +transform = Transform3D(-0.309732, -0.49238, 0.147062, 0.46973, -0.340911, -0.152096, 0.208374, 0.0366174, 0.561462, -7.061, 2.4, -1.42093) +durability = 1.8 +value = 1200.0 + +[node name="GrunkNodule17" parent="HeartbeatNetTrap/MiscNodules" instance=ExtResource("25_eorl6")] +transform = Transform3D(-0.290836, 0.0724309, 0.0129591, -0.0374601, -0.191226, 0.228099, 0.0633318, 0.219514, 0.19443, -7.86234, 2.47733, -1.42093) +durability = 0.9 +value = 600.0 + +[node name="GrunkNodule2" parent="HeartbeatNetTrap/MiscNodules" instance=ExtResource("25_eorl6")] +transform = Transform3D(0.715717, 0, 0.69839, 0.276066, 0.918557, -0.282915, -0.641511, 0.395289, 0.657427, -0.59962, 0.568961, 3.64091) + +[node name="GrunkNodule3" parent="HeartbeatNetTrap/MiscNodules" instance=ExtResource("25_eorl6")] +transform = Transform3D(0.548116, 0.579438, 0.603175, -0.389684, 0.815017, -0.428829, -0.740077, 0, 0.672522, -0.315266, 1.34592, 4.21418) + +[node name="GrunkNodule5" parent="HeartbeatNetTrap/MiscNodules" instance=ExtResource("25_eorl6")] +transform = Transform3D(0.428412, 0.0975373, 0.898304, -0.221991, 0.975049, 0, -0.87589, -0.199415, 0.439375, -1.46076, 2.23091, 4.59684) + +[node name="GrunkNodule6" parent="HeartbeatNetTrap/MiscNodules" instance=ExtResource("25_eorl6")] +transform = Transform3D(0.0749986, 0.425506, -0.416318, 0.340281, 0.313654, 0.381877, 0.488451, -0.283842, -0.202113, 0.745603, 0, 3.26352) +durability = 0.6 +value = 600.0 + +[node name="GrunkNodule8" parent="HeartbeatNetTrap/MiscNodules" instance=ExtResource("25_eorl6")] +transform = Transform3D(-0.187583, 0.079091, -0.564409, -0.395806, 0.409446, 0.188923, 0.410062, 0.431392, -0.075834, 1.68164, 0, 1.5494) +durability = 0.6 +value = 600.0 + +[node name="GrunkNodule10" parent="HeartbeatNetTrap/MiscNodules" instance=ExtResource("25_eorl6")] +transform = Transform3D(0.17377, 0.218581, -0.109665, -0.197903, 0.204723, 0.0944616, 0.143661, 0.0176282, 0.262775, 3.47519, -2.38419e-07, 0.791451) +durability = 0.3 +value = 300.0 + +[node name="GrunkNodule11" parent="HeartbeatNetTrap/MiscNodules" instance=ExtResource("25_eorl6")] +transform = Transform3D(-0.17377, -0.218581, 0.109665, -0.197903, 0.204723, 0.0944616, -0.143661, -0.0176282, -0.262775, 3.27664, -2.38419e-07, 0.3731) +durability = 0.3 +value = 300.0 + +[node name="GrunkNodule12" parent="HeartbeatNetTrap/MiscNodules" instance=ExtResource("25_eorl6")] +transform = Transform3D(0.211299, 0.124557, 0.172737, -0.197903, 0.204723, 0.0944616, -0.0786581, -0.180483, 0.22636, 3.57523, 0.388336, 0.467327) +durability = 0.3 +value = 300.0 + +[node name="GrunkNodule9" parent="HeartbeatNetTrap/MiscNodules" instance=ExtResource("25_eorl6")] +transform = Transform3D(-0.478028, 0.256632, -0.256182, 0.293647, 0.522665, -0.0243531, 0.212746, -0.144781, -0.542013, 0.517486, 0, -0.881176) +durability = 0.6 +value = 600.0 + +[node name="GrunkNodule7" parent="HeartbeatNetTrap/MiscNodules" instance=ExtResource("25_eorl6")] +transform = Transform3D(0.307612, -0.14986, 0.492866, 0.293647, 0.522665, -0.0243531, -0.423257, 0.2537, 0.341306, 1.3456, 0.6, 4.46352) +durability = 0.6 +value = 600.0 + +[node name="CSGCombiner3D2" type="CSGCombiner3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.6, 1.5, 3.6) +visible = false +operation = 1 +use_collision = true + +[node name="CSGCombiner3D" type="CSGCombiner3D" parent="CSGCombiner3D2"] + +[node name="CSGCylinder3D2" type="CSGCylinder3D" parent="CSGCombiner3D2/CSGCombiner3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.25, 0) +radius = 1.5 +height = 0.5 + +[node name="CSGCylinder3D3" type="CSGCylinder3D" parent="CSGCombiner3D2/CSGCombiner3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.25, 0) +radius = 1.5 +height = 0.5 + +[node name="CSGCylinder3D" type="CSGCylinder3D" parent="CSGCombiner3D2/CSGCombiner3D"] +radius = 1.3 +height = 2.9 + +[node name="CSGBox3D" type="CSGBox3D" parent="CSGCombiner3D2"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.1, 0, -1.1) +operation = 1 +size = Vector3(4, 4, 4) + +[node name="CSGBakedMeshInstance3D" type="MeshInstance3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.6, 1.5, 3.6) +mesh = ExtResource("26_ckuu8") + +[connection signal="pulsed" from="HeartbeatNetTrap/GunkHeart" to="HeartbeatNetTrap/ArmL/GunkRelay" method="pulse"] +[connection signal="pulsed" from="HeartbeatNetTrap/GunkHeart" to="HeartbeatNetTrap/ArmR/GunkRelay" method="pulse"] +[connection signal="pulsed" from="HeartbeatNetTrap/GunkHeart" to="HeartbeatNetTrap/LegL/GunkRelay" method="pulse"] +[connection signal="pulsed" from="HeartbeatNetTrap/GunkHeart" to="HeartbeatNetTrap/LegR/GunkRelay" method="pulse"] +[connection signal="pulsed" from="HeartbeatNetTrap/GunkHeart" to="HeartbeatNetTrap/Neck/NeckRelay" method="pulse"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmL/GunkRelay" to="HeartbeatNetTrap/ArmL/GunkRelay2" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmL/GunkRelay" to="HeartbeatNetTrap/ArmL/GunkRelay2" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmL/GunkRelay2" to="HeartbeatNetTrap/ArmL/GunkRelay3" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmL/GunkRelay2" to="HeartbeatNetTrap/ArmL/GunkRelay3" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmL/GunkRelay3" to="HeartbeatNetTrap/ArmL/GunkRelay4" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmL/GunkRelay3" to="HeartbeatNetTrap/ArmL/GunkRelay4" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmL/GunkRelay4" to="HeartbeatNetTrap/ArmL/GunkRelay10" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmL/GunkRelay4" to="HeartbeatNetTrap/ArmL/GunkRelay10" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmL/GunkRelay10" to="HeartbeatNetTrap/ArmL/GunkRelay11" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmL/GunkRelay10" to="HeartbeatNetTrap/ArmL/GunkRelay11" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmL/GunkRelay11" to="HeartbeatNetTrap/ArmL/GunkRelay12" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmL/GunkRelay11" to="HeartbeatNetTrap/ArmL/GunkRelay12" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmL/GunkRelay12" to="HeartbeatNetTrap/ArmL/GunkRelay13" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmL/GunkRelay12" to="HeartbeatNetTrap/ArmL/GunkRelay13" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmL/GunkRelay13" to="HeartbeatNetTrap/ArmL/GunkRelay14" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmL/GunkRelay13" to="HeartbeatNetTrap/ArmL/GunkRelay14" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmL/GunkRelay14" to="HeartbeatNetTrap/ArmL/GunkRelay15" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmL/GunkRelay14" to="HeartbeatNetTrap/ArmL/GunkRelay15" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmL/GunkRelay15" to="HeartbeatNetTrap/ArmL/GunkRelay16" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmL/GunkRelay15" to="HeartbeatNetTrap/ArmL/GunkRelay16" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmL/GunkRelay16" to="HeartbeatNetTrap/ArmL/GunkAlarm" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmL/GunkRelay16" to="HeartbeatNetTrap/ArmL/GunkAlarm" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmL/GunkRelay5" to="HeartbeatNetTrap/ArmL/GunkRelay4" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmL/GunkRelay5" to="HeartbeatNetTrap/ArmL/GunkRelay4" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmL/GunkRelay6" to="HeartbeatNetTrap/ArmL/GunkRelay5" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmL/GunkRelay6" to="HeartbeatNetTrap/ArmL/GunkRelay5" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmL/GunkRelay7" to="HeartbeatNetTrap/ArmL/GunkRelay6" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmL/GunkRelay7" to="HeartbeatNetTrap/ArmL/GunkRelay6" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmL/GunkRelay8" to="HeartbeatNetTrap/ArmL/GunkRelay7" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmL/GunkRelay8" to="HeartbeatNetTrap/ArmL/GunkRelay7" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmL/GunkRelay9" to="HeartbeatNetTrap/ArmL/GunkRelay8" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmL/GunkRelay9" to="HeartbeatNetTrap/ArmL/GunkRelay8" method="trigger"] +[connection signal="destroyed" from="HeartbeatNetTrap/ArmL/GunkTrigger" to="HeartbeatNetTrap/ArmL/GunkRelay10" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmR/GunkRelay" to="HeartbeatNetTrap/ArmR/GunkRelay2" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmR/GunkRelay" to="HeartbeatNetTrap/ArmR/GunkRelay2" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmR/GunkRelay2" to="HeartbeatNetTrap/ArmR/GunkRelay3" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmR/GunkRelay2" to="HeartbeatNetTrap/ArmR/GunkRelay3" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmR/GunkRelay3" to="HeartbeatNetTrap/ArmR/GunkRelay4" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmR/GunkRelay3" to="HeartbeatNetTrap/ArmR/GunkRelay4" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmR/GunkRelay4" to="HeartbeatNetTrap/ArmR/GunkRelay5" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmR/GunkRelay4" to="HeartbeatNetTrap/ArmR/GunkRelay5" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmR/GunkRelay5" to="HeartbeatNetTrap/ArmR/GunkRelay6" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmR/GunkRelay5" to="HeartbeatNetTrap/ArmR/GunkRelay6" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmR/GunkRelay6" to="HeartbeatNetTrap/ArmR/GunkRelay7" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmR/GunkRelay6" to="HeartbeatNetTrap/ArmR/GunkRelay7" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmR/GunkRelay7" to="HeartbeatNetTrap/ArmR/GunkRelay8" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmR/GunkRelay7" to="HeartbeatNetTrap/ArmR/GunkRelay8" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmR/GunkRelay8" to="HeartbeatNetTrap/ArmR/GunkRelay9" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmR/GunkRelay8" to="HeartbeatNetTrap/ArmR/GunkRelay9" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmR/GunkRelay9" to="HeartbeatNetTrap/ArmR/GunkRelay10" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmR/GunkRelay9" to="HeartbeatNetTrap/ArmR/GunkRelay10" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmR/GunkRelay10" to="HeartbeatNetTrap/ArmR/GunkRelay11" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmR/GunkRelay10" to="HeartbeatNetTrap/ArmR/GunkRelay11" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmR/GunkRelay11" to="HeartbeatNetTrap/ArmR/GunkRelay12" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmR/GunkRelay11" to="HeartbeatNetTrap/ArmR/GunkRelay12" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmR/GunkRelay12" to="HeartbeatNetTrap/ArmR/GunkRelay13" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmR/GunkRelay12" to="HeartbeatNetTrap/ArmR/GunkRelay13" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmR/GunkRelay13" to="HeartbeatNetTrap/ArmR/GunkRelay14" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmR/GunkRelay13" to="HeartbeatNetTrap/ArmR/GunkRelay14" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmR/GunkRelay14" to="HeartbeatNetTrap/ArmR/GunkRelay15" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmR/GunkRelay14" to="HeartbeatNetTrap/ArmR/GunkRelay15" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmR/GunkRelay15" to="HeartbeatNetTrap/ArmR/GunkRelay16" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmR/GunkRelay15" to="HeartbeatNetTrap/ArmR/GunkRelay16" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/ArmR/GunkRelay16" to="HeartbeatNetTrap/ArmR/GunkAlarm" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/ArmR/GunkRelay16" to="HeartbeatNetTrap/ArmR/GunkAlarm" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegL/GunkRelay" to="HeartbeatNetTrap/LegL/GunkRelay2" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegL/GunkRelay" to="HeartbeatNetTrap/LegL/GunkRelay2" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegL/GunkRelay2" to="HeartbeatNetTrap/LegL/GunkRelay3" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegL/GunkRelay2" to="HeartbeatNetTrap/LegL/GunkRelay3" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegL/GunkRelay3" to="HeartbeatNetTrap/LegL/GunkRelay4" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegL/GunkRelay3" to="HeartbeatNetTrap/LegL/GunkRelay4" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegL/GunkRelay4" to="HeartbeatNetTrap/LegL/GunkRelay9" method="pulse"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegL/GunkRelay4" to="HeartbeatNetTrap/LegL/GunkRelay5" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegL/GunkRelay4" to="HeartbeatNetTrap/LegL/GunkRelay9" method="trigger"] +[connection signal="triggered" from="HeartbeatNetTrap/LegL/GunkRelay4" to="HeartbeatNetTrap/LegL/GunkRelay5" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegL/GunkRelay9" to="HeartbeatNetTrap/LegL/GunkRelay10" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegL/GunkRelay9" to="HeartbeatNetTrap/LegL/GunkRelay10" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegL/GunkRelay10" to="HeartbeatNetTrap/LegR/GunkRelay12" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegL/GunkRelay10" to="HeartbeatNetTrap/LegR/GunkRelay12" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegL/GunkRelay5" to="HeartbeatNetTrap/LegL/GunkRelay6" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegL/GunkRelay5" to="HeartbeatNetTrap/LegL/GunkRelay6" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegL/GunkRelay6" to="HeartbeatNetTrap/LegL/GunkRelay7" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegL/GunkRelay6" to="HeartbeatNetTrap/LegL/GunkRelay7" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegL/GunkRelay7" to="HeartbeatNetTrap/LegL/GunkRelay8" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegL/GunkRelay7" to="HeartbeatNetTrap/LegL/GunkRelay8" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegL/GunkRelay8" to="HeartbeatNetTrap/ArmL/GunkRelay9" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegL/GunkRelay8" to="HeartbeatNetTrap/ArmL/GunkRelay9" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegR/GunkRelay" to="HeartbeatNetTrap/LegR/GunkRelay2" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegR/GunkRelay" to="HeartbeatNetTrap/LegR/GunkRelay2" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegR/GunkRelay2" to="HeartbeatNetTrap/LegR/GunkRelay3" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegR/GunkRelay2" to="HeartbeatNetTrap/LegR/GunkRelay3" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegR/GunkRelay3" to="HeartbeatNetTrap/LegR/GunkRelay4" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegR/GunkRelay3" to="HeartbeatNetTrap/LegR/GunkRelay4" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegR/GunkRelay4" to="HeartbeatNetTrap/LegR/GunkRelay5" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegR/GunkRelay4" to="HeartbeatNetTrap/LegR/GunkRelay5" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegR/GunkRelay5" to="HeartbeatNetTrap/LegR/GunkRelay6" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegR/GunkRelay5" to="HeartbeatNetTrap/LegR/GunkRelay6" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegR/GunkRelay6" to="HeartbeatNetTrap/LegR/GunkRelay7" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegR/GunkRelay6" to="HeartbeatNetTrap/LegR/GunkRelay7" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegR/GunkRelay7" to="HeartbeatNetTrap/LegR/GunkRelay8" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegR/GunkRelay7" to="HeartbeatNetTrap/LegR/GunkRelay8" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegR/GunkRelay8" to="HeartbeatNetTrap/LegR/GunkRelay9" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegR/GunkRelay8" to="HeartbeatNetTrap/LegR/GunkRelay9" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegR/GunkRelay9" to="HeartbeatNetTrap/LegR/GunkRelay10" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegR/GunkRelay9" to="HeartbeatNetTrap/LegR/GunkRelay10" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegR/GunkRelay10" to="HeartbeatNetTrap/LegR/GunkRelay11" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegR/GunkRelay10" to="HeartbeatNetTrap/LegR/GunkRelay11" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegR/GunkRelay11" to="HeartbeatNetTrap/LegR/GunkRelay12" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegR/GunkRelay11" to="HeartbeatNetTrap/LegR/GunkRelay12" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegR/GunkRelay12" to="HeartbeatNetTrap/LegR/GunkRelay13" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegR/GunkRelay12" to="HeartbeatNetTrap/LegR/GunkRelay13" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegR/GunkRelay13" to="HeartbeatNetTrap/LegR/GunkRelay14" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegR/GunkRelay13" to="HeartbeatNetTrap/LegR/GunkRelay14" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegR/GunkRelay14" to="HeartbeatNetTrap/LegR/GunkRelay15" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegR/GunkRelay14" to="HeartbeatNetTrap/LegR/GunkRelay15" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegR/GunkRelay15" to="HeartbeatNetTrap/LegR/GunkRelay16" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegR/GunkRelay15" to="HeartbeatNetTrap/LegR/GunkRelay16" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegR/GunkRelay16" to="HeartbeatNetTrap/LegR/GunkRelay17" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegR/GunkRelay16" to="HeartbeatNetTrap/LegR/GunkRelay17" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegR/GunkRelay17" to="HeartbeatNetTrap/LegR/GunkRelay18" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegR/GunkRelay17" to="HeartbeatNetTrap/LegR/GunkRelay18" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/LegR/GunkRelay18" to="HeartbeatNetTrap/UnderTableGunkAlarm" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/LegR/GunkRelay18" to="HeartbeatNetTrap/UnderTableGunkAlarm" method="trigger"] +[connection signal="pulsed" from="HeartbeatNetTrap/Neck/NeckRelay" to="HeartbeatNetTrap/Neck/GunkAlarm4" method="pulse"] +[connection signal="triggered" from="HeartbeatNetTrap/Neck/NeckRelay" to="HeartbeatNetTrap/Neck/GunkAlarm4" method="trigger"] diff --git a/levels/ghost_ship/level/mess_hall/mess_hall.tscn b/levels/ghost_ship/level/mess_hall/mess_hall.tscn new file mode 100644 index 0000000..739dd2a --- /dev/null +++ b/levels/ghost_ship/level/mess_hall/mess_hall.tscn @@ -0,0 +1,598 @@ +[gd_scene load_steps=36 format=3 uid="uid://s1ab8rt2blyd"] + +[ext_resource type="ArrayMesh" uid="uid://c785n3j3aq4sf" path="res://assets/level/wall/wall_1.mesh" id="1_ind8m"] +[ext_resource type="PackedScene" uid="uid://c2omlx4ptrc01" path="res://src/world/gunk_body/gunk_body.tscn" id="2_s3h7q"] +[ext_resource type="Material" uid="uid://c1vy4bkwb1g5m" path="res://assets/materials/gunk_lowrez.material" id="3_6lrbi"] +[ext_resource type="ArrayMesh" uid="uid://dpr5cgq743f4s" path="res://assets/level/floor/floor_9x9.mesh" id="4_pmhe8"] +[ext_resource type="ArrayMesh" uid="uid://bumwpsm42csme" path="res://assets/level/ceiling/ceiling_9x9.mesh" id="5_vyxvc"] +[ext_resource type="PackedScene" uid="uid://ca7b5gjl3ri0p" path="res://src/props/cafe_table/cafe_table.tscn" id="6_1ls0l"] +[ext_resource type="PackedScene" uid="uid://c8pkhw0b47xdd" path="res://src/props/cupboard/cupboard.tscn" id="7_jshbi"] +[ext_resource type="PackedScene" uid="uid://dtus42gmb1kqq" path="res://src/props/vending_machine/vending_machine.tscn" id="8_g7nyg"] +[ext_resource type="Texture2D" uid="uid://d2xq0uvxh2ojk" path="res://assets/props/vending_machine/vending_machine_C.png" id="9_6xy1x"] +[ext_resource type="Texture2D" uid="uid://d0xe37qm3k7d8" path="res://assets/props/vending_machine/vending_machine_E.png" id="10_envdu"] +[ext_resource type="Texture2D" uid="uid://dkilg200w8x4y" path="res://assets/props/vending_machine/vending_machine_M.png" id="11_ps4r1"] +[ext_resource type="Texture2D" uid="uid://8v7jta2qdvut" path="res://assets/props/vending_machine/vending_machine_N.png" id="12_iie7g"] +[ext_resource type="Texture2D" uid="uid://gbvtbiurxrop" path="res://assets/props/vending_machine/vending_machine_R.png" id="13_nvfj8"] +[ext_resource type="PackedScene" uid="uid://cklppdtyaadlo" path="res://src/props/trash_can/trash_can.tscn" id="14_3wo07"] +[ext_resource type="PackedScene" uid="uid://30o8ltnnxpxo" path="res://src/effects/floating_dust.tscn" id="15_87puh"] +[ext_resource type="PackedScene" uid="uid://d2feet02a603e" path="res://src/props/overhead_light/overhead_light.tscn" id="16_s0n7p"] +[ext_resource type="PackedScene" uid="uid://dgqx1h4dtkwma" path="res://src/world/mechanics/trigger/gunk_trigger.tscn" id="17_311lj"] +[ext_resource type="PackedScene" uid="uid://bttust5ohud8e" path="res://src/world/mechanics/relay/gunk_relay.tscn" id="18_itnv2"] +[ext_resource type="PackedScene" uid="uid://dgeg3kkogm71m" path="res://src/world/mechanics/alarm/gunk_alarm.tscn" id="19_5y3ur"] +[ext_resource type="PackedScene" uid="uid://2yqi5u5eo025" path="res://src/world/gunk_node/grunk_nodule.tscn" id="20_hl3fx"] + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_p11ap"] +data = PackedVector3Array(1.5, 0, 1.5, -1.5, 0, 1.5, 1.5, 0, -1.5, 1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 0, -1.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_yvipw"] +data = PackedVector3Array(4.5, 0, 4.5, -4.5, 0, 4.5, 4.5, 0, -4.5, 4.5, 0, -4.5, -4.5, 0, 4.5, -4.5, 0, -4.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_d1yty"] +data = PackedVector3Array(4.5, 0, 4.5, -4.5, 0, 4.5, 4.5, 0, -4.5, 4.5, 0, -4.5, -4.5, 0, 4.5, -4.5, 0, -4.5) + +[sub_resource type="BoxMesh" id="BoxMesh_35kna"] +size = Vector3(1, 1, 6) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_okeuk"] +data = PackedVector3Array(-0.5, 0.5, 3, 0.5, 0.5, 3, -0.5, -0.5, 3, 0.5, 0.5, 3, 0.5, -0.5, 3, -0.5, -0.5, 3, 0.5, 0.5, -3, -0.5, 0.5, -3, 0.5, -0.5, -3, -0.5, 0.5, -3, -0.5, -0.5, -3, 0.5, -0.5, -3, 0.5, 0.5, 3, 0.5, 0.5, -3, 0.5, -0.5, 3, 0.5, 0.5, -3, 0.5, -0.5, -3, 0.5, -0.5, 3, -0.5, 0.5, -3, -0.5, 0.5, 3, -0.5, -0.5, -3, -0.5, 0.5, 3, -0.5, -0.5, 3, -0.5, -0.5, -3, 0.5, 0.5, 3, -0.5, 0.5, 3, 0.5, 0.5, -3, -0.5, 0.5, 3, -0.5, 0.5, -3, 0.5, 0.5, -3, -0.5, -0.5, 3, 0.5, -0.5, 3, -0.5, -0.5, -3, 0.5, -0.5, 3, 0.5, -0.5, -3, -0.5, -0.5, -3) + +[sub_resource type="BoxMesh" id="BoxMesh_d8p6j"] +size = Vector3(1.4, 2.6, 2.2) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_otfxe"] +data = PackedVector3Array(-0.7, 1.3, 1.1, 0.7, 1.3, 1.1, -0.7, -1.3, 1.1, 0.7, 1.3, 1.1, 0.7, -1.3, 1.1, -0.7, -1.3, 1.1, 0.7, 1.3, -1.1, -0.7, 1.3, -1.1, 0.7, -1.3, -1.1, -0.7, 1.3, -1.1, -0.7, -1.3, -1.1, 0.7, -1.3, -1.1, 0.7, 1.3, 1.1, 0.7, 1.3, -1.1, 0.7, -1.3, 1.1, 0.7, 1.3, -1.1, 0.7, -1.3, -1.1, 0.7, -1.3, 1.1, -0.7, 1.3, -1.1, -0.7, 1.3, 1.1, -0.7, -1.3, -1.1, -0.7, 1.3, 1.1, -0.7, -1.3, 1.1, -0.7, -1.3, -1.1, 0.7, 1.3, 1.1, -0.7, 1.3, 1.1, 0.7, 1.3, -1.1, -0.7, 1.3, 1.1, -0.7, 1.3, -1.1, 0.7, 1.3, -1.1, -0.7, -1.3, 1.1, 0.7, -1.3, 1.1, -0.7, -1.3, -1.1, 0.7, -1.3, 1.1, 0.7, -1.3, -1.1, -0.7, -1.3, -1.1) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_mdsoq"] +resource_local_to_scene = true +albedo_texture = ExtResource("9_6xy1x") +metallic = 1.0 +metallic_texture = ExtResource("11_ps4r1") +roughness_texture = ExtResource("13_nvfj8") +emission_enabled = true +emission_energy_multiplier = 0.0 +emission_texture = ExtResource("10_envdu") +normal_enabled = true +normal_texture = ExtResource("12_iie7g") +texture_filter = 2 + +[sub_resource type="Curve" id="Curve_2ldv4"] +_limits = [0.0, 0.4, 0.0, 1.0] +_data = [Vector2(0, 0), 0.0, 0.0, 0, 0, Vector2(0.3, 0.4), 0.0, 0.0, 0, 0, Vector2(0.7, 0.4), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] +point_count = 4 + +[sub_resource type="CurveTexture" id="CurveTexture_ty63v"] +curve = SubResource("Curve_2ldv4") + +[sub_resource type="Gradient" id="Gradient_sg1jh"] +offsets = PackedFloat32Array(0, 0.1, 0.4, 0.6, 1) +colors = PackedColorArray(0.15, 0.15, 0.15, 1, 0.355313, 0.355314, 0.355313, 1, 0.356863, 0.356863, 0.356863, 1, 0.647059, 0.647059, 0.647059, 1, 0.15, 0.15, 0.15, 1) + +[sub_resource type="GradientTexture1D" id="GradientTexture1D_w3xaq"] +gradient = SubResource("Gradient_sg1jh") + +[sub_resource type="Curve" id="Curve_iy2ht"] +_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(0.746094, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] +point_count = 3 + +[sub_resource type="CurveTexture" id="CurveTexture_w3xaq"] +curve = SubResource("Curve_iy2ht") + +[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_35kna"] +emission_shape = 3 +emission_box_extents = Vector3(9, 1.5, 4.5) +direction = Vector3(0, -1, 0) +spread = 100.0 +initial_velocity_min = 0.05 +initial_velocity_max = 0.15 +gravity = Vector3(0, 0, 0) +scale_curve = SubResource("CurveTexture_w3xaq") +color_ramp = SubResource("GradientTexture1D_w3xaq") +alpha_curve = SubResource("CurveTexture_ty63v") +turbulence_enabled = true +turbulence_noise_strength = 0.1 +turbulence_noise_scale = 0.3 +turbulence_influence_min = 0.0 + +[node name="MessHall" type="Node3D"] + +[node name="Walls" type="Node3D" parent="."] + +[node name="Wall" type="MeshInstance3D" parent="Walls"] +transform = Transform3D(-1, 8.74228e-08, -3.82137e-15, 0, -4.37114e-08, -1, -8.74228e-08, -1, 4.37114e-08, 3, 1.5, 9.5) +mesh = ExtResource("1_ind8m") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Walls/Wall" groups=["MetalMaterial"] instance=ExtResource("2_s3h7q")] +mask_dim = 64 +source_gunk_material = ExtResource("3_6lrbi") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Wall/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall2" type="MeshInstance3D" parent="Walls"] +transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91069e-15, 4.5, 1.5, 8) +mesh = ExtResource("1_ind8m") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Walls/Wall2" instance=ExtResource("2_s3h7q")] +mask_dim = 64 +source_gunk_material = ExtResource("3_6lrbi") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Wall2/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall4" type="MeshInstance3D" parent="Walls"] +transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91069e-15, 4.5, 1.5, 5) +mesh = ExtResource("1_ind8m") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Walls/Wall4" instance=ExtResource("2_s3h7q")] +mask_dim = 64 +source_gunk_material = ExtResource("3_6lrbi") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Wall4/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall8" type="MeshInstance3D" parent="Walls"] +transform = Transform3D(1, -1.06581e-14, 4.02341e-21, 0, -4.37114e-08, -1, 1.06581e-14, 1, -4.37114e-08, 3, 1.5, 0.5) +mesh = ExtResource("1_ind8m") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Walls/Wall8" instance=ExtResource("2_s3h7q")] +mask_dim = 64 +source_gunk_material = ExtResource("3_6lrbi") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Wall8/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall9" type="MeshInstance3D" parent="Walls"] +transform = Transform3D(1, -1.06581e-14, 4.02341e-21, 0, -4.37114e-08, -1, 1.06581e-14, 1, -4.37114e-08, 0, 1.5, 0.5) +mesh = ExtResource("1_ind8m") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Walls/Wall9" instance=ExtResource("2_s3h7q")] +mask_dim = 64 +source_gunk_material = ExtResource("3_6lrbi") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Wall9/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall10" type="MeshInstance3D" parent="Walls"] +transform = Transform3D(1, -1.06581e-14, 4.02341e-21, 0, -4.37114e-08, -1, 1.06581e-14, 1, -4.37114e-08, -3, 1.5, 0.5) +mesh = ExtResource("1_ind8m") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Walls/Wall10" instance=ExtResource("2_s3h7q")] +mask_dim = 64 +source_gunk_material = ExtResource("3_6lrbi") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Wall10/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall11" type="MeshInstance3D" parent="Walls"] +transform = Transform3D(1, -1.06581e-14, 4.02341e-21, 0, -4.37114e-08, -1, 1.06581e-14, 1, -4.37114e-08, -6, 1.5, 0.5) +mesh = ExtResource("1_ind8m") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Walls/Wall11" instance=ExtResource("2_s3h7q")] +mask_dim = 64 +source_gunk_material = ExtResource("3_6lrbi") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Wall11/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall13" type="MeshInstance3D" parent="Walls"] +transform = Transform3D(1, -1.06581e-14, 4.02341e-21, 0, -4.37114e-08, -1, 1.06581e-14, 1, -4.37114e-08, -12, 1.5, 0.5) +mesh = ExtResource("1_ind8m") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Walls/Wall13" instance=ExtResource("2_s3h7q")] +mask_dim = 64 +source_gunk_material = ExtResource("3_6lrbi") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Wall13/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall17" type="MeshInstance3D" parent="Walls"] +transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91068e-15, -13.5, 1.5, 2) +mesh = ExtResource("1_ind8m") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Walls/Wall17" instance=ExtResource("2_s3h7q")] +mask_dim = 64 +source_gunk_material = ExtResource("3_6lrbi") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Wall17/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall18" type="MeshInstance3D" parent="Walls"] +transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91068e-15, -13.5, 1.5, 5) +mesh = ExtResource("1_ind8m") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Walls/Wall18" instance=ExtResource("2_s3h7q")] +mask_dim = 64 +source_gunk_material = ExtResource("3_6lrbi") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Wall18/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall19" type="MeshInstance3D" parent="Walls"] +transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91068e-15, -13.5, 1.5, 8) +mesh = ExtResource("1_ind8m") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Walls/Wall19" instance=ExtResource("2_s3h7q")] +mask_dim = 64 +source_gunk_material = ExtResource("3_6lrbi") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Wall19/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall20" type="MeshInstance3D" parent="Walls"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -12, 1.5, 9.5) +mesh = ExtResource("1_ind8m") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Walls/Wall20" instance=ExtResource("2_s3h7q")] +mask_dim = 64 +source_gunk_material = ExtResource("3_6lrbi") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Wall20/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall21" type="MeshInstance3D" parent="Walls"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -9, 1.5, 9.5) +mesh = ExtResource("1_ind8m") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Walls/Wall21" instance=ExtResource("2_s3h7q")] +mask_dim = 64 +source_gunk_material = ExtResource("3_6lrbi") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Wall21/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall22" type="MeshInstance3D" parent="Walls"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -6, 1.5, 9.5) +mesh = ExtResource("1_ind8m") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Walls/Wall22" instance=ExtResource("2_s3h7q")] +mask_dim = 64 +source_gunk_material = ExtResource("3_6lrbi") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Wall22/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall23" type="MeshInstance3D" parent="Walls"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -3, 1.5, 9.5) +mesh = ExtResource("1_ind8m") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Walls/Wall23" instance=ExtResource("2_s3h7q")] +mask_dim = 64 +source_gunk_material = ExtResource("3_6lrbi") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Walls/Wall23/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Floors" type="Node3D" parent="."] + +[node name="Floor" type="MeshInstance3D" parent="Floors"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 5) +mesh = ExtResource("4_pmhe8") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Floors/Floor" groups=["MetalMaterial"] instance=ExtResource("2_s3h7q")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Floors/Floor/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_yvipw") + +[node name="Floor3" type="MeshInstance3D" parent="Floors"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9, 0, 5) +mesh = ExtResource("4_pmhe8") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Floors/Floor3" groups=["MetalMaterial"] instance=ExtResource("2_s3h7q")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Floors/Floor3/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_yvipw") + +[node name="Ceilings" type="Node3D" parent="."] + +[node name="Ceiling" type="MeshInstance3D" parent="Ceilings"] +transform = Transform3D(-1, -7.64274e-15, 8.74228e-08, 0, -1, -8.74228e-08, 8.74228e-08, -8.74228e-08, 1, 0, 3, 5) +mesh = ExtResource("5_vyxvc") + +[node name="GunkBody" parent="Ceilings/Ceiling" instance=ExtResource("2_s3h7q")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Ceilings/Ceiling/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_d1yty") + +[node name="Ceiling3" type="MeshInstance3D" parent="Ceilings"] +transform = Transform3D(-1, -7.64274e-15, 8.74228e-08, 0, -1, -8.74228e-08, 8.74228e-08, -8.74228e-08, 1, -9, 3, 5) +mesh = ExtResource("5_vyxvc") + +[node name="GunkBody" parent="Ceilings/Ceiling3" instance=ExtResource("2_s3h7q")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Ceilings/Ceiling3/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_d1yty") + +[node name="Props" type="Node3D" parent="."] + +[node name="CafeTable" parent="Props" instance=ExtResource("6_1ls0l")] +transform = Transform3D(0.866026, 0, -0.5, 0, 1, 0, 0.5, 0, 0.866026, -2.1, 0.4, 6.2) +skeleton = NodePath("") + +[node name="CafeTable2" parent="Props" instance=ExtResource("6_1ls0l")] +transform = Transform3D(0.866025, 0, -0.5, 0, 1, 0, 0.5, 0, 0.866025, -7.5, 0.4, 4.1) +skeleton = NodePath("") + +[node name="Counter" type="MeshInstance3D" parent="Props"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -13, 0.5, 3.5) +mesh = SubResource("BoxMesh_35kna") + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/Counter" groups=["PlasticMaterial"]] +collision_layer = 5 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/Counter/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_okeuk") + +[node name="Cupboard" parent="Props" groups=["MetalMaterial"] instance=ExtResource("7_jshbi")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -13, 2.5, 4.5) +skeleton = NodePath("") + +[node name="Freezer" type="MeshInstance3D" parent="Props"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -12.8, 1.3, 7.996) +mesh = SubResource("BoxMesh_d8p6j") + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/Freezer" groups=["MetalMaterial"]] +collision_layer = 5 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/Freezer/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_otfxe") + +[node name="VendingMachine2" parent="Props" instance=ExtResource("8_g7nyg")] +transform = Transform3D(5.54197e-08, -0.906308, -0.422618, 1.18848e-07, 0.422618, -0.906308, 1, 0, 1.31134e-07, 0.481997, 1.19006, 4.7) +skeleton = NodePath("") +surface_material_override/0 = SubResource("StandardMaterial3D_mdsoq") + +[node name="Trashcan" parent="Props" instance=ExtResource("14_3wo07")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.9, 0.5, 9) + +[node name="FloatingDust" parent="." instance=ExtResource("15_87puh")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.5, 1.5, 5) +amount = 64 +visibility_aabb = AABB(-9, -1.5, -4.5, 18, 3, 9) +process_material = SubResource("ParticleProcessMaterial_35kna") + +[node name="OverheadLight" parent="." instance=ExtResource("16_s0n7p")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9, 3, 5) + +[node name="OverheadLight2" parent="." instance=ExtResource("16_s0n7p")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, 5) + +[node name="Traps" type="Node3D" parent="."] + +[node name="Trap1" type="Node3D" parent="Traps"] +editor_description = "Introduce the player to the trap mechanics" +transform = Transform3D(0.965926, 0, -0.258819, 0, 1, 0, 0.258819, 0, 0.965926, -2.4, 0.4, 6.2) + +[node name="GunkTrigger" parent="Traps/Trap1" instance=ExtResource("17_311lj")] +transform = Transform3D(0.98038, 0.183013, -0.0732233, -0.183013, 0.707107, -0.683013, -0.0732233, 0.683013, 0.726727, 1.39205, 0.3, 0.558758) + +[node name="GunkRelay" parent="Traps/Trap1" instance=ExtResource("18_itnv2")] +transform = Transform3D(0.965926, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965926, 1.97159, -0.4, 0.403461) + +[node name="GunkRelay3" parent="Traps/Trap1" instance=ExtResource("18_itnv2")] +transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 2.02843, -0.4, -0.543522) + +[node name="GunkRelay4" parent="Traps/Trap1" instance=ExtResource("18_itnv2")] +transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 2.9754, -0.4, -0.486691) + +[node name="GunkRelay5" parent="Traps/Trap1" instance=ExtResource("18_itnv2")] +transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 3.379, -0.1, -1.3) + +[node name="GunkRelay6" parent="Traps/Trap1" instance=ExtResource("18_itnv2")] +transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 3.08922, 0.8, -1.22235) + +[node name="GunkRelay7" parent="Traps/Trap1" instance=ExtResource("18_itnv2")] +transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 2.50967, 0.5, -1.06706) + +[node name="GunkRelay8" parent="Traps/Trap1" instance=ExtResource("18_itnv2")] +transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 2.50967, 1.4, -1.06706) + +[node name="GunkRelay9" parent="Traps/Trap1" instance=ExtResource("18_itnv2")] +transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 1.93011, 1.1, -0.911774) + +[node name="GunkRelay10" parent="Traps/Trap1" instance=ExtResource("18_itnv2")] +transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 1.93011, 1.7, -0.911774) + +[node name="GunkRelay2" parent="Traps/Trap1" instance=ExtResource("18_itnv2")] +transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 1.15935, 0.4, -0.31078) + +[node name="GunkRelay11" parent="Traps/Trap1" instance=ExtResource("18_itnv2")] +transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 0.346855, 0.4, -1.02483) + +[node name="GunkRelay12" parent="Traps/Trap1" instance=ExtResource("18_itnv2")] +transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 0.848763, 0.4, -1.46989) + +[node name="GunkRelay13" parent="Traps/Trap1" instance=ExtResource("18_itnv2")] +transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 1.16397, 1.3, -1.24377) + +[node name="GunkRelay14" parent="Traps/Trap1" instance=ExtResource("18_itnv2")] +transform = Transform3D(0.965925, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965925, 1.41693, 1.6, -1.00097) + +[node name="GunkAlarm" parent="Traps/Trap1" instance=ExtResource("19_5y3ur")] +transform = Transform3D(0.965926, 0.258819, -4.2222e-08, -4.37114e-08, 1.91069e-15, -1, -0.258819, 0.965926, 1.13133e-08, 1.61853, 1.96777, -0.821911) + +[node name="GrunkNodule" parent="Traps/Trap1" instance=ExtResource("20_hl3fx")] +transform = Transform3D(0.707107, 0.707107, 0, -0.683013, 0.683013, -0.258819, -0.183013, 0.183013, 0.965926, 0.734844, 0.6, 2.22426) + +[node name="GrunkNodule4" parent="Traps/Trap1" instance=ExtResource("20_hl3fx")] +transform = Transform3D(-0.0906102, 0.177858, -0.0125001, -0.176454, -0.087442, 0.0348988, 0.0255701, 0.0268393, 0.196535, 1.52652, -2.98023e-08, 1.70155) +durability = 1.5 +value = 500.0 + +[node name="GrunkNodule7" parent="Traps/Trap1" instance=ExtResource("20_hl3fx")] +transform = Transform3D(0.214063, 0.323536, -0.0974745, -0.07312, -0.0683013, -0.387283, -0.329895, 0.225076, 0.0225905, 1.44886, 0.3, 1.41177) +chitter = true +durability = 1.5 +value = 500.0 + +[node name="GrunkNodule6" parent="Traps/Trap1" instance=ExtResource("20_hl3fx")] +transform = Transform3D(-0.0591715, 0.0126822, -0.190625, -0.14699, -0.130496, 0.0369449, -0.122036, 0.15103, 0.0479288, 1.94965, -0.370434, 0.099823) +durability = 1.5 +value = 500.0 + +[node name="GrunkNodule5" parent="Traps/Trap1" instance=ExtResource("20_hl3fx")] +transform = Transform3D(-0.0656857, 0.167449, 0.0874419, -0.176454, -0.087442, 0.0348988, 0.0674494, -0.0656855, 0.176454, 1.83633, -0.3, 1.17144) +durability = 1.5 +value = 500.0 + +[node name="GrunkNodule2" parent="Traps/Trap1" instance=ExtResource("20_hl3fx")] +transform = Transform3D(0.0915064, -0.0915065, -0.482963, -0.341506, 0.341506, -0.12941, 0.353553, 0.353553, -2.98023e-08, 0.403454, 0.6, -0.171608) + +[node name="GrunkNodule3" parent="Traps/Trap1" instance=ExtResource("20_hl3fx")] +transform = Transform3D(-0.364606, -0.492715, -0.338074, -0.478109, 0.478109, -0.181174, 0.358433, 0.136542, -0.585561, 0.714027, 0.6, 0.987507) + +[node name="GrunkNodule8" parent="Traps/Trap1" instance=ExtResource("20_hl3fx")] +transform = Transform3D(-0.435211, -0.430994, -0.338873, -0.539981, 0.411872, 0.169653, 0.0949319, 0.366886, -0.588543, -0.0624313, 0.6, -1.91027) +chitter = true + +[node name="GrunkNodule9" parent="Traps/Trap1" instance=ExtResource("20_hl3fx")] +transform = Transform3D(-0.0703269, 0.693365, 0.0655666, 0.696452, 0.0702819, 0.00378095, -0.00283841, 0.0656149, -0.696912, -0.69883, 0.6, -0.807991) +chitter = true + +[node name="GrunkNodule10" parent="Traps/Trap1" instance=ExtResource("20_hl3fx")] +transform = Transform3D(0.0233609, -0.207042, -0.45452, 0.497466, 0.0502018, 0.00270045, 0.0445172, -0.452342, 0.208338, -1.04926, 0.348541, 0.528233) + +[node name="Trap2" type="Node3D" parent="Traps"] +editor_description = "Teach players traps may not always be obvious" + +[node name="GrunkNodule8" parent="Traps/Trap2" instance=ExtResource("20_hl3fx")] +transform = Transform3D(0.73038, 0.635646, -0.25, -0.683013, 0.683013, -0.258819, 0.00623576, 0.35979, 0.933013, 2.53411, 0.4, 5.23866) +chitter = true + +[node name="GrunkNodule10" parent="Traps/Trap2" instance=ExtResource("20_hl3fx")] +transform = Transform3D(-0.124128, -0.101968, 0.578096, -0.434356, -0.381517, -0.160559, 0.394876, -0.451716, 0.00511129, 2.23411, 1.3, 4.63866) +value = 600.0 + +[node name="GrunkNodule11" parent="Traps/Trap2" instance=ExtResource("20_hl3fx")] +transform = Transform3D(-0.329227, 0.225053, -0.0309952, 0.21157, 0.32362, 0.10251, 0.0827522, 0.0679784, -0.385397, 1.63411, 1.6, 4.03867) +value = 400.0 + +[node name="GrunkNodule15" parent="Traps/Trap2" instance=ExtResource("20_hl3fx")] +transform = Transform3D(-0.267317, 0.134158, -0.0233058, 0.13544, 0.256664, -0.0760256, -0.0140589, -0.0782649, -0.28927, 0.776453, 1.88525, 4.21688) +value = 300.0 + +[node name="GrunkNodule16" parent="Traps/Trap2" instance=ExtResource("20_hl3fx")] +transform = Transform3D(0.121483, -0.134858, -0.238862, -0.195351, 0.140856, -0.178879, 0.192561, 0.227976, -0.030777, 1.37645, 1.58525, 4.81688) +chitter = true +value = 300.0 + +[node name="GrunkNodule12" parent="Traps/Trap2" instance=ExtResource("20_hl3fx")] +transform = Transform3D(-0.373106, -0.137833, 0.0423552, -0.127631, 0.261009, -0.274926, 0.0670969, -0.269957, -0.287439, 2.23411, 1.3, 3.73867) +value = 400.0 + +[node name="GrunkNodule14" parent="Traps/Trap2" instance=ExtResource("20_hl3fx")] +transform = Transform3D(-0.373106, -0.137833, 0.0423552, -0.127631, 0.261009, -0.274926, 0.0670969, -0.269957, -0.287439, 2.53411, 0.0999999, 3.73867) +value = 400.0 + +[node name="GrunkNodule13" parent="Traps/Trap2" instance=ExtResource("20_hl3fx")] +transform = Transform3D(-0.186605, 0.294787, -0.19565, -0.203291, 0.0917009, 0.33206, 0.289571, 0.254345, 0.107039, 1.93411, 0.4, 4.44644) +value = 400.0 + +[node name="GrunkNodule9" parent="Traps/Trap2" instance=ExtResource("20_hl3fx")] +transform = Transform3D(0.503705, 0.00873026, -1.30622, -0.956218, 0.956218, -0.362347, 0.889903, 1.02253, 0.35, 4.33411, 1.3, 6.43866) +durability = 5.0 +value = 4000.0 + +[node name="GunkTrigger" parent="Traps/Trap2" instance=ExtResource("17_311lj")] +transform = Transform3D(0.487453, 0.3, 0.17997, -0.109808, 0.424264, -0.409808, -0.332162, 0.3, 0.399585, 1.79999, 0.0796973, 4.10001) + +[node name="GunkAlarm" parent="Traps/Trap2" instance=ExtResource("19_5y3ur")] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0.300001, 1.5, 3.6) + +[node name="GunkRelay" parent="Traps/Trap2" instance=ExtResource("18_itnv2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.97934, 0, 3) + +[node name="GunkRelay3" parent="Traps/Trap2" instance=ExtResource("18_itnv2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.06887, 0, 3.21621) + +[node name="GunkRelay10" parent="Traps/Trap2" instance=ExtResource("18_itnv2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.6556, 1.05317, 3.5826) + +[node name="GunkRelay5" parent="Traps/Trap2" instance=ExtResource("18_itnv2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.27147, 0.490073, 3.5826) + +[node name="GunkRelay7" parent="Traps/Trap2" instance=ExtResource("18_itnv2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.861483, 1.45276, 3.5826) + +[node name="GunkRelay9" parent="Traps/Trap2" instance=ExtResource("18_itnv2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.418978, 0.860386, 3.5826) + +[node name="GunkRelay2" parent="Traps/Trap2" instance=ExtResource("18_itnv2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.02038, 0.918166, 3.76037) + +[connection signal="destroyed" from="Traps/Trap1/GunkTrigger" to="Traps/Trap1/GunkRelay" method="trigger"] +[connection signal="destroyed" from="Traps/Trap1/GunkTrigger" to="Traps/Trap1/GunkRelay2" method="trigger"] +[connection signal="pulsed" from="Traps/Trap1/GunkRelay" to="Traps/Trap1/GunkRelay3" method="pulse"] +[connection signal="pulsed" from="Traps/Trap1/GunkRelay" to="Traps/Trap1/GunkRelay4" method="pulse"] +[connection signal="triggered" from="Traps/Trap1/GunkRelay" to="Traps/Trap1/GunkRelay3" method="trigger"] +[connection signal="triggered" from="Traps/Trap1/GunkRelay" to="Traps/Trap1/GunkRelay4" method="trigger"] +[connection signal="pulsed" from="Traps/Trap1/GunkRelay3" to="Traps/Trap1/GunkRelay7" method="pulse"] +[connection signal="pulsed" from="Traps/Trap1/GunkRelay3" to="Traps/Trap1/GunkRelay2" method="pulse"] +[connection signal="triggered" from="Traps/Trap1/GunkRelay3" to="Traps/Trap1/GunkRelay7" method="trigger"] +[connection signal="triggered" from="Traps/Trap1/GunkRelay3" to="Traps/Trap1/GunkRelay2" method="trigger"] +[connection signal="pulsed" from="Traps/Trap1/GunkRelay4" to="Traps/Trap1/GunkRelay5" method="pulse"] +[connection signal="pulsed" from="Traps/Trap1/GunkRelay4" to="Traps/Trap1/GunkRelay7" method="pulse"] +[connection signal="triggered" from="Traps/Trap1/GunkRelay4" to="Traps/Trap1/GunkRelay5" method="trigger"] +[connection signal="triggered" from="Traps/Trap1/GunkRelay4" to="Traps/Trap1/GunkRelay7" method="trigger"] +[connection signal="pulsed" from="Traps/Trap1/GunkRelay5" to="Traps/Trap1/GunkRelay6" method="pulse"] +[connection signal="triggered" from="Traps/Trap1/GunkRelay5" to="Traps/Trap1/GunkRelay6" method="trigger"] +[connection signal="pulsed" from="Traps/Trap1/GunkRelay6" to="Traps/Trap1/GunkRelay8" method="pulse"] +[connection signal="pulsed" from="Traps/Trap1/GunkRelay6" to="Traps/Trap1/GunkRelay9" method="pulse"] +[connection signal="triggered" from="Traps/Trap1/GunkRelay6" to="Traps/Trap1/GunkRelay8" method="trigger"] +[connection signal="triggered" from="Traps/Trap1/GunkRelay6" to="Traps/Trap1/GunkRelay9" method="trigger"] +[connection signal="pulsed" from="Traps/Trap1/GunkRelay7" to="Traps/Trap1/GunkRelay8" method="pulse"] +[connection signal="pulsed" from="Traps/Trap1/GunkRelay7" to="Traps/Trap1/GunkRelay9" method="pulse"] +[connection signal="triggered" from="Traps/Trap1/GunkRelay7" to="Traps/Trap1/GunkRelay8" method="trigger"] +[connection signal="triggered" from="Traps/Trap1/GunkRelay7" to="Traps/Trap1/GunkRelay9" method="trigger"] +[connection signal="pulsed" from="Traps/Trap1/GunkRelay8" to="Traps/Trap1/GunkRelay10" method="pulse"] +[connection signal="triggered" from="Traps/Trap1/GunkRelay8" to="Traps/Trap1/GunkRelay10" method="trigger"] +[connection signal="triggered" from="Traps/Trap1/GunkRelay9" to="Traps/Trap1/GunkAlarm" method="trigger"] +[connection signal="triggered" from="Traps/Trap1/GunkRelay10" to="Traps/Trap1/GunkAlarm" method="trigger"] +[connection signal="pulsed" from="Traps/Trap1/GunkRelay2" to="Traps/Trap1/GunkRelay11" method="pulse"] +[connection signal="triggered" from="Traps/Trap1/GunkRelay2" to="Traps/Trap1/GunkRelay11" method="trigger"] +[connection signal="pulsed" from="Traps/Trap1/GunkRelay11" to="Traps/Trap1/GunkRelay12" method="pulse"] +[connection signal="triggered" from="Traps/Trap1/GunkRelay11" to="Traps/Trap1/GunkRelay12" method="trigger"] +[connection signal="pulsed" from="Traps/Trap1/GunkRelay12" to="Traps/Trap1/GunkRelay13" method="pulse"] +[connection signal="triggered" from="Traps/Trap1/GunkRelay12" to="Traps/Trap1/GunkRelay13" method="trigger"] +[connection signal="pulsed" from="Traps/Trap1/GunkRelay13" to="Traps/Trap1/GunkRelay14" method="pulse"] +[connection signal="triggered" from="Traps/Trap1/GunkRelay13" to="Traps/Trap1/GunkRelay14" method="trigger"] +[connection signal="triggered" from="Traps/Trap1/GunkRelay14" to="Traps/Trap1/GunkAlarm" method="trigger"] +[connection signal="destroyed" from="Traps/Trap2/GunkTrigger" to="Traps/Trap2/GunkRelay" method="trigger"] +[connection signal="destroyed" from="Traps/Trap2/GunkTrigger" to="Traps/Trap2/GunkRelay5" method="trigger"] +[connection signal="destroyed" from="Traps/Trap2/GunkTrigger" to="Traps/Trap2/GunkRelay2" method="trigger"] +[connection signal="pulsed" from="Traps/Trap2/GunkRelay" to="Traps/Trap2/GunkRelay3" method="pulse"] +[connection signal="triggered" from="Traps/Trap2/GunkRelay" to="Traps/Trap2/GunkRelay3" method="trigger"] +[connection signal="pulsed" from="Traps/Trap2/GunkRelay3" to="Traps/Trap2/GunkRelay5" method="pulse"] +[connection signal="pulsed" from="Traps/Trap2/GunkRelay3" to="Traps/Trap2/GunkRelay9" method="pulse"] +[connection signal="triggered" from="Traps/Trap2/GunkRelay3" to="Traps/Trap2/GunkRelay5" method="trigger"] +[connection signal="triggered" from="Traps/Trap2/GunkRelay3" to="Traps/Trap2/GunkRelay9" method="trigger"] +[connection signal="pulsed" from="Traps/Trap2/GunkRelay10" to="Traps/Trap2/GunkRelay7" method="pulse"] +[connection signal="pulsed" from="Traps/Trap2/GunkRelay10" to="Traps/Trap2/GunkRelay9" method="pulse"] +[connection signal="triggered" from="Traps/Trap2/GunkRelay10" to="Traps/Trap2/GunkRelay7" method="trigger"] +[connection signal="triggered" from="Traps/Trap2/GunkRelay10" to="Traps/Trap2/GunkRelay9" method="trigger"] +[connection signal="pulsed" from="Traps/Trap2/GunkRelay5" to="Traps/Trap2/GunkRelay7" method="pulse"] +[connection signal="pulsed" from="Traps/Trap2/GunkRelay5" to="Traps/Trap2/GunkRelay9" method="pulse"] +[connection signal="triggered" from="Traps/Trap2/GunkRelay5" to="Traps/Trap2/GunkRelay7" method="trigger"] +[connection signal="triggered" from="Traps/Trap2/GunkRelay5" to="Traps/Trap2/GunkRelay9" method="trigger"] +[connection signal="pulsed" from="Traps/Trap2/GunkRelay7" to="Traps/Trap2/GunkAlarm" method="pulse"] +[connection signal="triggered" from="Traps/Trap2/GunkRelay7" to="Traps/Trap2/GunkAlarm" method="trigger"] +[connection signal="pulsed" from="Traps/Trap2/GunkRelay9" to="Traps/Trap2/GunkAlarm" method="pulse"] +[connection signal="triggered" from="Traps/Trap2/GunkRelay9" to="Traps/Trap2/GunkAlarm" method="trigger"] +[connection signal="pulsed" from="Traps/Trap2/GunkRelay2" to="Traps/Trap2/GunkRelay10" method="pulse"] +[connection signal="triggered" from="Traps/Trap2/GunkRelay2" to="Traps/Trap2/GunkRelay10" method="trigger"] diff --git a/levels/ghost_ship/level/ops_center/ops_center.tscn b/levels/ghost_ship/level/ops_center/ops_center.tscn new file mode 100644 index 0000000..7d5085d --- /dev/null +++ b/levels/ghost_ship/level/ops_center/ops_center.tscn @@ -0,0 +1,1138 @@ +[gd_scene load_steps=53 format=4 uid="uid://b4o21udtetijo"] + +[ext_resource type="ArrayMesh" uid="uid://dpr5cgq743f4s" path="res://assets/level/floor/floor_9x9.mesh" id="1_80no3"] +[ext_resource type="PackedScene" uid="uid://c2omlx4ptrc01" path="res://src/world/gunk_body/gunk_body.tscn" id="2_cd216"] +[ext_resource type="ArrayMesh" uid="uid://bumwpsm42csme" path="res://assets/level/ceiling/ceiling_9x9.mesh" id="3_chf33"] +[ext_resource type="ArrayMesh" uid="uid://c785n3j3aq4sf" path="res://assets/level/wall/wall_1.mesh" id="4_vmimu"] +[ext_resource type="Material" uid="uid://c1vy4bkwb1g5m" path="res://assets/materials/gunk_lowrez.material" id="5_6issa"] +[ext_resource type="ArrayMesh" uid="uid://d0sdsir1hqnbu" path="res://assets/level/wall/wall_4.mesh" id="6_jmo1t"] +[ext_resource type="ArrayMesh" uid="uid://bx00qgk2dyjrw" path="res://assets/level/wall/wall_2.mesh" id="7_7c0f0"] +[ext_resource type="ArrayMesh" uid="uid://dkh2r61ydupb7" path="res://assets/level/floor/floor_2.mesh" id="8_pascc"] +[ext_resource type="ArrayMesh" uid="uid://dbgk0kdg1vufk" path="res://assets/level/ceiling/ceiling_1.mesh" id="9_48ruf"] +[ext_resource type="Texture2D" uid="uid://c0a6flcoixsr2" path="res://assets/level/floor/floor_1_C.png" id="10_nkecw"] +[ext_resource type="Texture2D" uid="uid://dxuxhlycaamcy" path="res://assets/level/floor/floor_1_M.png" id="11_ae52d"] +[ext_resource type="Texture2D" uid="uid://bgc8oqsnimb8i" path="res://assets/level/floor/floor_1_N.png" id="12_ukiad"] +[ext_resource type="Texture2D" uid="uid://23uupxc78b8n" path="res://assets/level/floor/floor_1_R.png" id="13_1vbec"] +[ext_resource type="PackedScene" uid="uid://ctm84yms40858" path="res://src/props/railing/railing.tscn" id="14_mspvt"] +[ext_resource type="PackedScene" uid="uid://cppd3scvxf3eg" path="res://src/props/crate_long/crate_long.tscn" id="15_5lcoj"] +[ext_resource type="Texture2D" uid="uid://cd0w8eqpount3" path="res://assets/props/crate_long/crate_long_C.png" id="16_bembv"] +[ext_resource type="Texture2D" uid="uid://da5p04vbiy3xe" path="res://assets/props/crate_long/crate_long_M.png" id="17_8j8pa"] +[ext_resource type="Texture2D" uid="uid://bsovubygl3go2" path="res://assets/props/crate_long/crate_long_N.png" id="18_ch7mi"] +[ext_resource type="Texture2D" uid="uid://b1m1my5q2vlwi" path="res://assets/props/crate_long/crate_long_R.png" id="19_hucso"] +[ext_resource type="PackedScene" uid="uid://30o8ltnnxpxo" path="res://src/effects/floating_dust.tscn" id="20_82gsa"] +[ext_resource type="PackedScene" uid="uid://rykf34p8n8x6" path="res://src/props/overhead_light/burnout_light.tscn" id="21_dn675"] + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_yvipw"] +data = PackedVector3Array(4.5, 0, 4.5, -4.5, 0, 4.5, 4.5, 0, -4.5, 4.5, 0, -4.5, -4.5, 0, 4.5, -4.5, 0, -4.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_d1yty"] +data = PackedVector3Array(4.5, 0, 4.5, -4.5, 0, 4.5, 4.5, 0, -4.5, 4.5, 0, -4.5, -4.5, 0, 4.5, -4.5, 0, -4.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_p11ap"] +data = PackedVector3Array(1.5, 0, 1.5, -1.5, 0, 1.5, 1.5, 0, -1.5, 1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 0, -1.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_kp5n7"] +data = PackedVector3Array(1.5, 0, 1.5, -1.5, 0, 1.5, 1.5, 0, -1.5, 1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 0, -1.5) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_u2hqf"] +data = PackedVector3Array(1.5, 0, 1.5, -1.5, 0, 1.5, 1.5, 0, -1.5, 1.5, 0, -1.5, -1.5, 0, 1.5, -1.5, 0, -1.5) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_wvfch"] +resource_local_to_scene = true +albedo_texture = ExtResource("10_nkecw") +metallic = 1.0 +metallic_texture = ExtResource("11_ae52d") +roughness_texture = ExtResource("13_1vbec") +normal_enabled = true +normal_texture = ExtResource("12_ukiad") +uv1_scale = Vector3(3, 1, 1) +texture_filter = 4 + +[sub_resource type="ArrayMesh" id="ArrayMesh_76qng"] +_surfaces = [{ +"aabb": AABB(-4.5, 0, -1.5, 9, 1e-05, 3), +"format": 34896613377, +"index_count": 6, +"index_data": PackedByteArray("AAABAAIAAgABAAMA"), +"name": "Plane", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 4, +"vertex_data": PackedByteArray("//8AAP//AAAAAAAA//8AAP//AAAAAAAAAAAAAAAAAAA=") +}] +blend_shape_mode = 0 + +[sub_resource type="ArrayMesh" id="ArrayMesh_pifep"] +_surfaces = [{ +"aabb": AABB(-4.5, 0, -1.5, 9, 1e-05, 3), +"attribute_data": PackedByteArray("/////wAA/////wAAAAAAAA=="), +"format": 34896613399, +"index_count": 6, +"index_data": PackedByteArray("AAABAAIAAgABAAMA"), +"material": SubResource("StandardMaterial3D_wvfch"), +"name": "Plane", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 4, +"vertex_data": PackedByteArray("//8AAP///78AAAAA////v///AAAAAP+/AAAAAAAA/7////9/////f////3////9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_76qng") + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_ffr5l"] +data = PackedVector3Array(4.5, 0, 1.5, -4.5, 0, 1.5, 4.5, 0, -1.5, 4.5, 0, -1.5, -4.5, 0, 1.5, -4.5, 0, -1.5) + +[sub_resource type="BoxMesh" id="BoxMesh_8r2kq"] +size = Vector3(0.7, 1.2, 4) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_nomhm"] +data = PackedVector3Array(-0.35, 0.6, 2, 0.35, 0.6, 2, -0.35, -0.6, 2, 0.35, 0.6, 2, 0.35, -0.6, 2, -0.35, -0.6, 2, 0.35, 0.6, -2, -0.35, 0.6, -2, 0.35, -0.6, -2, -0.35, 0.6, -2, -0.35, -0.6, -2, 0.35, -0.6, -2, 0.35, 0.6, 2, 0.35, 0.6, -2, 0.35, -0.6, 2, 0.35, 0.6, -2, 0.35, -0.6, -2, 0.35, -0.6, 2, -0.35, 0.6, -2, -0.35, 0.6, 2, -0.35, -0.6, -2, -0.35, 0.6, 2, -0.35, -0.6, 2, -0.35, -0.6, -2, 0.35, 0.6, 2, -0.35, 0.6, 2, 0.35, 0.6, -2, -0.35, 0.6, 2, -0.35, 0.6, -2, 0.35, 0.6, -2, -0.35, -0.6, 2, 0.35, -0.6, 2, -0.35, -0.6, -2, 0.35, -0.6, 2, 0.35, -0.6, -2, -0.35, -0.6, -2) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_sogkw"] +data = PackedVector3Array(0.35, 0.25, 2, 0.35, -0.25, 2, -0.35, -0.25, 2, 0.35, 0.25, -2, -0.35, -0.25, -2, 0.35, -0.25, -2, 0.35, 0.25, 2, 0.35, 0.25, -2, 0.35, -0.25, 2, 0.35, 0.25, -2, 0.35, -0.25, -2, 0.35, -0.25, 2, 0.35, 0.25, -2, 0.35, 0.25, 2, -0.35, -0.25, -2, 0.35, 0.25, 2, -0.35, -0.25, 2, -0.35, -0.25, -2, -0.35, -0.25, 2, 0.35, -0.25, 2, -0.35, -0.25, -2, 0.35, -0.25, 2, 0.35, -0.25, -2, -0.35, -0.25, -2) + +[sub_resource type="PrismMesh" id="PrismMesh_ojd88"] +left_to_right = 1.0 +size = Vector3(0.7, 0.5, 4) + +[sub_resource type="BoxMesh" id="BoxMesh_2qkxu"] +size = Vector3(0.7, 1.2, 2.2) + +[sub_resource type="PrismMesh" id="PrismMesh_ii88q"] +left_to_right = 1.0 +size = Vector3(0.7, 0.5, 2.2) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_1jmu7"] +data = PackedVector3Array(-0.35, 0.6, 1.1, 0.35, 0.6, 1.1, -0.35, -0.6, 1.1, 0.35, 0.6, 1.1, 0.35, -0.6, 1.1, -0.35, -0.6, 1.1, 0.35, 0.6, -1.1, -0.35, 0.6, -1.1, 0.35, -0.6, -1.1, -0.35, 0.6, -1.1, -0.35, -0.6, -1.1, 0.35, -0.6, -1.1, 0.35, 0.6, 1.1, 0.35, 0.6, -1.1, 0.35, -0.6, 1.1, 0.35, 0.6, -1.1, 0.35, -0.6, -1.1, 0.35, -0.6, 1.1, -0.35, 0.6, -1.1, -0.35, 0.6, 1.1, -0.35, -0.6, -1.1, -0.35, 0.6, 1.1, -0.35, -0.6, 1.1, -0.35, -0.6, -1.1, 0.35, 0.6, 1.1, -0.35, 0.6, 1.1, 0.35, 0.6, -1.1, -0.35, 0.6, 1.1, -0.35, 0.6, -1.1, 0.35, 0.6, -1.1, -0.35, -0.6, 1.1, 0.35, -0.6, 1.1, -0.35, -0.6, -1.1, 0.35, -0.6, 1.1, 0.35, -0.6, -1.1, -0.35, -0.6, -1.1) + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_c6n8b"] +data = PackedVector3Array(0.35, 0.25, 1.1, 0.35, -0.25, 1.1, -0.35, -0.25, 1.1, 0.35, 0.25, -1.1, -0.35, -0.25, -1.1, 0.35, -0.25, -1.1, 0.35, 0.25, 1.1, 0.35, 0.25, -1.1, 0.35, -0.25, 1.1, 0.35, 0.25, -1.1, 0.35, -0.25, -1.1, 0.35, -0.25, 1.1, 0.35, 0.25, -1.1, 0.35, 0.25, 1.1, -0.35, -0.25, -1.1, 0.35, 0.25, 1.1, -0.35, -0.25, 1.1, -0.35, -0.25, -1.1, -0.35, -0.25, 1.1, 0.35, -0.25, 1.1, -0.35, -0.25, -1.1, 0.35, -0.25, 1.1, 0.35, -0.25, -1.1, -0.35, -0.25, -1.1) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_mdsoq"] +resource_local_to_scene = true +albedo_texture = ExtResource("16_bembv") +metallic = 1.0 +metallic_texture = ExtResource("17_8j8pa") +roughness_texture = ExtResource("19_hucso") +normal_enabled = true +normal_texture = ExtResource("18_ch7mi") +ao_enabled = true +texture_filter = 2 + +[sub_resource type="ArrayMesh" id="ArrayMesh_u2hqf"] +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"format": 34896613377, +"index_count": 84, +"index_data": PackedByteArray("CgAGAAIAAgAEAAoABAAGAAoACwAEAAIADAAGAAQABAAIAAwACwAIAAQADAAIAAYAAgABAAsAAQAIAAsADQABAAIAAgAGAA0ABwABAA0ADQAGAAcACQABAAcACQAIAAEABwAGAA4ACQAHAAUABQAHAA4ABQAIAAkABgAIAA8AAwAIAAUADgAGAAAAAAAGAA8ADgAAAAUADwAIAAAABQAAAAMAAAAIAAMA"), +"lods": [0.108952, PackedByteArray("AgAGAAcABAAGAAIAAgABAAQABwABAAIABAAIAAYAAQAIAAQACQABAAcACQAIAAEACQAHAAUABQAIAAkABwAGAAAABwAAAAUABgAIAAAAAwAIAAUAAAAIAAMABQAAAAMA"), 0.261829, PackedByteArray("AAABAAIAAgABAAQAAQAAAAUABAADAAIAAQADAAQAAgADAAAABQADAAEABQAAAAMA"), 0.524037, PackedByteArray("AAABAAIAAgABAAMAAQAAAAMAAgADAAAA")], +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 16, +"vertex_data": PackedByteArray("AAAyM///AADc3f//AAAAAP//zMz//wAAAAAyMwAAAAD//zIzAAAAAAAAzMwAAAAA3N0AAP//AAAhIv////8AACEiAAAAAAAAISL//wAAAAD//zIz//8AAP//zMwAAAAA3N0AAAAAAADc3f////8AAAAAzMz//wAAISIAAP//AAA=") +}] +blend_shape_mode = 0 + +[sub_resource type="ArrayMesh" id="ArrayMesh_tu4tq"] +resource_local_to_scene = true +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), +"format": 34896613399, +"index_count": 84, +"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), +"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], +"material": SubResource("StandardMaterial3D_mdsoq"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 48, +"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_u2hqf") + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_xofqg"] +resource_local_to_scene = true +albedo_texture = ExtResource("16_bembv") +metallic = 1.0 +metallic_texture = ExtResource("17_8j8pa") +roughness_texture = ExtResource("19_hucso") +normal_enabled = true +normal_texture = ExtResource("18_ch7mi") +ao_enabled = true +texture_filter = 2 + +[sub_resource type="ArrayMesh" id="ArrayMesh_erd4w"] +resource_local_to_scene = true +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), +"format": 34896613399, +"index_count": 84, +"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), +"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], +"material": SubResource("StandardMaterial3D_xofqg"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 48, +"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_u2hqf") + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_hsrl3"] +resource_local_to_scene = true +albedo_texture = ExtResource("16_bembv") +metallic = 1.0 +metallic_texture = ExtResource("17_8j8pa") +roughness_texture = ExtResource("19_hucso") +normal_enabled = true +normal_texture = ExtResource("18_ch7mi") +ao_enabled = true +texture_filter = 2 + +[sub_resource type="ArrayMesh" id="ArrayMesh_vved0"] +resource_local_to_scene = true +_surfaces = [{ +"aabb": AABB(-0.375, -0.25, -0.75, 0.75, 0.5, 1.5), +"attribute_data": PackedByteArray("/7//P/9v/7//X/8//7//vwAA/78AAP8//6f/v/9H/7//p/+//7//v/+f//f/v////6cAAP/H/wf/n/83/7//P/+X/7//l/8//zf/P/8P/7//x//H/5//x/+/AAD/n/8H/6f/P//H/zf/X/+//0f/P/9v/z//p/8//6f////H//f/D/8//5f/v/+X/z//p/+//6f/P/83/7//R/+//0f/P/9v/z//b/+//1//P/9f/7//N/+//w//v/83/z//D/8/"), +"format": 34896613399, +"index_count": 84, +"index_data": PackedByteArray("FgANAAwADAANABcAFwANAA4ADgANABgAGAANAA8ADwANABkAGgAHAAIAAgAHABsAEAABABEAEQABABwAHQAAAAYABgAAAAMACQAUAAgACAAUABUAFQAUAAoACgAUAB4AHgAUAAsACwAUAB8AIAATAAUABQATAAQAIQAiACMAIwAiACQAJQASACYAJgASACcAKAApACoAKgApACsALAAtAC4ALgAtAC8A"), +"lods": [0.108952, PackedByteArray("DAANAA4ADgANAA8AEAABABEAEAARAAYAEQAAAAYABgAAAAMAEQABAAIAAgABAAcABwASAAIABwATABIAEgATAAUABQATAAQACQAUAAgACAAUABUAFQAUAAoACgAUAAsA"), 0.261829, PackedByteArray("AAABAAIAAQAAAAYABgAAAAMAAgABAAcABwAEAAIAAgAEAAUACAAJAAoACgAJAAsA"), 0.524037, PackedByteArray("AAABAAIAAQAAAAMAAgABAAQAAgAEAAUA")], +"material": SubResource("StandardMaterial3D_hsrl3"), +"name": "Cube", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 48, +"vertex_data": PackedByteArray("AAAyM///VNXc3f//AAD/////zMz//1TVAAAyMwAAVNUAADIzAAD8xQAAMjP///zFAADMzAAAVNX//zIzAABU1QAAzMwAAP//AAAyMwAA///c3f//AAD/////MjMAAP/////MzP///7/c3QAA///svyEi/////0TBAAAyM///Fr8hIv//AAD//yEi////////3N0AAP///MUhIgAAAAD8xSEiAAAAAP//ISL//wAA/////zIz////v9zd//////+/AADMzP//DMEhIgAA//+cvP//zMwAAFTV//8yM///VNXc3f///////wAAzMz//1TV///MzAAA///c3QAAAAD//yEiAAD///zFISL//wAAqukhIv////+q6QAAzMwAAKrpAADMzP//qunc3QAAAAD8xf//MjMAAPzF//8yM////MXc3f////+q6dzd//8AAKrp///MzP//qun//8zMAACq6dzdAAAAAP+/ISIAAAAA/7/c3QAA////vyEiAAD///+/VFWqqv9//7+qKqoqVFWqqv45/pz+Of6cVFWqqqoqqir/P/+//z//v/7A/0C2QLbA/3//f/9//3//f/9//3//f/9//7//f/+//xwBRv45/pwOQA3A/z//v/9//3//f/9//3//f/9//3+qKqoqqiqqKv9//79UVaqq0sDSQKlCqML+Of6cCWoEtQlqBLUJagS1CWoEtf8cAUb/HAFG/xwBRgQ19hUENfYVBDX2FQQ19hUAAP9/AAD/fwAA/38AAP9/") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_u2hqf") + +[sub_resource type="Curve" id="Curve_2ldv4"] +_limits = [0.0, 0.4, 0.0, 1.0] +_data = [Vector2(0, 0), 0.0, 0.0, 0, 0, Vector2(0.3, 0.4), 0.0, 0.0, 0, 0, Vector2(0.7, 0.4), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] +point_count = 4 + +[sub_resource type="CurveTexture" id="CurveTexture_ty63v"] +curve = SubResource("Curve_2ldv4") + +[sub_resource type="Gradient" id="Gradient_sg1jh"] +offsets = PackedFloat32Array(0, 0.1, 0.4, 0.6, 1) +colors = PackedColorArray(0.15, 0.15, 0.15, 1, 0.355313, 0.355314, 0.355313, 1, 0.356863, 0.356863, 0.356863, 1, 0.647059, 0.647059, 0.647059, 1, 0.15, 0.15, 0.15, 1) + +[sub_resource type="GradientTexture1D" id="GradientTexture1D_w3xaq"] +gradient = SubResource("Gradient_sg1jh") + +[sub_resource type="Curve" id="Curve_iy2ht"] +_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(0.746094, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] +point_count = 3 + +[sub_resource type="CurveTexture" id="CurveTexture_w3xaq"] +curve = SubResource("Curve_iy2ht") + +[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_1h5r5"] +emission_shape = 3 +emission_box_extents = Vector3(9, 3, 4.5) +direction = Vector3(0, -1, 0) +spread = 100.0 +initial_velocity_min = 0.05 +initial_velocity_max = 0.15 +gravity = Vector3(0, 0, 0) +scale_curve = SubResource("CurveTexture_w3xaq") +color_ramp = SubResource("GradientTexture1D_w3xaq") +alpha_curve = SubResource("CurveTexture_ty63v") +turbulence_enabled = true +turbulence_noise_strength = 0.1 +turbulence_noise_scale = 0.3 +turbulence_influence_min = 0.0 + +[node name="OpsCenter" type="Node3D"] + +[node name="Bounds" type="Node3D" parent="."] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, 0) + +[node name="Floor" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -3, 0) +mesh = ExtResource("1_80no3") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Floor" groups=["MetalMaterial"] instance=ExtResource("2_cd216")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Floor/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_yvipw") + +[node name="Floor2" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9, -3, 3.93403e-07) +mesh = ExtResource("1_80no3") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Floor2" groups=["MetalMaterial"] instance=ExtResource("2_cd216")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Floor2/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_yvipw") + +[node name="Ceiling" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-1, -7.64274e-15, 8.74228e-08, 0, -1, -8.74228e-08, 8.74228e-08, -8.74228e-08, 1, 0, 3, 0) +mesh = ExtResource("3_chf33") +skeleton = NodePath("") + +[node name="GunkBody" parent="Bounds/Ceiling" instance=ExtResource("2_cd216")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Ceiling/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_d1yty") + +[node name="Ceiling2" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-1, -7.64274e-15, 8.74228e-08, 0, -1, -8.74228e-08, 8.74228e-08, -8.74228e-08, 1, -9, 3, 3.93402e-07) +mesh = ExtResource("3_chf33") +skeleton = NodePath("") + +[node name="GunkBody" parent="Bounds/Ceiling2" instance=ExtResource("2_cd216")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Ceiling2/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_d1yty") + +[node name="Wall" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 4.5, 1.5, -3) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall18" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-4.37114e-08, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, -4.37114e-08, 1.91068e-15, 4.5, -1.5, -3) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall18" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall18/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall2" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, 3, 1.5, -4.5) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall2" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall2/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall19" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, 3, -1.5, -4.5) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall19" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall19/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall3" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, 0, 1.5, -4.5) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall3" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall3/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall20" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, 0, -1.5, -4.5) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall20" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall20/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall4" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -3, 1.5, -4.5) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall4" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall4/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall21" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -3, -1.5, -4.5) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall21" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall21/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall5" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -6, 1.5, -4.5) +mesh = ExtResource("6_jmo1t") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall5" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall5/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall22" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -6, -1.5, -4.5) +mesh = ExtResource("6_jmo1t") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall22" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall22/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall6" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -9, 1.5, -4.5) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall6" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall6/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall23" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -9, -1.5, -4.5) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall23" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall23/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall7" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -12, 1.5, -4.5) +mesh = ExtResource("6_jmo1t") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall7" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall7/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall24" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, -2.13163e-14, -2.11758e-21, 0, -4.37114e-08, -1, 2.13163e-14, 1, -4.37114e-08, -12, -1.5, -4.5) +mesh = ExtResource("6_jmo1t") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall24" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall24/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall8" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -13.5, 1.5, -3) +mesh = ExtResource("6_jmo1t") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall8" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall8/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall25" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -13.5, -1.5, -3) +mesh = ExtResource("6_jmo1t") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall25" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall25/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall9" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -13.5, 1.5, 3.51685e-07) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall9" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall9/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall26" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -13.5, -1.5, 3.51685e-07) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall26" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall26/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall10" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -13.5, 1.5, 3) +mesh = ExtResource("6_jmo1t") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall10" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall10/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall27" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-4.37114e-08, 1, -4.37114e-08, 0, -4.37114e-08, -1, -1, -4.37114e-08, 1.91069e-15, -13.5, -1.5, 3) +mesh = ExtResource("6_jmo1t") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall27" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall27/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall11" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -12, 1.5, 4.5) +mesh = ExtResource("7_7c0f0") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall11" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall11/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall28" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -12, -1.5, 4.5) +mesh = ExtResource("6_jmo1t") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall28" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall28/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall12" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -9, 1.5, 4.5) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall12" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall12/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall29" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -9, -1.5, 4.5) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall29" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall29/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall13" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -6, 1.5, 4.5) +mesh = ExtResource("6_jmo1t") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall13" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall13/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall30" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -6, -1.5, 4.5) +mesh = ExtResource("6_jmo1t") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall30" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall30/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall14" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -3, 1.5, 4.5) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall14" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall14/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall31" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, -3, -1.5, 4.5) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall31" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall31/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall15" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, 1.5, 4.5) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall15" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall15/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall32" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 0, -1.5, 4.5) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall32" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall32/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall16" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 3, 1.5, 4.5) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall16" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall16/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall33" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(-1, -8.74228e-08, 3.82137e-15, 0, -4.37114e-08, -1, 8.74228e-08, -1, 4.37114e-08, 3, -1.5, 4.5) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall33" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall33/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall17" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1.31134e-07, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, 1.31134e-07, -5.73206e-15, 4.5, 1.5, 3) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall17" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall17/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall34" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1.31134e-07, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, 1.31134e-07, -5.73206e-15, 4.5, -1.5, 3) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall34" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall34/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Wall35" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1.31134e-07, -1, 4.37114e-08, 0, -4.37114e-08, -1, 1, 1.31134e-07, -5.73206e-15, 4.5, -1.5, 2.80136e-07) +mesh = ExtResource("4_vmimu") +skeleton = NodePath("GunkBody") + +[node name="GunkBody" parent="Bounds/Wall35" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Wall35/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_p11ap") + +[node name="Floor3" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, -1.31134e-07) +mesh = ExtResource("8_pascc") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Floor3" groups=["MetalMaterial"] instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Floor3/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_kp5n7") + +[node name="Floor4" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, -3) +mesh = ExtResource("8_pascc") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Floor4" groups=["MetalMaterial"] instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Floor4/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_kp5n7") + +[node name="Floor5" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -3) +mesh = ExtResource("8_pascc") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Floor5" groups=["MetalMaterial"] instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Floor5/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_kp5n7") + +[node name="Floor6" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0, -3) +mesh = ExtResource("8_pascc") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Floor6" groups=["MetalMaterial"] instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Floor6/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_kp5n7") + +[node name="Floor7" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6, 0, -3) +mesh = ExtResource("8_pascc") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Floor7" groups=["MetalMaterial"] instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Floor7/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_kp5n7") + +[node name="Floor8" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9, 0, -3) +mesh = ExtResource("8_pascc") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Floor8" groups=["MetalMaterial"] instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Floor8/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_kp5n7") + +[node name="Floor9" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -12, 0, -3) +mesh = ExtResource("8_pascc") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Floor9" groups=["MetalMaterial"] instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Floor9/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_kp5n7") + +[node name="Floor10" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -12, 0, 1.23979e-06) +mesh = ExtResource("8_pascc") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Floor10" groups=["MetalMaterial"] instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Floor10/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_kp5n7") + +[node name="Floor11" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -12, 0, 3) +mesh = ExtResource("8_pascc") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Floor11" groups=["MetalMaterial"] instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Floor11/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_kp5n7") + +[node name="Floor12" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 3) +mesh = ExtResource("8_pascc") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Floor12" groups=["MetalMaterial"] instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Floor12/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_kp5n7") + +[node name="Ceiling3" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 3, 0, -1.31134e-07) +mesh = ExtResource("9_48ruf") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Ceiling3" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Ceiling3/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_u2hqf") + +[node name="Ceiling4" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 3, 0, -3) +mesh = ExtResource("9_48ruf") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Ceiling4" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Ceiling4/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_u2hqf") + +[node name="Ceiling5" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 0, 0, -3) +mesh = ExtResource("9_48ruf") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Ceiling5" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Ceiling5/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_u2hqf") + +[node name="Ceiling6" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, -3, 0, -3) +mesh = ExtResource("9_48ruf") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Ceiling6" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Ceiling6/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_u2hqf") + +[node name="Ceiling7" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, -6, 0, -3) +mesh = ExtResource("9_48ruf") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Ceiling7" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Ceiling7/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_u2hqf") + +[node name="Ceiling8" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, -9, 0, -3) +mesh = ExtResource("9_48ruf") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Ceiling8" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Ceiling8/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_u2hqf") + +[node name="Ceiling9" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, -12, 0, -3) +mesh = ExtResource("9_48ruf") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Ceiling9" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Ceiling9/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_u2hqf") + +[node name="Ceiling10" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, -12, 0, 1.23979e-06) +mesh = ExtResource("9_48ruf") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Ceiling10" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Ceiling10/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_u2hqf") + +[node name="Ceiling11" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, -12, 0, 3) +mesh = ExtResource("9_48ruf") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Ceiling11" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Ceiling11/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_u2hqf") + +[node name="Ceiling12" type="MeshInstance3D" parent="Bounds"] +transform = Transform3D(1, 0, 0, 0, -1, -8.74228e-08, 0, 8.74228e-08, -1, 3, 0, 3) +mesh = ExtResource("9_48ruf") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Ceiling12" instance=ExtResource("2_cd216")] +mask_dim = 64 +source_gunk_material = ExtResource("5_6issa") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Ceiling12/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_u2hqf") + +[node name="Ramp" type="Node3D" parent="Bounds"] +transform = Transform3D(0.942641, -0.333807, 0, 0.333807, 0.942641, 0, 0, 0, 1, 1.5, 0, 3) + +[node name="Floor" type="MeshInstance3D" parent="Bounds/Ramp"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.5, 0, 2.38419e-07) +mesh = SubResource("ArrayMesh_pifep") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Ramp/Floor" groups=["MetalMaterial"] instance=ExtResource("2_cd216")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Ramp/Floor/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_ffr5l") + +[node name="Floor2" type="MeshInstance3D" parent="Bounds/Ramp"] +transform = Transform3D(1, 0, 0, 0, -1, 8.74228e-08, 0, -8.74228e-08, -1, -4.5, 0, 2.38419e-07) +mesh = SubResource("ArrayMesh_pifep") +skeleton = NodePath("../..") + +[node name="GunkBody" parent="Bounds/Ramp/Floor2" instance=ExtResource("2_cd216")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Bounds/Ramp/Floor2/GunkBody"] +shape = SubResource("ConcavePolygonShape3D_ffr5l") + +[node name="Railing" type="Node3D" parent="Bounds"] + +[node name="Railing" parent="Bounds/Railing" instance=ExtResource("14_mspvt")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 1.5, 0.501, -6.55671e-08) +skeleton = NodePath("") + +[node name="Railing2" parent="Bounds/Railing" instance=ExtResource("14_mspvt")] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0.501, -1.5) +skeleton = NodePath("") + +[node name="Railing3" parent="Bounds/Railing" instance=ExtResource("14_mspvt")] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -3, 0.501, -1.5) +skeleton = NodePath("") + +[node name="Railing4" parent="Bounds/Railing" instance=ExtResource("14_mspvt")] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -6, 0.501, -1.5) +skeleton = NodePath("") + +[node name="Railing5" parent="Bounds/Railing" instance=ExtResource("14_mspvt")] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -9, 0.501, -1.5) +skeleton = NodePath("") + +[node name="Railing6" parent="Bounds/Railing" instance=ExtResource("14_mspvt")] +transform = Transform3D(1.31134e-07, 0, -1, 0, 1, 0, 1, 0, 1.31134e-07, -10.5, 0.501, 4.5897e-07) +skeleton = NodePath("") + +[node name="Railing7" parent="Bounds/Railing" instance=ExtResource("14_mspvt")] +transform = Transform3D(1.31134e-07, 0, -1, 0, 1, 0, 1, 0, 1.31134e-07, -10.5, 0.501, 3) +skeleton = NodePath("") + +[node name="Props" type="Node3D" parent="."] + +[node name="MonitorDesk" type="MeshInstance3D" parent="Props"] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0.9, -2.4, 4.1) +mesh = SubResource("BoxMesh_8r2kq") + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/MonitorDesk"] +collision_layer = 5 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/MonitorDesk/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_nomhm") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="Props/MonitorDesk/StaticBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) +shape = SubResource("ConcavePolygonShape3D_sogkw") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Props/MonitorDesk"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) +mesh = SubResource("PrismMesh_ojd88") + +[node name="MonitorDesk2" type="MeshInstance3D" parent="Props"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.1, -2.4, 0.9) +mesh = SubResource("BoxMesh_8r2kq") + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/MonitorDesk2"] +collision_layer = 5 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/MonitorDesk2/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_nomhm") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="Props/MonitorDesk2/StaticBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) +shape = SubResource("ConcavePolygonShape3D_sogkw") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Props/MonitorDesk2"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) +mesh = SubResource("PrismMesh_ojd88") + +[node name="MonitorDesk3" type="MeshInstance3D" parent="Props"] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 0.601, -13.1) +mesh = SubResource("BoxMesh_8r2kq") + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/MonitorDesk3"] +collision_layer = 5 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/MonitorDesk3/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_nomhm") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="Props/MonitorDesk3/StaticBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) +shape = SubResource("ConcavePolygonShape3D_sogkw") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Props/MonitorDesk3"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) +mesh = SubResource("PrismMesh_ojd88") + +[node name="MonitorDesk4" type="MeshInstance3D" parent="Props"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.1, 0.601, 0.1) +mesh = SubResource("BoxMesh_8r2kq") + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/MonitorDesk4"] +collision_layer = 5 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/MonitorDesk4/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_nomhm") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="Props/MonitorDesk4/StaticBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) +shape = SubResource("ConcavePolygonShape3D_sogkw") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Props/MonitorDesk4"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) +mesh = SubResource("PrismMesh_ojd88") + +[node name="Desk" type="MeshInstance3D" parent="Props"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.1, -2.4, -3.1) +mesh = SubResource("BoxMesh_8r2kq") + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/Desk"] +collision_layer = 5 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/Desk/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_nomhm") + +[node name="CornerMonitorDesk" type="MeshInstance3D" parent="Props"] +transform = Transform3D(0.707106, 0, -0.707106, 0, 1, 0, 0.707106, 0, 0.707106, 3.425, -2.4, 3.425) +mesh = SubResource("BoxMesh_2qkxu") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Props/CornerMonitorDesk"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) +mesh = SubResource("PrismMesh_ii88q") + +[node name="StaticBody3D" type="StaticBody3D" parent="Props/CornerMonitorDesk"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Props/CornerMonitorDesk/StaticBody3D"] +shape = SubResource("ConcavePolygonShape3D_1jmu7") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="Props/CornerMonitorDesk/StaticBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0) +shape = SubResource("ConcavePolygonShape3D_c6n8b") + +[node name="CrateLong" parent="Props" instance=ExtResource("15_5lcoj")] +transform = Transform3D(0.965926, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965926, 3.50191, -2.75, -12.4451) +mesh = SubResource("ArrayMesh_tu4tq") +skeleton = NodePath("../..") + +[node name="CrateLong2" parent="Props" instance=ExtResource("15_5lcoj")] +transform = Transform3D(0.965926, 0, 0.258819, 0, 1, 0, -0.258819, 0, 0.965926, 3.50191, -2.25, -12.4451) +mesh = SubResource("ArrayMesh_erd4w") +skeleton = NodePath("../..") + +[node name="CrateLong3" parent="Props" instance=ExtResource("15_5lcoj")] +transform = Transform3D(0.707107, 0, 0.707107, 0, 1, 0, -0.707107, 0, 0.707107, 2.42044, -2.75, -12.1553) +mesh = SubResource("ArrayMesh_vved0") +skeleton = NodePath("../..") + +[node name="FloatingDust" parent="." instance=ExtResource("20_82gsa")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, -4.5) +amount = 128 +visibility_aabb = AABB(-9, -3, -4.5, 18, 6, 9) +process_material = SubResource("ParticleProcessMaterial_1h5r5") + +[node name="BurnoutLight" parent="." instance=ExtResource("21_dn675")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 3, 0) + +[node name="BurnoutLight2" parent="." instance=ExtResource("21_dn675")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 3, -9) diff --git a/src/world/world.tscn b/src/world/world.tscn index a293b1d..a30f187 100644 --- a/src/world/world.tscn +++ b/src/world/world.tscn @@ -4,7 +4,7 @@ [ext_resource type="Resource" uid="uid://tgac5tnfx56r" path="res://src/world/world_manager.tres" id="2_5kmgb"] [ext_resource type="PackedScene" uid="uid://byvjsvavbg5xe" path="res://src/ui/menus/pause_menu/pause_menu.tscn" id="2_6fy3g"] [ext_resource type="Resource" uid="uid://0i72bf8ip1lx" path="res://src/world/spook_manager.tres" id="3_l0av5"] -[ext_resource type="PackedScene" uid="uid://dc4tts6342cuj" path="res://levels/prop_test/prop_test.tscn" id="4_5kmgb"] +[ext_resource type="PackedScene" uid="uid://bov4ok76woyc" path="res://levels/ghost_ship/ghost_ship.tscn" id="4_5kmgb"] [ext_resource type="PackedScene" uid="uid://c0uitm5cg88h1" path="res://src/ui/menus/kill_screen/kill_screen.tscn" id="6_l0av5"] [ext_resource type="PackedScene" uid="uid://brknr57xc2cp0" path="res://src/ui/elements/save_icon/save_icon.tscn" id="7_5kmgb"] diff --git a/vault/TODO.md b/vault/TODO.md index a9be4bc..1267450 100644 --- a/vault/TODO.md +++ b/vault/TODO.md @@ -140,7 +140,7 @@ - [ ] coffee table (0.6m tall, radius 1m) - [ ] bed (3.0x0.2x1.4) - [ ] [[medbay]] props: - - [ ] operating table (4.0x2.0x1.0, surface height 0.2m, 7 sides) + - [x] operating table (4.0x2.0x1.0, surface height 0.2m, 7 sides) - [ ] wraparound desk - [x] OR cart (0.7x1.2x1.0) - [ ] OR monitor cart (0.7x1.7x1.0)