Add final progression to tiny sword, fixes and tweeks required

This commit is contained in:
2026-05-15 00:47:38 +02:00
parent 66666defcb
commit 738381a16b
43 changed files with 1127 additions and 339 deletions

View File

@@ -0,0 +1,13 @@
[gd_resource type="Resource" script_class="PrestigeBuffNode" format=3]
[ext_resource type="Script" path="res://core/prestige/prestige_buff_node.gd" id="1_script"]
[resource]
script = ExtResource("1_script")
id = &"barracks_boost"
display_name = "Martial Prowess"
description = "Permanently increases barracks unit production."
parent_ids = Array[StringName]([&"wood_boost"])
effect_value = 2.0
target_id = &"barracks"
cost_mantissa = 5.0

View File

@@ -1,10 +1,12 @@
[gd_resource type="Resource" script_class="PrestigeBuffCatalogue" format=3]
[gd_resource type="Resource" script_class="PrestigeBuffCatalogue" format=3 uid="uid://dpt3j1c2ndgkj"]
[ext_resource type="Script" path="res://core/prestige/prestige_buff_node.gd" id="1_node"]
[ext_resource type="Script" path="res://core/prestige/prestige_buff_catalogue.gd" id="2_cat"]
[ext_resource type="Resource" path="res://docs/gyms/tiny_sword/prestige/prestige_buff_gold_boost.tres" id="3_gold"]
[ext_resource type="Resource" path="res://docs/gyms/tiny_sword/prestige/prestige_buff_farm_boost.tres" id="4_farm"]
[ext_resource type="Script" uid="uid://mjyig8xlgki0" path="res://core/prestige/prestige_buff_node.gd" id="1_node"]
[ext_resource type="Script" uid="uid://bjcvnyh2bc6l5" path="res://core/prestige/prestige_buff_catalogue.gd" id="2_cat"]
[ext_resource type="Resource" uid="uid://vl3ot4t876pc" path="res://docs/gyms/tiny_sword/prestige/prestige_buff_gold_boost.tres" id="3_gold"]
[ext_resource type="Resource" uid="uid://cvogxo0msis2w" path="res://docs/gyms/tiny_sword/prestige/prestige_buff_farm_boost.tres" id="4_farm"]
[ext_resource type="Resource" uid="uid://bif136o485oqh" path="res://docs/gyms/tiny_sword/prestige/prestige_buff_wood_boost.tres" id="5_wood"]
[ext_resource type="Resource" path="res://docs/gyms/tiny_sword/prestige/prestige_buff_barracks_boost.tres" id="6_barracks"]
[resource]
script = ExtResource("2_cat")
nodes = Array[ExtResource("1_node")]([ExtResource("3_gold"), ExtResource("4_farm")])
nodes = Array[ExtResource("1_node")]([ExtResource("3_gold"), ExtResource("4_farm"), ExtResource("5_wood"), ExtResource("6_barracks")])

View File

@@ -10,4 +10,5 @@ description = "Permanently increases farm food production."
parent_ids = Array[StringName]([&"gold_boost"])
effect_value = 2.0
target_id = &"farm"
cost_mantissa = 2.0
x_position = 1.0

View File

@@ -5,9 +5,13 @@
[ext_resource type="PackedScene" uid="uid://bqk8rwia7lpbg" path="res://core/prestige/prestige_buff_graph_tile.tscn" id="3_tile"]
[ext_resource type="Resource" uid="uid://vl3ot4t876pc" path="res://docs/gyms/tiny_sword/prestige/prestige_buff_gold_boost.tres" id="4_gold"]
[ext_resource type="Resource" uid="uid://cvogxo0msis2w" path="res://docs/gyms/tiny_sword/prestige/prestige_buff_farm_boost.tres" id="5_farm"]
[ext_resource type="Resource" uid="uid://bif136o485oqh" path="res://docs/gyms/tiny_sword/prestige/prestige_buff_wood_boost.tres" id="6_pdyju"]
[ext_resource type="Resource" path="res://docs/gyms/tiny_sword/prestige/prestige_buff_barracks_boost.tres" id="7_x62av"]
[node name="PrestigeBuffGraphPanel" type="PanelContainer" unique_id=947835716]
custom_minimum_size = Vector2(600, 400)
offset_right = 857.0
offset_bottom = 632.0
script = ExtResource("1_panel")
[node name="MarginContainer" type="MarginContainer" parent="." unique_id=829451203]
@@ -56,14 +60,31 @@ script = ExtResource("2_overlay")
[node name="GoldBoostTile" parent="MarginContainer/VBoxContainer/TilesArea" unique_id=756192834 instance=ExtResource("3_tile")]
layout_mode = 0
offset_top = 27.0
offset_right = 220.0
offset_bottom = 100.0
offset_bottom = 127.0
prestige_buff = ExtResource("4_gold")
[node name="FarmBoostTile" parent="MarginContainer/VBoxContainer/TilesArea" unique_id=619283475 instance=ExtResource("3_tile")]
layout_mode = 0
offset_left = 3.0
offset_top = 121.0
offset_top = 198.0
offset_right = 223.0
offset_bottom = 221.0
offset_bottom = 298.0
prestige_buff = ExtResource("5_farm")
[node name="FarmBoostTile2" parent="MarginContainer/VBoxContainer/TilesArea" unique_id=582396224 instance=ExtResource("3_tile")]
layout_mode = 0
offset_left = 317.0
offset_top = 198.0
offset_right = 537.0
offset_bottom = 298.0
prestige_buff = ExtResource("6_pdyju")
[node name="FarmBoostTile3" parent="MarginContainer/VBoxContainer/TilesArea" unique_id=818264061 instance=ExtResource("3_tile")]
layout_mode = 0
offset_left = 317.0
offset_top = 382.0
offset_right = 537.0
offset_bottom = 482.0
prestige_buff = ExtResource("7_x62av")

View File

@@ -10,3 +10,4 @@ description = "Permanently increases forestry production."
parent_ids = Array[StringName]([&"farm_boost"])
effect_value = 2.0
target_id = &"forestry"
cost_mantissa = 3.0

View File

@@ -6,4 +6,6 @@
script = ExtResource("1_3tg3a")
id = &"ascension"
prestige_currency_id = &"ascension"
basis = 3
source_currency_id = &"gold"
basis = 1
threshold_mantissa = 5.0