Add tyny sword gym to docs
This commit is contained in:
20
docs/gyms/buffs/gold_click_buff.tres
Normal file
20
docs/gyms/buffs/gold_click_buff.tres
Normal file
@@ -0,0 +1,20 @@
|
||||
[gd_resource type="Resource" script_class="GeneratorBuffData" format=3 uid="uid://dlq2ke6i2pfob"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://w4u1hddplb4e" path="res://docs/gyms/currencies/gold.tres" id="1_8h747"]
|
||||
[ext_resource type="Script" uid="uid://dnhocfsuvmeyb" path="res://core/generator/generator_buff_data.gd" id="2_aejsu"]
|
||||
[ext_resource type="Resource" uid="uid://ik7t0r3su633" path="res://docs/gyms/goals/gold_total_30.tres" id="3_aejsu"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_aejsu")
|
||||
id = &"gold_click_focus"
|
||||
target_ids = Array[StringName]([&"goldmine"])
|
||||
kind = 1
|
||||
text = "Gold Clicker!"
|
||||
max_level = 4
|
||||
unlock_goal = ExtResource("3_aejsu")
|
||||
effect_increment = 1.0
|
||||
cost_currency = ExtResource("1_8h747")
|
||||
base_cost_mantissa = 2.5
|
||||
base_cost_exponent = 1
|
||||
cost_multiplier = 2.0
|
||||
resource_target_currency = ExtResource("1_8h747")
|
||||
Reference in New Issue
Block a user