way too many changes to list, oops. big rewrite.
This commit is contained in:
26
Towers/Sniper/tower_stats.tres
Normal file
26
Towers/Sniper/tower_stats.tres
Normal file
@ -0,0 +1,26 @@
|
||||
[gd_resource type="Resource" script_class="CardText" load_steps=6 format=3 uid="uid://eb0by6ba1d43"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://yjb0uv6og430" path="res://Scripts/Resources/stat_attribute.gd" id="1_5wjgg"]
|
||||
[ext_resource type="Script" uid="uid://dg7gxxqfqxcmc" path="res://Scripts/Resources/card_text.gd" id="2_5j62t"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_1ct8q"]
|
||||
script = ExtResource("1_5wjgg")
|
||||
key = "Fire Delay"
|
||||
value = 2.0
|
||||
|
||||
[sub_resource type="Resource" id="Resource_erx05"]
|
||||
script = ExtResource("1_5wjgg")
|
||||
key = "Damage"
|
||||
value = 20.0
|
||||
|
||||
[sub_resource type="Resource" id="Resource_vfpmb"]
|
||||
script = ExtResource("1_5wjgg")
|
||||
key = "Range"
|
||||
value = 50.0
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_5j62t")
|
||||
target_type = 3
|
||||
energy_type = 0
|
||||
attributes = Array[ExtResource("1_5wjgg")]([SubResource("Resource_1ct8q"), SubResource("Resource_erx05"), SubResource("Resource_vfpmb")])
|
||||
text = "Fires a shot every /Fire Delay\\ seconds dealing /Damage\\ damage at a range of /Range\\m"
|
Reference in New Issue
Block a user