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,17 @@
[gd_resource type="Resource" script_class="GeneratorBuffData" format=3]
[ext_resource type="Script" path="res://core/generator/generator_buff_data.gd" id="1_buff"]
[ext_resource type="Resource" path="res://docs/gyms/tiny_sword/currencies/mana_stone.tres" id="2_cost"]
[ext_resource type="Resource" path="res://docs/gyms/tiny_sword/currencies/food.tres" id="3_target"]
[resource]
script = ExtResource("1_buff")
id = &"fertile_infusion"
target_ids = Array[StringName]([&"farm"])
text = "Fertile Infusion"
max_level = 5
effect_increment = 1.0
cost_currency = ExtResource("2_cost")
base_cost_mantissa = 1.0
cost_multiplier = 1.5
resource_target_currency = ExtResource("3_target")

View File

@@ -0,0 +1,17 @@
[gd_resource type="Resource" script_class="GeneratorBuffData" format=3]
[ext_resource type="Script" path="res://core/generator/generator_buff_data.gd" id="1_buff"]
[ext_resource type="Resource" path="res://docs/gyms/tiny_sword/currencies/philosoper_stone.tres" id="2_cost"]
[ext_resource type="Resource" path="res://docs/gyms/tiny_sword/currencies/gold.tres" id="3_target"]
[resource]
script = ExtResource("1_buff")
id = &"opus_magnum"
target_ids = Array[StringName]([&"goldmine"])
text = "Opus Magnum"
max_level = 5
effect_increment = 2.0
cost_currency = ExtResource("2_cost")
base_cost_mantissa = 1.0
cost_multiplier = 2.0
resource_target_currency = ExtResource("3_target")

View File

@@ -0,0 +1,17 @@
[gd_resource type="Resource" script_class="GeneratorBuffData" format=3]
[ext_resource type="Script" path="res://core/generator/generator_buff_data.gd" id="1_buff"]
[ext_resource type="Resource" path="res://docs/gyms/tiny_sword/currencies/cognite.tres" id="2_cost"]
[ext_resource type="Resource" path="res://docs/gyms/tiny_sword/currencies/wood.tres" id="3_target"]
[resource]
script = ExtResource("1_buff")
id = &"sylvan_cognite"
target_ids = Array[StringName]([&"forestry"])
text = "Sylvan Cognite"
max_level = 5
effect_increment = 1.0
cost_currency = ExtResource("2_cost")
base_cost_mantissa = 1.0
cost_multiplier = 1.5
resource_target_currency = ExtResource("3_target")

View File

@@ -7,8 +7,11 @@
[ext_resource type="Resource" uid="uid://bjc6qmvr7pe12" path="res://docs/gyms/tiny_sword/buffs/spawn_worker_buff.tres" id="4_hnq3m"]
[ext_resource type="Resource" uid="uid://cg7os1rfknw05" path="res://docs/gyms/tiny_sword/buffs/farm_auto_flux_buff.tres" id="5_mii30"]
[ext_resource type="Resource" uid="uid://kamgujbqqhg3" path="res://docs/gyms/tiny_sword/buffs/forestry_auto_flux_buff.tres" id="6_k5yi4"]
[ext_resource type="Resource" path="res://docs/gyms/tiny_sword/buffs/fertile_infusion_buff.tres" id="7_fertile"]
[ext_resource type="Resource" path="res://docs/gyms/tiny_sword/buffs/sylvan_cognite_buff.tres" id="8_sylvan"]
[ext_resource type="Resource" path="res://docs/gyms/tiny_sword/buffs/opus_magnum_buff.tres" id="9_opus"]
[resource]
script = ExtResource("2_iuxc1")
buffs = Array[ExtResource("1_up80l")]([ExtResource("2_dtvfl"), ExtResource("3_0bb41"), ExtResource("4_hnq3m"), ExtResource("5_mii30"), ExtResource("6_k5yi4")])
buffs = Array[ExtResource("1_up80l")]([ExtResource("2_dtvfl"), ExtResource("3_0bb41"), ExtResource("4_hnq3m"), ExtResource("5_mii30"), ExtResource("6_k5yi4"), ExtResource("7_fertile"), ExtResource("8_sylvan"), ExtResource("9_opus")])
metadata/_custom_type_script = "uid://ctc5yjlnvi0ok"