48 lines
1.6 KiB
Plaintext
48 lines
1.6 KiB
Plaintext
[gd_resource type="Resource" script_class="MissionData" load_steps=4 format=3 uid="uid://duaxn13myfx22"]
|
|
|
|
[ext_resource type="Script" uid="uid://be2nkvjhpebhi" path="res://scripts/mission/mission_objective.gd" id="1_40kcw"]
|
|
[ext_resource type="Script" uid="uid://cjaik5ku37xqx" path="res://scripts/mission/mission_data.gd" id="2_x8j3r"]
|
|
|
|
[sub_resource type="Resource" id="Resource_qlixo"]
|
|
script = ExtResource("1_40kcw")
|
|
type = 3
|
|
target_count = 100
|
|
current_count = 0
|
|
description = "Increase population to 100 citizens"
|
|
completed = false
|
|
|
|
[resource]
|
|
script = ExtResource("2_x8j3r")
|
|
id = "16"
|
|
title = "Sustainable Development"
|
|
description = "Your city is growing rapidly, but you need to ensure this growth happens sustainably. Model population growth to ensure you can meet everyone's needs."
|
|
objectives = Array[ExtResource("1_40kcw")]([SubResource("Resource_qlixo")])
|
|
rewards = {
|
|
"cash": 500
|
|
}
|
|
next_mission_id = "17"
|
|
graph_path = ""
|
|
full_screen_path = ""
|
|
intro_text = "Let's model sustainable population growth! Grow your city to 100 citizens while balancing resources."
|
|
question_text = ""
|
|
correct_answer = ""
|
|
feedback_text = ""
|
|
incorrect_feedback = ""
|
|
company_data = ""
|
|
power_math_content = ""
|
|
num_of_user_inputs = 1
|
|
input_labels = Array[String]([])
|
|
companion_dialog = {
|
|
"mission_completed": {
|
|
"animation": "happy",
|
|
"duration": 6000,
|
|
"text": ["Congratulations on reaching 100 citizens! Your sustainable growth model is working well."]
|
|
},
|
|
"mission_started": {
|
|
"animation": "excited",
|
|
"duration": 6000,
|
|
"text": ["Time to model sustainable growth! Can we grow our population while maintaining quality of life?"]
|
|
}
|
|
}
|
|
unlocked_items = Array[String]([])
|