Initial project sync
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[gd_resource type="Resource" script_class="ActionData" load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://resources/action_data.gd" id="1_action"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_action")
|
||||
id = &"boss_combo_3"
|
||||
display_name = "Boss Combo 3"
|
||||
input_pattern = Array[StringName]([])
|
||||
base_reward = 0.0
|
||||
damage_mult = 2.2
|
||||
knockback_mult_x = 1.2
|
||||
knockback_mult_y = 0.2
|
||||
hit_type = &"melee"
|
||||
range = 96.0
|
||||
armor_level = 1
|
||||
startup_beats = 0.75
|
||||
active_beats = 0.5
|
||||
recovery_beats = 1.0
|
||||
allowed_ground_states = Array[StringName]([&"Grounded"])
|
||||
action_tags = Array[StringName]([&"enemy", &"boss", &"melee", &"heavy"])
|
||||
animation = &"boss_ground_combo_3"
|
||||
Reference in New Issue
Block a user