Improve prestige and add ascension as currency

This commit is contained in:
2026-04-14 00:10:57 +02:00
parent 9d10ccb8dc
commit 0e8c682ae7
18 changed files with 294 additions and 61 deletions

View File

@@ -28,9 +28,9 @@ shape = SubResource("RectangleShape2D_82rmq")
[node name="GeneratorContainer" parent="." unique_id=1451609580 node_paths=PackedStringArray("_generator") instance=ExtResource("5_82rmq")]
visible = false
offset_left = 48.0
offset_left = 138.0
offset_top = -100.0
offset_right = 312.0
offset_right = 402.0
offset_bottom = 110.0
_generator = NodePath("../CurrencyGenerator")

View File

@@ -1,7 +1,5 @@
[gd_resource type="Resource" script_class="CurrencyGeneratorData" format=3 uid="uid://d08h51y0pnsnf"]
[ext_resource type="Script" uid="uid://dnhocfsuvmeyb" path="res://core/generator/generator_buff_data.gd" id="1_cl7uf"]
[ext_resource type="Resource" uid="uid://cg7os1rfknw05" path="res://docs/gyms/tiny_sword/buffs/farm_auto_flux_buff.tres" id="2_bbypn"]
[ext_resource type="Resource" uid="uid://dfxk30o34qe2s" path="res://docs/gyms/tiny_sword/currencies/worker.tres" id="3_bbypn"]
[ext_resource type="Script" uid="uid://b00tqsuhxdy0d" path="res://core/generator/currency_generator_data.gd" id="4_0kvfm"]
[ext_resource type="Resource" uid="uid://cts0407h130d6" path="res://docs/gyms/tiny_sword/goals/gold_total_1300_goal.tres" id="5_qiy1b"]
@@ -15,11 +13,7 @@ starts_available = false
initial_owned = 1
purchase_currency = ExtResource("3_bbypn")
unlock_goal = ExtResource("5_qiy1b")
unlock_goal_behavior = 1
initial_cost = 1.0
coefficient = 1.0
initial_time = 3.0
initial_revenue = 60.0
initial_productivity = 20.0
buffs = Array[ExtResource("1_cl7uf")]([ExtResource("2_bbypn")])
metadata/_custom_type_script = "uid://b00tqsuhxdy0d"

View File

@@ -27,9 +27,8 @@ position = Vector2(0.5, -2.5)
shape = SubResource("RectangleShape2D_v4aq3")
[node name="GeneratorContainer" parent="." unique_id=1451609580 node_paths=PackedStringArray("_generator") instance=ExtResource("5_rh3m6")]
visible = false
offset_left = 48.0
offset_left = 128.0
offset_top = -100.0
offset_right = 312.0
offset_right = 392.0
offset_bottom = 110.0
_generator = NodePath("../CurrencyGenerator")