112 lines
4.9 KiB
Plaintext
112 lines
4.9 KiB
Plaintext
[gd_scene load_steps=16 format=3 uid="uid://dx6fv8n4jl5ku"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://yhtpoum3eek7" path="res://scenes/Entities/Rosa.tscn" id="1_7b7hx"]
|
|
[ext_resource type="Script" uid="uid://c37crdel0m5mw" path="res://scripts/Map/Map.gd" id="1_ru75d"]
|
|
[ext_resource type="PackedScene" uid="uid://dr4b2pmsknuhc" path="res://scenes/Entities/TestNPC.tscn" id="2_cg1ph"]
|
|
[ext_resource type="PackedScene" uid="uid://lh713g04d3bg" path="res://scenes/Maps/TestMap/TestMapGround.tscn" id="3_gxq5o"]
|
|
[ext_resource type="PackedScene" uid="uid://boj5o4fx41rv8" path="res://scenes/Maps/TestMap/TestMapBuilding.tscn" id="4_brp0k"]
|
|
[ext_resource type="PackedScene" uid="uid://bes5p6ckw6d58" path="res://scenes/Entities/ItemOnGround.tscn" id="4_ejcqv"]
|
|
[ext_resource type="Script" uid="uid://tkfc88q8m86f" path="res://scripts/Event/EventConversation.gd" id="5_cg1ph"]
|
|
[ext_resource type="Script" uid="uid://y7ckj1tn5cro" path="res://scripts/Event/EventTextbox.gd" id="6_gxq5o"]
|
|
[ext_resource type="Script" uid="uid://c4d7nithqnx5y" path="res://scripts/Event/Quest/EventStartQuest.gd" id="7_brp0k"]
|
|
[ext_resource type="PackedScene" uid="uid://bkj630bhmnvsi" path="res://scenes/Entities/Sign.tscn" id="9_xfqoe"]
|
|
[ext_resource type="Script" uid="uid://b41umpbgqfuc2" path="res://scripts/Event/Item/EventGetItem.gd" id="10_avybc"]
|
|
[ext_resource type="Script" uid="uid://0ygswaohp7kj" path="res://scripts/Event/EventFlagModify.gd" id="12_ncdgy"]
|
|
|
|
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_e1h75"]
|
|
sky_horizon_color = Color(0.59625, 0.6135, 0.6375, 1)
|
|
sky_energy_multiplier = 0.0
|
|
ground_bottom_color = Color(0, 0, 0, 1)
|
|
ground_horizon_color = Color(0.59625, 0.6135, 0.6375, 1)
|
|
|
|
[sub_resource type="Sky" id="Sky_weucl"]
|
|
sky_material = SubResource("ProceduralSkyMaterial_e1h75")
|
|
|
|
[sub_resource type="Environment" id="Environment_nyivo"]
|
|
sky = SubResource("Sky_weucl")
|
|
ambient_light_source = 1
|
|
|
|
[node name="TestMap" type="Node3D"]
|
|
script = ExtResource("1_ru75d")
|
|
mapName = "My cool map"
|
|
|
|
[node name="Entities" type="Node3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.19857, 0.684572, 0.968477)
|
|
|
|
[node name="Rosa" parent="Entities" instance=ExtResource("1_7b7hx")]
|
|
|
|
[node name="Green" parent="Entities" node_paths=PackedStringArray("interactEvent") instance=ExtResource("2_cg1ph")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.88604, -0.224994, -1.36774)
|
|
interactEvent = NodePath("../../Events/TestConversation")
|
|
|
|
[node name="Sign" parent="Entities" node_paths=PackedStringArray("interactEvent") instance=ExtResource("9_xfqoe")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.56382, -0.547748, 1.61289)
|
|
interactEvent = NodePath("../../Events/TestConversation")
|
|
|
|
[node name="ItemOnGround" parent="Entities" instance=ExtResource("4_ejcqv")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.546944, -0.547748, -3.46628)
|
|
itemType = 1
|
|
quantity = 2
|
|
|
|
[node name="Map" type="Node3D" parent="."]
|
|
metadata/_edit_lock_ = true
|
|
|
|
[node name="Ground" parent="Map" instance=ExtResource("3_gxq5o")]
|
|
|
|
[node name="Building2" parent="Map" instance=ExtResource("4_brp0k")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 8.13514, 2.62692, -0.0984068)
|
|
collision_layer = 256
|
|
collision_mask = 2
|
|
|
|
[node name="Building" parent="Map" instance=ExtResource("4_brp0k")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.92766, 2.37929, -4.38178)
|
|
collision_layer = 256
|
|
collision_mask = 2
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="Map"]
|
|
environment = SubResource("Environment_nyivo")
|
|
|
|
[node name="OmniLight3D" type="OmniLight3D" parent="Map"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 7.20244, 3.80554)
|
|
light_energy = 3.375
|
|
shadow_bias = 0.0
|
|
shadow_normal_bias = 0.9
|
|
omni_range = 281.646
|
|
|
|
[node name="Events" type="Node" parent="."]
|
|
|
|
[node name="TestConversation" type="Node" parent="Events"]
|
|
script = ExtResource("5_cg1ph")
|
|
|
|
[node name="EventFlagModify" type="Node" parent="Events/TestConversation"]
|
|
script = ExtResource("12_ncdgy")
|
|
action = 2
|
|
event = 1
|
|
eventFlag = 1
|
|
metadata/_custom_type_script = "uid://0ygswaohp7kj"
|
|
|
|
[node name="Text 0" type="Node" parent="Events/TestConversation"]
|
|
script = ExtResource("6_gxq5o")
|
|
text = "I am giving you a quest to gather some ingredients."
|
|
|
|
[node name="Quest" type="Node" parent="Events/TestConversation"]
|
|
script = ExtResource("7_brp0k")
|
|
metadata/_custom_type_script = "uid://c4d7nithqnx5y"
|
|
|
|
[node name="Text 1" type="Node" parent="Events/TestConversation"]
|
|
script = ExtResource("6_gxq5o")
|
|
text = "Thanks for closing the quest menu"
|
|
|
|
[node name="Get Item" type="Node" parent="Events/TestConversation"]
|
|
script = ExtResource("10_avybc")
|
|
getType = 1
|
|
metadata/_custom_type_script = "uid://b41umpbgqfuc2"
|
|
|
|
[node name="Text 2" type="Node" parent="Events/TestConversation"]
|
|
script = ExtResource("6_gxq5o")
|
|
text = "Thanks for taking that potion."
|
|
|
|
[node name="EventConversation" type="Node" parent="Events"]
|
|
script = ExtResource("5_cg1ph")
|
|
metadata/_custom_type_script = "uid://tkfc88q8m86f"
|