way too many changes to list, oops. big rewrite.
This commit is contained in:
29
Towers/Ascension/tower_stats.tres
Normal file
29
Towers/Ascension/tower_stats.tres
Normal file
@ -0,0 +1,29 @@
|
||||
[gd_resource type="Resource" script_class="CardText" load_steps=6 format=3 uid="uid://c756rtt7ujowk"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://yjb0uv6og430" path="res://Scripts/Resources/stat_attribute.gd" id="1_tiqmf"]
|
||||
[ext_resource type="Script" uid="uid://dg7gxxqfqxcmc" path="res://Scripts/Resources/card_text.gd" id="2_bpl71"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_tiqmf"]
|
||||
script = ExtResource("1_tiqmf")
|
||||
key = "Fire Delay"
|
||||
value = 9999.0
|
||||
metadata/_custom_type_script = "uid://yjb0uv6og430"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_bpl71"]
|
||||
script = ExtResource("1_tiqmf")
|
||||
key = "Damage"
|
||||
value = 0.0
|
||||
metadata/_custom_type_script = "uid://yjb0uv6og430"
|
||||
|
||||
[sub_resource type="Resource" id="Resource_imnjp"]
|
||||
script = ExtResource("1_tiqmf")
|
||||
key = "Range "
|
||||
value = 1.0
|
||||
metadata/_custom_type_script = "uid://yjb0uv6og430"
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_bpl71")
|
||||
target_type = 2
|
||||
attributes = Array[ExtResource("1_tiqmf")]([SubResource("Resource_tiqmf"), SubResource("Resource_bpl71"), SubResource("Resource_imnjp")])
|
||||
text = "Grants access to a stable high canopy"
|
||||
metadata/_custom_type_script = "uid://dg7gxxqfqxcmc"
|
Reference in New Issue
Block a user