Add tyny sword gym to docs
This commit is contained in:
19
docs/gyms/buffs/gold_auto_flux.tres
Normal file
19
docs/gyms/buffs/gold_auto_flux.tres
Normal file
@@ -0,0 +1,19 @@
|
||||
[gd_resource type="Resource" script_class="GeneratorBuffData" format=3 uid="uid://c3op2mqy02sow"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://bxg2au0ijp242" path="res://docs/gyms/currencies/food.tres" id="1_j3saa"]
|
||||
[ext_resource type="Resource" uid="uid://w4u1hddplb4e" path="res://docs/gyms/currencies/gold.tres" id="2_hvfo8"]
|
||||
[ext_resource type="Script" uid="uid://dnhocfsuvmeyb" path="res://core/generator/generator_buff_data.gd" id="3_bwcdh"]
|
||||
[ext_resource type="Resource" uid="uid://ik7t0r3su633" path="res://docs/gyms/goals/gold_total_30.tres" id="4_f52il"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_bwcdh")
|
||||
id = &"gold_auto_flux"
|
||||
target_ids = Array[StringName]([&"goldmine"])
|
||||
text = "Gold Dynamo"
|
||||
max_level = 10
|
||||
unlock_goal = ExtResource("4_f52il")
|
||||
effect_increment = 1.0
|
||||
cost_currency = ExtResource("1_j3saa")
|
||||
base_cost_mantissa = 25.0
|
||||
cost_multiplier = 1.7
|
||||
resource_target_currency = ExtResource("2_hvfo8")
|
||||
Reference in New Issue
Block a user