Initial project sync

This commit is contained in:
wxm
2026-07-06 22:55:14 -07:00
commit 8cca00d0da
1066 changed files with 58585 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
[gd_resource type="Resource" script_class="ActionData" load_steps=2 format=3]
[ext_resource type="Script" path="res://resources/action_data.gd" id="1_b1z3o"]
[resource]
script = ExtResource("1_b1z3o")
id = &"zhan_bo_lv1"
display_name = "Zhan Bo Lv1"
damage_mult = 1.2
base_cost = 15.0
knockback_mult_x = 1.0
hit_type = &"projectile"
range = 380.0
special = &"charge_cast"
startup_beats = 0.25
active_beats = 0.25
recovery_beats = 0.5
allowed_action_phases = Array[StringName]([&"Charging"])
action_tags = Array[StringName]([&"charge", &"projectile"])
animation = &"blade_wave_cast"