18 lines
675 B
Plaintext
18 lines
675 B
Plaintext
[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")
|