68 lines
2.2 KiB
Plaintext
68 lines
2.2 KiB
Plaintext
[gd_resource type="Resource" script_class="MissionData" load_steps=4 format=3 uid="uid://bho4qh41asyk1"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/mission/mission_objective.gd" id="1_dhx01"]
|
|
[ext_resource type="Script" path="res://scripts/mission/mission_data.gd" id="2_mum3p"]
|
|
|
|
[sub_resource type="Resource" id="Resource_c06be"]
|
|
script = ExtResource("1_dhx01")
|
|
type = 3
|
|
target_count = 40
|
|
current_count = 0
|
|
description = "Build 40 residential buildings with construction workers"
|
|
completed = false
|
|
|
|
[resource]
|
|
script = ExtResource("2_mum3p")
|
|
id = "4"
|
|
title = "City Expansion Project"
|
|
description = "Your city needs to grow! Build 40 residential buildings using your team of construction workers. Watch as they construct each building from the ground up!"
|
|
objectives = Array[ExtResource("1_dhx01")]([SubResource("Resource_c06be")])
|
|
rewards = {
|
|
"cash": 0
|
|
}
|
|
next_mission_id = "5"
|
|
graph_path = ""
|
|
full_screen_path = ""
|
|
intro_text = "Your city is expanding rapidly! Now that you've learned which construction company is more efficient, it's time to put them to work."
|
|
question_text = ""
|
|
correct_answer = ""
|
|
feedback_text = ""
|
|
incorrect_feedback = ""
|
|
company_data = ""
|
|
power_math_content = ""
|
|
num_of_user_inputs = 1
|
|
input_labels = Array[String]([])
|
|
companion_dialog = {
|
|
"hint_request": {
|
|
"animation": "thinking",
|
|
"duration": 5000,
|
|
"text": "Try placing the construction workers near where you want to build. They'll automatically start constructing buildings!"
|
|
},
|
|
"mission_completed": {
|
|
"animation": "celebration",
|
|
"duration": 5000,
|
|
"text": "Amazing job! You've successfully built all 40 residential buildings. The city looks fantastic!"
|
|
},
|
|
"mission_progress_25": {
|
|
"animation": "happy",
|
|
"duration": 5000,
|
|
"text": "Great progress! You've completed 25% of the buildings. Keep it up!"
|
|
},
|
|
"mission_progress_50": {
|
|
"animation": "excited",
|
|
"duration": 5000,
|
|
"text": "Halfway there! The city is really taking shape now."
|
|
},
|
|
"mission_progress_75": {
|
|
"animation": "excited",
|
|
"duration": 5000,
|
|
"text": "Almost there! Just a few more buildings to go."
|
|
},
|
|
"mission_started": {
|
|
"animation": "greeting",
|
|
"duration": 5000,
|
|
"text": "Welcome to the City Expansion Project! We need to build 40 residential buildings using our construction workers."
|
|
}
|
|
}
|
|
unlocked_items = Array[String]([])
|