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/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")