prog
This commit is contained in:
@@ -46,7 +46,7 @@ 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
|
||||
itemType = 2
|
||||
quantity = 2
|
||||
|
||||
[node name="Map" type="Node3D" parent="."]
|
||||
@@ -106,7 +106,7 @@ metadata/_custom_type_script = "uid://c4d7nithqnx5y"
|
||||
|
||||
[node name="Text 1" type="Node" parent="Events/TestConversation/Before Quest STarted"]
|
||||
script = ExtResource("6_gxq5o")
|
||||
text = "Thanks for closing the quest menu"
|
||||
text = "Take this potion to help you on your way."
|
||||
|
||||
[node name="Get Item" type="Node" parent="Events/TestConversation/Before Quest STarted"]
|
||||
script = ExtResource("10_avybc")
|
||||
|
@@ -1,7 +1,20 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://1l0tymk8cfxu"]
|
||||
[gd_scene load_steps=6 format=3 uid="uid://1l0tymk8cfxu"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://j87s6jrx8unn" path="res://scripts/Singleton/Recipe.gd" id="1_o4nv4"]
|
||||
[ext_resource type="Script" uid="uid://dipvg4uwjv6p2" path="res://scripts/Cooking/Recipe.gd" id="2_f5akq"]
|
||||
[ext_resource type="Script" uid="uid://c26aptwsjs044" path="res://scripts/Item/ItemResource.gd" id="3_b8y03"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_3dxl6"]
|
||||
script = ExtResource("3_b8y03")
|
||||
itemType = 2
|
||||
count = 1
|
||||
metadata/_custom_type_script = "uid://c26aptwsjs044"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_b8y03"]
|
||||
script = ExtResource("3_b8y03")
|
||||
itemType = 1
|
||||
count = 1
|
||||
metadata/_custom_type_script = "uid://c26aptwsjs044"
|
||||
|
||||
[node name="RecipeSystem" type="Node"]
|
||||
script = ExtResource("1_o4nv4")
|
||||
@@ -10,4 +23,7 @@ metadata/_custom_type_script = "uid://j87s6jrx8unn"
|
||||
[node name="Ash-Baked Sweet Potato" type="Node" parent="."]
|
||||
script = ExtResource("2_f5akq")
|
||||
recipeName = "Ash-Baked Sweet Potato"
|
||||
recipeDescription = "Tender, warm, and sweet meal, made by baking a sweet potato in campfire embers. Comforting, simple, and gently filling."
|
||||
ingredients = Array[ExtResource("3_b8y03")]([SubResource("Resource_3dxl6")])
|
||||
outputs = Array[ExtResource("3_b8y03")]([SubResource("Resource_b8y03")])
|
||||
metadata/_custom_type_script = "uid://dipvg4uwjv6p2"
|
||||
|
Reference in New Issue
Block a user