114 lines
3.5 KiB
Text
114 lines
3.5 KiB
Text
[gd_resource type="Resource" script_class="UnlockDataCollection" load_steps=10 format=3 uid="uid://b4c01yrmp1wf2"]
|
|
|
|
[ext_resource type="Script" uid="uid://bg1ymgbdcwc0j" path="res://resources/UnlockDataCollection.gd" id="1_gdehu"]
|
|
[ext_resource type="Script" uid="uid://biqqffne7dd8r" path="res://resources/UnlockDataResource.gd" id="2_1js7i"]
|
|
|
|
[sub_resource type="Resource" id="Resource_gdehu"]
|
|
script = ExtResource("2_1js7i")
|
|
unlock_id = 1
|
|
unlock_name = "Marketing"
|
|
unlock_description = "Affects the amount people are willing to pay for your whittling"
|
|
base_cost = 200
|
|
is_scaling = true
|
|
max_rank = 5
|
|
cost_ladder = [200, 1200, 6000, 25000, 80000]
|
|
effect_scaling_multiplier = 1.6
|
|
base_modifiers = {
|
|
"sale_price_modifier": 1.5
|
|
}
|
|
metadata/_custom_type_script = "uid://biqqffne7dd8r"
|
|
|
|
[sub_resource type="Resource" id="Resource_1js7i"]
|
|
script = ExtResource("2_1js7i")
|
|
unlock_id = 2
|
|
unlock_name = "Wood"
|
|
unlock_description = "Increases the amount of wood produced per click"
|
|
base_cost = 100
|
|
is_scaling = true
|
|
max_rank = 4
|
|
cost_ladder = [100, 400, 2000, 8000]
|
|
effect_scaling_type = 0
|
|
effect_linear_increase = 5.0
|
|
base_modifiers = {
|
|
"wood_per_click_modifier": 5.0
|
|
}
|
|
metadata/_custom_type_script = "uid://biqqffne7dd8r"
|
|
|
|
[sub_resource type="Resource" id="Resource_xbpe0"]
|
|
script = ExtResource("2_1js7i")
|
|
unlock_id = 3
|
|
unlock_name = "Demand"
|
|
unlock_description = "How many whittled products can be purchased per tick"
|
|
base_cost = 300
|
|
is_scaling = true
|
|
max_rank = 4
|
|
cost_ladder = [300, 1500, 8000, 35000]
|
|
effect_scaling_multiplier = 2.0
|
|
base_modifiers = {
|
|
"purchase_rate_modifier": 2.0
|
|
}
|
|
metadata/_custom_type_script = "uid://biqqffne7dd8r"
|
|
|
|
[sub_resource type="Resource" id="Resource_nbe0w"]
|
|
script = ExtResource("2_1js7i")
|
|
unlock_id = 4
|
|
unlock_name = "Efficiency"
|
|
unlock_description = "How many things you can produce per whittle"
|
|
base_cost = 150
|
|
is_scaling = true
|
|
max_rank = 5
|
|
cost_ladder = [150, 800, 4000, 18000, 60000]
|
|
effect_scaling_type = 0
|
|
effect_linear_increase = 1.0
|
|
base_modifiers = {
|
|
"efficiency_modifier": 2.0
|
|
}
|
|
metadata/_custom_type_script = "uid://biqqffne7dd8r"
|
|
|
|
[sub_resource type="Resource" id="Resource_ppuju"]
|
|
script = ExtResource("2_1js7i")
|
|
unlock_id = 5
|
|
unlock_name = "Wholesale"
|
|
unlock_description = "Sell multiples of 100 at 20% extra income"
|
|
base_cost = 18000
|
|
base_modifiers = {
|
|
"UNLOCK_ONESHOT_WHOLESALE": 1.0
|
|
}
|
|
metadata/_custom_type_script = "uid://biqqffne7dd8r"
|
|
|
|
[sub_resource type="Resource" id="Resource_chx6j"]
|
|
script = ExtResource("2_1js7i")
|
|
unlock_id = 6
|
|
unlock_name = "Multicraft"
|
|
unlock_description = "Just craft more stuff"
|
|
base_cost = 30000
|
|
is_scaling = true
|
|
max_rank = 2
|
|
cost_ladder = [30000, 100000]
|
|
effect_scaling_type = 0
|
|
effect_linear_increase = 1.0
|
|
base_modifiers = {
|
|
"multicraft_increase_modifier": 1.0
|
|
}
|
|
metadata/_custom_type_script = "uid://biqqffne7dd8r"
|
|
|
|
[sub_resource type="Resource" id="Resource_f82ch"]
|
|
script = ExtResource("2_1js7i")
|
|
unlock_id = 7
|
|
unlock_name = "Autowood"
|
|
unlock_description = "Automatically gather a percent of a clicks wood per tick"
|
|
base_cost = 500
|
|
is_scaling = true
|
|
max_rank = 5
|
|
cost_ladder = [500, 2000, 8000, 25000, 70000]
|
|
effect_scaling_type = 0
|
|
effect_linear_increase = 0.15
|
|
base_modifiers = {
|
|
"autowood_modifier": 0.15
|
|
}
|
|
metadata/_custom_type_script = "uid://biqqffne7dd8r"
|
|
|
|
[resource]
|
|
script = ExtResource("1_gdehu")
|
|
unlocks = Array[ExtResource("2_1js7i")]([SubResource("Resource_gdehu"), SubResource("Resource_1js7i"), SubResource("Resource_xbpe0"), SubResource("Resource_nbe0w"), SubResource("Resource_ppuju"), SubResource("Resource_chx6j"), SubResource("Resource_f82ch")])
|
|
metadata/_custom_type_script = "uid://bg1ymgbdcwc0j"
|