Add final progression to tiny sword, fixes and tweeks required
This commit is contained in:
17
docs/gyms/tiny_sword/buffs/sylvan_cognite_buff.tres
Normal file
17
docs/gyms/tiny_sword/buffs/sylvan_cognite_buff.tres
Normal 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")
|
||||
Reference in New Issue
Block a user