Add sample Stele to overworld

This commit is contained in:
2026-02-12 21:39:10 -08:00
parent d503413140
commit c755485855
29 changed files with 490 additions and 72 deletions

View File

@@ -1,5 +1,6 @@
[gd_scene load_steps=7 format=4 uid="uid://b3owhc620qisb"]
[gd_scene load_steps=12 format=4 uid="uid://b3owhc620qisb"]
[ext_resource type="Script" uid="uid://dcqssoikr3pl7" path="res://src/npc/Npc.cs" id="1_c03g6"]
[ext_resource type="Texture2D" uid="uid://dcodsa21o3syb" path="res://src/map/assets/Steles/Steles_C024_C.jpg" id="1_o7s11"]
[ext_resource type="Texture2D" uid="uid://c8nvb5jn8f6k1" path="res://src/map/assets/Steles/Steles_Untitled-1.png" id="2_u6crp"]
@@ -73,7 +74,24 @@ _surfaces = [{
blend_shape_mode = 0
shadow_mesh = SubResource("ArrayMesh_ein7a")
[sub_resource type="CylinderShape3D" id="CylinderShape3D_c03g6"]
height = 20.9375
radius = 9.34375
[sub_resource type="CylinderShape3D" id="CylinderShape3D_xkojd"]
height = 15.5671
radius = 15.1045
[sub_resource type="CylinderShape3D" id="CylinderShape3D_flixp"]
height = 5.79199
radius = 1.16748
[sub_resource type="CylinderShape3D" id="CylinderShape3D_hrxn4"]
height = 5.2554
radius = 1.941
[node name="SteleA" type="Node3D"]
script = ExtResource("1_c03g6")
[node name="Steles_" type="Node3D" parent="."]
@@ -83,3 +101,42 @@ shadow_mesh = SubResource("ArrayMesh_ein7a")
transform = Transform3D(0.45, 0, 0, 0, 0.45, 0, 0, 0, 0.45, -8.22186, 1.13704, 0)
mesh = SubResource("ArrayMesh_ejdd3")
skeleton = NodePath("")
[node name="DialogueZone" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.273779, 0, 0)
collision_layer = 2
collision_mask = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="DialogueZone"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00627995, 1.69336, -0.00723076)
shape = SubResource("CylinderShape3D_c03g6")
[node name="DialogueExitZone" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.273779, 0, 0)
collision_layer = 2
collision_mask = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="DialogueExitZone"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00627995, 1.62122, -0.00723076)
shape = SubResource("CylinderShape3D_xkojd")
[node name="Collision" type="RigidBody3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0978584, 0.0479951, 0)
collision_mask = 0
gravity_scale = 0.0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Collision"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.155303, 1.896, 0.348136)
shape = SubResource("CylinderShape3D_flixp")
[node name="Hitbox" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.269574, 0, 0)
collision_layer = 0
collision_mask = 2068
[node name="CollisionShape3D" type="CollisionShape3D" parent="Hitbox"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.31993, 2.22978, 0.307625)
shape = SubResource("CylinderShape3D_hrxn4")

View File

@@ -1,6 +1,7 @@
[gd_scene load_steps=9 format=4 uid="uid://r5d74jsx8tq6"]
[gd_scene load_steps=14 format=4 uid="uid://r5d74jsx8tq6"]
[ext_resource type="Texture2D" uid="uid://35g2bx4vh3wd" path="res://src/map/assets/Steles/Steles_IMG0031.png" id="1_6obim"]
[ext_resource type="Script" uid="uid://dcqssoikr3pl7" path="res://src/npc/Npc.cs" id="1_ochsp"]
[ext_resource type="Texture2D" uid="uid://c8nvb5jn8f6k1" path="res://src/map/assets/Steles/Steles_Untitled-1.png" id="2_ochsp"]
[ext_resource type="Texture2D" uid="uid://bwelhd4sx7mkw" path="res://src/map/assets/Steles/Steles_COPPEROX.jpg" id="3_4nuqd"]
@@ -102,7 +103,24 @@ _surfaces = [{
blend_shape_mode = 0
shadow_mesh = SubResource("ArrayMesh_vep6p")
[node name="SteleA" type="Node3D"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_4nuqd"]
height = 20.9375
radius = 9.34375
[sub_resource type="CylinderShape3D" id="CylinderShape3D_1snst"]
height = 15.5671
radius = 15.1045
[sub_resource type="CylinderShape3D" id="CylinderShape3D_ochsp"]
height = 3.86572
radius = 1.21191
[sub_resource type="CylinderShape3D" id="CylinderShape3D_jdh7s"]
height = 4.34136
radius = 1.941
[node name="SteleB" type="Node3D"]
script = ExtResource("1_ochsp")
[node name="Steles_" type="Node3D" parent="."]
@@ -110,3 +128,42 @@ shadow_mesh = SubResource("ArrayMesh_vep6p")
transform = Transform3D(0.45, 0, 0, 0, 0.45, 0, 0, 0, 0.45, 0, 1.21845, 0)
mesh = SubResource("ArrayMesh_emikr")
skeleton = NodePath("")
[node name="DialogueZone" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.273779, 0, 0)
collision_layer = 2
collision_mask = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="DialogueZone"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00627995, 1.69336, -0.00723076)
shape = SubResource("CylinderShape3D_4nuqd")
[node name="DialogueExitZone" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.273779, 0, 0)
collision_layer = 2
collision_mask = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="DialogueExitZone"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00627995, 1.62122, -0.00723076)
shape = SubResource("CylinderShape3D_1snst")
[node name="Collision" type="RigidBody3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0978584, 0.0479951, 0)
collision_mask = 0
gravity_scale = 0.0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Collision"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0919093, 0.932861, 0.069788)
shape = SubResource("CylinderShape3D_ochsp")
[node name="Hitbox" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.269574, 0, 0)
collision_layer = 0
collision_mask = 2068
[node name="CollisionShape3D" type="CollisionShape3D" parent="Hitbox"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.295321, 1.04856, 0)
shape = SubResource("CylinderShape3D_jdh7s")

View File

@@ -1,6 +1,7 @@
[gd_scene load_steps=9 format=4 uid="uid://btjwytsymvxiv"]
[gd_scene load_steps=14 format=4 uid="uid://btjwytsymvxiv"]
[ext_resource type="Texture2D" uid="uid://35g2bx4vh3wd" path="res://src/map/assets/Steles/Steles_IMG0031.png" id="1_mtjg5"]
[ext_resource type="Script" uid="uid://dcqssoikr3pl7" path="res://src/npc/Npc.cs" id="1_t14ca"]
[ext_resource type="Texture2D" uid="uid://br8l5h7n6t41d" path="res://src/map/assets/Steles/Steles_eye.png" id="2_t14ca"]
[ext_resource type="Texture2D" uid="uid://c8nvb5jn8f6k1" path="res://src/map/assets/Steles/Steles_Untitled-1.png" id="3_1uk4s"]
@@ -109,12 +110,65 @@ _surfaces = [{
blend_shape_mode = 0
shadow_mesh = SubResource("ArrayMesh_oi256")
[node name="SteleA" type="Node3D"]
transform = Transform3D(0.45, 0, 0, 0, 0.45, 0, 0, 0, 0.45, -0.375539, 0, 0)
[sub_resource type="CylinderShape3D" id="CylinderShape3D_1uk4s"]
height = 20.9375
radius = 9.34375
[sub_resource type="CylinderShape3D" id="CylinderShape3D_lr58a"]
height = 15.5671
radius = 15.1045
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_heqt4"]
radius = 0.837722
height = 2.8375
[sub_resource type="CylinderShape3D" id="CylinderShape3D_wx556"]
height = 2.24425
radius = 1.941
[node name="SteleC" type="Node3D"]
script = ExtResource("1_t14ca")
[node name="Steles_" type="Node3D" parent="."]
[node name="Cube_001" type="MeshInstance3D" parent="Steles_"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -22.263, 2.53447, -0.935844)
transform = Transform3D(0.45, 0, 0, 0, 0.45, 0, 0, 0, 0.45, -10.2297, 1.16462, -0.343826)
mesh = SubResource("ArrayMesh_rms5v")
skeleton = NodePath("")
[node name="DialogueZone" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.273779, 0, 0)
collision_layer = 2
collision_mask = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="DialogueZone"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00627995, 1.69336, -0.00723076)
shape = SubResource("CylinderShape3D_1uk4s")
[node name="DialogueExitZone" type="Area3D" parent="."]
unique_name_in_owner = true
collision_layer = 2
collision_mask = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="DialogueExitZone"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00627995, 1.62122, -0.00723076)
shape = SubResource("CylinderShape3D_lr58a")
[node name="Collision" type="RigidBody3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.15041, 1.1325, 0)
collision_mask = 0
gravity_scale = 0.0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Collision"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.171734, 0, 0)
shape = SubResource("CapsuleShape3D_heqt4")
[node name="Hitbox" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0312473, 0, 0)
collision_layer = 0
collision_mask = 2068
[node name="CollisionShape3D" type="CollisionShape3D" parent="Hitbox"]
shape = SubResource("CylinderShape3D_wx556")

View File

@@ -1,6 +1,7 @@
[gd_scene load_steps=11 format=4 uid="uid://0aqllfpimgq"]
[gd_scene load_steps=16 format=4 uid="uid://0aqllfpimgq"]
[ext_resource type="Texture2D" uid="uid://dcodsa21o3syb" path="res://src/map/assets/Steles/Steles_C024_C.jpg" id="1_eu5gg"]
[ext_resource type="Script" uid="uid://dcqssoikr3pl7" path="res://src/npc/Npc.cs" id="1_xe50d"]
[ext_resource type="Texture2D" uid="uid://dj2upntyeqryx" path="res://src/map/assets/Steles/Steles_COPPWIR.jpg" id="2_xe50d"]
[ext_resource type="Texture2D" uid="uid://bwelhd4sx7mkw" path="res://src/map/assets/Steles/Steles_COPPEROX.jpg" id="3_q5wc4"]
[ext_resource type="Texture2D" uid="uid://c8nvb5jn8f6k1" path="res://src/map/assets/Steles/Steles_Untitled-1.png" id="4_fpef4"]
@@ -131,7 +132,24 @@ _surfaces = [{
blend_shape_mode = 0
shadow_mesh = SubResource("ArrayMesh_xnulk")
[node name="SteleA" type="Node3D"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_xe50d"]
height = 20.9375
radius = 9.34375
[sub_resource type="CylinderShape3D" id="CylinderShape3D_q5wc4"]
height = 15.5671
radius = 15.1045
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_fpef4"]
radius = 1.3
height = 3.0
[sub_resource type="CylinderShape3D" id="CylinderShape3D_w60kl"]
height = 2.24425
radius = 1.941
[node name="SteleD" type="Node3D"]
script = ExtResource("1_xe50d")
[node name="Steles_" type="Node3D" parent="."]
@@ -139,3 +157,42 @@ shadow_mesh = SubResource("ArrayMesh_xnulk")
transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 2.35051, 1.34928, -0.352509)
mesh = SubResource("ArrayMesh_app7n")
skeleton = NodePath("")
[node name="DialogueZone" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.273779, 0, 0)
collision_layer = 2
collision_mask = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="DialogueZone"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00627995, 1.69336, -0.00723076)
shape = SubResource("CylinderShape3D_xe50d")
[node name="DialogueExitZone" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.273779, 0, 0)
collision_layer = 2
collision_mask = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="DialogueExitZone"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00627995, 1.62122, -0.00723076)
shape = SubResource("CylinderShape3D_q5wc4")
[node name="Collision" type="RigidBody3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.17643, 1.18735, 0)
collision_mask = 0
gravity_scale = 0.0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Collision"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.153646, 0, 0.0542672)
shape = SubResource("CapsuleShape3D_fpef4")
[node name="Hitbox" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.269574, 0, 0)
collision_layer = 0
collision_mask = 2068
[node name="CollisionShape3D" type="CollisionShape3D" parent="Hitbox"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.307513, 1.09007, 0.108534)
shape = SubResource("CylinderShape3D_w60kl")

View File

@@ -1,6 +1,7 @@
[gd_scene load_steps=5 format=4 uid="uid://cn13lho2so7sr"]
[gd_scene load_steps=10 format=4 uid="uid://cn13lho2so7sr"]
[ext_resource type="Texture2D" uid="uid://bwelhd4sx7mkw" path="res://src/map/assets/Steles/Steles_COPPEROX.jpg" id="1_2erh4"]
[ext_resource type="Script" uid="uid://dcqssoikr3pl7" path="res://src/npc/Npc.cs" id="1_kuew0"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_f3mmc"]
resource_name = "Material.006"
@@ -41,8 +42,25 @@ _surfaces = [{
blend_shape_mode = 0
shadow_mesh = SubResource("ArrayMesh_psm0w")
[node name="SteleA" type="Node3D"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_kuew0"]
height = 20.9375
radius = 9.34375
[sub_resource type="CylinderShape3D" id="CylinderShape3D_yvxj1"]
height = 15.5671
radius = 15.1045
[sub_resource type="CylinderShape3D" id="CylinderShape3D_jy3h7"]
height = 7.45923
radius = 2.05713
[sub_resource type="CylinderShape3D" id="CylinderShape3D_m1n1c"]
height = 2.24425
radius = 1.941
[node name="SteleE" type="Node3D"]
transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)
script = ExtResource("1_kuew0")
[node name="Steles_" type="Node3D" parent="."]
@@ -50,3 +68,41 @@ transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.80543, 2.55103, 0)
mesh = SubResource("ArrayMesh_foqvg")
skeleton = NodePath("")
[node name="DialogueZone" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.273779, 0, 0)
collision_layer = 2
collision_mask = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="DialogueZone"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00627995, 1.69336, -0.00723076)
shape = SubResource("CylinderShape3D_kuew0")
[node name="DialogueExitZone" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.273779, 0, 0)
collision_layer = 2
collision_mask = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="DialogueExitZone"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00627995, 1.62122, -0.00723076)
shape = SubResource("CylinderShape3D_yvxj1")
[node name="Collision" type="RigidBody3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0978584, 0.0479951, 0)
collision_mask = 0
gravity_scale = 0.0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Collision"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.171734, 2.72961, 0.401873)
shape = SubResource("CylinderShape3D_jy3h7")
[node name="Hitbox" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.269574, 0, 0.487987)
collision_layer = 0
collision_mask = 2068
[node name="CollisionShape3D" type="CollisionShape3D" parent="Hitbox"]
shape = SubResource("CylinderShape3D_m1n1c")

View File

@@ -1,5 +1,6 @@
[gd_scene load_steps=8 format=4 uid="uid://d6pjtdg6wh38"]
[gd_scene load_steps=13 format=4 uid="uid://d6pjtdg6wh38"]
[ext_resource type="Script" uid="uid://dcqssoikr3pl7" path="res://src/npc/Npc.cs" id="1_38s7d"]
[ext_resource type="Texture2D" uid="uid://br0vjonsyq32m" path="res://src/map/assets/Steles/Steles_ALUMPLAT.jpg" id="1_hc3bc"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_a85ng"]
@@ -106,7 +107,23 @@ _surfaces = [{
blend_shape_mode = 0
shadow_mesh = SubResource("ArrayMesh_vdjci")
[node name="SteleA" type="Node3D"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_y65cn"]
height = 20.9375
radius = 9.34375
[sub_resource type="CylinderShape3D" id="CylinderShape3D_qws0o"]
height = 15.5671
radius = 15.1045
[sub_resource type="CylinderShape3D" id="CylinderShape3D_38s7d"]
radius = 0.709473
[sub_resource type="CylinderShape3D" id="CylinderShape3D_sma6b"]
height = 2.24425
radius = 1.941
[node name="SteleF" type="Node3D"]
script = ExtResource("1_38s7d")
[node name="Steles_" type="Node3D" parent="."]
@@ -119,3 +136,42 @@ skeleton = NodePath("")
transform = Transform3D(0.45, 0, 0, 0, 0.45, 0, 0, 0, 0.45, -4.08766, 1.19309, -0.200031)
mesh = SubResource("ArrayMesh_sqhs8")
skeleton = NodePath("")
[node name="DialogueZone" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.273779, 0, 0)
collision_layer = 2
collision_mask = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="DialogueZone"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00627995, 1.69336, -0.00723076)
shape = SubResource("CylinderShape3D_y65cn")
[node name="DialogueExitZone" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.273779, 0, 0)
collision_layer = 2
collision_mask = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="DialogueExitZone"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00627995, 1.62122, -0.00723076)
shape = SubResource("CylinderShape3D_qws0o")
[node name="Collision" type="RigidBody3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0978584, 0.0479951, 0)
collision_mask = 0
gravity_scale = 0.0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Collision"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.142489, 0.965266, 0.039897)
shape = SubResource("CylinderShape3D_38s7d")
[node name="Hitbox" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.269574, 0, 0)
collision_layer = 0
collision_mask = 2068
[node name="CollisionShape3D" type="CollisionShape3D" parent="Hitbox"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.36016, 0)
shape = SubResource("CylinderShape3D_sma6b")

View File

@@ -1,6 +1,7 @@
[gd_scene load_steps=7 format=4 uid="uid://bxjcnuf2g8iox"]
[gd_scene load_steps=12 format=4 uid="uid://bxjcnuf2g8iox"]
[ext_resource type="Texture2D" uid="uid://35g2bx4vh3wd" path="res://src/map/assets/Steles/Steles_IMG0031.png" id="1_nj8pm"]
[ext_resource type="Script" uid="uid://dcqssoikr3pl7" path="res://src/npc/Npc.cs" id="1_ts7fn"]
[ext_resource type="Texture2D" uid="uid://jdweu6rj63e5" path="res://src/map/assets/Steles/Steles_Swirld.png" id="2_ts7fn"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_rgye3"]
@@ -75,7 +76,24 @@ _surfaces = [{
blend_shape_mode = 0
shadow_mesh = SubResource("ArrayMesh_yk4v3")
[node name="SteleA" type="Node3D"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_dkr3t"]
height = 20.9375
radius = 9.34375
[sub_resource type="CylinderShape3D" id="CylinderShape3D_vn7mj"]
height = 15.5671
radius = 15.1045
[sub_resource type="CylinderShape3D" id="CylinderShape3D_ts7fn"]
height = 4.62598
radius = 1.13965
[sub_resource type="CylinderShape3D" id="CylinderShape3D_feicv"]
height = 3.80425
radius = 1.941
[node name="SteleG" type="Node3D"]
script = ExtResource("1_ts7fn")
[node name="Steles_" type="Node3D" parent="."]
@@ -85,3 +103,42 @@ mesh = SubResource("ArrayMesh_qi4tq")
skeleton = NodePath("")
[node name="Cylinder_006" type="Node3D" parent="Steles_"]
[node name="DialogueZone" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.273779, 0, 0)
collision_layer = 2
collision_mask = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="DialogueZone"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00627995, 1.69336, -0.00723076)
shape = SubResource("CylinderShape3D_dkr3t")
[node name="DialogueExitZone" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.273779, 0, 0)
collision_layer = 2
collision_mask = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="DialogueExitZone"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00627995, 1.62122, -0.00723076)
shape = SubResource("CylinderShape3D_vn7mj")
[node name="Collision" type="RigidBody3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0978584, 0.0479951, 0)
collision_mask = 0
gravity_scale = 0.0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Collision"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.134203, 1.31299, 0.24264)
shape = SubResource("CylinderShape3D_ts7fn")
[node name="Hitbox" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.269574, 0, 0)
collision_layer = 0
collision_mask = 2068
[node name="CollisionShape3D" type="CollisionShape3D" parent="Hitbox"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.284839, 0.780002, 0.316487)
shape = SubResource("CylinderShape3D_feicv")