Add prestige
This commit is contained in:
@@ -3,14 +3,22 @@
|
||||
[ext_resource type="Script" uid="uid://r4js5eajolio" path="res://core/goals/goal_requirement_data.gd" id="1_pj6se"]
|
||||
[ext_resource type="Resource" uid="uid://brqaojindcxa5" path="res://idles/currencies/magic.tres" id="2_lsxf0"]
|
||||
[ext_resource type="Script" uid="uid://dx4kmh33rrkpy" path="res://core/goals/goal_data.gd" id="3_hyry2"]
|
||||
[ext_resource type="Resource" uid="uid://cythfovqgqlyh" path="res://idles/currencies/wood.tres" id="3_lsxf0"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_tvl3d"]
|
||||
script = ExtResource("1_pj6se")
|
||||
currency = ExtResource("2_lsxf0")
|
||||
amount_mantissa = 1.3
|
||||
amount_mantissa = 3.5
|
||||
amount_exponent = 5
|
||||
|
||||
[sub_resource type="Resource" id="Resource_hyry2"]
|
||||
script = ExtResource("1_pj6se")
|
||||
currency = ExtResource("3_lsxf0")
|
||||
amount_mantissa = 2.0
|
||||
amount_exponent = 4
|
||||
metadata/_custom_type_script = "uid://r4js5eajolio"
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_hyry2")
|
||||
id = &"magic_total_13k"
|
||||
requirements = Array[ExtResource("1_pj6se")]([SubResource("Resource_tvl3d")])
|
||||
id = &"magic_350k_wood_20k"
|
||||
requirements = Array[ExtResource("1_pj6se")]([SubResource("Resource_tvl3d"), SubResource("Resource_hyry2")])
|
||||
|
||||
25
idles/prestige/primary_prestige.tres
Normal file
25
idles/prestige/primary_prestige.tres
Normal file
@@ -0,0 +1,25 @@
|
||||
[gd_resource type="Resource" script_class="PrestigeConfig" format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://core/prestige/prestige_config.gd" id="1_3tg3a"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_3tg3a")
|
||||
id = &"ascension"
|
||||
display_name = "Ascension"
|
||||
prestige_currency_id = &"ascension"
|
||||
source_currency_id = &"magic"
|
||||
basis = 0
|
||||
formula = 0
|
||||
threshold_mantissa = 1.0
|
||||
threshold_exponent = 4
|
||||
scale = 1.0
|
||||
exponent = 0.5
|
||||
flat_bonus = 0.0
|
||||
minimum_gain = 0
|
||||
rounding_mode = 0
|
||||
allow_prestige_without_gain = false
|
||||
multiplier_mode = 0
|
||||
base_multiplier = 1.0
|
||||
multiplier_per_prestige = 0.05
|
||||
multiplier_exponent = 1.0
|
||||
metadata/_custom_type_script = "res://core/prestige/prestige_config.gd"
|
||||
Reference in New Issue
Block a user